.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:7.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#MlzTXdnwn5uh3bINn3NGqNmqr0FqEGGy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:16.5625rem;display:block; }
#Cc79OWoPpS0CRKHvZivTfsTXWTQTeRWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIMVITTC6H2fMue5JpF0EyFfuMlhrAms { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.1875rem;left:22.75rem;display:block; }
#PedZ7GCuGyzZUbcuy1a5Nht3sODovMeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJODAxQAKl6BRKGeJ5TQzowTBPsHZXzX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8740806875rem;height:2.936580875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1863510608673rem;left:42.321917533874rem;display:none; }
#PuNWFqz3Nm6k90AdPbFZdnUfVoc0Wgqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGmBHhQWdUd9lp9Tl8m83aafCklHwbc3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4365rem;height:2.936525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1863510608673rem;left:43.686808586121rem;display:none; }
#yKcCl3HlNhuOJX9ws8ewcyOvRtGpuvz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkoRLOVBNImqgpzUzylX9Q57tR2aFsgK { 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:6.875rem;width:16.3125rem;top:23.5rem;left:18.21875rem;overflow:hidden;display:none; }
#Qt2UhII98VektRhnhik9P83yFAqRNGth { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#MJ2d1F9dbbXcDgTvw3TTnKDPRPO2qC4s { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LguwMXUk8ZZZ5ic58vGkZJs9t3V6dOpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTNGJPCFGZVSMfQOquTuay1hTBaSvbKk { 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:5.25rem;width:4.875rem;top:1.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#HuuSt6dZXRRyeaM5JznWWCvHb6CNmURy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1875rem;left:42.936199188233rem;display:block; }
#D5qT4GdVmv13K8wZ1Vs3VmMoiDyJWmDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eq5mRSEfFTeTOkCV3JoqOK5CsKOco7AM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.936580875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:34.561199188233rem;display:block; }
#WDRlwO0WuubTATE31vnCLotcR6eqo57l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fW4qD1dckMkUXwoUTTbg4Ge2mQT0WraA { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.0625rem;left:64.0625038147rem;display:block; }
#xKNEAG6XqvKhJrngi1rUBXaJ2Ce5Pvqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0L1z7FgOBiUDTC5abwtzELHIoz6vQ1n { 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:5.9375rem;width:5.5625rem;top:0.6875rem;left:6.25rem;overflow:hidden;display:block; }
#TE16xUnRhuACr7q6cauRhy2ItAs09HTr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.31119825rem;height:2.936198rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:55.061199188233rem;display:block; }
#OUx7Tb1lez1sRNSvVTRrw4nm2Q1hZLJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 > .row .container { border-width: 0; border-radius: 0; }#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 > .row .container { font-size:0.875rem;font-family:"open sans";height:7.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#EPKpZV6OSKZgOPKF0OhsABahKsMNlyDR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:14.25rem;display:block; }
#CBULaPzNPy0M42pzeGRm8qZRvzlusLNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HS6w9pk2IfTp7RsUx8sWNccmIg82T5xd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.1875rem;left:20.6875rem;display:block; }
#nIqMdsLD1NM5wRR8sLOFJIiW0HBeg5Ti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLVbOfAxKTa3dnhJpRidgOwPT74r02tH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8740806875rem;height:2.936580875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1863510608673rem;left:42.321917533874rem;display:none; }
#LKGnSG1DlF3QzWD4qtCzIAIOXwop894B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NU2fKp6sBTz6XcoKxT7A0ZFfP03slN8c { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4365rem;height:2.936525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1863510608673rem;left:43.686808586121rem;display:none; }
#yMqa382txCMKb3beWtW3fOdUNs4q9vev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVvGL5naDJmkntCauVwNLP1qva27GKcA { 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:6.875rem;width:16.3125rem;top:23.5rem;left:18.21875rem;overflow:hidden;display:none; }
#SGuW3Ufpwran7BUrJPw5uzi6uI8duMOL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#A5ywAi6naSPFA19I9kRyyAPz13I3kZQh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#S0T0FwE9dddd47c8IxxA3tGJgxgJ5NXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9Jtbehr92NEoGLtmdUqs1tlAnU7DBMa { 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:5.25rem;width:4.875rem;top:1.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#Kb89sRyPVinl9f8GtOgobn2rwwDML5Wy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.3125rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1875rem;left:43.875rem;display:block; }
#wu38F3IfrXvPsD5HaUHR4bxgyBNZ9Cxc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dR9xmpUWxHpotX8W2H05SHSAORVWXQ4V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:32rem;display:block; }
#hITV6aSAacVKsPsPIgMBUzvud9yGFyEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3FSNwdzoNd2QrScEWp0nhRO51Ttv0fU { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.0625rem;left:61.499998092651rem;display:block; }
#XnpcLEz3VxGfSicJGVq3EoIroqTIQTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfMGtKzDBb5iwo1RfTgLKzsAvL2NfKU3 { 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:5.9375rem;width:5.5625rem;top:0.6875rem;left:6.25rem;overflow:hidden;display:block; }
#RuWM5uQlHbic23sBb4xHQPxMwVNngNnh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:8.3115rem;height:2.936525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:52.6875rem;display:block; }
#N6MumC4zqFyS65no2sGfRa1mbn3EpnBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG { position:relative;display:none; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG { border-width: 0; border-radius: 0; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .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; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .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:18.75rem;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:none; }#F6VT44aR7WTGV1yQwB3w7UxEeVkdcZLd { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.0625rem;left:61.499998092651rem;display:none; }
#pQbyf9NxN23CzgTDrZB3tzw2UVvJZTvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSFyeH3r7mkIf83pQw7WCKErRpUr1rF3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.3125rem;left:23.75rem;display:none; }
#w1r0epw96xwQ9deFrMgkXBWBBUtod94h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ci35MeQ5uMBwDpJQ621hqkNptfz3iLFZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.3125rem;left:42.5rem;display:none; }
#ivMLNZCZw9Kr693MXsVTJhKxz7h0HBay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OT7hrShsuXTHpBVQCtxEVAdf6KPxsFDz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.3125rem;left:51.375rem;display:none; }
#FqElRA06hQnS9UJMXSARcKy9h4CzZ8Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5h0Qucl15GSLCMmbJ0zvH8FxI6EppW9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.3125rem;left:30rem;display:none; }
#AtgCdQ4Olxcgp18T2WRS4KhNbBEDPZOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXkyFWTVnTneSg08VTvwIsn3Ji48VcIH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.3125rem;left:51.375rem;display:none; }
#Raq46wuq9SN3aP8mzxmPvuu0vTU7qKCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzwmpftOAfAaT3FP7Mxr3hTzxqowmAwa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#838383;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.3125rem;left:51.375rem;display:none; }
#c0EbiXvuO7hH2ZA6VNf1IDT00Cr2SoyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iI352zX1HC2gb8w2NZPLrRT32kMb10xR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7999b0d1-31d4-4e04-b2c3-11a24e2ce3eb/ceumar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR.adaptive-delivery-prevent-bg, #iI352zX1HC2gb8w2NZPLrRT32kMb10xR.lazyload, #iI352zX1HC2gb8w2NZPLrRT32kMb10xR.lazyloading { background-image: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { background-color: transparent; background-image: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container > .video-iframe-container { display: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row > .video-iframe-container { display: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .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); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { border-width: 0; border-radius: 0; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#Oy6r4naNEmNm5x4MPfPNrvcUbHXWJo8V { color:#294f96;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.91875064373rem;left:0rem;height:4.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJoLckJ0ayQLTTEiT2Zwy1MpgnNCmvS2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.27);top:9.875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3LovkJhvDINl66ar1pZrKW1Z8pKKOFe { color:#a94228;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.562500834465rem;left:0rem;height:2.33333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE2a7RRDO0HT7036JoHyTrx89qhEVREW { 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:28.9375rem;width:49.9375rem;top:14.174218893051rem;left:12.53125rem;overflow:hidden;display:block; }
#WVnp2J0uban0uMvQdqlrBkbW2XmQSr58 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:8rem;top:27.311718463897rem;left:19.56093788147rem;overflow:hidden;display:block; }
#fyS1B3dKReL3eADFGxBgPaXQSZuGszuo { 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:14.625rem;width:10.4375rem;top:29.142187595367rem;left:47.875rem;overflow:hidden;display:block; }
#iZQrUIlhelTexiH1icQUg1k8yK0FNoIL { 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.875rem;width:10.75rem;top:14.17421913147rem;left:45.9375rem;overflow:hidden;display:block; }
#c3kk2TqPP9bhle904HgJtJVTsNpecNJz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:16.75rem;top:3.48046875rem;left:58.25rem;overflow:hidden;display:block; }
#TEOgDvSQhfPDsAIT5CxA9PMPZwE76oA8 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:14.3125rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#stpOMPV2V05GLFWMLnMrLobvoPD4eo9b { position:absolute;display:block;z-index:15025;height:4.6875rem;width:8.375rem;top:3.3968749046326rem;left:4.2062501907349rem;display:block; }
#hg9NT2DESJcR47Na7Dl9ipFRNbqSzZMF { background-color:#dc2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24rem;left:51.4375rem;display:none; }
#f7P7cXZ9xOgE2Z3ZTSp7MRxl3qKEGX3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf1e7;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; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container { background-color: transparent; background-image: none; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container > .video-iframe-container { display: none; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row > .video-iframe-container { display: none; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .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); }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container { border-width: 0; border-radius: 0; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#xmuiEigXtmBzarUOv86bzaxKHREfzn4N { 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:7.625rem;width:8.625rem;top:1.09375rem;left:10.671875rem;overflow:hidden;display:block; }
#fMsMTcGS0IdDeVoRtNll692uhLNUkDaE { background-color:#dc2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:3.986328125rem;left:58.5625rem;display:block; }
#x1PiWUKJnasOE8lEILkQBTKu2rb5V7Hq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G19A5PT02T0H0u4azTLwrXllrmUDTXJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f866cfb6-1410-4a20-aba9-223519450c7e/areia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo.adaptive-delivery-prevent-bg, #G19A5PT02T0H0u4azTLwrXllrmUDTXJo.lazyload, #G19A5PT02T0H0u4azTLwrXllrmUDTXJo.lazyloading { background-image: none; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo > .row .container { border-width: 0; border-radius: 0; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a419fd15-4283-43c1-8d2d-28c39d9801bd/CBO_Capa_Laranja2copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.adaptive-delivery-prevent-bg, #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.lazyload, #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.lazyloading { background-image: none; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z > .row .container { border-width: 0; border-radius: 0; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:none; }#VUHJ1ShbIS4N7sBANs6AsOp6ZJEWKmsp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THDeT1Ap3HwCHoiU9861WWbNDLANpaHW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.27);top:9.875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hxv2qgWmRtcfPLbVFZoCScglrQMqTtfe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:12.3125rem;top:20.875rem;left:10.40625rem;overflow:hidden;display:block; }
#XkQuTxsk1fTMh1XRTbWNBzwyTJLUo9N5 { 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:21.9375rem;width:39.75rem;top:15.6875rem;left:18rem;overflow:hidden;display:block; }
#Z1nGEDWz27BdkaF2ZUBemlCydxT2RbzK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzT2hiyE522aCci79Kr0yr1A0h5FqgFE { background-color:#dc2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24rem;left:51.4375rem;display:block; }
#c1uROHPIaRou1cMtgXwCXTc9GJp8AZEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf1e7;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; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container { background-color: transparent; background-image: none; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container > .video-iframe-container { display: none; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row > .video-iframe-container { display: none; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .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); }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container { border-width: 0; border-radius: 0; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#OKidTD2kC3XTrH0x8hG8960mWpkzU6em { color:#0072b0;display:block;width:8.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.375rem;left:24.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvSSPvHaxEBv79wQ2FmAopu6m6phTLSq { color:#0072b0;display:block;width:11.75rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.375rem;left:38.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6Vq7zyr32oRDxuQrfRinNbhMCn7tbXx { color:#0072b0;display:block;width:8.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.375rem;left:54.5rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEfnxV1RL7mM3CBqnwMvsNBx33SFdsKr { color:#0072b0;display:block;width:8.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFGbzOwfW5a9uIDr5lkQyFbuvsokHM1C { color:#574aab;display:block;width:7rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.625rem;height:3.16666675rem;font-style:normal;display:block; }
#Kv1JFSCPwFAncCwwEzahlWtp5kgs2d6R { color:#574aab;display:block;width:8.4375rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:25.0625rem;height:3.16666675rem;font-style:normal;display:block; }
#OPehfu0RVhtIQLyotKe8N9CXSTmi8Ffa { color:#574aab;display:block;width:10.1875rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:39.25rem;height:3.16666675rem;font-style:normal;display:block; }
#ZZWtC6umqI20y1hzpM7w41pewO1Lc0bo { color:#574aab;display:block;width:5.75rem;position:absolute;font-family:bahnschrift;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:57.625rem;height:3.16666675rem;font-style:normal;display:block; }
#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#574aab;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; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container { background-color: transparent; background-image: none; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container > .video-iframe-container { display: none; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row > .video-iframe-container { display: none; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .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); }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container { border-width: 0; border-radius: 0; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:75rem;position:relative;display:block; }#VcP8fUHEy1mVCLOmxVd2x6T2iQvZ28ww { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.6851558685303rem;left:4.71875rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXTZBl86fXQUmzTFios53DOPIaLgJ7Us { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:28.375rem;left:50.5625rem;height:3.66666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfdeUHOxBVarPkUHaH3K3JuAQ9GwbLF2 { background-color:transparent;background-image: -webkit-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -moz-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -ms-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -o-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );";background-image: linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.9375rem;left:59.0625rem;display:none; }
#bVDI6MsSqM7ERrvWWyIIr3rGQfdHVTWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kB8TxLmF6FGBKn6M0e0em0ocZCQFky7u { background-color:transparent;background-image: -webkit-linear-gradient(326deg, #3e4097, #3e4097);background-image: -moz-linear-gradient(326deg, #3e4097, #3e4097);background-image: -ms-linear-gradient(326deg, #3e4097, #3e4097);background-image: -o-linear-gradient(326deg, #3e4097, #3e4097);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );";background-image: linear-gradient(326deg, #3e4097, #3e4097);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.3388671875rem;left:40.4375rem;display:none; }
#Xqzxwddgf6mWCfR5gqzQzH89w7PbsylZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bk88GzD8kC4X7uvTMlbnt1lyJfaF0QOw { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:17.5625rem;left:50.5rem;height:7.3333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DhIaGaMJEkrmIWNkOO0NiwCAKuGJ8d85 { box-sizing:content-box;height:25.25rem;width:17.75rem;position:absolute;display:block;z-index:15026;background-color:#8b4fdc;background-image:none;top:14.25rem;left:5.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
#Ke0fSRCvEFhhvioiXu4tBF5J9E3eZsz6 { box-sizing:content-box;height:12.3125rem;width:23rem;position:absolute;display:block;z-index:15027;background-color:#06d1bf;background-image:none;top:14.25rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
#ShZTkAAQpL2WoyLARwIqZLi6h2bLFwgr { box-sizing:content-box;height:12.3125rem;width:23rem;position:absolute;display:block;z-index:15028;background-color:#e8b000;background-image:none;top:27.25rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
#s70iSLAdTRbrX46x0DgrA9ryEATkcENO { box-sizing:content-box;height:11.6875rem;width:22.5rem;position:absolute;display:block;z-index:15028;background-color:#06d1bf;background-image:url("https://images.assets-landingi.com/uc/27093bc9-f82c-4f5b-9204-6c3864c7bed3/DSC_3416.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:24.375001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;display:block; }#s70iSLAdTRbrX46x0DgrA9ryEATkcENO.adaptive-delivery-prevent-bg, #s70iSLAdTRbrX46x0DgrA9ryEATkcENO.lazyload, #s70iSLAdTRbrX46x0DgrA9ryEATkcENO.lazyloading { background-image: none; }
#p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs { box-sizing:content-box;height:11.6875rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#06d1bf;background-image:url("https://images.assets-landingi.com/uc/86fb2bd5-e666-44b5-ad81-747a810137ec/669532_6dd2b6fd73e44b868898a99a11a26382mv2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.5625rem;left:24.375001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }#p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs.adaptive-delivery-prevent-bg, #p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs.lazyload, #p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs.lazyloading { background-image: none; }
#GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK { box-sizing:content-box;height:24.625rem;width:17.1875rem;position:absolute;display:block;z-index:15029;background-color:#06d1bf;background-image:url("https://images.assets-landingi.com/uc/b4ea5d77-842e-4b30-aa81-033eaad3b1e9/20240926_140634.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;display:block; }#GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK.adaptive-delivery-prevent-bg, #GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK.lazyload, #GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK.lazyloading { background-image: none; }
#WO0D1RFeSKCLMDB1Zb2mrEenvAZ47hhA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:10.25rem;top:16.0625rem;left:2.6123046875rem;overflow:hidden;display:block; }
#vzKdVCsZRhi5GSDfidEI0MZBMBHSuNQr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:40.875rem;left:35.937501907349rem; }
#wscZt0t2Ig2vTwo0LATDBR1p8aznOJUP { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:59.9375rem;left:36.3125rem;height:3.16666675rem;font-style:normal;display:block; }
#PZphtzzcVxTkVnpTW3LBQNWfAOec3Tsa { position:absolute;display:block;z-index:15032;height:9.1875rem;width:9.1875rem;top:55.96875rem;left:10.73671913147rem;display:block; }
#Tm2T59G49V0NvSFXv6HPiClMAwUrv72v { box-sizing:content-box;height:21.125rem;width:16.375rem;position:absolute;display:block;z-index:14999;background-color:#f2d37f;background-image:none;top:52rem;left:14.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#MSIZsC7qX991c3Bv7MPhTc0sqZpCUTHD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5rem;top:52rem;left:5.8125rem;overflow:hidden;display:block; }
#ZNWooyk0dfKbXfsoapytxmELRWMEChJw { color:#fffa3e;display:block;width:12.3125rem;position:absolute;font-family:bahnschrift;font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:53.4375rem;left:36.25rem;height:4.6666665rem;font-style:normal;display:block; }
#QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA { box-sizing:content-box;height:21.125rem;width:16rem;position:absolute;display:block;z-index:15003;background-color:#7f75d1;background-image:url("https://images.assets-landingi.com/uc/a552d84c-fd27-4df0-b5c5-0ba373710d78/7728171358_e0310e7c69_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50rem;left:16.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA.adaptive-delivery-prevent-bg, #QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA.lazyload, #QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA.lazyloading { background-image: none; }
#o244x6aTFqvovUO6GR0b2HQTqfiBK6hl { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10.0625rem;top:70.125rem;left:26.300001144409rem;overflow:hidden;display:block; }
#RxybIFzJ6k5axeDFtAo1dE5EQx87kzED { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:65.125rem;left:36.3125rem;height:3.16666675rem;font-style:normal;display:block; }
#xCdVCC2QkuBeeA9PupeaGKBfhIrEwUEN { box-sizing:content-box;height:21.125rem;width:16.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(236,236,236,0.59);background-image:none;top:49rem;left:17.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#Mr0qME8nxfEWnTTNnRHwTQoOWVU7JMT9 { color:rgba(255,255,255,0.67);display:block;width:6.8125rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:70.125rem;left:17.25rem;height:0.6666666875rem;font-style:italic;display:block; }
#dxv0FVmvBfaCLgKlsrmDgTknxrEyay6L { position:absolute;display:block;z-index:15034;height:9.1875rem;width:9.1875rem;top:32.175001144409rem;left:2.0812501907349rem;display:block; }
#WtDfvJsWc6hDALUM2SmvgaIPQ2w6ON8Q { position:absolute;display:block;z-index:14998;background-color:#e4ab1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:31.1875rem;width:66.75rem;top:46rem;left:4.125rem;display:block; }
#ksgm7AfdN3Oxd4HcJg53B1lr437Sa6Hs { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:bahnschrift;font-size:3.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:50rem;left:36.187501907349rem;height:4.6666665rem;font-style:normal;display:block; }
#fpqy5NdRKEGtfMW6oyTJDe55ykhz2ME7 { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.3125rem;left:50.5625rem;display:block; }
#UiT47vhTR8EW5oiFSawtO4icaobFBZ5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 { background-color:#161b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:none; }#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 > .row .container { border-width: 0; border-radius: 0; }#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#RGZrc2ea3P7fUaIUw3ZRfLVlJum3sMhU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:3.4375rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:3.5rem;left:-0.0625rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#pLmU6KLgN368sJ6r1P45GC3b2AACEad0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.8125rem;left:4.375rem; }
#E8t4Zrsh63QpygGZuOxf9kniNeceIkLM { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15008;background-color:#573ba5;background-image:none;top:19.375rem;left:3.9375rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#iQnF3lsVCFwxHIDrWuvHDKCzsT1XGGaz { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15164;line-height:1;letter-spacing:0;top:20.8125rem;left:10.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HD2VeoFDfTfqBpPDtOohKgtowEVtG2DT { color:#e6e6e6;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.8125rem;left:0rem;height:1.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiiwKnH6QDIP0DvRon40WyBGx8nHhHol { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15006;background-color:#3c286b;background-image:none;top:19.5625rem;left:4.875rem;display:block; }
#HcNFFU9hrTwsJEFmIJmFaTlGOnefa5Ll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:19.8125rem;left:21.875rem; }
#dDNVRgqsty2G4nDff58LSwlzQzHsRGuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:20.3125rem;left:39.6875rem; }
#kL6e5EUhGamdm8BA5pprvmnmr4xcSBv4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:19.75rem;left:56.4375rem; }
#JG8J7rcWTrcrQT43Si1Q1bxDQb829vWu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15181;text-align:center;text-align-last:center;top:19.5625rem;left:21.4375rem;display:block; }
#ACFV6P7ULngX4JWx6AwgHFUekiEyhV7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQeanW7p0cWuJ9g5N14vFowxAMBc3v40 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15182;text-align:center;text-align-last:center;top:19.5625rem;left:38.5625rem;display:block; }
#LUctLZFIhoDgu2K6wAqtqn3aqdXCbwSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUwJuw22r9KNz0XIWaNwEVD5pk2oe9sB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:19.5625rem;left:56.0625rem;display:block; }
#u0rKF4iFeMJ4qaqVVvrynwOPVH82Q0sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNFiZIoGxQBl1LS4EaCP6o4VHkHMQTcQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.125rem;text-decoration:none;z-index:15185;text-align:center;text-align-last:center;top:19.5625rem;left:3.9375rem;display:block; }
#HMraHtaBFX90U9QovGoka48MzTTqQnKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C753PD9w1onHpkts0oeSGn0RLq4hZ9DR { color:#c3cad8;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:26.8125rem;left:23.375rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#teoFTadrE6OANHNaL0KALBoV8yvh7nvB { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15010;background-color:#03485b;background-image:none;top:19.5625rem;left:22.4375rem;display:block; }
#wK68oy4QfLThMZsN5K8DrlWLK45ZzNTk { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15012;background-color:#1d738e;background-image:none;top:19.375rem;left:21.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#lxTLEzRcQTinNRt01fSk7E80tnXUQvIb { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15168;line-height:1;letter-spacing:0;top:20.8125rem;left:28rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fhV6qXGTMLpXpKtduaV9aawr6ayCTNmg { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15014;background-color:#294334;background-image:none;top:19.5625rem;left:39.625rem;display:block; }
#X9HyhwTuyW7wi3NQPwQ0S5mQ866TACd5 { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15172;line-height:1;letter-spacing:0;top:20.8125rem;left:45.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n36BSoor3wy8Hw2hB7WcIs3GVbvyeoFZ { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15016;background-color:#437b58;background-image:none;top:19.375rem;left:38.6875rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#iTD7VJun4AJ3iGQIpdTsMvSoJXpr15S7 { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15018;background-color:#3e2f2a;background-image:none;top:19.5625rem;left:57.0625rem;display:block; }
#TyOTXsF6arIFPZwlFHkNLkdSoymKxaLO { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15020;background-color:#a26f53;background-image:none;top:19.375rem;left:56.125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#goRk0CFZsdAlVO6UonB4PskD0HtkcMWV { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15176;line-height:1;letter-spacing:0;top:20.875rem;left:62.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fBdDCTklCu3VPZxtq2y0xq5G4ffqvI7k { box-sizing:content-box;height:2.5rem;width:36.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:26.1875rem;left:19.4375rem;border-top:0.0625rem solid rgba(104,105,160,0.37);border-left:0.0625rem solid rgba(104,105,160,0.37);border-right:0.0625rem solid rgba(104,105,160,0.37);border-bottom:0.0625rem solid rgba(104,105,160,0.37);border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#xppeDUhK9Myf7MqVgQX5utGIm58kd7ya { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:12.3125rem;left:24.5625rem;display:block; }
#mB22MSF1aTTl5Xg0t9uSsCl88AZ0SqMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5uzw4UsQpoxOVhTi7aybAITLNa1TNOv { box-sizing:content-box;height:4.125rem;width:25.0625rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15023;background-color:#333451;background-image:none;top:12.375rem;left:25.5625rem;display:block; }
#kDXO3xuZlKmTfolsAezxyEfsL8P5tE8e { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#696a97;background-image:none;top:12.1875rem;left:24.625rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#b4FxTVnc6kH3ubfepi8gwLXTx5Foyeyr { color:#6467b2;display:block;width:18.875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:13.625rem;left:31.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CaWSP2a7mbSctnrzsTgt8oWAOmuoeife { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:13rem;left:25.625rem; }
#UgebJCirEaqh2zHVqu5v6sQLuEcyH6TU { box-sizing:content-box;height:1.5rem;width:5rem;position:absolute;display:block;z-index:15190;background-color:#ffffff;background-image:none;top:15.375rem;left:24.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#ptVS7ioURifTsvbVEnIEcvAnIOHWF33h { color:#20226b;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15191;line-height:1.4;letter-spacing:0;top:15.625rem;left:24.625rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsSVnTr1v9fDoVuHtbC1N4QS0vewohAs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.125rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:12.3125rem;left:24.4375rem;display:block; }
#QxPp2V5bh7imOGEG5v9CuvxIb6luzKAo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rrc3BheoHsp0IunSs34R5zAKikaNxlpN { color:#6467b2;display:block;width:18.875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:11.9375rem;left:31.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PgmVcHaBpErmsLhvzwqfenUR6ZpV8B5O { color:#6467b2;display:block;width:18.875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:11.9375rem;left:31.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iWT952iettx1D4SNNBCzNb4c6Wq2vnhb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV { background-color:#161b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { background-color: transparent; background-image: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container > .video-iframe-container { display: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row > .video-iframe-container { display: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .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); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { border-width: 0; border-radius: 0; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;overflow:visible;position:relative;display:block; }#gUigcAwirSTLttzIOEUz1P4L9N7gSHFc { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:bahnschrift;font-size:3.4375rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:5.5625rem;left:4.375rem;height:3.08333325rem;text-align:left;text-align-last:left;display:block; }
#CuPrn6PdbUdk5Zq8AarxtTlLIZ4hPcE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:39.4375rem; }
#U5SG983aDpKkmMJArRPVER1zMKytttvb { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15008;background-color:#573ba5;background-image:none;top:8.8125rem;left:39rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#n2mkqJI9vE5wHtlk70QrM8J48FMT0ymk { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15164;line-height:1;letter-spacing:0;top:10.25rem;left:45.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yJ5PWJpTb5xhaLmmJ1oaQ3QRQTxlkuxs { color:#e6e6e6;display:block;width:21.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:9.73828125rem;left:4.5rem;height:3.16666675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O872ZkrrQZpdM0tu3Oiy19X86Ias8Hvx { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15006;background-color:#3c286b;background-image:none;top:9rem;left:39.9375rem;display:block; }
#pLR5uMxKPOqDdw3tz9cntrVdmvWcILG9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:9.25rem;left:56.4375rem; }
#XT5pTMtTX66WXPwptE9VcNOExueRrr8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:15.875rem;left:40.0625rem; }
#cXHrZXR7hVX5BuIGQQR2Jgw2WCcqhJ40 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:15.3125rem;left:56.25rem; }
#Cm9V7FqsMMKPHPqITAbXxJaPFh4FS3Fo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15181;text-align:center;text-align-last:center;top:9rem;left:56.0625rem;display:block; }
#CslJxSg5lVJ3bLocdi9tzCiugpTG25m8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtPqd2RxeAU102T1oHlpbwtTXuf8TULT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15182;text-align:center;text-align-last:center;top:15.125rem;left:38.9375rem;display:block; }
#vXFTzOaUu8RSBxXqXakmmoVHhDZxAcQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpMXmCT8ffBpECTkGqptPPcuQzP7IirT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:15.125rem;left:55.9375rem;display:block; }
#GLUVkoNbwUnrFDQVTVf02TzbdBydcoLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wurvz7T91q1W4mrbbI51V7sXrDszCq3b { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.125rem;text-decoration:none;z-index:15185;text-align:center;text-align-last:center;top:9rem;left:39rem;display:block; }
#fnaahbunzErczfZUMbWhI3Z4xiv5MifK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kO5fLH3lfyNHO6fyxxquatVUde9JiwTD { color:#f8f8f8;display:block;width:27.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6.0625rem;left:41.625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQQZTF0PrXBE5muEPeQXWhUz47dbAUKT { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15010;background-color:#03485b;background-image:none;top:9rem;left:57rem;display:block; }
#zDvzkgyUi8K3874b80EdaRzqPRsRKpgE { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15012;background-color:#1d738e;background-image:none;top:8.8125rem;left:56.0625rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#TQkWBvm2gaeGT8EbtgKNipMKO38UVera { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15168;line-height:1;letter-spacing:0;top:10.25rem;left:62.125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4VTT0BAS8pSIuDkszOinIAQIb0kbaVJ { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15014;background-color:#294334;background-image:none;top:15.125rem;left:40rem;display:block; }
#MPgGSkl9bXOlI41hXQSxqB3miXaFBGy7 { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15172;line-height:1;letter-spacing:0;top:16.375rem;left:45.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZuzUnp0NANf1v3ErIZnpqLBr71t8Nfx { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15016;background-color:#437b58;background-image:none;top:14.9375rem;left:39.0625rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#AWxscI11MDNXb9EfpsbrrPxOkIu1U5qq { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15018;background-color:#3e2f2a;background-image:none;top:15.125rem;left:56.875rem;display:block; }
#pMzDvKuGQMu6KFfc2w594zZWfbaRr2JV { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15020;background-color:#a26f53;background-image:none;top:14.9375rem;left:55.9375rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#u9iRtuRx2RfKZ40KnkvByP6ShA5WNJn2 { color:#6467b2;display:block;width:6.6875rem;position:absolute;font-family:bahnschrift;font-size:2rem;font-weight:400;z-index:15176;line-height:1;letter-spacing:0;top:16.4375rem;left:62.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v36rEaZZSmGoLc8CkozKXTuWFG7c1dB2 { box-sizing:content-box;height:4.125rem;width:13rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15023;background-color:#333451;background-image:none;top:17.5625rem;left:5.1875rem;display:block; }
#eOrOWatXIdhZfiPLkcfSNCig5wX0yr77 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#696a97;background-image:none;top:17.375rem;left:4.25rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#kcacXHd8g9I4hWSgOcvZcAQTqKaTdwL3 { color:#6467b2;display:block;width:6.125rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:18.8125rem;left:10.75rem;height:1.833333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AWGJRC1inwnq8fTME7aq0qVuF76lugO4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:18.1875rem;left:5.25rem; }
#hnBn2Air7rXH3lvfNL3hHyPbea89vAGs { box-sizing:content-box;height:1.5rem;width:5rem;position:absolute;display:block;z-index:15190;background-color:#ffffff;background-image:none;top:20.5625rem;left:4rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#kb6wWRSyhkqAESTrsSmkqbqMAh4zoanv { color:#20226b;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15191;line-height:1.4;letter-spacing:0;top:20.8125rem;left:4.25rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0B8wCzFx6RRAy3lCgpNa8hBMqCot13h { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:4.125rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:17.46875rem;left:4.375rem;display:block; }
#l5E8GZzNcBiWFh4R7T8Ez70adrTaNBGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTu8y74eyX7RPpcEzC02ZJGoTG8qRq5e { color:#6467b2;display:block;width:18.875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:11.9375rem;left:31.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sTkTWaRDlJqh5nHhgWGp5CzRmkwTnsCv { color:#6467b2;display:block;width:18.875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:400;z-index:15181;line-height:1;letter-spacing:0;top:11.9375rem;left:31.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yTKCHikDTCoG2T76kAszG84xFuyQW7RX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BwoT1RHJ2CR3th4q7oSrbDgTl67XqH36 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15201;opacity:1;top:5.5625rem;left:39.3125rem; }
#ETJz8gygnuwBCbTBscUPJWJltLFvbH6R { color:#9bc6f4;display:block;width:9.75rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.92578125rem;left:4.46875rem;height:1.833333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lyxsQGF07Tfu4ZXTzH1i294D83Xu9Ucs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,154,237,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:1.5rem;left:59.625rem;display:block; }
#EVWzxShr1b9HTQs8k0f1qAJnNtz4QTAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgu84DHhIOWKJWrJZeUuz8aUrhCUsBzU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(64,112,137,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:21.5rem;left:38.9375rem;display:block; }
#VZ4lucOBnLF0FkX2q1ky6v0mULnwftSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWKBTUNKAJaTEaToZ6yRqUbUqVIZfx8B { color:#e6efff;display:block;width:8.25rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:400;z-index:15182;line-height:1;letter-spacing:0;top:22.65625rem;left:44.53125rem;height:1.583333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f12C5eL0XpLZ28TfC7qqXLBPXXTfJRss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:22.625rem;left:40.25rem; }
#xfJmX8V3L0svIf13f0hfePHEgWo2zU0z { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15019;background-color:#082c58;background-image:none;top:21.375rem;left:39.9375rem;display:block; }
#ulz6ZNZ4kofDCpOyOFl2Lem1hBaq2lD7 { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15021;background-color:#163f71;background-image:none;top:21.1875rem;left:39rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#W3NMmg3HRJC9H0mzDmqGQygyoPCthbgb { color:#e6efff;display:block;width:7rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:400;z-index:15186;line-height:1;letter-spacing:0;top:22.6875rem;left:61.8125rem;height:1.583333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TVgJU6gn8iccIWlGoTUAmg3lSJi6Src3 { box-sizing:content-box;height:4.125rem;width:14rem;position:absolute;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block;z-index:15023;background-color:#082c58;background-image:none;top:21.3125rem;left:56.875rem;display:block; }
#O9vHCblSvLNHfRoisKT1acQc7XpUl64T { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#163f71;background-image:none;top:21.125rem;left:55.9375rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.23) ;display:block; }
#Sgb1ActTGG4tIGzp1pKGS8TEBnrZ6vNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:22.375rem;left:57.1875rem; }
#y33zWLt0FAAnyoFk1fPo5bVzK8Zec8I7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(64,112,137,0.68);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:21.375rem;left:55.9375rem;display:block; }
#oF5zyHUZerIJ7FvRObDSAXDsE8a869wf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container { background-color: transparent; background-image: none; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container > .video-iframe-container { display: none; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row > .video-iframe-container { display: none; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .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); }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container { border-width: 0; border-radius: 0; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#IztiCRTcrlHwRmScWu5rPwtAVsdcCMuJ { box-sizing:content-box;height:6.125rem;width:6.125rem;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:15006;background-color:#686989;background-image:none;top:4.8125rem;left:4.4375rem;display:block; }
#XaXg19wdG0sPthQcN5kZK6TaBFXzpV9S { color:#898989;display:block;width:11.5rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:11.5rem;height:1.416666625rem;font-style:normal;display:block; }
#Pxg7szpx2p61HtlbBmaL0FOympdGJWBW { color:#67688d;display:block;width:37.3125rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:5.5rem;font-style:normal;display:block; }
#gCHD59TQS131HrHvG1UiLUqvib737XyN { box-sizing:content-box;height:14.6875rem;width:66.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.5625rem;left:4.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#wQux8Ptr2LWsTWzbP33HVy77yCTTTJeT { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#8686ae;background-image:none;top:15.9375rem;left:7rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hU35upApPDKvE0wcZkd2isocndmsW3Vi { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f24998d5-ac4f-4325-abcc-86af5af6990f/CamilaFragelli.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.0625rem;left:17.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#hU35upApPDKvE0wcZkd2isocndmsW3Vi.adaptive-delivery-prevent-bg, #hU35upApPDKvE0wcZkd2isocndmsW3Vi.lazyload, #hU35upApPDKvE0wcZkd2isocndmsW3Vi.lazyloading { background-image: none; }
#LHec8S7sWerWUMkhIP3eUfRKDvy0HVdS { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:20.625rem;left:7.375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8Rn9VcHFDpQ5u8IiT8VaqtAXbzH2RaL { color:#636392;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:23.5625rem;left:28.625rem;height:1.5rem;font-style:normal;display:block; }
#cB1lS5wdt94FK221FVFDXXw7Qzho3rBF { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:17.9375rem;left:28.6875rem;height:1.166666625rem;font-style:normal;display:block; }
#ZyxNAKuSQTenzfGEm5rWVvQAGAeRBXXv { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.9375rem;left:28.625rem;height:1.583333375rem;font-style:normal;display:block; }
#xExX5HqoTRwxN4pe6ADb9PoE8z5D9oOc { color:#585858;display:block;width:20.5rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:24rem;left:9.1875rem;height:1.125rem;font-style:normal;display:none; }
#rLGi7QgJlBFbpf6smJsngpGNiSCZ8yEb { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#TXr71r0WTyPaTGbFFXORmy7FBVUOfMcR { background-color:#573ba5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3123125rem;height:3.37456875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.6875rem;left:26.375rem;display:block; }
#vDe00zIJUcu7MavuqhMkeztko5PbBMUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tW0BFUIKJET1lr4AooPNTgabVnRN6zCP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:31.6875rem;left:9.875rem; }
#kPPr3kdSxaym0rE3BVxGV6F9Ls3rVron { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15151;line-height:1;letter-spacing:0;top:31.875rem;left:12.4375rem;height:1.25rem;font-style:normal;display:block; }
#hLlqbgzL97ru92BlJ7hceQWv6Pp6GzO1 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#oMK17cOUzQXtWrsABbse40Sf8fd2Plpx { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#fdvTlDamXFrdQqUUlHbBEyt2TqNMgf0m { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15046;background-color:#626687;background-image:none;top:30.375rem;left:8.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KWr1bBul9set3UBWG9TgButzdwsmbEsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:6.15625rem;left:5.625rem; }
#hAQc8gQzmSOd5T3Q2QRkNBTiboAw1JrJ { box-sizing:content-box;height:2.125rem;width:10.1875rem;position:absolute;display:block;z-index:15199;background-color:#414968;background-image:none;top:7.875rem;left:49.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#wCRoB8ZT6lngacPpWvErnPDuHLTqAp7M { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15200;line-height:1.4;letter-spacing:0;top:8.1875rem;left:49.5625rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rBLKAETnBMQihQkmtgvMkGHuMJTSuJHZ { color:#67688d;display:block;width:37.3125rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:2.75rem;font-style:normal;display:none; }
#nsXKUXeyq6XJHgR6ItdA86HrTLTt66Gs { color:#67688d;display:block;width:37.3125rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:2.75rem;font-style:normal;display:none; }
#tst6Ak8v7hiRtr15Lqp2U0Dbx0GTQM8N { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:19.5rem;left:28.6875rem;display:block; }
#zxOTEfPfNsalg7O1UTMLmO9ZvtsECmeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container { background-color: transparent; background-image: none; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container > .video-iframe-container { display: none; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row > .video-iframe-container { display: none; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .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); }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container { border-width: 0; border-radius: 0; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container { font-size:0.875rem;font-family:arial;height:199.75rem;width:75rem;position:relative;display:block; }#c4S9wCbILCkmDUDSv6090msJTpvlfObW { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15000;background-color:rgba(87,59,165,0.19);background-image:none;top:13.375rem;left:4.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#K5SmyqbaT4hD5Q9Qyq8xaoTDJiOgpob9 { color:#7b6ba9;display:block;width:24.875rem;position:absolute;font-family:bahnschrift;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.875rem;left:6.1875rem;height:1.5rem;font-style:normal;display:block; }
#TgkKiy7DgIcTaHMyfITM3ZBqNnTMgK3h { box-sizing:content-box;height:4.25rem;width:66rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:17.875rem;left:4.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#QkCyXSP2Nn9Wa1XRViBRnheHBi6QcEcS { color:#573ba5;display:block;width:20.5rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:19.625rem;left:9rem;height:1.083333375rem;font-style:normal;display:block; }
#LyKE57VF6PrViGNeRaTcinik0DwdRpIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.69;top:18.9375rem;left:5.75rem; }
#XZoc5N0EtcRNgSTwlVb6Qxd6OSxndVH1 { box-sizing:content-box;height:6.125rem;width:6.125rem;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:15006;background-color:#573ba5;background-image:none;top:4.8125rem;left:4.4375rem;display:block; }
#gzsdN3KNO5DzN7qkO3LgIbuHf3PSHZPq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.25rem;left:4.9375rem; }
#tqbxb2wTrzrEKmMiGotHlmz0BWTVmFsN { background-color:#573ba5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.625rem;left:47.25rem;display:none; }
#Eo5k58DmOtTGOJQSeTCRlQiahuZETSTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoWs59FchmDemzTT8d5gaP7Z1kKvcXzX { color:#353535;display:block;width:23.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:47.375rem;height:1.00043125rem;font-style:normal;display:none; }
#Ts5Ba0eZZBXHIyELG51m5FDcWeBoyBKr { color:#573ba5;display:block;width:11.5rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:11.5rem;height:1.416666625rem;font-style:normal;display:block; }
#hQhUGC6yOMuEBL3eJgmrMozmKyk09vQA { color:#573ba5;display:block;width:19.375rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:5.5rem;font-style:normal;display:block; }
#LD8bI7wEJ5Ryg4m0yZ86E0BvA1RUABXB { box-sizing:content-box;height:56.25rem;width:66.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:22.4375rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#C646NRZUq1NPigc1d4pZx9I3HFHwnm5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:23.75rem;left:6.3125rem; }
#HHx58TSm3O1TtfQdnmcO6yrTpC0mJsc2 { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:24rem;left:7.9375rem;height:2rem;font-style:normal;display:block; }
#KEDK5e7q0XhPIGFR3B4twolkTKqFuBPT { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:33.75rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Viio1J1VDXzXDuG67SD2f5tcSuMmgIoZ { color:#573ba5;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:28.9375rem;left:6.4375rem;height:1.416666625rem;font-style:normal;display:block; }
#wlJi2UZnnWK1hF3E1c0ggAea1bm8qvQ5 { color:#573ba5;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:26.375rem;left:6.4375rem;height:1.916666625rem;font-style:normal;display:block; }
#dnS2RBI9cUyShQviV1DwnDHe9utSJWGM { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(87,59,165,0.84);background-image:none;top:36.0625rem;left:6.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oX1MRRKhObvWJqx2NVriRpolWWfuvcUy { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:40.5rem;left:6.9375rem;height:1.25rem;font-style:normal;display:block; }
#T9KvnE6xkeoMpekIMMh3nV4Elrt4o3QX { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:36.0625rem;left:27.9375rem;height:1.583333375rem;font-style:normal;display:block; }
#rGs2b4ieuU28a4chVUEggqHTE3ooloHy { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:37.875rem;left:28.0625rem;height:1.166666625rem;font-style:normal;display:block; }
#I5lIN1efXrnUwQCTCtiCaOqiq35Bxzgd { color:#573ba5;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:43.0625rem;left:28rem;height:3rem;font-style:normal;display:block; }
#DU3BbhSfX1BsvXpNgrmx2v7E3gJSNaXS { color:#75667f;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:30.9375rem;left:6.4375rem;height:1.083333375rem;font-style:normal;display:block; }
#Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15010;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/922c8590-7c9f-4bc7-a886-424fbbe1079e/SuzanaFucio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.1875rem;left:16.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd.adaptive-delivery-prevent-bg, #Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd.lazyload, #Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd.lazyloading { background-image: none; }
#rNxOw42UAhIRmOQMrXc9WGh31tBPH572 { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(87,59,165,0.84);background-image:none;top:47.9375rem;left:6.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KGDguZZyx9O8vplvexFPnyvEp1HTz5sX { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/3395e080-3292-4784-9daa-39d2af695001/MariaTeresaCeraSanches.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48.0625rem;left:16.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#KGDguZZyx9O8vplvexFPnyvEp1HTz5sX.adaptive-delivery-prevent-bg, #KGDguZZyx9O8vplvexFPnyvEp1HTz5sX.lazyload, #KGDguZZyx9O8vplvexFPnyvEp1HTz5sX.lazyloading { background-image: none; }
#cFELmINV8KeDcvSqZmm77fvRXEB8ePe0 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:52.625rem;left:7.1875rem;height:1.25rem;font-style:normal;display:block; }
#UOoIGaTwJdIVFvKgWNheJ8nwiw4T7WCa { color:#573ba5;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:55rem;left:27.9375rem;height:3rem;font-style:normal;display:block; }
#twuTxWLwDZxo50P53OucZVpCUXGXBJN3 { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:49.9375rem;left:28rem;height:1.166666625rem;font-style:normal;display:block; }
#BCuQL2DR2p0HP1MtPOb4lLetu9maBLzF { color:#585858;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:47.9375rem;left:27.9375rem;height:1.583333375rem;font-style:normal;display:block; }
#RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/a14fdb1f-8ab4-48c5-a734-b2c1f3662373/dilaSampaio.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.0625rem;left:16.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu.adaptive-delivery-prevent-bg, #RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu.lazyload, #RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu.lazyloading { background-image: none; }
#Cg1kaGvdM2GZDTUGEMpWFXyWT3JKQQgu { color:#573ba5;display:block;width:37.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:67.375rem;left:27.9375rem;height:1.5rem;font-style:normal;display:block; }
#p9NHWOdtlUOi36FBnRIkGzE6HyzziEKl { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(87,59,165,0.84);background-image:none;top:59.9375rem;left:6.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#kSuGribA8ORdqcm5RM66r2cICJEeaHzR { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:64.5625rem;left:7.125rem;height:1.25rem;font-style:normal;display:block; }
#pzqO8CsIaQBhb1hlztoe43TW7gQCBaNO { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:62.0625rem;left:28rem;height:1.166666625rem;font-style:normal;display:block; }
#cIXyCThlF6H4naBrBcvVUGa2Xtx7ShCU { color:#585858;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:60.0625rem;left:27.9375rem;height:1.583333375rem;font-style:normal;display:block; }
#RvzT563fqvc3PQDKu3oqUrRr2wcIHO6p { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15006;background-color:#e3b103;background-image:none;top:80rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#gxs5ObUobRcEr61Lm4G0GwEB7h9N4aTK { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:81.5625rem;left:10.5rem;height:1.25rem;font-style:normal;display:block; }
#mMdF0tOu38d5aETUDtXUlTdQQi3gNqfr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:81.25rem;left:7.9375rem; }
#t2pBvngmNlxSX4bGanzpUiiNT2JbXgPI { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15022;background-color:#20226b;background-image:none;top:72rem;left:6.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#K95n1dgCeJ4Akny9T5m0R0gNHblmier2 { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:73.9375rem;left:16.75rem;height:1.5rem;font-style:normal;display:block; }
#zPqlTAnZ7v1rbGXRy828gsdph6k1VMf9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:74.0625rem;left:7.25rem;height:1.25rem;font-style:normal;display:block; }
#gKrm23XvyIJEFTJACwS7TtpQ8MeIEzxJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.375rem;left:48.5rem;display:none; }
#BdpZFvNic9n0HewUzzduileqAWmAH3SN { color:#585858;display:block;width:20.5rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:24rem;left:9.1875rem;height:1.125rem;font-style:normal;display:none; }
#KUIplBXd5WW8rMIpwRn2IaFNRwg29vRN { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#hTw4VzAxTzsgcTzz229bUVCwtL7mT8fT { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#HwPBUbgd6b9TKIF1TtNDyvw06lZWLAv5 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#bICkxtK6nlM05FuJO5PAAvNwovo6A2II { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:107.0625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#AHKQhKsiyKlQqDTv04XxegzVuPPFcFzD { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#sD1Bv21ilQMeMNpEgGcvsnf5EdbJi3ZT { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#dexfNfk6OcUWvJtVw27a3wkC4L5To9mi { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#ZK16B2iHDShuFb16G0AkUz0zixxtMTQV { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:193.5625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#uz6TpfZoeVOE4nBScq7mJgw7cFBMPvUu { box-sizing:content-box;height:58.0625rem;width:66.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:85.5625rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#kOoqaOBGr7ATZGzVTPGUBhMOiPTFwgoS { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15043;background-color:#e3b103;background-image:none;top:144.875rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#D0fGeHTEeUtiww7nxDhg2bgKGSsWaFnB { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:146.4375rem;left:11.375rem;height:1.25rem;font-style:normal;display:block; }
#Zavvap4TzDIFTPGIhQN87OLuD8A4GFaX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:146.125rem;left:8.8125rem; }
#cXAR26DT4HTO7RRUmWvibTTzPTCT17Vr { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15059;background-color:rgba(13,13,83,0.84);background-image:none;top:136.75rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zO9LtwCPl8ITbgJTAqWpkC2fZssAqUXQ { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:138.6875rem;left:17.625rem;height:1.5rem;font-style:normal;display:block; }
#krQQceJsC8nv5QiCzmWoQoJA2KXPMQva { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:138.8125rem;left:8.125rem;height:1.25rem;font-style:normal;display:block; }
#p3yANhfa08AAZUk9mWfHHgaiTAVvbZAn { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15053;background-color:#b15fbc;background-image:none;top:124.6875rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#HUfmrE3X3gftD6xDp7NGrf6brKv5vU29 { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15053;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/c372410d-d599-41f9-a255-27afbad8b495/ElaineMarclio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:124.8125rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#HUfmrE3X3gftD6xDp7NGrf6brKv5vU29.adaptive-delivery-prevent-bg, #HUfmrE3X3gftD6xDp7NGrf6brKv5vU29.lazyload, #HUfmrE3X3gftD6xDp7NGrf6brKv5vU29.lazyloading { background-image: none; }
#Wu6MucsPzeyaiUAO7JghTnRF7OVwoZqd { color:#9629ab;display:block;width:34.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:131.7490234375rem;left:28.8115234375rem;height:3rem;font-style:normal;display:block; }
#vgouRtK7Q8uzdvAoSurT1w5PbbmegEaP { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:129.25rem;left:8rem;height:1.25rem;font-style:normal;display:block; }
#DBRdhQtw7cHInTgVsXCBAh2zazgZ7Cl5 { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:126.8125rem;left:28.875rem;height:1.166666625rem;font-style:normal;display:block; }
#oFSc93HRdiFZDRA6eXv5Ca9p7nUEXJD1 { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:124.8125rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#KP60Rg8Sc28PUfgwAgoby7emiOCySmTu { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15053;background-color:#b15fbc;background-image:none;top:112.6875rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15053;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/45d569d3-bba8-4e96-8c0e-fa4e16d5822d/LciadeDeus.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:112.8125rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT.adaptive-delivery-prevent-bg, #ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT.lazyload, #ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT.lazyloading { background-image: none; }
#RhlbyVtM0AD2Wkep64RLE8rwQcU7TD5K { color:#9629ab;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:120.1875rem;left:28.8125rem;height:1.5rem;font-style:normal;display:block; }
#alxtMi4o7pZ3rhQatHwNCIaqnh0d5rk9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:117.125rem;left:7.875rem;height:1.25rem;font-style:normal;display:block; }
#TgZofrM3qL3yTnNnT294zSoXQLH4fktC { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:114.6875rem;left:28.875rem;height:1.166666625rem;font-style:normal;display:block; }
#IBwmzqDbpmhaPWUfiCCPSKt3GBR0wZDb { color:#585858;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:112.6875rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#MaCSmHHn2Mih1MJE9XBT68E1QNR5PZe3 { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15047;background-color:#b15fbc;background-image:none;top:100.8125rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Cua4ZTCIF2eJsnVsGevTOzWa3AvR0u6h { color:#9629ab;display:block;width:37.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:107.8125rem;left:28.875rem;height:3rem;font-style:normal;display:block; }
#exdNGvaxxTXKxobqQkvL8cTicPlnEE55 { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15047;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/e02f8c6d-a807-49c8-a785-f7e834a89378/FbioDAssuno.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:100.9375rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#exdNGvaxxTXKxobqQkvL8cTicPlnEE55.adaptive-delivery-prevent-bg, #exdNGvaxxTXKxobqQkvL8cTicPlnEE55.lazyload, #exdNGvaxxTXKxobqQkvL8cTicPlnEE55.lazyloading { background-image: none; }
#xePACwim5chkTG6SxHOAbPgmhxWJtVBp { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:105.4375rem;left:7.8125rem;height:1.25rem;font-style:normal;display:block; }
#q0VAz9ZI9eaIBRbt3TdF4NpSOBe9HfuI { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:100.8125rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#HPlad3JbDf0utHNnk6HTWPDEIMn9h65s { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:102.625rem;left:28.8125rem;height:1.166666625rem;font-style:normal;display:block; }
#hmT0CEQVTzddmc6QBNUKQReMLQQa51DT { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:98.5rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dNXh7ZzrMfaM0pILq4OJaBhkRNof71d1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.69;top:88.5rem;left:7.1875rem; }
#ic62nViaiWdQIsyRk19NKiuRvi7JWTPr { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:88.75rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#Ra49myKtA7owezvJGlVLmRbeDl8pAPr0 { color:#86418e;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:93.6875rem;left:7.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#stltXTSQQwOBDQ0twDxEBvwp5KxGZT7S { color:#9629ab;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:91.125rem;left:7.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#JHuDSsoerRt68v0NHSNhyfChzmaxcNcm { color:#75667f;display:block;width:49.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:95.6875rem;left:7.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#MyPdNTdiRvVvfTd2ERLJ8EguRAgi6Tmo { background-color:#1d738e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3123125rem;height:3.37456875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:193.81192016601rem;left:25.342882156372rem;display:block; }
#IgTez9LW3ITi7G9Q3dVhM38tPZ5H6Sxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw5hlLmpawPttBBTRZg1XTOTa8qrtO4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:.69;top:156.4375rem;left:7.375rem; }
#U5trnMvDXUXq5RQKCPG6QFPG5sFVcorT { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15103;line-height:.8;letter-spacing:0;top:26.75rem;left:15.375rem;height:1.25rem;font-style:normal;display:block; }
#Va4DMbisH21MxMgcKC2lSJhcmFhQHF45 { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15011;background-color:#573ba5;background-image:none;top:26.3125rem;left:14.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#v9Qou12TgwrDLk2erpNElQFuTmXklEqD { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15105;background-color:#9629ab;background-image:none;top:91.0625rem;left:16.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#R6RDpdTEtr8F7fWwSw04gfs1hrDVkNQF { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15106;line-height:.8;letter-spacing:0;top:91.5rem;left:17.3125rem;height:1.25rem;font-style:normal;display:block; }
#k2yoy9rUhUqD5qif2hzrnrPTcmvAG6Iw { box-sizing:content-box;height:35.5625rem;width:66.0625rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;top:150.3125rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15080;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/e0fea086-e0bf-4962-8ffc-d6bb865ff3c0/BellaSantoyo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:167.875rem;left:16.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c.adaptive-delivery-prevent-bg, #CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c.lazyload, #CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c.lazyloading { background-image: none; }
#S5bcASCPSTSWswkzw2T5MbFVn0m5okPz { color:#585858;display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:167.9375rem;left:28.4375rem;height:1.583333375rem;font-style:normal;display:block; }
#knyK2XbgkMaKI4PVXugrSMsqzrlUt8my { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:160.75rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#OyaUmnT5vddlutgo2cT1OXrpUZMTKxt4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:.99;top:153.3125rem;left:7.1875rem; }
#hfqJrBpT3EhxcQzZCM5s2K5lA7NEdTHV { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1;letter-spacing:0;top:153.5625rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#brn8dxW6C7cAzEv6JTTbV7LltwU8tGJI { color:#20226b;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15143;line-height:1;letter-spacing:0;top:156.75rem;left:10.8125rem;height:1.916666625rem;font-style:normal;display:block; }
#ctRlBtDeBabMCMREuWEW1t5vGdfeVyWq { color:#44467d;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15145;line-height:1;letter-spacing:0;top:164.375rem;left:7.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccZxpuk1Kumui6XXgSp1qcUo2sP6ShvM { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15144;background-color:rgba(13,13,83,0.02);background-image:none;top:162.6875rem;left:7.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g5XNMk2Ug2kewFXm7FgJtkV6s4CdTfou { color:#686868;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15146;line-height:1.2;letter-spacing:0;top:164.1875rem;left:16.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTFwWmOdrxcXzxDTMZFgvtcMGCPzBqmE { color:#44467d;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15148;line-height:1;letter-spacing:0;top:172.0625rem;left:7.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuSa0lvKXNFkdJH7pztEUbXSZri5rGyt { box-sizing:content-box;height:9.875rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:167.875rem;left:7.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Hgidh8Vz1nw6sr9EXusq2tOLxlUm8O6o { color:#20226b;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15147;line-height:1.2;letter-spacing:0;top:175.5625rem;left:28.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgRV1T90517s93uCxuaxDAUr21SgDWNT { color:#44467d;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15148;line-height:1;letter-spacing:0;top:180.3125rem;left:7.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgunehmIP10e80edqc0QRr5FkvF7NeED { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:178.6875rem;left:7.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qSBtKSHcgCBa6qMgwSw6qmcB0BHipI3z { color:#686868;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15149;line-height:1.2;letter-spacing:0;top:180.4375rem;left:16.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqxObq7bGg6GLHyJz1AleVxXozRbKgk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:188.4375rem;left:8.875rem; }
#Lbkd3SNFPegF6vn516OfpvQFCRPMQvWJ { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15151;line-height:1;letter-spacing:0;top:188.625rem;left:11.4375rem;height:1.25rem;font-style:normal;display:block; }
#bE3cCW9hvTbJixfZJuwKJVBC02fZIbHP { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#rPXnTLhOtQcfkq7Jzp5BIUy1nEBBfNcP { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#n99rIMOcllik28bLpZh8ek0iw6f911en { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#lkVP2OJcxR5GrI2Q6DP3Nbma3WINliUz { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#NuR8mAQcsIgQpI0wScvgsFwMwzUVThRN { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#h6RirakN6f7PMAwIim4ylDM2sTFC713z { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#lMypZ8cXriSVPsXLscwZoKXXTcUmDPPe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#IuppTSVGNu6qh3ZrpbnCn3Wkeu39rNOO { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#TTDpip7Tvl0kBiEQT3OqQAZCtRawflOz { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15046;background-color:#573ba5;background-image:none;top:187.125rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#IoC4iFA2cpIo8vngvsBspa00KllxCNob { color:#585858;display:block;width:39rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15152;line-height:1.2;letter-spacing:0;top:169.875rem;left:28.5rem;height:1.166666625rem;font-style:normal;display:block; }
#Ji60nvtXHz4euM4yfOrEvZgWllOV87ZL { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15204;text-align:center;text-align-last:center;top:39.625rem;left:28.1875rem;display:block; }
#zfOotsV4XkBW6hxiEJg0lStrsq7y8zwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBZHiPVMVpmPyEVJuNuFLUR9wNm26wIk { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:51.5rem;left:28.0625rem;display:block; }
#VWcTTyE9BASAp3PA0r0HhBrfUSVXSdL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCGBT6MavLwgoGexbnGa0qkFEFeDNnOG { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:63.5625rem;left:27.9375rem;display:block; }
#LnNVfi3Ard8FEqFQmFe3pVcKAov5fATR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHFp4LceK9gf4soaGpO5q3b9qla5CCwo { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:104.4375rem;left:28.8125rem;display:block; }
#I0w5boIJczl7x747q3iqX2HAelxVypPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIFHTnPfft0dlZzoN7bWTHNfEEQs2NAX { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:116.25rem;left:28.9375rem;display:block; }
#TfftolrsNTv8KUWPhtfZGpiTbTzPdm0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqy7oTqIazsi73xV4EGSJrAOKGro9rNz { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:128.375rem;left:28.8125rem;display:block; }
#c9dGFaGTf94wRzDOJlEnh5f7cD6Gan3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpy9sOegP6Tfyxo3hTErOudzqXVdfJMK { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:171.93707084656rem;left:28.499132156372rem;display:block; }
#GAfieVnKVUy5BPWHgu6ebgMSXvlTffJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container { background-color: transparent; background-image: none; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container > .video-iframe-container { display: none; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row > .video-iframe-container { display: none; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .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); }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container { border-width: 0; border-radius: 0; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container { font-size:0.875rem;font-family:arial;height:193.5rem;width:75rem;position:relative;display:block; }#JZQkdtb4Oi9WwM30TiGtaMIZRyfDokDZ { box-sizing:content-box;height:6.125rem;width:6.125rem;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:15006;background-color:#1d738e;background-image:none;top:4.8125rem;left:4.4375rem;display:block; }
#Uh7oaveWwU82fCSSEVXgH33gbghrfuC0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.375rem;left:4.875rem; }
#ma0v8gKr1uBa0MvVgrb9tv4Eb8P4cNHp { background-color:#1d738e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.625rem;left:47.25rem;display:none; }
#tGITfXRsIiBBqm1rQsTOAgb35sXdpTfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7wDzFiV1TTCwwT4i2lhPl0J2IeTPAx7 { color:#353535;display:block;width:23.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:47.375rem;height:1.00043125rem;font-style:normal;display:none; }
#PxsT7O4Kq8WT4EEv2fNbpIt9ReEvrT26 { color:#1d738e;display:block;width:11.5rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:11.5rem;height:1.416666625rem;font-style:normal;display:block; }
#XwmFnayE6upPXWTamTbkNzLtuBynVvPE { color:#1d738e;display:block;width:19.375rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:5.5rem;font-style:normal;display:block; }
#XvHOcU69TL3i7oq8H65WUn2J0aSeM502 { box-sizing:content-box;height:56.25rem;width:66.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.3125rem;left:4.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#K7bLmVc3pxzqMM1TeyCozl6VOLUCv9Aq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:14.625rem;left:6.1875rem; }
#f0OmGTBlziAxw3Gkwo9qck7WV59Jb4ET { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:14.875rem;left:7.8125rem;height:2rem;font-style:normal;display:block; }
#OocESPL8IpqMUA08bqch1hr1PBy25KRQ { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:24.625rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oTTqWuQTZ7ehuyTzzDpDHv4VkcRoTArF { color:#1f7b97;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:19.8125rem;left:6.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#KgQGE6bUZ5Hyo9KEizDnf9BzKs5exiBJ { color:#1d738e;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.25rem;left:6.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#ZArSpcUM4GBRUJHnJ7dZhxTerXi9VkwF { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15010;background-color:#4498ac;background-image:none;top:26.9375rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#sBXaxD4XfhCJrSUhapPcTa4H6Kh9Lp6D { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:31.375rem;left:6.8125rem;height:1.25rem;font-style:normal;display:block; }
#v9cF4mN2yMWwrezbHATfqRi8fg9CEIUl { color:#585858;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.9375rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#SND6n7puP89OAG2VCKJ5CQyGgGaAvTUB { color:#585858;display:block;width:25.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.9375rem;left:27.8125rem;height:1.166666625rem;font-style:normal;display:block; }
#ISd1pc4E4vXK4sHldbuRB4bXMmMKQSNm { color:#4498ac;display:block;width:38.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:34.75rem;left:27.875rem;height:1.5rem;font-style:normal;display:block; }
#hEw5ePurlXTL7auwA6XLpAsMST8Eur5U { color:#5e7b86;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:21.8125rem;left:6.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15010;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/c2750e31-a5f7-4662-83c2-8b5d065344f4/LourdesSantosPinto.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.0625rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx.adaptive-delivery-prevent-bg, #GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx.lazyload, #GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx.lazyloading { background-image: none; }
#qxsDvMamOhD0FvO0pG8Mkged6AuBN5ll { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#4498ac;background-image:none;top:38.8125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#okk6A5qaPgJGiQmUGGMyCOo535TcBLDD { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/196a00e7-e50d-4927-9666-1edaecd3c2bd/Borelli.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.9375rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#okk6A5qaPgJGiQmUGGMyCOo535TcBLDD.adaptive-delivery-prevent-bg, #okk6A5qaPgJGiQmUGGMyCOo535TcBLDD.lazyload, #okk6A5qaPgJGiQmUGGMyCOo535TcBLDD.lazyloading { background-image: none; }
#CWblbGtgEsiwgwZwZxhw6biCDR9fXo5D { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:43.5rem;left:6.875rem;height:1.25rem;font-style:normal;display:block; }
#B34VAgxdkt58NKucShKRIvimRPnCpyno { color:#4498ac;display:block;width:40.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:46.3125rem;left:27.8125rem;height:1.5rem;font-style:normal;display:block; }
#Rd7LHTt2PRZ2OinXdoFE9u5ToyU1arGU { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:40.8125rem;left:27.875rem;height:1.166666625rem;font-style:normal;display:block; }
#Vm5EMmk6HC1FpaAkhuBnOBiIiMUMQ8wR { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:38.8125rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/86411f94-21e4-46fb-9463-9ca3e90537bb/ClaudioHeliomar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.9375rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs.adaptive-delivery-prevent-bg, #bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs.lazyload, #bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs.lazyloading { background-image: none; }
#oTSNUHTgHaTrhsXs5aVyu3yurEs1UWUm { color:#4498ac;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:58.125rem;left:27.625rem;height:2.5rem;font-style:normal;display:block; }
#C3Vie2B0XFPVeqwKkCWtF32rXsWvlAAx { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#4498ac;background-image:none;top:50.8125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AboyzOKxM9TUoI9OAqI34ewgCmZBLMpy { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:55.4375rem;left:7rem;height:1.25rem;font-style:normal;display:block; }
#qZVQnUh1iJkdHLnvTATDVa60Tr0cfg3D { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:50.8125rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#ziVvJbccZ0JwetsD7SHfPZh5lJvStINc { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15006;background-color:#e3b103;background-image:none;top:70.6875rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#iKTwLfCrGuDyameHi1hnWT0nxykonAP4 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:72.25rem;left:10.3125rem;height:1.25rem;font-style:normal;display:block; }
#priNso6hwF9Fs26lUCcI95RrTl3gJa1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:71.9375rem;left:7.4375rem; }
#V3Wm8dJniV7F0XLuPhpX34ukig51z8Nu { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15022;background-color:#20226b;background-image:none;top:62.875rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#t5dBSzJM84W1HEoi8fCsI0Qa7s4srk0O { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:64.8125rem;left:16.625rem;height:1.5rem;font-style:normal;display:block; }
#ehitTBLbvvbqazu5rPUP9iuubtQeCbQz { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:64.9375rem;left:7.125rem;height:1.25rem;font-style:normal;display:block; }
#lt2G9CdnKG7LDfbRpV6gJGTTVE68NZW4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.375rem;left:48.5rem;display:none; }
#hE3JvxceQOwDwbeuAJ5AIMPenTaDiRE5 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#GW4EuddWGudI88MN6eLHvLab9i0HGR4g { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#kEKvtaTr9mIDH2FGLEAh8WJ9q9q6JbTu { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#WKxUKIboywALfAhT9olnsJbCNh1ed4VX { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:107.0625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#P55iO1CsnbTTdlMZvJDzXB2rZM3WCGE8 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#oO0q37IVsU287AxC4v9vB0b4mwPCVCJ5 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#ls4479dzeKX0JGMWKKpuCfdGd1lg6Ivz { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:193.5625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#RC4naRdiiaXbPbSsO7Fhlw2xCyyUDqwC { box-sizing:content-box;height:40.25rem;width:66.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:81.125rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#u98IpzraWa2ba7ayT4uXJQfXVT8vRE3X { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15043;background-color:#e3b103;background-image:none;top:122.25rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#kc8TkWkZMTCdgykxPAHffILeVudniWMI { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:123.8125rem;left:10.3125rem;height:1.25rem;font-style:normal;display:block; }
#ETl8kBX28W9TzBK0GdDoKyBnP9wGAzXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:123.5rem;left:7.75rem; }
#AKdI5SRJVklZFR6Kyr8MM7QBqxIWCXy0 { box-sizing:content-box;height:21.9375rem;width:8.5rem;position:absolute;display:block;z-index:15047;background-color:#75ccc5;background-image:none;top:96.375rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KOS35XpL8kX5V7wgSoPItXAVFGithxOd { color:#4498ac;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:109.8125rem;left:28.375rem;height:3rem;font-style:normal;display:block; }
#sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw { box-sizing:content-box;height:11.624375rem;width:10.5620625rem;position:absolute;display:block;z-index:15047;background-color:#e5f3f1;background-image:url("https://images.assets-landingi.com/uc/c4789e1d-309b-4170-8e7a-65d9499e20f6/Sandra_11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:100.87457084656rem;left:16.748048782349rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.adaptive-delivery-prevent-bg, #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.lazyload, #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.lazyloading { background-image: none; }
#KkUhptPMNvJGKikxnd2EIISL5mvbEQLF { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:106.875rem;left:7.5rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KA5LaHiOBkrom6peausHilps5bR4cCh5 { color:#585858;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:102.375rem;left:28.3125rem;height:1.583333375rem;font-style:normal;display:block; }
#EgTVFz7ykZ13qbni2oseqivI0efkhpkp { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:94.0625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aXcaVOAJfzkT8ZFq3K9rFaRUa1gTHUyV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.69;top:84.0625rem;left:7.1875rem; }
#LnW1ywHeLO1L6o2RycZhZ1zLawTWoFXM { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:84.3125rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#zNXVzUtacRuXTJyEZdTgNmMGVT9bgLsV { color:#54aca3;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:89.25rem;left:7.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#rlJfqSmNUHx6dD4W1f6LMaSds9rA7Dcm { color:#54aca3;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:86.6875rem;left:7.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#bFeyMnMM0HVrs7hEL3iQwTW7iiTuy1EE { color:#678685;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:91.25rem;left:7.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#yIFKrrPZxR1FFr6nTLPPim5uTRsd91Ll { background-color:#437b58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3123125rem;height:3.37456875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:187.06165695191rem;left:25.218099594116rem;display:block; }
#FM26VcPkzPVennXVUQnFmBIft03fkJBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoGAzcLDiTJ5AwetpcqmqvawTFG0NM90 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15103;line-height:.8;letter-spacing:0;top:17.625rem;left:15.5rem;height:1.25rem;font-style:normal;display:block; }
#Lz5LRI3U7QURy8Box87bPkesGwnvScqg { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15011;background-color:#1d738e;background-image:none;top:17.1875rem;left:15.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#qHbzDSrtipdhchywodkz4BRKFevfczCr { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15105;background-color:#54aca3;background-image:none;top:86.625rem;left:16.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hwVfWBlih5TQTdWFZlogeBB0KpVCQ9H7 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15106;line-height:.8;letter-spacing:0;top:87.0625rem;left:17.3125rem;height:1.25rem;font-style:normal;display:block; }
#dupNlEv0rz4XqIb4OiiIhIiLUPXRIACN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:181.875rem;left:8.875rem; }
#LIt3FL8Uc9NrTsIUcI9Ms6mPiJnmUt4P { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15151;line-height:1;letter-spacing:0;top:182.0625rem;left:11.4375rem;height:1.25rem;font-style:normal;display:block; }
#OGiiRndvh1JTGZTWGT0mXVvImgNAOUcw { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#qBuauSuRuZxocbkMfys5uxlydzqntgDT { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#V21Dq9S9KKzhptgT3hIJewVne3gfypCU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#gEnxHf6afkTLkECIxFFy2L4ag5UvNfcw { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#bNl5VGyqD7dFbaqNoBKn1BCiTgJdVJhi { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#e6Hn9xTk4USzEyeCiVHdJQzeCaOTXSVs { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#d46vPrUyDOL2eg7Zk3uqKVWbr7v3MSM4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#B1QfBCRgCpM23ZtAqkPrfBFQcXQGcuqo { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#eHOHiTXxJ8b1fUc80TTibTGBs0m31PHR { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15046;background-color:#1d738e;background-image:none;top:180.5625rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#M3nFqzTMNqavIN4aw6ayKoXBF0kUquII { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15009;background-color:#216989;background-image:none;top:75.625rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#qVHqZk2mGTGnzwkRJ09HanzPaZ56tNtb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:76.4375rem;left:6.9375rem; }
#T7xE146Twk88aIUPB22d25SMqixLNppV { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:77.25rem;left:10.1875rem;height:2.5rem;font-style:normal;display:block; }
#QzxoKaH3asR2TWFvcSg7u3TCyPNrqB4w { box-sizing:content-box;height:46.375rem;width:66.0625rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;top:132.625rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#cyBptc2coWgROvcclykBnRFueIarr6r8 { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15092;background-color:rgba(57,58,116,0.84);background-image:none;top:171.5625rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#WFRKQFIHDVUmV8umk0TTNHSWck8G6u9R { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:173.5rem;left:17.625rem;height:1.5rem;font-style:normal;display:block; }
#ywQC9DOccAzTNyufg0MBGksCsIBd1nsw { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:173.625rem;left:8.125rem;height:1.25rem;font-style:normal;display:block; }
#hnMdSWeQgtQaN8ZNBkLvpAoUWS3u3T5o { box-sizing:content-box;height:21.875rem;width:8.5rem;position:absolute;display:block;z-index:15080;background-color:#75ccc5;background-image:none;top:147.875rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15080;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/883c3761-3301-4bae-a622-7b8a96d482ea/AndreMatos2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:154.125rem;left:17rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs.adaptive-delivery-prevent-bg, #NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs.lazyload, #NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs.lazyloading { background-image: none; }
#NrLybSIRkUDzAQun1U8TzpQIvRlUJ26U { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:158.3125rem;left:7.9375rem;height:1.25rem;font-style:normal;display:block; }
#fZWcXtuSGkfTGnQ8Wyz4ekBAsIAUOOBG { color:#4498ac;display:block;width:38rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:161.5rem;left:28.4375rem;height:3rem;font-style:normal;display:block; }
#ru34GZvtvFPa4RdiTWGbKGauTNfmwST2 { color:#585858;display:block;width:21.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:154rem;left:28.375rem;height:1.583333375rem;font-style:normal;display:block; }
#UTFvZx5UVCq5L6DfOoGJlZvBK2BTN5q4 { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:145.5625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ecm8DnlzMXpJcCITEL7MGos0V2pC32gD { color:#75667f;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15079;line-height:1;letter-spacing:0;top:142.75rem;left:7.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#OMaGb3uxZZEHzSl74ZP6cU4xKRUIsOqV { color:#54aca3;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:140.75rem;left:7.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#T2gMBZpokE9wyLTozGMOSn9aomnu0cGL { color:#54aca3;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:138.1875rem;left:7.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#fNsKeXBZMWOe6vAVny2pMkMp09JRESvr { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15138;background-color:#54aca3;background-image:none;top:138.125rem;left:16.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TFIwxH4c2MH8iPIaBEQuhTHEGAzrDBAC { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15139;line-height:.8;letter-spacing:0;top:138.5625rem;left:17.3125rem;height:1.25rem;font-style:normal;display:block; }
#LiqCJcvalOpTZPE2Tw5oJ8wHd1GIpQpz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:.69;top:135.5625rem;left:7.1875rem; }
#SEIymNsW1Tvb8FzgASAkllaVKi7NGA4G { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1;letter-spacing:0;top:135.8125rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#RaQ5Xrbod9Uk3y2LrTD2fQcvJGfkoB0W { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15012;background-color:#216989;background-image:none;top:127.3125rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#U6clp0VT7WvWRrQJz3dlE7vEszQT5pZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:128.125rem;left:6.9375rem; }
#LyLMvSZ1kbQDbOSlt1AoHVNWFxH88F99 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:128.9375rem;left:10.1875rem;height:2.5rem;font-style:normal;display:block; }
#oKFG9FHXNo9oqXcVn1hZ8mAd31E3M29H { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#BZPhJdkRLOLl47NOvRxfnDiRJO7VxuSm { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15085;line-height:1.2;letter-spacing:0;top:156rem;left:28.4375rem;height:1.166666625rem;font-style:normal;display:block; }
#KFmxJ20qCXC5gSHWnFKCVWKP6UzvnJAI { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:104.4375rem;left:28.3125rem;height:1.166666625rem;font-style:normal;display:block; }
#PwTZxbxEfNilo7CtslBaTAfOwmIL24DQ { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:52.6875rem;left:27.875rem;height:1.166666625rem;font-style:normal;display:block; }
#BqEBaTDOPdmtevTNGil4LBXKA3aLWzKu { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:30.8125rem;left:27.8125rem;display:block; }
#ICEV8AD1sTcolWC5365JPq8hV89CR07M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGt8phfJHe9BstwhdOxPDSF5aHEV7fEA { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15212;text-align:center;text-align-last:center;top:42.6875rem;left:27.8125rem;display:block; }
#GpMNI0pyPIhnc6FTqT5Txx0AIEBTPArL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIfoiWpTkfeBFEBmabP66QlgQ0Q2eEzV { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:54.375rem;left:27.75rem;display:block; }
#ke76xeONEVfJnPIHpmUBlW3Sb4T4JK5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#po5KF7xRExCEhFoR8OCBK4Ozt68iO92I { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:106.125rem;left:28.5rem;display:block; }
#aLpwZsgom5qCl1pE6ZdRF3WeVBpp8rA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFEUDGaAJQQ9FZuMFKfsXu7Pd2MHDKp0 { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15215;text-align:center;text-align-last:center;top:157.6875rem;left:28.5rem;display:block; }
#XLbihSh3WQwLqhIP1dFEg0IRtuI5mDze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container { background-color: transparent; background-image: none; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container > .video-iframe-container { display: none; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row > .video-iframe-container { display: none; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .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); }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container { border-width: 0; border-radius: 0; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container { font-size:0.875rem;font-family:arial;height:185.4375rem;width:75rem;position:relative;display:block; }#NJt5PmaTAxT1TT9yDerp8WuZCNT8I4TN { box-sizing:content-box;height:6.125rem;width:6.125rem;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:15006;background-color:#437b58;background-image:none;top:4.8125rem;left:4.4375rem;display:block; }
#VTR9hzserVJuL5AFmNBPHaSX4TvgAmP9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.03125rem;left:5.65625rem; }
#IAlOds0E0FKXyEz6chDQ3LMrpqVVPduC { background-color:#437b58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.625rem;left:47.25rem;display:none; }
#TnheWDl1w9wDC2otvQU5Ec8TnKzpefoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSfkherS1ISlda6Q4KoESkaXgrp8ii0G { color:#353535;display:block;width:23.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:47.375rem;height:1.00043125rem;font-style:normal;display:none; }
#T3XtVAQaQAiOa7dOReN2BcRi0vkeU18D { color:#437b58;display:block;width:11.5rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:11.5rem;height:1.416666625rem;font-style:normal;display:block; }
#h7MZQUqkT7EbyzuThldQVanbCvcoxvAa { color:#437b58;display:block;width:19.375rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:5.5rem;font-style:normal;display:block; }
#okqLUG9DTw9W4andGcLmkVk3897oTxWd { box-sizing:content-box;height:56.25rem;width:66.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:12.8125rem;left:4.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#Q2PAGnsIudUTsh11xyhxaTMrhndBCnzv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:14.125rem;left:6.1875rem; }
#tkyDb3vg2tyFGCKMhu0wQA7bvqHTPnPQ { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:14.375rem;left:7.8125rem;height:2rem;font-style:normal;display:block; }
#s77T2J7I90B7u38boUqbESIT4nhkGQTz { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:24.125rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#X1bfcZzZx68AoUTKZxM1spJzemf3065t { color:#437b58;display:block;width:50.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:19.3125rem;left:6.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#a8w3amiqoXf7XuH6bC3darQVwXtNaeRR { color:#437b58;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.75rem;left:6.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#NM7OSa4gviwq1BkQWZAFUQJE0xAyP5kp { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15010;background-color:#68a488;background-image:none;top:26.4375rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#nUIMqVTOGGoUe6Awxg646PGxSTktxoWa { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:30.875rem;left:6.8125rem;height:1.25rem;font-style:normal;display:block; }
#kocydo2tSUPV2BiCtb2vWWm2cggxUArE { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.4375rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#oHSQ66WucSDdZnXlqVQJg6KDU8SIqI0n { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.375rem;left:27.8125rem;height:1.166666625rem;font-style:normal;display:block; }
#SpdSts8CybuEMttOXkLvuKrwI41TwO3B { color:#437b58;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:33.5rem;left:27.875rem;height:3rem;font-style:normal;display:block; }
#G9aX7AVb41UJrPeugw63HrHNVXLugAqo { color:#696d69;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:21.3125rem;left:6.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15010;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/c0b5c772-4358-4e55-a323-1302a4a62cfb/Gabriel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5625rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg.adaptive-delivery-prevent-bg, #DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg.lazyload, #DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg.lazyloading { background-image: none; }
#vokP4pxe5A5kSFaG26z7m77TDIfSTvIy { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#68a488;background-image:none;top:38.3125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f92fce44-a482-4383-8c11-fbe99b0e41d8/JssicaVasconcelos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.4375rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP.adaptive-delivery-prevent-bg, #r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP.lazyload, #r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP.lazyloading { background-image: none; }
#cI9z1DVuvQTPuyugubmPW9gpyTBaWd9H { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:43rem;left:6.875rem;height:1.25rem;font-style:normal;display:block; }
#MoZsSvZVfhiT2ziGgH1C6Gfh1XPqzI2Q { color:#437b58;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:45.375rem;left:27.8125rem;height:3rem;font-style:normal;display:block; }
#hlAC9ytIEnVUzuuTsT06bEmyKQBrKMrE { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:40.3125rem;left:27.875rem;height:1.166666625rem;font-style:normal;display:block; }
#rpPVPtE4bdxqNFzac0nNVA5Xp7vl1yW8 { color:#585858;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:38.3125rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#flwheTJ70C9AMshBfdCS8En1eO2kMa1O { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/57537e21-8399-4d4d-a2a2-ba4bb5434ed1/AlessandraMagalhes.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.4375rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#flwheTJ70C9AMshBfdCS8En1eO2kMa1O.adaptive-delivery-prevent-bg, #flwheTJ70C9AMshBfdCS8En1eO2kMa1O.lazyload, #flwheTJ70C9AMshBfdCS8En1eO2kMa1O.lazyloading { background-image: none; }
#nSw7kaaXkQqTaTTgqHm8AyWVA1U5oqJe { color:#437b58;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:57.25rem;left:27.8125rem;height:1.5rem;font-style:normal;display:block; }
#DtdxaKV6xMvFSZULalJkezF9hQwDHTTe { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#68a488;background-image:none;top:50.3125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oGC8IxHaBQ45gcFtIlC54TPObaZ7W6Lp { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:54.9375rem;left:7rem;height:1.25rem;font-style:normal;display:block; }
#DWbBhGDqJ4qWc8lrV0akao5QsLi1B0go { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:52.4375rem;left:27.875rem;height:1.166666625rem;font-style:normal;display:block; }
#zQMBQftZlODuBGXkwpcQQvn1O1M64mTm { color:#585858;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:50.4375rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#KeTMKva3Pg7KpumOLpz3G5zUwrnS6xqP { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15006;background-color:#e3b103;background-image:none;top:70.1875rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#m9PB2TvXXy9FSKm70kSeWC19vrz9AKVt { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:71.75rem;left:10.3125rem;height:1.25rem;font-style:normal;display:block; }
#eMXWIPVFFVCNv9CwzWB5cdyyyV3Wx93X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:71.4375rem;left:7.4375rem; }
#OTsChq7rwDO2KLo9OpRXBAsmSdMH96os { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15022;background-color:#393a74;background-image:none;top:62.375rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hyH8brXGslfM0sSWf6ugtaUDlFpTw8IE { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:64.3125rem;left:16.625rem;height:1.5rem;font-style:normal;display:block; }
#lwpG76GJaHbxeOgdlypLOKgcdERE3tb0 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:64.4375rem;left:7.125rem;height:1.25rem;font-style:normal;display:block; }
#HZHBF78t7asSWg3SufM4Lck7L5w8S1Xa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.375rem;left:48.5rem;display:none; }
#HreNOqILGS3AlyKsOdLakFvAwVwzBLC0 { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#RlNV1gbVS2CszuS7GLX0QWvb3t3ivBHF { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#gbTMWkS9guBacXU2vlydJQqKXhwxFiGd { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#knHepXHTgJTiwhUWPc3BeFuVZhegU9ci { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:107.0625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#QuzJd8EFAQpZJRHeaaFiW05o9Ks6DsZf { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#WVmO44sIHrRI44OSVI4l0pUKHUIRas3K { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#M5MmJfw5Iyaqur9wBLgPe3CwMh92hTkK { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#Ru1xI5bftDHP1hBkR7OCIemylZ3xkmTU { box-sizing:content-box;height:59rem;width:66.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:80.625rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#IyG09Eegz3oeXobtmIszoEkwxKMwizSn { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15043;background-color:#e3b103;background-image:none;top:140.75rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#MvUVHAmADDIQpqiVEw2Q5nS7194rEEIG { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:142.3125rem;left:11.375rem;height:1.25rem;font-style:normal;display:block; }
#psasCTfv5OQRVm0mCvaxnDdGMqhOH3U5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:142rem;left:8.8125rem; }
#xpbmbAzsf3aIkwvkQ3tqqVy7xoiQwn8G { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15053;background-color:#94b374;background-image:none;top:107.75rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15053;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f34200be-00fd-437f-8911-f4b0fdafc674/EduardoPrado.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:96rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O.adaptive-delivery-prevent-bg, #ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O.lazyload, #ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O.lazyloading { background-image: none; }
#T7XCVfeVGn0fge8RX5FhO9qwcFGB6T8W { color:#7aac54;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:102.9375rem;left:28.8125rem;height:3rem;font-style:normal;display:block; }
#qwWMOE7zREyxdHvTS0g5EmhHV8y4migo { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:112.1875rem;left:7.875rem;height:1.25rem;font-style:normal;display:block; }
#yX2g81nfRr5hEl8DHxG4PmBrvD5sShKN { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:95.875rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#KT0V8LpLz4GWg8goz1iDFfToZgT3Ld5b { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15047;background-color:#94b374;background-image:none;top:95.875rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Hxxl6deohTHhQG9o8gAKevcz2K0iiBa3 { color:#7aac54;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:114.875rem;left:28.875rem;height:3rem;font-style:normal;display:block; }
#uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15047;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/ae7fc0d3-c403-4ede-af0d-6679c6bc3ec1/Imparato.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:107.75rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql.adaptive-delivery-prevent-bg, #uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql.lazyload, #uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql.lazyloading { background-image: none; }
#RTPe3snu16sLG4nBo4eQ1dZqc9SyiWoa { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:100.5rem;left:7.8125rem;height:1.25rem;font-style:normal;display:block; }
#VOc0wqSUinqDzHRMw7bMS3C3Rm8TlgeP { color:#585858;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:107.625rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#gvHxADEc6yU5CdKElB4c4cUXafHiH8Zt { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:93.5625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NxWERPuDwIVWoPe1sldJWDTV3r2zKgzP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.69;top:83.5625rem;left:7.1875rem; }
#Cu18qc7ryg0ZE1yqfbvrB3wWBc2nliQ4 { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:83.8125rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#T3fqIpoBSuJ4lSQbsaCWE53XSWNHU4Eo { color:#7aac54;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:88.75rem;left:7.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#HlFx1SvTDnpK6XwAZu5NdBEOu9eGhq3r { color:#7aac54;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:86.1875rem;left:7.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#sK8eettyKMrWqNq28L9Ry6cHzh6LheWb { color:#75667f;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:90.75rem;left:7.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#D3pTSR3b2A1VGZux5tgFTvqAWLPJ3aC1 { background-color:#946f5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3123125rem;height:3.37456875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:179.31099510193rem;left:25.218099594116rem;display:block; }
#tIgCUfiIgssONaLaQpqu65nFvHDxcR5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBhgBcU7dbc7uzvcBl28M01PiyK8X6fd { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15103;line-height:.8;letter-spacing:0;top:17.125rem;left:15.5rem;height:1.25rem;font-style:normal;display:block; }
#DfGGD5Ok8zfdlGe7EeQcsua0CHTJFbum { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15011;background-color:#437b58;background-image:none;top:16.6875rem;left:15.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#kcxvEIKVTKpVXVdnFqIOiG4eNpuWm2RK { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15105;background-color:#7aac54;background-image:none;top:86.125rem;left:16.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#sve0qCnsqPFrEmZhqE1qNdkxLCLZrhul { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15106;line-height:.8;letter-spacing:0;top:86.5625rem;left:17.3125rem;height:1.25rem;font-style:normal;display:block; }
#uIZvcuwCJKTPM7483szGFahrCAGEWkXG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:174.0625rem;left:8.875rem; }
#rHl4zODM9a7B0U4SLTcOHZsTzROyeG98 { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15151;line-height:1;letter-spacing:0;top:174.25rem;left:11.4375rem;height:1.25rem;font-style:normal;display:block; }
#fShpMiimxi8ipn5iCBPKyihXIL4CJTTE { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#pfzDqzxvztHQICXaXzpP1TmSFEyTDzRz { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#ONGcxhrMJG8l5wZaXG2RcfKcAc6tNTTN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#Qhze3wEPCGFPMnW60ZtG4OGLkE6l5SuH { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#RoxfZ6LTQqtxo0xubHnk3pU90fWIKzPK { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#rDPlpRWwblGxqavNNrxHGmnIzgHD65CO { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#IJfMlXpqB7DlgyJTuWif2JT3UeKPRoOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#GX0UJBFhJ9omuhTpi7mxnCir2kWHFWJT { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#aIPB0XAnUG3krNpLNteALTVgtLHHlzop { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15046;background-color:#437b58;background-image:none;top:172.75rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TKZQ1W4ci8VhIUSqKWg7mxrShPEDReLn { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15009;background-color:#216989;background-image:none;top:75.125rem;left:6rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#GuNoGgXOHK2yEEwmi5MNolX5dZVqkObo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:75.9375rem;left:6.9375rem; }
#UvayoARmQ9AiVHZ0nMulKGV9JLwwdXUz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:76.75rem;left:10.1875rem;height:2.5rem;font-style:normal;display:block; }
#v0Q9TWTakqbsvWHmnHVkzp4flEpIAM6R { box-sizing:content-box;height:24.3125rem;width:66.0625rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(229,172,38,0.26), rgba(251,185,55,0.17));background-image: -moz-linear-gradient(302deg, rgba(229,172,38,0.26), rgba(251,185,55,0.17));background-image: -ms-linear-gradient(302deg, rgba(229,172,38,0.26), rgba(251,185,55,0.17));background-image: -o-linear-gradient(302deg, rgba(229,172,38,0.26), rgba(251,185,55,0.17));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ac2642', endColorstr='#fbb9372b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ac2642', endColorstr='#fbb9372b' );";background-image: linear-gradient(302deg, rgba(229,172,38,0.26), rgba(251,185,55,0.17));background-size:auto !important;top:146.3125rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#vMIaaaiOu2RBTW8WSf5s1vbZ8f0Bidbk { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15080;background-color:#f67a00;background-image:none;top:156.375rem;left:7.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#DqIuDVviEcr226JtCzZlUGxH278SXWVm { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92f1eb02-d0e7-4941-8179-297611a902cd/MariaSalete.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:156.5rem;left:17.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#DqIuDVviEcr226JtCzZlUGxH278SXWVm.adaptive-delivery-prevent-bg, #DqIuDVviEcr226JtCzZlUGxH278SXWVm.lazyload, #DqIuDVviEcr226JtCzZlUGxH278SXWVm.lazyloading { background-image: none; }
#MDxC4TFQBT6QTghxraf2NblTUq5aDMpv { background-color:rgba(255,113,60,0.06);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: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:rgba(171,97,46,0.63);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:160.125rem;left:29rem;display:block; }
#UBqgSIVUrOsbneZy19oA7VndOBtMVSmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evV1o7qJ5ZconaOmKtN0VSaSmaokPVKQ { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:161rem;left:8.0625rem;height:1.25rem;font-style:normal;display:block; }
#U7IqJIG8n84tDNMPkiWxQEWNJhD4lGHR { color:#f67a00;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:163.1875rem;left:29.125rem;height:3rem;font-style:normal;display:block; }
#cGOgCgB8ntkVIC7w6bTxcJ4rPSJuZ3bs { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:158.1875rem;left:29.125rem;height:1.166666625rem;font-style:normal;display:block; }
#RiUxZXct2N6TRQAPQEcC6vIuQHTKxNu5 { color:#585858;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:156.375rem;left:29.0625rem;height:1.583333375rem;font-style:normal;display:block; }
#IiHktTaxg7f58EKqn1lqV79RqneLqNom { color:#f67a00;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:152.375rem;left:12.5rem;height:1.916666625rem;font-style:normal;display:block; }
#f95KQ5TgFFSk0fNW9mxm4t9S4a0mwIah { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15138;background-color:#f67a00;background-image:none;top:152.3125rem;left:31.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ugxmdJFAcpn4NTVdXHGAUOl58hyh5h5z { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15139;line-height:.8;letter-spacing:0;top:152.75rem;left:32.5625rem;height:1.25rem;font-style:normal;display:block; }
#r6kbsupVzn7QL6KuTvK9r9NrNQrtSgIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:148.6875rem;left:7.625rem; }
#lXZF4QfimlvVq9k9OzvV8EpGclX81TRy { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1;letter-spacing:0;top:148.9375rem;left:9.25rem;height:1.00043125rem;font-style:normal;display:block; }
#VD6dghVKsCld6tK3n0Inc7fIQwwq7zHi { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#KINfx2E1czcMdrwELVZamkt0o9kmqOHn { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:109.625rem;left:28.8125rem;height:1.166666625rem;font-style:normal;display:block; }
#f7iNn7LJGpb01s4mCmsV04pte3T3Tawh { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:124.25rem;left:7.9375rem;height:1.25rem;font-style:normal;display:block; }
#sCLNE53dPB6PgD2qXEqzUvWvlzs1JJJE { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15060;background-color:#94b374;background-image:none;top:119.8125rem;left:7.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15060;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/52eb7f2b-862c-4863-87db-2ca188c7932e/MnicaCanuto3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:119.9375rem;left:17.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v.adaptive-delivery-prevent-bg, #pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v.lazyload, #pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v.lazyloading { background-image: none; }
#iy8TiUitDgrHUpHnlpFgT4AqTgcDnTtQ { color:#585858;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:119.8125rem;left:28.875rem;height:1.583333375rem;font-style:normal;display:block; }
#KLn9GGzcN3vHyVrrPrLPzJ8CP7nDx5FM { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:121.8125rem;left:28.9375rem;height:1.166666625rem;font-style:normal;display:block; }
#Acg0WiA9uHuF9rdOIpnOc8DJQ4OO1R7R { color:#7aac54;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:126.875rem;left:28.875rem;height:3rem;font-style:normal;display:block; }
#grEHZaVSIpIRSTfnP4Fs7xH7H3CmN91k { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:134.0625rem;left:8.1875rem;height:1.25rem;font-style:normal;display:block; }
#cVKpM0ITHZkLBBRVFb4n8TcrtPSk8w0I { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15095;background-color:#393a74;background-image:none;top:132rem;left:7.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ULsd1d0QHEImbAaEpuxDKLP1solzzxTL { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:133.9375rem;left:17.6875rem;height:1.5rem;font-style:normal;display:block; }
#ySCOBk02PKStWs1tTW7D7RT2wDMSCNow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:151.5rem;left:7.5rem; }
#NKobCGJH2k165sG7ZSLbhTaZVFAibl3V { box-sizing:content-box;height:4.125rem;width:4rem;position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;top:151.3125rem;left:7.375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#cpVDIkrn8Vx2hZFy47yATTySDpzv3hUt { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15216;text-align:center;text-align-last:center;top:30rem;left:27.8125rem;display:block; }
#oVQRxsGT9C1S7Tx60tBn2xQnEVZZq4NF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8aRx9JmIXA4dT5hkQFoaIRykxdwBtwe { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15217;text-align:center;text-align-last:center;top:41.875rem;left:27.8125rem;display:block; }
#f5JWHXi489NVLOwfTVUWnGbCXUEnyECl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeUoXrWgxwqTAEcKHItczleS8vLvZssg { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15218;text-align:center;text-align-last:center;top:53.875rem;left:28rem;display:block; }
#pi5DvXpuWPTDx7pVxAESxK5pqEcnnXJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlw4cR5zIQaGQ5qwaStVghseO5rDJLui { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15219;text-align:center;text-align-last:center;top:111.1875rem;left:28.875rem;display:block; }
#TaZwXDrpNMnNL3dHOV5t4pl5V6UveK4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7wSTMQBxkvgShvrB2FgTzIBzUvZsJAH { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15220;text-align:center;text-align-last:center;top:99.4375rem;left:28.875rem;display:block; }
#vnbh0NUckskfASOyurKgQRk9bwX1BrLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFLeMN4gUMwSGZZAACraMUoiqrKNUx1M { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15221;text-align:center;text-align-last:center;top:123.4375rem;left:28.9375rem;display:block; }
#wf13vW5OTZLs8BG5LsyVCNGBVktgT9Vy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container { background-color: transparent; background-image: none; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container > .video-iframe-container { display: none; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row > .video-iframe-container { display: none; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .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); }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container { border-width: 0; border-radius: 0; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container { font-size:0.875rem;font-family:arial;height:166.125rem;width:75rem;position:relative;display:block; }#fBSxltTTBOAI6p5zikTHAuAP2bzttgvN { box-sizing:content-box;height:6.125rem;width:6.125rem;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:15006;background-color:#946f5b;background-image:none;top:4.8125rem;left:4.5rem;display:block; }
#hL4uc2Gp52oAo4KX5nVvRTFTcL6spO8m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.34375rem;left:5rem; }
#SeX4GqQuGTczIO43FTwDuHGATsQo8X2T { background-color:#946f5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.625rem;left:47.25rem;display:none; }
#HPhM9CTPbUdNnOrL4ugWSBSoy9i68NNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phSXtXu5Ne9TgZ2RTTRaf6uXRQAPqUtI { color:#353535;display:block;width:23.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:47.375rem;height:1.00043125rem;font-style:normal;display:none; }
#ALtNbrq5p7rMTlWrkvyRddFo6zumZmW8 { color:#946f5b;display:block;width:11.5rem;position:absolute;font-family:bahnschrift;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.875rem;left:11.5rem;height:1.416666625rem;font-style:normal;display:block; }
#xpRc2S5islMxzToIEVsalrTxKrvtVPlM { color:#946f5b;display:block;width:19.375rem;position:absolute;font-family:bahnschrift;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6875rem;left:11.5625rem;height:5.5rem;font-style:normal;display:block; }
#RThyaTiluqegWrNXyznnUD5KueFO0ilM { box-sizing:content-box;height:44.3125rem;width:66.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:12.6875rem;left:4.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#IHUswZp03GMEVXSFWRD3FUfWsfX6VtAa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:14rem;left:6.1875rem; }
#IeR2R5i9qEIuBZnOO3xKF3lWI1UmKS7D { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:14.25rem;left:7.8125rem;height:2rem;font-style:normal;display:block; }
#oJdAaOoiglDgeAMgSkZKsr9Tq95O05GH { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:24rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#oiNxigml5HVPIeN15bX0FZrWcrcu9114 { color:#946f5b;display:block;width:56.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:19.1875rem;left:6.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#pcmyRm1PFTKABwgiJdTyTIscJvDi5dbd { color:#946f5b;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.625rem;left:6.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#euINZdTcJUOopuwxyrsLtIw2fCbRXs8p { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15010;background-color:#a28d7a;background-image:none;top:26.3125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#q530POINhp4egbmHeDimro092GPKZyTO { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:30.75rem;left:6.8125rem;height:1.25rem;font-style:normal;display:block; }
#IVARwTpSfMNVJMSONZkc2zEbvMGoaNzf { color:#946f5b;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.3125rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#VeLU3aJhBfLcrhJFqRnAs8tTIHVbrWbD { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.125rem;left:27.9375rem;height:1.166666625rem;font-style:normal;display:block; }
#sXIq88X3sZRQBm8TP90hqFbR5t2diaQB { color:#946f5b;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:32.9375rem;left:27.875rem;height:3rem;font-style:normal;display:block; }
#UeXpod1tL6J4NkAE9d8dOItoECF2hCVT { color:#9d9489;display:block;width:43.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:21.1875rem;left:6.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#bk3B0QewPrfF1O2hw4WDcva4stIZLMhL { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15010;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/031a6b2e-fd9a-48b0-9841-ce0e714bb764/Andrigo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.4375rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#bk3B0QewPrfF1O2hw4WDcva4stIZLMhL.adaptive-delivery-prevent-bg, #bk3B0QewPrfF1O2hw4WDcva4stIZLMhL.lazyload, #bk3B0QewPrfF1O2hw4WDcva4stIZLMhL.lazyloading { background-image: none; }
#QESFXAJZoIhncvI9tWxE9AERZmo70vH4 { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15016;background-color:#a28d7a;background-image:none;top:38.1875rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15016;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/246b8542-e84e-4f4a-aabf-9d1198117d12/LucasGazzinelli.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.3125rem;left:16.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst.adaptive-delivery-prevent-bg, #JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst.lazyload, #JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst.lazyloading { background-image: none; }
#Mp0qmIzLVuAbSUMurAH4sP0P7v0MNbNK { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:42.875rem;left:6.875rem;height:1.25rem;font-style:normal;display:block; }
#hcGKn9oRf2K81uXvZVAQ5hTTGaXeh7Hb { color:#946f5b;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:45.25rem;left:27.8125rem;height:1.5rem;font-style:normal;display:block; }
#bTMp5KklAMiP22LhmbQAqZTQbtCXlAWK { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:40.1875rem;left:27.875rem;height:1.166666625rem;font-style:normal;display:block; }
#gCkZi2nF5U9hFfUaBTz8NI6OeyWCnTpa { color:#946f5b;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:38.1875rem;left:27.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#NJ3QMzQ6OvOZTyff4bda2mlLlr54i1mk { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15006;background-color:#e3b103;background-image:none;top:58.3125rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#McNiZQLqEDgTG3BvfzoTlUf8hWF8Km7a { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:59.875rem;left:11.375rem;height:1.25rem;font-style:normal;display:block; }
#i3SLBh14SyzfvnRpv24sLTS0zduQrrJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:59.5625rem;left:8.5rem; }
#kplMvMb0TwdD7rIbzE0hcHoezFSdhilN { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15022;background-color:#393a74;background-image:none;top:50.125rem;left:6.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#UTeqTPHCoGpNzV4qcNITTr6Or3QVu1kE { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:52.0625rem;left:16.625rem;height:1.5rem;font-style:normal;display:block; }
#va9kboPV1T0qshoIBEwoE5b5oZBgoR95 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:52.1875rem;left:7.125rem;height:1.25rem;font-style:normal;display:block; }
#xEG5TnmHqny7OCHuubd6K6GJFZZXTeuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.375rem;left:48.5rem;display:none; }
#oF83MFAgvSNyPxEEZ0h2MUf2WNIZAAnG { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#sxzBRVvwy4ADedLNWICUTqKJGk0JT0Gc { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#KTCnTkedDgBinU2mgqfcRi9tODgkU4rT { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:107.0625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#yWK2cay9P7cs9K1wTAPO2CHsCHvp7EiN { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#gwFgyLHfRKgIvwKkBUQJ0F1PNkQpdXvc { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#Uvds72s5g9cZbPgHaAhx0V67k1NkLpcd { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:193.5625rem;left:11.5625rem;height:1.3125rem;font-style:normal;display:none; }
#o0QMD9EFxZJVRef9EMoSAVt4pcTA2yrs { box-sizing:content-box;height:34.3125rem;width:66.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:64rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#R0dnTB2Up4w2lS3epknBHo5p8ua2GCEy { box-sizing:content-box;height:10rem;width:8.5rem;position:absolute;display:block;z-index:15047;background-color:#cc6464;background-image:none;top:79.25rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#PxQuZEtI2FAm9oyp3ZQasivsB85RyyTU { color:#cc6464;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:86.3125rem;left:28.875rem;height:3rem;font-style:normal;display:block; }
#A8XrTtb7gKTXDlG6RiDBURPLiL588DVs { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15047;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/28385d6c-8f80-4f5c-a4a6-5f86d812473c/JooGuedes.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:79.375rem;left:17.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#A8XrTtb7gKTXDlG6RiDBURPLiL588DVs.adaptive-delivery-prevent-bg, #A8XrTtb7gKTXDlG6RiDBURPLiL588DVs.lazyload, #A8XrTtb7gKTXDlG6RiDBURPLiL588DVs.lazyloading { background-image: none; }
#bGLHmb7VugphKtePBhN7slpUt29mo16K { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:83.875rem;left:7.8125rem;height:1.25rem;font-style:normal;display:block; }
#WcOKG8IGBfsN1auVu14qDbrGcITHQapT { color:#ae5353;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:79.25rem;left:28.8125rem;height:1.583333375rem;font-style:normal;display:block; }
#FUxeuZz15npmf9VOxt56BCsKvgn7ueuk { color:#585858;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:81.1875rem;left:28.875rem;height:1.166666625rem;font-style:normal;display:block; }
#iJF1ekaw6xsag1SmHTDKTzL9tf0O5lJV { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:76.9375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#yGu3XPIzTg4LVGuS8tFHpck2gWGwXxnC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.69;top:66.9375rem;left:7.1875rem; }
#sQncF2RU1L1da9nGn3m0XiRuJihyeBAT { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:67.1875rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#RcB29SV97eyhHETIHqp1f95BCiOULHX2 { color:#ae5353;display:block;width:49.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:72.125rem;left:7.3125rem;height:1.416666625rem;font-style:normal;display:block; }
#W0UOAemiT2hoCeZqz1B4vAbLP2Acw1rB { color:#ae5353;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:69.5625rem;left:7.3125rem;height:1.916666625rem;font-style:normal;display:block; }
#VZ9uC5F8X5E6hzDIAk1D02RCTcaWp0wi { color:#95736c;display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:74.125rem;left:7.3125rem;height:1.083333375rem;font-style:normal;display:block; }
#y0niaIll9ZTxyucdDQd7fpFDT5pHz5HC { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15103;line-height:.8;letter-spacing:0;top:17rem;left:15.5rem;height:1.25rem;font-style:normal;display:block; }
#hTQf99Q2V2mb6XJHNTWw6975zQymtVlE { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15011;background-color:#946f5b;background-image:none;top:16.5625rem;left:15.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#RoQATbauWmriOc5eilHuyLTayZnQpfkD { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15105;background-color:#ae5353;background-image:none;top:69.5rem;left:16.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#UOreK7DpuENqpqWSAIovDCZi9T1DIS77 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15106;line-height:.8;letter-spacing:0;top:69.9375rem;left:17.3125rem;height:1.25rem;font-style:normal;display:block; }
#Px3mdNTcsoAmprAIaNAb1GJ2NtMu7AnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:155.375rem;left:8.625rem; }
#w1zTUAxBSZEMVD90OgWpCsJ0hTNtoP2N { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15151;line-height:1;letter-spacing:0;top:155.5625rem;left:11.4375rem;height:1.25rem;font-style:normal;display:block; }
#IJBwEIFHvIpCW2zFzNK3TxqsKCaZVguN { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#OLyDlmCUOO7MoT2cQq78RybwVbagSmvu { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#tkZ9f6PmqAv8mdHURJBkzp5Iwdkx9BuJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#eMly775m7BmSBc7SGlvLoRZ94sXBOTuK { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#lrTwfGWsmIl2N0H2ciON8NmEXs9h7fFr { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:29.0625rem;left:8rem;height:1rem;font-style:normal;display:none; }
#gdpOJyFtlHC9kATkHb6SZDTS5fK9T8VO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.69;top:28.8125rem;left:6.375rem;display:none; }
#k8eMCTUlhp3r17KTZ1q1UNXzr6mCG5UJ { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#QovWbHtQhRUV6lxEo6XudiEdLtJL2e2c { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15046;background-color:#20226b;background-image:none;top:154.0625rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hlTRUATKLioO9JxVHKpQoVs0F9uK8JsZ { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#BthD4AlnrKfqE4XzGVkdngvOQW8dIKhA { background-color:rgba(135,93,255,0.06);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: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:rgba(74,53,134,0.63);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:107.25rem;left:85.34375rem;display:none; }
#WQDdgPB0OA1xh47gaKUTz0xtP0lTOTTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdKihCstcaBlDPfXF9GusZDfzWqhTzp9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15153;line-height:1;letter-spacing:0;top:93.25rem;left:8rem;height:1.25rem;font-style:normal;display:block; }
#vpEGWnecMPz5dnM8MpXdCAGyILNuXcTG { box-sizing:content-box;height:5.3125rem;width:8.5rem;position:absolute;display:block;z-index:15152;background-color:#393a74;background-image:none;top:91.0625rem;left:7.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#i2JE9Bqw306QnZZEmsezrZznzy13CtfJ { color:#393a74;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15154;line-height:1.2;letter-spacing:0;top:93rem;left:17.625rem;height:1.5rem;font-style:normal;display:block; }
#ubJ8v54sGZF1IFTswWlB2hvlGRJmmd3s { box-sizing:content-box;height:26.4375rem;width:66.0625rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;top:99.8125rem;left:4.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#uD1Ey4b4PRUIuWlFT20tK75hrXnERaWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:.99;top:102.8125rem;left:7.125rem; }
#gepxCETVic6CXQdDIqmMSxBZEuuLF4Qf { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15095;line-height:1;letter-spacing:0;top:103.0625rem;left:8.75rem;height:2rem;font-style:normal;display:block; }
#LeVgL3lQsJPIroACnq2rRQc5qeBeQDCn { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15098;background-color:#e3e3e3;background-image:none;top:110.25rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AT05PEg9gTVqdCmUZJNczz7zB201e9KN { color:#535353;display:block;width:14rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:106.0625rem;left:7.1875rem;height:1.75021875rem;font-style:normal;display:block; }
#pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI { box-sizing:content-box;height:11rem;width:10.5625rem;position:absolute;display:block;z-index:15099;background-color:#e5f3f1;background-image:url("https://images.assets-landingi.com/uc/c4789e1d-309b-4170-8e7a-65d9499e20f6/Sandra_11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:112.75rem;left:15.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.adaptive-delivery-prevent-bg, #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.lazyload, #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.lazyloading { background-image: none; }
#RVZTyoBlI1hzTdWiOVsefomgnPzISuJH { color:#585858;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.2;letter-spacing:0;top:112.8125rem;left:27.5625rem;height:3.16666675rem;font-style:normal;display:block; }
#tb5vln2JLXMJAlmcRDZ0fhqDAhF0EVDp { box-sizing:content-box;height:11rem;width:8.5rem;position:absolute;display:block;z-index:15166;background-color:rgba(13,13,83,0.02);background-image:none;top:112.75rem;left:6.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:block; }
#ZIpUBpo4TLDZ6KFoxyE4vsQH7aBLTQhx { background-color:rgba(102,102,102,0.08);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: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:rgba(106,106,106,0.91);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15149;text-align:center;text-align-last:center;top:120.68707275391rem;left:27.375001907349rem;display:block; }
#BGxhxyNdHThE5R02srTUUmhDdwLRaeUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgsWu0Gdd3DG9cMKWIeieuV6wsXRy8Dk { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15097;line-height:1.2;letter-spacing:0;top:116.6875rem;left:27.5rem;height:2.33333325rem;font-style:normal;display:block; }
#dXhuq3Lm0AhXAqdN2Tgok57VuHhO3AWt { color:#3f3f3f;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15167;line-height:1;letter-spacing:0;top:118.12457275391rem;left:6.9997844696044rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn18uaowqV3Xn0yJbfsvPdIJQuq55GoH { position:absolute;display:block;z-index:15169;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.5rem;width:10.5rem;top:97.4375rem;left:60.125rem;overflow:hidden;display:block; }
#CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc { box-sizing:content-box;height:11rem;width:10.5625rem;position:absolute;display:block;z-index:15103;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/a25455aa-b2de-4b4a-954d-88201b32ac0d/FbioCSampaio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:112.74957275391rem;left:42.999132156372rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.adaptive-delivery-prevent-bg, #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.lazyload, #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.lazyloading { background-image: none; }
#C24fiDZQx76MnvsbR1hmt12IfnhCbI6o { color:#585858;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15100;line-height:1.2;letter-spacing:0;top:112.8125rem;left:54.6875rem;height:1.583333375rem;font-style:normal;display:block; }
#Qslsvi6RAGOsZDddBeqZKcTpLIqCP9U7 { color:#585858;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15101;line-height:1.2;letter-spacing:0;top:114.93664550781rem;left:54.749353408814rem;height:3.5rem;font-style:normal;display:block; }
#sUWJR6TRrqNmem9HiKBSrF2BRz876iQg { background-color:rgba(102,102,102,0.08);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: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:rgba(106,106,106,0.91);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:120.68707275391rem;left:54.749132156372rem;display:block; }
#lO2yTm8JPiHlAhN1w6mrdrwtsPmADRhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPTOKHgJLnUWrfsrv0vscw7CHVIdrPVF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RI6Fd86nP4bkKacQsNWBMexPAUNLFFGT { box-sizing:content-box;height:24.75rem;width:66.0625rem;position:absolute;display:block;z-index:15110;background-color:#ffffff;background-image:none;top:127.5625rem;left:4.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(181,181,181,0.21);border-left:0.0625rem solid rgba(181,181,181,0.21);border-right:0.0625rem solid rgba(181,181,181,0.21);border-bottom:0.0625rem solid rgba(181,181,181,0.21);display:block; }
#EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT { box-sizing:content-box;height:9.8125rem;width:10.5625rem;position:absolute;display:block;z-index:15116;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/b8829940-b531-48ba-afab-b76d7fd3ae91/AndrBeltro.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:140.0625rem;left:16.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }#EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.adaptive-delivery-prevent-bg, #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.lazyload, #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.lazyloading { background-image: none; }
#WSbswPOxAg2PBKeaBPRbv0w8rgdGHX8H { box-sizing:content-box;height:9.875rem;width:8.5rem;position:absolute;display:block;z-index:15183;background-color:rgba(13,13,83,0.02);background-image:none;top:140.0625rem;left:7.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:block; }
#b3tXxfAdHO49eCm3h7lL4Rf8HHpgloZS { background-color:rgba(102,102,102,0.08);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: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:rgba(106,106,106,0.91);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15166;text-align:center;text-align-last:center;top:147.25rem;left:28.3125rem;display:block; }
#PRm1KqLy5xVBTQM09o0hNp8q2yIRz7a6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3CRhWoa5ThQZ73qq2M6GyAGdSUH6MuD { color:#585858;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15114;line-height:1.2;letter-spacing:0;top:142.5rem;left:28.3125rem;height:1.166666625rem;font-style:normal;display:block; }
#n4glTRvq7AXVgTwZAJQGh8BUyUZEfv9B { color:#3b8d5f;display:block;width:7.4375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15184;line-height:1;letter-spacing:0;top:144.75rem;left:7.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aThfw4EVOam95XZkg7u9CCv6leXdHw6T { box-sizing:content-box;height:0.0625rem;width:60.625rem;position:absolute;display:block;z-index:15115;background-color:#e3e3e3;background-image:none;top:138rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UB7AQ7XaCUeVLGSTL4wxv7q6ObQ7fDxz { color:#585858;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15113;line-height:1.2;letter-spacing:0;top:140.125rem;left:28.375rem;height:1.583333375rem;font-style:normal;display:block; }
#sOFQ7taxwabTmEu160P9M1ws4A8MdLx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:.99;top:130.5625rem;left:7.1875rem; }
#UXzOcJHWA7BqnGzFOUUMi8PDil4qUWVW { color:#585858;display:block;width:8.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15112;line-height:1;letter-spacing:0;top:130.8125rem;left:8.8125rem;height:2rem;font-style:normal;display:block; }
#TmuhzflUuAHTJINmCalDCKoTQktg0G80 { color:#3e6a43;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15179;line-height:1;letter-spacing:0;top:133.6875rem;left:7.25rem;height:1.75021875rem;font-style:normal;display:block; }
#GE7mfQdlaiC4QLs39W1sRGKudvEKXN2W { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15108;line-height:.8;letter-spacing:0;top:106.25rem;left:22rem;height:1.25rem;font-style:normal;display:block; }
#MAnEpDDQpl2f8CDMhbNp9V78u02elva0 { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15107;background-color:#484848;background-image:none;top:105.8125rem;left:21.125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#WUOvHw5HOzXGBfIsJtpam14pEIhFKG0m { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15188;line-height:.8;letter-spacing:0;top:133.9375rem;left:28.125rem;height:2.5rem;font-style:normal;display:block; }
#NKzPpI2TrMLrTXmFVPwTZgaXZSwTyg8O { box-sizing:content-box;height:2.0625rem;width:9.6875rem;position:absolute;display:block;z-index:15187;background-color:#b92d2d;background-image:none;top:133.5rem;left:27.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zJzzkNLTB8Ka7Jty64NskBJoAzET6OBA { position:absolute;display:block;z-index:15202;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:1.62435rem;top:140.0625rem;left:47.875rem;overflow:hidden;display:block; }
#TOZgzzVvRzQJIGeti9p6vmQWBW8LNT0x { box-sizing:content-box;height:4.3125rem;width:60.75rem;position:absolute;display:block;z-index:15049;background-color:#d5ba00;background-image:none;top:159rem;left:7.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#xRW21bPxS3V02miplpUu0R0aCPCEUWns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:160.0625rem;left:8.4375rem; }
#ybfXRvupumdfDLy7lTfFzxzuI36k5UiH { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15154;line-height:1;letter-spacing:0;top:160.5625rem;left:11.4375rem;height:1.25rem;font-style:normal;display:block; }
#gr7AlzEpRd9dBQHOqgfeVDc8UxGDAuOP { box-sizing:content-box;height:4.3125rem;width:66rem;position:absolute;display:block;z-index:15002;background-color:rgba(87,59,165,0.12);background-image:none;top:27.5rem;left:4.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#IpEZcDQ8B9DKT4tDSpVWDH5vIf143CfA { box-sizing:content-box;height:4.25rem;width:8.5rem;position:absolute;display:block;z-index:15147;background-color:rgba(13,13,83,0.02);background-image:none;top:184.75rem;left:7.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(32,34,107,0.14);border-left:0.0625rem solid rgba(32,34,107,0.14);border-right:0.0625rem solid rgba(32,34,107,0.14);border-bottom:0.0625rem solid rgba(32,34,107,0.14);display:none; }
#GTVnW6IEqZ1VF7h5LUlvon9xGndWN4JG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OJlEgEZxRaz7l8PnM6CuHMDz01eDnw2i { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15222;text-align:center;text-align-last:center;top:29.875rem;left:27.8125rem;display:block; }
#T7oIfyA29f6n9e6nSDpiOTbDnQ8OSvwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQy1hneN6MHGTr5JPllGTSBWrrazNQui { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15223;text-align:center;text-align-last:center;top:41.875rem;left:27.75rem;display:block; }
#LCpSmPt5LcgMT0NAHAh4byRM59tH8Zys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOFKCXrTfEpZ4yXuPhhLaWrUw7JeJkpE { background-color:rgba(237,237,237,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#909090;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15224;text-align:center;text-align-last:center;top:82.8125rem;left:28.6875rem;display:block; }
#SMZ3o2kVoisvTwczXmKk1JoS86wnmZIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQ2aIi9lr1laB1QKK8NumaS7EPOufhsH { color:#3e6a43;display:block;width:42.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15225;line-height:1.2;letter-spacing:0;top:144.625rem;left:28.5rem;height:1.5rem;font-style:normal;display:block; }
#w773rGChsuKkrFeaClqDFwb1Wxqzz8er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161b3a;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; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container { background-color: transparent; background-image: none; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container > .video-iframe-container { display: none; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row > .video-iframe-container { display: none; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .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); }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container { border-width: 0; border-radius: 0; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container { font-size:0.875rem;font-family:arial;height:212.8125rem;width:75rem;position:relative;display:block; }#yM5kF80s3EWTG6ULEWe1Zq4Nd4BmvqSk { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:#15253e;background-image:none;top:11.25rem;left:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#G89xCFGGVvTLIkdbebLV5Jqfnp1RVGbf { color:#90b7b6;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.375rem;left:1.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVycaBogQ76rTl0G0bQMolGGc9xXd7Vk { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15010;background-color:#55d0d8;background-image:none;top:3.625rem;left:1.375rem;display:block; }
#yI9DxA7legckoJRDwTioiEg8ZaEbOUo3 { color:#f4f4f4;display:block;width:31.625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6rem;left:7rem;height:4rem;font-style:normal;display:block; }
#egJ3DXFLi12Pbr07LX5v8o9gniNTZJg1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15201;opacity:1;top:5.0625rem;left:2.5625rem; }
#z6mQiO6cG2DvHaZuM4ymVMdryc0Lr8Ro { color:#70c7dc;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:7rem;height:1.5rem;font-style:normal;display:block; }
#OAeCgrPyaPIZIb9gHsPIrHvu5TfdvdPW { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:39.25rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ubi9TZWLZ1ZKZrHp4ke5drL3HaxRwaCR { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSTTqCzMiSQu2cPw65UA6G92RxFxAnQc { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.75rem;left:1.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUrJsznb9cMGDnaVOXCPmEZBHyXVTnmw { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15001;background-color:#49bcd5;background-image:none;top:11.25rem;left:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#t6hRMJc0K709DlAWgC0kzf5LdTg13vbe { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:11.6875rem;left:1.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fRLwRSi15ydBCh3P39ownuCD5EeUi9rM { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15006;background-color:#15253e;background-image:none;top:11.25rem;left:27.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hzl9BU1mpWIdnSpE2e5RlbF8qddX72n2 { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.0625rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aA9WKywCOoFe5nhTG8mzq4eLX32TzawM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.0625rem;left:27.90625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E1UXDF2blEELODfZtJBUVc7EtbkQQ6Vk { color:#90b7b6;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgDWtlvr6QEHheNkGUnhXFIGGVUcyVDU { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15007;background-color:#49bcd5;background-image:none;top:11.25rem;left:27.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tNsmvTrkdVK9oADtcoBQtNqVzBJTHzTR { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:11.6875rem;left:27.375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8XmTD8mAtRxarJCZKRuSvSv8KDlEETm { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15012;background-color:#15253e;background-image:none;top:11.25rem;left:53.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gk808oSvl972SHSfVdJzOmPccc2Ml6Xe { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.75rem;left:54.125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2fb20ZT62wBBAOFONRvVc39QVVbT88S { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.75rem;left:53.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoJkBTtV0E15TTQE8h3pAxJpF6VshqDt { color:#90b7b6;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15.375rem;left:53.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZ2VLwHssicJUynTFT39J2mbkCeoJE39 { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15013;background-color:#49bcd5;background-image:none;top:11.25rem;left:53.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bfXXIAWAQyTWIKnWqEiL2XTgmbHqlIII { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15214;line-height:1.3;letter-spacing:0;top:11.6875rem;left:53.1875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKsMfef5b7xGIHSVWu1wUCkp6ZDkZU0A { box-sizing:content-box;height:2.5rem;width:8.9375rem;position:absolute;display:block;z-index:14999;background-color:#3278a5;background-image:none;top:5.6875rem;left:38.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#MeqZbwJztLecPDCFzwdJ7mshC4VIZJgg { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15018;background-color:#15253e;background-image:none;top:43.8125rem;left:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hyDQk7damAuGyomXQiNukNaiHDv6cmPB { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:59.5rem;left:1.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlgCipkX4A8qZl6Ev5EhTrAmtbL3TLnm { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:51.4375rem;left:2.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkGsGIcwEdptOD0TLehdDV73Xe1JspPc { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15024;background-color:#15253e;background-image:none;top:43.8125rem;left:27.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#k6V83me8G9T6wfRGJJcvew0TXJmA1DOr { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:59.5rem;left:27.875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gac4SeT4ksfRrAQbdwScONPr9si8lhpE { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:51.3369140625rem;left:29.6875rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErSxX2VFROnWgaKM7Wdxb9dH81pmBVd7 { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:48.6875rem;left:1.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aW7Wch8C3xZCL15k45XX0hQbtcFytHpe { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:48.6875rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbFnphdF7cCCoNvrIc9xhGvcMwWapNam { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15019;background-color:#e6ae39;background-image:none;top:43.8125rem;left:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KbedpO1JpoXEgVzTNQUchPpxcPH5uaEn { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15220;line-height:1.3;letter-spacing:0;top:44.25rem;left:1.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbLrJUQK9vJLZVcvrrxytgWMdP19Gwco { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15025;background-color:#e6ae39;background-image:none;top:43.8125rem;left:27.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uVEmkRzZT8IeyoycdIB5PdNZpadlNXiw { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:44.25rem;left:27.375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8dvvDwuXKaSfmdZwQ3r4yoa4TWRATq4 { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15030;background-color:#15253e;background-image:none;top:43.8125rem;left:53.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QpkAku6hz2zcUpoF6fACfe1TqQ3SobgK { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:51.4375rem;left:54.125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbUFQD9eRGK5T0eZhp6tfMtVhLg9mzwi { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:59.5rem;left:53.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZIt8bAINC5HcX0o5OITl9bdWPW6TTQw { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:48.6875rem;left:53.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5IydbI64E2odKlPiZqyPHX6gkRDNg79 { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15031;background-color:#e6ae39;background-image:none;top:43.8125rem;left:53.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#iaJ0hT75CJVUCrDoiKZcTb63TCCbhgdi { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15232;line-height:1.3;letter-spacing:0;top:44.25rem;left:53.1875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoGRrv5b8xdoq23HEn4PwzWCzQDMEDhA { color:#f4f4f4;display:block;width:30.0625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:38.875rem;left:7.125rem;height:4rem;font-style:normal;display:block; }
#naR5ikaR3hLF9nIlTkAqur3bLl204ZaZ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39rem;left:49.3125rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GJDonBZBlUkVL9fyHgxf3TNeTirSPQeT { box-sizing:content-box;height:2.5rem;width:8.6875rem;position:absolute;display:block;z-index:15005;background-color:#d18d00;background-image:none;top:38.5rem;left:48.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kmNBZ1HvrIDTz8bzShk1a8sE7ggle4tC { color:#e6ae39;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:37.125rem;left:7rem;height:1.5rem;font-style:normal;display:block; }
#nv2HTLktZlNBw1o0dTLiPCA2O6srQ3ad { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15016;background-color:#d18d00;background-image:none;top:36.5rem;left:1.5rem;display:block; }
#AX152gkuWpEVemEbtgXbWLSVsRr7KOla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:37.9375rem;left:2.6875rem; }
#ytk0z0xkLKJGvMxfmTeaCvnTPO6Z0i29 { color:#ffc972;display:block;width:10.9375rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.890625rem;left:37.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4bUzuER4cdMvp4SOKce8SqVS0lCrGJ1 { box-sizing:content-box;height:2.5rem;width:8.6875rem;position:absolute;display:block;z-index:15012;background-color:#d18d00;background-image:none;top:71.5rem;left:48.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ntuMly3bPCTtlZZwuGfH0HT9Mi73vcmp { color:#ffc972;display:block;width:9.5625rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:71.875rem;left:37.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWppcr298hbxhKUpZzrccaBBz4llp533 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:72rem;left:48.9375rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZQpGPrBgEa7T4ICxG7yuVhmwLfrhxzf { color:#f4f4f4;display:block;width:30.0625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:71.875rem;left:7.125rem;height:4rem;font-style:normal;display:block; }
#kw5wcZEuTmis4ceyXRozEoew2wA7Znd0 { color:#e6ae39;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:70.125rem;left:7rem;height:1.5rem;font-style:normal;display:block; }
#QrmO6FaBycH5abzT0Q0vSaenRNxVL29o { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15023;background-color:#d18d00;background-image:none;top:69.5rem;left:1.5rem;display:block; }
#kuGnzF8VZudvNlO3qNoOBuprUdR7GQKi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:70.9375rem;left:2.6875rem; }
#MoLPFU8Aw1nHfuEpi4xQT6ZZ02UkhsFD { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15042;background-color:#15253e;background-image:none;top:76.1875rem;left:27.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T7fMAOe6CE1e6mDl13MHBwzzw5UCTWxS { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:91.5625rem;left:27.875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0vdF8MB9azLVTu2LhRqDzRns3y7lAVD { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:83.6875rem;left:28.3125rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgTyLAyefBlIfWTVvJMKbxDJcl5VEJ1J { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15048;background-color:#15253e;background-image:none;top:76.1875rem;left:53.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#d8Vf5VdF3kAMmEEBbnatsADruaTHXl3O { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:83.6875rem;left:54.125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QLNhC0znAOnKLWACoMOcDXobmLykfIm1 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:91.5625rem;left:53.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHNtQ16uBgpOksfpWRO6lDfbIJ0Ea4sn { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15036;background-color:#15253e;background-image:none;top:76.1875rem;left:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#T6sGMOT7ptc3u7gprFqL0kDbrHkH4beN { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:91.5625rem;left:1.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQhRlQiNTNwgq43vfGNGwvH4n8ruotBW { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:83.6875rem;left:2.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Oz42mr3BFmAi3imM9MyofokkXtbN8W { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:81.0625rem;left:1.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7a2aTTevzfBwK7nM9LUKa592CJuz06m { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:81.0625rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbAZ73hObHCrKi6oDm08eMrX2Fv3OvDV { color:#b2a274;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:81.0625rem;left:53.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbBx1xVxGBJ1CRmUXBliWrABPAguh8qD { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15037;background-color:#e6ae39;background-image:none;top:76.1875rem;left:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ERNuz89gSpA5QflF5GspTurzBBbxqIBn { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15238;line-height:1.3;letter-spacing:0;top:76.625rem;left:1.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOiMaQZK1FpBEi8D6dmGmMdffF4tx9Tk { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15043;background-color:#e6ae39;background-image:none;top:76.1875rem;left:27.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XG0cVCsHMhkJd7u9v5Z4NXzfHrndhbiN { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15244;line-height:1.3;letter-spacing:0;top:76.625rem;left:27.375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2PyE2TWZBqlI4aVIeXF07T3XR6rVQog { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15049;background-color:#e6ae39;background-image:none;top:76.1875rem;left:53.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nsNrMwov9CazxinO3rouaTgUtxFJz7Ky { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:76.625rem;left:53.1875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGATe3FGXvtSDoSnKuNVSntmg67tlJkb { color:#ffaeae;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1;letter-spacing:0;top:102.5625rem;left:7rem;height:1.5rem;font-style:normal;display:block; }
#uWdWM5vp16kkWMt2FTusWLsosAuQgSFq { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15066;background-color:#ffaeae;background-image:none;top:101.9375rem;left:1.5rem;display:block; }
#GA684SgKpNHoNZ4mIP9soLoyEUDJHR7n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15257;opacity:1;top:103.375rem;left:2.6875rem; }
#HhRALsSmTUy9piyTQF4nobxlHqiR6JGz { color:#f4f4f4;display:block;width:30.0625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:104.3125rem;left:7.125rem;height:4rem;font-style:normal;display:block; }
#MPUzlEloponWB1bw45re5pCMP38mevX8 { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15068;background-color:#15253e;background-image:none;top:109.25rem;left:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#IK0SeHhQ0BRBbiuGQ8xBs4P90ZrIbTsR { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15074;background-color:#15253e;background-image:none;top:109.25rem;left:27.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CfSUNKtCDMuvLdl7di6EZoaIukyH4dRH { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15069;background-color:#ffaeae;background-image:none;top:109.25rem;left:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tOaTMAP0M7kFEaFUPOcZe2dCTZ2AUzHq { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:109.6875rem;left:1.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVESPOptQPNcoEIirpRF9rJUgLhAGWTs { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15075;background-color:#ffaeae;background-image:none;top:109.25rem;left:27.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lvnkQ4qpqyr6W9XLZHKaCO5Ax1BdGeXy { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15276;line-height:1.3;letter-spacing:0;top:109.6875rem;left:27.375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wu6nc9J293MeyledgAX1Ei24sIfrkZvk { color:#f4a2a2;display:block;width:10.9375rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:104.25rem;left:36.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dsl9Dw8qV2KfMB6g4evGaQ3TnC1SIBKT { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:114.125rem;left:1.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIFfZJ2zITa3SSoZIlboLx5WVnINgMV2 { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:114.125rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHVCJAKzIq0nWsWDTuhKrggTphILTy1H { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:104.375rem;left:48rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yI8XNMrhzUE33OO8O3l4M0NLiKOV7rN2 { box-sizing:content-box;height:2.5rem;width:8.6875rem;position:absolute;display:block;z-index:15055;background-color:#e67676;background-image:none;top:103.875rem;left:47.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#xerx09SuEJtqAxAIcUUzCk1SufsTTuFB { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15080;background-color:#15253e;background-image:none;top:109.25rem;left:53.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#crMmOTx3IZtAZQ3XLEpgDQx4c2W1XIJL { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:114.125rem;left:53.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJ0CCirHrFm3W2G8HKSBOxmI5Wtste9v { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15081;background-color:#ffaeae;background-image:none;top:109.25rem;left:53.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OPVk137hVKMExLXrm5J6onmCP5mXW4cm { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15282;line-height:1.3;letter-spacing:0;top:109.6875rem;left:53.1875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nS2GbW147Pq0ZOKPPqnuyPcMwA0R7OTi { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:124.8125rem;left:1.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J87czZL19dalmp2m46vwA7a9Tp6WvE5G { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:119.271484375rem;left:2.40625rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixoPNSemFTPEKIR1noyUrbdTIenmOIoH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:124.8125rem;left:27.875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSJsFM3ykooxXfkhOOSvBPNnbEFV1QDC { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:117.4375rem;left:28.3125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCO7fzdpdf4RtbCpTtIfgATPxKWn4hzW { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:116.75rem;left:53.3125rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgU4m5CNvxr488dGoo8kP7swhEiiEUlU { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:124.8125rem;left:53.71875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbch02AIUlNPG3sNLcWrAmzVDedPPT1K { box-sizing:content-box;height:2.5rem;width:8.6875rem;position:absolute;display:block;z-index:15062;background-color:#e67676;background-image:none;top:136.375rem;left:47.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ZVS157Kx7JZFdbA2JkRDXipH9V8UIo7a { color:#f4a2a2;display:block;width:9.5625rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:136.75rem;left:36.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m68alIIiiEAR74LfbPyAhqQm5dWpppEr { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:136.875rem;left:47.5625rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLNTcIXteZRgVvGfZDMKLZR2eBUMMJhs { color:#f4f4f4;display:block;width:30.0625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:136.75rem;left:7.125rem;height:4rem;font-style:normal;display:block; }
#czAMT7ZPNg4cNArJKp1OvtO3TuBcGt3K { color:#ffaeae;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15069;line-height:1;letter-spacing:0;top:135rem;left:7rem;height:1.5rem;font-style:normal;display:block; }
#vOc2HHr1qEEZm24q8eW9obNPxhBDXkmG { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15073;background-color:#ffaeae;background-image:none;top:134.375rem;left:1.5rem;display:block; }
#HKDcRACPBDrpbpQJTXzlJCxCAH7cV0tZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15264;opacity:1;top:135.8125rem;left:2.6875rem; }
#I0zi0vW9ZkgLOTDWIVJ0WHVnZdohsyJT { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15092;background-color:#15253e;background-image:none;top:141.0625rem;left:27.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#r2IabVsHa39e8Xq7MGL9k5agThvSBhCL { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15098;background-color:#15253e;background-image:none;top:141.0625rem;left:53.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xCfacJTcDC9u9knALQ2TqRNuBF5qgypT { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15086;background-color:#15253e;background-image:none;top:141.0625rem;left:1.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gQkId4TTyNg5Fs9Zr9zkcFh3kRnvB0uT { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15087;background-color:#ffaeae;background-image:none;top:141.0625rem;left:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#d7OiqXQp07yRyza97z6ngATgHTuNzKTu { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15288;line-height:1.3;letter-spacing:0;top:141.5rem;left:1.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faNohC7clIFu8X612bgKH3DMrO7VeInZ { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15093;background-color:#ffaeae;background-image:none;top:141.0625rem;left:27.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ErmqyKHSO0CqKHCAHhfxAuvzRuXbgHTK { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:141.5rem;left:27.375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUZSqEreRTRIMm2HwLdcXXqyaZQsiHbb { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15099;background-color:#ffaeae;background-image:none;top:141.0625rem;left:53.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZMiFI8TTdq8HwFJnfRAy4AXiyLdwTP1I { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15300;line-height:1.3;letter-spacing:0;top:141.5rem;left:53.1875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdVH5vsMH7KzOMpJ1rZRRPPA66Hr2x2p { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:148.875rem;left:28.3125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAhR7GTrc49DGsLtpMaVv91lfWEVf87n { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:150.4375rem;left:2.375rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ulCZIbCcifVESvQabcUcJy4BcWyyVa64 { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:145.9375rem;left:1.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bUcM9Cqx5kR9Mln4A62cUWoJkHxOCJiN { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:145.9375rem;left:27.375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6lXV0KmxlBF6ZPSFOnnCEmqDOBGGuIe { color:#d3b0b0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:145.9375rem;left:53.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rauf0JTPzAcPK7pMzxIPkbVWWUfn9AU2 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:156.1875rem;left:27.875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ctffTaborLKl7mboaf70nm38SfTbFwVt { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:156.1875rem;left:53.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3AaIA22QvcTWquQneeXxTmt0xqFRvTM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:156.1875rem;left:1.9375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZFiq6Mhi0wqZMWTMVenk6n279swTL3I { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15036;background-color:#15253e;background-image:none;top:173.1875rem;left:53.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bXePkZZNhzNKP74WOEIUVP3nobCNAyxM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:188.8125rem;left:53.8125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S5pyUHSqGIZPP4cglfdsgQST1VUE59Qh { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15030;background-color:#15253e;background-image:none;top:173.1875rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bAgfr1mq629lJfCHvlLnxNXwtQMVaUpv { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:180.75rem;left:28.4375rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qT2DTA4Le2fLc1kuyCqTL4yMhNoUQ6N7 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:188.8125rem;left:28rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxfpWTgbzpOTHAx60KgatTosUd4vUFlm { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:180.75rem;left:54.25rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5ySATLHUfw85uIOm4zEDdcMLphW1TTn { color:#a4b98f;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:178.0625rem;left:27.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECMBzJ5W8BUzKHVRPbEr0O87wgKSVt9c { color:#a4b98f;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:178.0625rem;left:53.25rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T32BJ5N3QuUC8999srXQEQB4J7MT132m { box-sizing:content-box;height:22rem;width:20.3125rem;position:absolute;display:block;z-index:15024;background-color:#15253e;background-image:none;top:173.1875rem;left:1.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Lw2DqlzlZM3MGprhdaxVwhKbt8imJKwr { color:#a4b98f;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:178.0625rem;left:1.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLVJumITTTTTlUVx5ArBdPcnZzVOTnWz { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:188.81250572204rem;left:2.8125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#slq4BIxrIR7lSOlGkXBVf3t45l9fA9Q1 { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15025;background-color:#a0d769;background-image:none;top:173.1875rem;left:1.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Dw5FZFzhd5iCG3qGie1IFBqTSxC6lN0u { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:173.625rem;left:1.5rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMJ7nDU1p8nysbANeZTUT8xu1fOP43eT { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15031;background-color:#a0d769;background-image:none;top:173.1875rem;left:27.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SGvR1aKiAJ9bCdgbrBmSNK2ZmHfwRD61 { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15232;line-height:1.3;letter-spacing:0;top:173.625rem;left:27.4375rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vCBiVpqo1TmOAgKIT8kCVAtct0hMzHbJ { box-sizing:content-box;height:2.6875rem;width:20.3125rem;position:absolute;display:block;z-index:15037;background-color:#a0d769;background-image:none;top:173.1875rem;left:53.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PkiTsuAU5OFCspWbNouNIMEe9dcq5I3q { color:#20226b;display:block;width:20.375rem;position:absolute;font-family:bahnschrift;font-size:1.625rem;font-weight:700;z-index:15238;line-height:1.3;letter-spacing:0;top:173.625rem;left:53.25rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDIRACSfJLJH7Dy8A4PPq65c2y56k4Ur { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15034;background-color:#88bc52;background-image:none;top:166.75rem;left:1.4375rem;display:block; }
#E7qPgUbiu7B6Fip59QQKPNpnPh2RnxWC { box-sizing:content-box;height:2.5rem;width:8.9375rem;position:absolute;display:block;z-index:15023;background-color:#7aa74b;background-image:none;top:168.9375rem;left:32.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#dkGRrLhUyJAWwPHtFiWGQy2mxhrsf2rF { color:#f4f4f4;display:block;width:24.4375rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:169.125rem;left:7.0625rem;height:4rem;font-style:normal;display:block; }
#wBWxNv2l1qPEyEixmEesyK5v4xNzndMm { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:169.4375rem;left:33.3125rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#otEaHc2br9Xh1XXH4siqPULCVwokSlfe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15225;opacity:1;top:168.1875rem;left:2.625rem; }
#vp2ZP5v3DBhJlQWhN8sShQD3pWCMdK53 { color:#88bc52;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:167.375rem;left:7.0625rem;height:1.5rem;font-style:normal;display:block; }
#gAWZ6Oc6BM447ihJ0FICzGE7fUmydLxD { position:absolute;display:block;z-index:15314;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.5rem;width:5.5rem;top:31.9375rem;left:60.625rem;overflow:hidden;display:block; }
#dKcVv2l9DRc7TC5agREzNVXreK6oXiyQ { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15313;background-color:#ffffff;background-image:none;top:31.3125rem;left:59.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#t9tXGmaXI8mTzmdJIZGCsgi05Bg5G74d { box-sizing:content-box;height:3.6875rem;width:11.625rem;position:absolute;display:block;z-index:15315;background-color:#ffffff;background-image:none;top:63.5712890625rem;left:5.5625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#UbnTnukpHN4lN8FhvT0n2XMM3TVhVTcH { position:absolute;display:block;z-index:15317;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9rem;top:64.3525390625rem;left:6.9375rem;overflow:hidden;display:block; }
#GrMB4FD0KGw0aMIbIovqHOIei0Dx1gfT { position:absolute;display:block;z-index:15319;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9rem;top:96.75rem;left:7rem;overflow:hidden;display:block; }
#ObMPeENDfKHTboydyE8xWw977K4LeCLi { box-sizing:content-box;height:3.6875rem;width:11.625rem;position:absolute;display:block;z-index:15317;background-color:#ffffff;background-image:none;top:95.9375rem;left:5.625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#lHw7MoZQQdaSgZiri7lWRKPVPx4Lr196 { box-sizing:content-box;height:3.6875rem;width:11.625rem;position:absolute;display:block;z-index:15317;background-color:#ffffff;background-image:none;top:193.2587890625rem;left:57.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#gT5ZElrNkHWtU8dvZwSOJAnknkfHb6D6 { position:absolute;display:block;z-index:15425;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.4375rem;top:130.0087890625rem;left:58.6875rem;overflow:hidden;display:block; }
#CpKdeMDsv7uLoQK2ly8vStF7NzXcZQsu { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15318;background-color:#ffffff;background-image:none;top:95.875rem;left:61.03125rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:block; }
#xeS0h9V67RAkOGzvy46zKVL3TrIpM3wo { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:96.15625rem;left:61.5625rem;overflow:hidden;display:block; }
#lrIRJBxH55ba5ucVs3JLPxTvy4Fpyfe5 { position:absolute;display:block;z-index:15323;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:63.8125rem;left:61.4375rem;overflow:hidden;display:block; }
#ktq3SSX4ibCJzSSgk8DGo9sWTkp2LnXg { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15320;background-color:#ffffff;background-image:none;top:63.5rem;left:60.875rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:block; }
#FUxsfIsCneWXdWq6fv7FGSPzTpvcyOiF { position:absolute;display:block;z-index:15324;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:10.125rem;top:64.3125rem;left:32.5rem;overflow:hidden;display:block; }
#wcF0WHTT87Ry4o6qd1rzEm69ILD8D6nF { box-sizing:content-box;height:3.6875rem;width:11.625rem;position:absolute;display:block;z-index:15316;background-color:#ffffff;background-image:none;top:63.625rem;left:31.8125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#c6oXaKzOUy5i1oKQ14et9cEXKQT2TUp6 { position:absolute;display:block;z-index:15326;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:10.125rem;top:96.625rem;left:32.375rem;overflow:hidden;display:block; }
#D7gJzSTzG6oDLlVbSBS5StMZoolLtvAL { box-sizing:content-box;height:3.6875rem;width:11.625rem;position:absolute;display:block;z-index:15318;background-color:#ffffff;background-image:none;top:95.9375rem;left:31.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#QS4ZK6dQN1FPpXno36RUTuqolvb2vEMh { box-sizing:content-box;height:4.0625rem;width:8.25rem;position:absolute;display:block;z-index:15318;background-color:#ffffff;background-image:none;top:129.1337890625rem;left:33.4375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#lroAeS2EZAUUwp1qL6ZuGHFeedwfPTsm { position:absolute;display:block;z-index:15327;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.5rem;top:129.6337890625rem;left:35.3125rem;overflow:hidden;display:block; }
#Qm1sdDHkSgoPafIJfBeJfkHXXLZ7fyH4 { position:absolute;display:block;z-index:15329;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.5rem;top:161.375rem;left:35.0625rem;overflow:hidden;display:block; }
#wpZ6kTtGLhee4WToTiPR5UmcfkNFQGUk { box-sizing:content-box;height:4.0625rem;width:8.25rem;position:absolute;display:block;z-index:15320;background-color:#ffffff;background-image:none;top:160.875rem;left:33.1875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#TUGORQ1hJdl3vVHZrqKSF4SAbWOLAGad { box-sizing:content-box;height:4.0625rem;width:8.25rem;position:absolute;display:block;z-index:15320;background-color:#ffffff;background-image:none;top:192.875rem;left:33.375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#AoTMWKKhkITpbVl4xcg0dAmC8OI0vWdf { position:absolute;display:block;z-index:15330;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.25rem;width:6.5rem;top:194.0185546875rem;left:34.25rem;overflow:hidden;display:block; }
#MeCT0BcgMKTHXPQMeoyqxaGANLdRqVpT { box-sizing:content-box;height:4.0625rem;width:7.5rem;position:absolute;display:block;z-index:15322;background-color:#ffffff;background-image:none;top:160.8125rem;left:59.9375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#DprXWpNmkdUnLBHuG9blJgmpg6FrT41N { position:absolute;display:block;z-index:15331;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.6875rem;width:3.6875rem;top:161rem;left:61.6875rem;overflow:hidden;display:block; }
#sQ1eOEL107LIRXqsTT2084feMKpcRoAU { position:absolute;display:block;z-index:15333;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.6875rem;width:3.6875rem;top:193.3125rem;left:61.5625rem;overflow:hidden;display:block; }
#XTcn1BTrLufQg8EnK0PPyiTT4pfuyQny { box-sizing:content-box;height:4.0625rem;width:11.3125rem;position:absolute;display:block;z-index:15324;background-color:#ffffff;background-image:none;top:129.1337890625rem;left:57.75rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#pIgOiwCnVK8U0cUub71vGwRi4ElQazhu { color:#aee3e0;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.8623046875rem;left:61.40625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mwfg0HBKtdAvwfNvV2Zl73UAgPDyxK8v { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15335;line-height:1.3;letter-spacing:0;top:62.15625rem;left:9.5rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EP0yoOIubPeDdnpD48wG3BuTImN5iXww { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15336;line-height:1.3;letter-spacing:0;top:62.09375rem;left:35.8125rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dm1E8RKzAKa35XcP8UDvhH82ZTeKTMfe { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15337;line-height:1.3;letter-spacing:0;top:62.15625rem;left:61.53125rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QLnLm2nQWL4XkICIMqFbCAsRJ0xnm5ET { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15338;line-height:1.3;letter-spacing:0;top:94.375rem;left:9.625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukBDR7ac8TpfwnxcdyvLATnzTztp4OUP { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15339;line-height:1.3;letter-spacing:0;top:94.3125rem;left:35.9375rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgaOP5gnXT4stSUQVFyEZ2TWQoM92pQv { color:#e8d89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15340;line-height:1.3;letter-spacing:0;top:94.375rem;left:61.625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f34UqpJdi1y718uctsEq1IIDnqUtgSne { color:#eabca9;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15341;line-height:1.3;letter-spacing:0;top:127.4375rem;left:35.625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9rlR5ZppSSVo6OISx9QGp7BdbNgTT9T { color:#eabca9;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15342;line-height:1.3;letter-spacing:0;top:127.5rem;left:61.53125rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nryt2vqEqfKi2WZl3Nim9L8LgmvD3IW3 { color:#eabca9;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15343;line-height:1.3;letter-spacing:0;top:159.1875rem;left:35.3125rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#US5i68kpKV6TTPTauuOCcktmgqICSaeL { color:#eabca9;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15344;line-height:1.3;letter-spacing:0;top:159.25rem;left:61.5625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucKKUuDK0ORJhIAqgfiw3tnphR6zywnN { color:#bfe89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15342;line-height:1.3;letter-spacing:0;top:191.3125rem;left:35.5625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNXzIwp29mEf2mrG7D1raQHQ29QRlzbh { color:#bfe89b;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15343;line-height:1.3;letter-spacing:0;top:191.375rem;left:61.625rem;height:1.166666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GF4VdmvLxznbepcOVQ5RoMca1JbsVZaH { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15345;line-height:1.3;letter-spacing:0;top:148.0205078125rem;left:54.15625rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vCmAdORUO14Om5mTENmGCr7In9Do4qGq { color:#9dc585;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15346;line-height:1.3;letter-spacing:0;top:182.48125648499rem;left:2.40625rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bw48dW9wMBKmroh74w8unqMftI0OC9Ay { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.2998046875rem;left:27.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DiPI1D4P4a7eauE4XctV0By7VlH3QSzd { box-sizing:content-box;height:2.5rem;width:20.4375rem;position:absolute;display:block;z-index:15000;background-color:#d0991d;background-image:none;top:5.6875rem;left:53.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#FOrAEW7GIqInMuuwncSD3PeLP0CRqc7k { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.3125rem;left:53.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AduAkkf3WRqWLew9r5uOBlJzFyB9ROG3 { background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -moz-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -ms-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -o-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4c88c', endColorstr='#15757966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4c88c', endColorstr='#15757966' );";background-image: linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.8125rem;text-decoration:none;z-index:15422;text-align:center;text-align-last:center;top:205.125rem;left:39.625rem;display:block; }
#VlLsaB9KWgNbsHFx4qVDJDmptdKoL0hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGB5KHC008e0s4xlQsxfoQiRki5Q1pfD { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -moz-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -ms-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -o-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4698ff', endColorstr='#0098eabc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4698ff', endColorstr='#0098eabc' );";background-image: linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-size:auto !important;border-top:0.0625rem solid #147997;border-left:0.0625rem solid #147997;border-right:0.0625rem solid #147997;border-bottom:0.0625rem solid #147997;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(57,113,142,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.875rem;text-decoration:none;z-index:15421;text-align:center;text-align-last:center;top:203.875rem;left:15.625rem;display:block; }
#wTmNkHKxDMMQAKw38PgtgAwSLghTPVKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLPyBy966pB6lApDqVV23cdMhOcnAH8M { box-sizing:content-box;height:8.875rem;width:46.5rem;position:absolute;display:block;z-index:15420;background-color:#0c1438;background-image:none;top:201.375rem;left:13.5625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#C6qPJwK84dEtoV2BTRvWfuAsi67FmMyQ { box-sizing:content-box;height:8.875rem;width:24.4375rem;position:absolute;display:block;z-index:15421;background-color:transparent;background-image: -webkit-linear-gradient(151deg, #21334c, #1e295f);background-image: -moz-linear-gradient(151deg, #21334c, #1e295f);background-image: -ms-linear-gradient(151deg, #21334c, #1e295f);background-image: -o-linear-gradient(151deg, #21334c, #1e295f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21334c', endColorstr='#1e295f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21334c', endColorstr='#1e295f' );";background-image: linear-gradient(151deg, #21334c, #1e295f);background-size:auto !important;top:201.375rem;left:35.6875rem;border-top-left-radius:0rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.0625rem;display:block; }
#AiLpzhVX8TdswlfgvrVigA5eVyznG2qT { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:400;z-index:15423;line-height:1.3;letter-spacing:0;top:202.75rem;left:40.1875rem;height:1.583333375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LMoiRScd6BVTluJzFhW5fA6745VOVMmD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15424;opacity:1;top:202.5rem;left:39.5625rem; }
#hAmzbMfvkeEGfIGWTenVNTiU82xxTMBL { color:#bfe89b;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15343;line-height:1.3;letter-spacing:0;top:190.87109947204rem;left:3.84375rem;height:2.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwwuQcao1kLTasW9iHktqtPs4m8qotKL { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:179.68750667572rem;left:7.749218940735rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161b3a;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; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container { background-color: transparent; background-image: none; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container > .video-iframe-container { display: none; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row > .video-iframe-container { display: none; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .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); }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container { border-width: 0; border-radius: 0; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container { font-size:0.875rem;font-family:arial;height:212.8125rem;width:75rem;position:relative;display:block; }#NqOFTLeq5TgIUA7xGyW1BnTZMMO0yNo1 { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15023;background-color:#10102e;background-image:none;top:51.375rem;left:28.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GXAJ5euUzW1WyKh6TlEEue8TdD9MLl7Q { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:65.5rem;left:28.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o0pbDTw7FTvv5Z7RaZphU2y36xm4hZBv { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15018;background-color:#10102e;background-image:none;top:51.375rem;left:5.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mpBTRJCaTDB97JZsah3y5GNESLoMrcAA { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:65.5625rem;left:6.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6m459qTMvNvzd7qOR3XlhPv7k9VT59r { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:59rem;left:30.1875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVvbXo4bqE14s3fHesoBUVHRAMAMa7sN { color:#ffb771;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:67.625rem;left:13.8125rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tGTW0OLyogz2CfTAK7lcZbqTcbQ2JVOm { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15335;background-color:#ffffff;background-image:none;top:68.9375rem;left:12.0625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#vrQE0vr5vPGKZxZ6u8qQXWSniuFe2Wl8 { position:absolute;display:block;z-index:15336;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:68.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#lkuDs9FrC4BL2mpnv3VJbV2AAaU95rC1 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:59.3125rem;left:7.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwmwhDXvdT5OQGM427iCsWcfi4a9G6k9 { color:#f1c7b2;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:54.625rem;left:5.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L39XZ9c7BMcTXiign5udKznNxaXhw06T { color:#f1c7b2;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:54.625rem;left:28.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLxtCKnrE3rgTqXKLQU1eoecuVawyhSK { color:#ea974a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.625rem;left:5.5rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CXGQmid85kUEyZBATl5ItMlMclTuzoKa { color:#ea974a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:52.625rem;left:28.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScTF7ItUNVkV0aG8H3Er4oe6H6RT66wG { color:#f4f4f4;display:block;width:31.625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:42.9375rem;left:9.75rem;height:4rem;font-style:normal;display:block; }
#I0NJnThRxAiw1zJeMSI6q9aJ3imE4Cyr { color:#ea974a;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:41.1875rem;left:9.75rem;height:1.5rem;font-style:normal;display:block; }
#sfV9CT6L1MHA4IgHPJJXkHepsdc31ee3 { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15028;background-color:#ea974a;background-image:none;top:40.5625rem;left:4.125rem;display:block; }
#lp1T8THgOhCy7fBRZpAdgzbt7DCZov50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:41.625rem;left:5.1875rem; }
#QfTwSTx4NiarH7tTUITNFx6F5kB6VJpP { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15017;background-color:#10102e;background-image:none;top:76.5625rem;left:28.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#RLoSlWO3TNd033gq3d28vPkVSOPHH48o { color:#ffb771;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:93.25rem;left:36.4375rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTNXHeUD6yrDSEuOWD6cEfFhZn8wudRr { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15338;background-color:#ffffff;background-image:none;top:94.6875rem;left:34.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#fLT37mADoZIhwt08WqnORmXw263K0Trg { position:absolute;display:block;z-index:15340;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:95.125rem;left:36.9375rem;overflow:hidden;display:block; }
#vbdsAPcPwskzcxRnWVDTH8WMbJRSpyEB { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:91rem;left:28.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuvS5WJFhcvLbgfSJax3NQpZ5c0T4Ldg { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:84rem;left:30.3125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqgMUkReKcnkmp4aH5vo3T4zofqkUu9n { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15028;background-color:#10102e;background-image:none;top:76.5625rem;left:5.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QeDdo53SVVEJ7GJoDb2F74Inx8lZlTby { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:82.3125rem;left:6.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHuW3Rnk2GfvWmTTcei8Sy7Por1qC99a { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:92.125rem;left:7.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZiTFq5Ayb8xxPDI7H4rNO9JbICFlIOKG { color:#f1c7b2;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:79.5625rem;left:5.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQhJs7xSakqcGR3TiHxPu475GpOW9qfZ { color:#f1c7b2;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:79.5625rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuDVIcTU7oIxfIUu0V0os4W7n4sTBXVA { color:#ea974a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:77.5625rem;left:5.5rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGUmRT25yGG8zi2smaIipufrdPLzTRtk { color:#ea974a;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:77.5625rem;left:28.125rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBfeqBeCLQ3TDbb5buXGp1JJ3lXZ0PoB { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15020;background-color:#10102e;background-image:none;top:111.5625rem;left:28.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZiRrxuArRMz2OxvMrSTsw4MlTSqFLgLX { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:124rem;left:28.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2tJ8GeyTvdtt9r1lThxcUw7bTCoTI1A { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15015;background-color:#10102e;background-image:none;top:111.5625rem;left:5.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#JcSxAD8TNFbczroJ3f3fP2aHk4wnI7Ch { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:125.0244140625rem;left:6.09375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBG6Xga2kGw3Brx3IHHiJvarcHfSC0ct { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:117.0625rem;left:29.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O233mLCZ7a6WxnqeBkrC2UCpHEpCzqa0 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:120.1875rem;left:6.6875rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPdHzbS4uRKUHcrBdSFotJuz1XbBDETB { color:#ffe5f7;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:114.5rem;left:5.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOTfO0xUr3loteWwSIBrz4zGKPhN4HxD { color:#ffe5f7;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:114.5rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNDQsDSfS52DTg0eLKsE4SLyLMai4ctu { color:#f38ec1;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:112.5rem;left:5.5rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pyyniUNeSQMywTWkmA2NQmSDGb6f03ax { color:#f38ec1;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:112.5rem;left:28.125rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bn3tbKkvctcGqzi6uM46Tte22IiJf7Hw { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f38ec1;background-image:none;top:101.125rem;left:4.25rem;display:block; }
#q4co4zdDBO54wlmyTUlbLktIMhbbe1TR { color:#f4f4f4;display:block;width:28.75rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:103.5rem;left:9.875rem;height:4rem;font-style:normal;display:block; }
#xTFN48y97a3NA4Z8rSoc8HActuqTDOm0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15216;opacity:1;top:102.1875rem;left:5.3125rem; }
#rptTVvAH9nlcr0Iy02KUB6fbsX2q2xRT { color:#f38ec1;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:101.75rem;left:9.875rem;height:1.5rem;font-style:normal;display:block; }
#ezFkqMXuBVNtsHAw2WIN27DtbTKue74v { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15029;background-color:#10102e;background-image:none;top:137.5rem;left:50.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#vvi7T4wA12hyWbTs2UWThwB1KOEIAWSg { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:152.8125rem;left:51.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCdbBQQ3gkNPDud3VxgeP4RH8BTrl2Dc { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15024;background-color:#10102e;background-image:none;top:137.5rem;left:5.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#fqaD2DZuMOX1xtDIyWsBGKvmhT9zkkQZ { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:146.375rem;left:52.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlHITqOi3U6eCXLUEHru8x9acyoxeiB9 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:143.1513671875rem;left:7.09375rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnUK1A32sNTc4BmZwwA2puJ9G4Uk9cN3 { color:#ffe5f7;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:140.5rem;left:5.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7cA4o6c5gJJfOU2NrK515BKdGft8gnk { color:#ffe5f7;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:140.5rem;left:50.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPtfb2ncmvvBTncZLHtkPrKBLvCpKKBe { color:#f38ec1;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:138.5rem;left:5.5rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcS7NRyHoarZSbiKvbaw64CKUGRtmcok { color:#f38ec1;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:138.5rem;left:50.625rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6JKI8OA3VtLGIGViNC4PvFBZaSy02RQ { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15024;background-color:#10102e;background-image:none;top:174.0625rem;left:28.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GpLRRVVT7EWiCQyZ8btmch4DQlCyopA2 { color:#b1ef9b;display:block;width:16.3125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:182.48828125rem;left:7.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eot1MWVoKn6QU4SxcALaPSUtypM67iEB { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15019;background-color:#10102e;background-image:none;top:174.0625rem;left:5.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#hyml6f78CzC61P62SKdzNNezmC9KwVBo { color:#c0edc0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:177.1875rem;left:5.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNP66xsbMB3Q7EHcLTzwR6dbZzlgn3fM { color:#c0edc0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:177.1875rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HamZltP1OVtxLU6T3aualM4qwZWo5Nqw { color:#8dd855;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:175.1875rem;left:5.5rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0ZHHw8fHDIJdkirF08lfkeyVDdral1q { color:#8dd855;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:175.1875rem;left:28.125rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8ZbzRDx0Ddxyby6vEAN6LAdWIlcrAC2 { color:#cbff71;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:176.25rem;left:20.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZU5PkRFxV7SSBnrLLtOwteAdNxUubyFO { box-sizing:content-box;height:3.6875rem;width:9.0625rem;position:absolute;display:block;z-index:15342;background-color:#ffffff;background-image:none;top:177.6875rem;left:17.5625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:none; }
#iGDe39XpqfsSLQAIVvvCIS2huU90oB7l { position:absolute;display:block;z-index:15343;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.9375rem;top:178.9375rem;left:18.125rem;overflow:hidden;display:none; }
#ZNGe0k2t0TLyJsrcxqvH0NGyBpskalTl { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:181.47265625rem;left:29.03125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owbhONOqNPkWbNWa9Jgs9ZOkV5slAyUy { color:#f4f4f4;display:block;width:24.5625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:166.1875rem;left:9.75rem;height:4rem;font-style:normal;display:block; }
#WevaGmvGWRF0XQW7Kfe8prJUZJ17AM3s { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15029;background-color:#8dd855;background-image:none;top:163.8125rem;left:4.125rem;display:block; }
#aNoLQGSwSzmpQy0ZzcBwVv1T3BUokrE7 { color:#8dd855;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:164.4375rem;left:9.75rem;height:1.5rem;font-style:normal;display:block; }
#l1RnFOS6Pt3w6Py4aLV04gS5L66q6dCJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15220;opacity:1;top:164.875rem;left:5.1875rem; }
#d93UUA2ue7omhUEu8hx9vt160tkFXXJ7 { position:absolute;display:block;z-index:15325;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:129.3125rem;left:36.25rem;overflow:hidden;display:block; }
#GIqqXKNUTtI2OZ9dsPmRP9yt1T2ufRvD { box-sizing:content-box;height:4.625rem;width:5rem;position:absolute;display:block;z-index:15322;background-color:#ffffff;background-image:none;top:129rem;left:35.8125rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#OoivElIbDRrVtKcy25rQi5xitnvyGEZn { position:absolute;display:block;z-index:15325;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:123.625rem;left:48.09375rem;overflow:hidden;display:none; }
#JGTnRLpTP8xwMfk9QmEvXfZ2d6gnoT3S { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15322;background-color:#ffffff;background-image:none;top:123.375rem;left:47.53125rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:none; }
#uVUThEN20aQZyi9QPtEZNeU6ZOospyU1 { position:absolute;display:block;z-index:15325;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:119.4375rem;left:54.875rem;overflow:hidden;display:none; }
#dMdZ1eQDd4ICuu2MA4RTerC5dNSt1Wqb { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15322;background-color:#ffffff;background-image:none;top:119.1875rem;left:54.3125rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:none; }
#p4Ssww9Nr49Cfyg1O5xR1PlOBW5gIrSb { position:absolute;display:block;z-index:15325;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:119.4375rem;left:54.875rem;overflow:hidden;display:none; }
#fZ3mwEZ9FHd904vtsK7KwqWxpvWPcAxy { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15322;background-color:#ffffff;background-image:none;top:119.1875rem;left:54.3125rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:none; }
#sc3TBJQT1bLNDRFypfAXsWLEE2cMKwBC { box-sizing:content-box;height:4.625rem;width:5.1875rem;position:absolute;display:block;z-index:15318;background-color:#ffffff;background-image:none;top:95.875rem;left:61.03125rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;display:none; }
#kvZ3B22r7TEg958CJTzlRRLixMyLO6AG { position:absolute;display:block;z-index:15321;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:96.15625rem;left:61.5625rem;overflow:hidden;display:none; }
#qXNwDl6l9ZXTtk8EuIJQf0qctr9UzcQr { background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -moz-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -ms-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-image: -o-linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4c88c', endColorstr='#15757966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4c88c', endColorstr='#15757966' );";background-image: linear-gradient(154deg, rgba(94,180,200,0.55), rgba(21,117,121,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.8125rem;text-decoration:none;z-index:15416;text-align:center;text-align-last:center;top:203.4375rem;left:41.3125rem;display:block; }
#aDZaDJNID4N73RXRNm4wUCI8oVl4SHNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6uVNZioWf2hITSpkaUTp65OZlwychWO { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15045;background-color:#10102e;background-image:none;top:14.125rem;left:28.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tOee5cJhtc7WIFU9f0DKD5ylBmlRll1q { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15050;background-color:#10102e;background-image:none;top:14.125rem;left:50.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#CZrfrGycUVRETGs8uSLbJXB3UVOUBHIq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:20rem;left:29.0625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0XM08Hg7xeiuWrxp8oRqPpwuR5yuhaB { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:28.9375rem;left:28.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5b3NnHtkrAudsEyoXZII6fl8TZSr8HO { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:29.4375rem;left:51.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZCRf96edTpd9ftmkXhipf90B9K7ib0Q { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:21.5625rem;left:52.6875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPWTZm1bvRyQrJI5ParrKMdxX1mNT2oT { color:#76ebed;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15049;line-height:1.1;letter-spacing:0;top:31.1875rem;left:36.4375rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnBersRvTR3kPvL0fITpR1ibmyTxIrL9 { position:absolute;display:block;z-index:15360;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.3125rem;top:32.875rem;left:36.3125rem;overflow:hidden;display:block; }
#R6fBH1om62rxHUHFPh2pwVrEZGu3Msw8 { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15359;background-color:#ffffff;background-image:none;top:32.4375rem;left:34.6875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#umg13t9q0I0HSJFanmdHtslGTpTM4CoP { color:#a1e5e0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17rem;left:28.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IDPX98HXWlSCqsNgQJ0S47XfM0PzKHrF { color:#a1e5e0;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:17.0625rem;left:50.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih8AMJPb3DfXpnWn8TWuvwlslFrWUl6R { color:#2bf4f8;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15rem;left:28.1875rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2RXbiZEoQhs7ghrQAlT1WpKvtvf2f89 { color:#2bf4f8;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:15rem;left:50.5625rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0xstzeSbQfKFwnzNC0cxcZ9awpVWtcB { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15053;background-color:#0c73a9;background-image:none;top:14.125rem;left:5.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZI0eqXfAvp7MvHvNcHuHnawwddaytIbO { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:17rem;left:5.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUrWN5X6xPNRFbmbMDV48nD6tdsB8INy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:23.0625rem;left:6.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpCgBXI54QStvXb7yJzk91BiZBU1cycZ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:28.9375rem;left:6.3125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGNHqRn84ID7zZqLhNZFFZW5kOroJzF4 { color:#56d6ec;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15057;line-height:1.1;letter-spacing:0;top:31.125rem;left:14rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDFhTUNSUeTVBMKghX1MXReCkdcXCT7i { position:absolute;display:block;z-index:15368;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.8125rem;top:33.375rem;left:12.0625rem;overflow:hidden;display:block; }
#Mu2KTATmP3eexqPHTbpW7VQdsEXQGAWZ { box-sizing:content-box;height:3.6875rem;width:9.1875rem;position:absolute;display:block;z-index:15367;background-color:#ffffff;background-image:none;top:32.4375rem;left:11.4375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#nmUCRd7xJ6qvJToFkAa9h3GwCZb6CNzE { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15054;background-color:#f8f8f8;background-image:none;top:13.5rem;left:9.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PNtbCUCtJHFXerb1Rd44mTesenBkNv82 { color:#f4f4f4;display:block;width:31.625rem;position:absolute;font-family:bahnschrift;font-size:2.0625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:4.875rem;left:9.75rem;height:4rem;font-style:normal;display:block; }
#wobZuWT4NRet6RIOT6sRvJXe0lfyIuDu { box-sizing:content-box;height:2.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(65,127,255,0.21);background-image:none;top:7.75rem;left:9.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #46c1c3;border-left:0.0625rem solid #46c1c3;border-right:0.0625rem solid #46c1c3;border-bottom:0.0625rem solid #46c1c3;display:block; }
#KrZBxEbN9T39CokLlVIF3S0mmbuChenS { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:8.375rem;left:10.3125rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#debJrWZoZLnbXtfdWeRcTgHbxAppZ0vs { box-sizing:content-box;height:4.625rem;width:4.625rem;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:15055;background-color:#55d0d8;background-image:none;top:2.5rem;left:4.125rem;display:block; }
#bqEtaFkR8kNDJWmEqNnBFWitEa57dkwC { color:#70c7dc;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:400;z-index:15051;line-height:1;letter-spacing:0;top:3.125rem;left:9.75rem;height:1.5rem;font-style:normal;display:block; }
#M8cKZHAJI5KXu8OcrpudMlIMoPnwhuVK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15246;opacity:1;top:3.5625rem;left:5.1875rem; }
#sOzdB8ErfnVHX9hguT31xkWosyNkUGQF { color:#24658e;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:13.5625rem;left:9.875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpTKOmHUHJE3xvupW9C2eToV2ng8t6uf { box-sizing:content-box;height:2.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(220,151,17,0.17);background-image:none;top:45.75rem;left:9.6875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #f19950;border-left:0.0625rem solid #f19950;border-right:0.0625rem solid #f19950;border-bottom:0.0625rem solid #f19950;display:block; }
#r8cFIy06InWcPHCyqOn4iGGBsmZq9DxP { color:#ffb421;display:block;width:20.0625rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:46.375rem;left:10.25rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXSAXWN1dv2m6Xv6oDDVwyRkfkVofu7O { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15062;background-color:#c37b00;background-image:none;top:51.4375rem;left:50.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xwddmF9Bevk7mokVhBtS2PVya9shI4Fz { position:absolute;display:block;z-index:15377;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.8125rem;top:70.6875rem;left:57rem;overflow:hidden;display:block; }
#TAmHTRvx7xyBL2lneh10csuT63Hx3Svt { box-sizing:content-box;height:3.6875rem;width:9.1875rem;position:absolute;display:block;z-index:15376;background-color:#ffffff;background-image:none;top:69.75rem;left:56.3125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#zLUnnOhh9TGET65TzcmJHJ3Zyw58DwbD { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:66.125rem;left:51.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ol8UsTOTMlQJCpULSelxtilDQkgUr9i0 { color:#ffe4c0;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15066;line-height:1.1;letter-spacing:0;top:68.4375rem;left:58.875rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1gFSMKK3wiKnyqCym3x6wIKybBvdxA5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:60.375rem;left:51.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v35h76xUt4J51VDpLJZZL3y1vTZwWR3B { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:54.4375rem;left:50.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXqQQU9lJu2VoVS9cTdIZogGbZOImZos { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15063;background-color:#f8f8f8;background-image:none;top:50.8125rem;left:54.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#RrMprtMviiAkiBRo7XanZ1e5uTCvPTMt { color:#be8515;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:50.875rem;left:54.75rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1bvJ8OXeCo7Xch5UiCTSdbu03UeyI0p { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15071;background-color:#c37b00;background-image:none;top:76.4375rem;left:50.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xnEKyP0k1dxATt2waMw2P3ItT5r3R0ts { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15385;background-color:#ffffff;background-image:none;top:94.662109375rem;left:57.125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#P6lpoMiBLTV3EkkFEylWK6cMqETd3hlZ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:91.125rem;left:51.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3ZmSN5RyRQCWzs8E0O86LETCsBTbv68 { color:#ffe4c0;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15075;line-height:1.1;letter-spacing:0;top:93.25rem;left:58.8125rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8RkWMdEWsAgDzzTq99T9J2JB7lZ9MCy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:83.478515625rem;left:51.40625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpaBwMWrXJtpd8RCEu69IWKchK6RX2NK { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:79.3125rem;left:50.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uflVTyP7EoI6Kakih5Rwm9csT7x0nx5p { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15072;background-color:#f8f8f8;background-image:none;top:75.8125rem;left:54.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DhNCJdOxmJAJJJlpdtLXTE0wPPgHxRh9 { color:#be8515;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:75.875rem;left:54.6875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvH7EPriednZ3iEu3K5i2RdTMTw2mMsQ { position:absolute;display:block;z-index:15386;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:95.125rem;left:59.4375rem;overflow:hidden;display:block; }
#ZMtV9JHO59WIFRk4l4VLZvacIxik4WdP { box-sizing:content-box;height:2.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(226,115,236,0.17);background-image:none;top:106.5rem;left:9.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #fdadce;border-left:0.0625rem solid #fdadce;border-right:0.0625rem solid #fdadce;border-bottom:0.0625rem solid #fdadce;display:block; }
#glsmAIAyfslJ4I1Aim7UN7GynuXLygpi { color:#efcaf6;display:block;width:20.0625rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:107.125rem;left:10.4375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLORcDWiOKKygM6Zd3lPWVCaUfu1tECe { position:absolute;display:block;z-index:15342;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.25rem;width:6rem;top:129.9375rem;left:12.53125rem;overflow:hidden;display:block; }
#eE6k1P18Z18PrF25ZwbM9WDKNNTpnzuw { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15340;background-color:#ffffff;background-image:none;top:129.1875rem;left:11.875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#hETHEuEnTmVNLmsBUolMQUo45yvTm5AC { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15080;background-color:#ba498a;background-image:none;top:111.5rem;left:50.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#UOK8q9Qxt8vsRdRouT1JovXh38sFWMQW { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15394;background-color:#ffffff;background-image:none;top:129.75rem;left:56.875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#Fk7yNX43lxuVwQeL9E0b9l6PFTQDaiKJ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:126.1875rem;left:50.875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D00pGmlih5NeQKMG2amp7SSE3s21xTmz { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15084;line-height:1.1;letter-spacing:0;top:128.1875rem;left:58.5625rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fBF86TaaIPbwkuSFtKzIIoyOhUTyCFU3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:120.375rem;left:51.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qb2kbwJfs40J2ETbJvSKfTnCBsuxRETa { position:absolute;display:block;z-index:15395;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.3125rem;top:130.8125rem;left:57.413194444444rem;overflow:hidden;display:block; }
#oKIxTfgzzkopdRc00XMA7USfFIzOpME8 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:114.5625rem;left:50.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ghkZDDvCvkJVysCZsun7fnKwSDqzs80Q { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15081;background-color:#f8f8f8;background-image:none;top:110.875rem;left:54.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZJaCHWT3NfeDwnwuq3GT6PxZuaGmZCGd { color:#be407f;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:110.9375rem;left:54.4375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qahTJMC2rGyE5fsu3k1nmMX6P5o1Ozei { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15089;background-color:#ba498a;background-image:none;top:137.5rem;left:28.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#veWJavmBpnRZKmk2hXztElwcQIOGudQ4 { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15403;background-color:#ffffff;background-image:none;top:155.75rem;left:34.625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#JhGel6UepWwvgkcQwGUCAa2TdB2LOmuV { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:152.1875rem;left:28.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6pJkLGz5sOZ3Ry3LJ9smTtRtIyvynAN { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15093;line-height:1.1;letter-spacing:0;top:154.3125rem;left:36.3125rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzv7xKXTrLfhap3hePiUeVo6sV5Zvzzg { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:144.9375rem;left:28.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zztbFKai1nqDEV9Lk6Ic2hHXBZqkTmgM { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:140.4375rem;left:28.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3ulQlxizKSBH4k28KrIUBc1lVkZL3ww { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15090;background-color:#f8f8f8;background-image:none;top:136.875rem;left:32.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZOhbV8J6kWXfLqXdheOs4fRLkPah247P { color:#be407f;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:136.9375rem;left:32.1875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUz83bwHA5TTt4TB82GO7PAm5rPav3xd { position:absolute;display:block;z-index:15404;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:2rem;width:4.0625rem;top:156.53125rem;left:36.25rem;overflow:hidden;display:block; }
#zLUdpbE59ligWyCzkgL5u1XAffvTqvn4 { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15096;line-height:1.1;letter-spacing:0;top:153.875rem;left:13.5rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aGktRkqCluM7iHsBBWSrmwBGyphnaTvk { box-sizing:content-box;height:5.125rem;width:6.4375rem;position:absolute;display:block;z-index:15406;background-color:#ffffff;background-image:none;top:155.1875rem;left:12.25rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#pEpKgm8EnGzBafFhf9soELxfMXRKc2tB { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15097;line-height:1.1;letter-spacing:0;top:127.599609375rem;left:36.28125rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ex7TuxFs5EPGtE9I4GkQ5CdH1Ku3vchO { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15098;line-height:1.1;letter-spacing:0;top:127.7939453125rem;left:13.71875rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfw6LUeII5R6WuzBxEX4whB53rEWXDeW { position:absolute;display:block;z-index:15407;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:4.3125rem;top:155.59375rem;left:13.375rem;overflow:hidden;display:block; }
#dRA2TeTi1dqOUAJ5tScMpHtJTG1t3WNP { box-sizing:content-box;height:2.0625rem;width:21.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(59,169,83,0.17);background-image:none;top:169.125rem;left:9.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #93c096;border-left:0.0625rem solid #93c096;border-right:0.0625rem solid #93c096;border-bottom:0.0625rem solid #93c096;display:block; }
#LzAVpTnZRxdTpnTqMASqTf6i2vRtzNlv { color:#c2d7ba;display:block;width:20.0625rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:169.75rem;left:10.3125rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJUvTT3tr992TdB7B3czVWnRK3BNn9ow { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:188.8125rem;left:28.59375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lV7TypZSL6uD94TelIsrKWVc6N10EcMk { color:#cbff71;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15037;line-height:1.1;letter-spacing:0;top:190.9375rem;left:36.34375rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ai2VEUyUHAHxH3ZyaKOSnu5dTnklnZ6k { position:absolute;display:block;z-index:15349;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.125rem;width:4.1875rem;top:193.25rem;left:36.1875rem;overflow:hidden;display:block; }
#kTe9u3f6PTh6kvJhW2TZMSw8p0wTiWZc { box-sizing:content-box;height:3.6875rem;width:9.0625rem;position:absolute;display:block;z-index:15348;background-color:#ffffff;background-image:none;top:192.375rem;left:33.75rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#d1HevypyVTqk6MuyyAea7W4FLX79gWW7 { box-sizing:content-box;height:19.9375rem;width:20.3125rem;position:absolute;display:block;z-index:15098;background-color:#4e8441;background-image:none;top:174.125rem;left:50.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#S1rVW9soTob2Di2QbvKTM1NEvb677gXC { box-sizing:content-box;height:3.6875rem;width:7.3125rem;position:absolute;display:block;z-index:15412;background-color:#ffffff;background-image:none;top:192.375rem;left:57.1875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#CLryFJMreCtaGdUXQXTlei1yALcDTfdD { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:188.8125rem;left:51.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIWe3appBvJJGVneENBlih870ekBhDyL { color:#b5f39f;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15102;line-height:1.1;letter-spacing:0;top:190.9375rem;left:58.875rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kshH6FfniqSuHPsOTXTAQCMZAlhoz2nL { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:181.5625rem;left:51.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR6kPwVRMdGU3r181fDb2qAB6SVLiRTJ { position:absolute;display:block;z-index:15413;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:2rem;width:4.0625rem;top:193.1875rem;left:58.8125rem;overflow:hidden;display:block; }
#NQwuy0UZ9NlDF0DePT6izfFsGTA2oqn8 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:176.9375rem;left:50.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EdhPPBpi8t0Vu4To4gJS2qadwfOMDmwz { box-sizing:content-box;height:1.75rem;width:12.25rem;position:absolute;display:block;z-index:15099;background-color:#f8f8f8;background-image:none;top:173.5rem;left:54.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#cm2L3AIVryqPsfH4Ikb63pFnI7MwSBLe { color:#327926;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:173.5625rem;left:54.75rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPHBvpgdaSnhgaU5TxyzTCPnfwGRtKvL { color:#ffaeee;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15098;line-height:1.1;letter-spacing:0;top:127.7939453125rem;left:13.71875rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JzULFicbzf3mH3x8qZttgAeQn4fZ9JnR { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -moz-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -ms-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-image: -o-linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4698ff', endColorstr='#0098eabc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4698ff', endColorstr='#0098eabc' );";background-image: linear-gradient(113deg, #4698ff, rgba(0,152,234,0.74));background-size:auto !important;border-top:0.0625rem solid #147997;border-left:0.0625rem solid #147997;border-right:0.0625rem solid #147997;border-bottom:0.0625rem solid #147997;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(57,113,142,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.875rem;text-decoration:none;z-index:15415;text-align:center;text-align-last:center;top:202.1875rem;left:17.3125rem;display:block; }
#L4fWqVEAJ4A2Tl0RNulVwhEunHUGCO1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd5oSTKwIVIx9tWlqmb1KClQDu9vkumP { box-sizing:content-box;height:8.875rem;width:46.5rem;position:absolute;display:block;z-index:15414;background-color:#0c1438;background-image:none;top:199.6875rem;left:15.25rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#IId7SreFMmzTIZQlpAfqNxb7bCPSl7iA { box-sizing:content-box;height:8.875rem;width:24.4375rem;position:absolute;display:block;z-index:15415;background-color:transparent;background-image: -webkit-linear-gradient(151deg, #21334c, #1e295f);background-image: -moz-linear-gradient(151deg, #21334c, #1e295f);background-image: -ms-linear-gradient(151deg, #21334c, #1e295f);background-image: -o-linear-gradient(151deg, #21334c, #1e295f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21334c', endColorstr='#1e295f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21334c', endColorstr='#1e295f' );";background-image: linear-gradient(151deg, #21334c, #1e295f);background-size:auto !important;top:199.6875rem;left:37.375rem;border-top-left-radius:0rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.0625rem;display:block; }
#I6eOWaAAwOmMtdG4ISDTNUZFTTHelWQe { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:bahnschrift;font-size:1.25rem;font-weight:400;z-index:15417;line-height:1.3;letter-spacing:0;top:201.0625rem;left:41.875rem;height:1.583333375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TuGAxg0ieyyU7mIAIciduh8KSApwR1Fv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15418;opacity:1;top:200.8125rem;left:41.25rem; }
#slW1sMpTtcDZppS11MLJr7Bk8gHycz2s { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:150.9501953125rem;left:5.96875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPTiq8pGVmgwVlDCsmxPZPaAb3rWQHUG { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:188.81250953674rem;left:5.96875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container { background-color: transparent; background-image: none; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container > .video-iframe-container { display: none; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row > .video-iframe-container { display: none; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .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); }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container { border-width: 0; border-radius: 0; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#cV5kq7EcWWA2f5HLAKSKM5CCQakdzeqH { color:#4a4a4a;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4.5616302490234rem;left:31.499567031861rem;height:4.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySRMDOhm3OslKex7u32oOyw267is5HUc { color:#4a4a4a;display:block;width:21.9375rem;position:absolute;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#seBxUxf7AdyTd5HgxWq7NUTFwX2pTOK6 { color:#566baa;display:block;width:20.875rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.125rem;left:4.875rem;height:5.1666665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVDWqbuzFQxbUNT3G8dmavU1lhVFOP2u { background-color:#2a9593;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.436875rem;height:3.18685rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:10.822429656983rem;left:31.374567031861rem;display:block; }
#rn59BDg1eNwNxin1NCgxd6kqV9qTGcfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container { background-color: transparent; background-image: none; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container > .video-iframe-container { display: none; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row > .video-iframe-container { display: none; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .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); }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container { border-width: 0; border-radius: 0; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container { font-size:0.875rem;font-family:arial;height:125.75rem;width:75rem;position:relative;display:block; }#ZB4xHsarmVDyvV2wy7IwylLuVezo1Vgd { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:1.5rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#AgzgtUiIpOKzUcVTzRD4X3F1Z4hNWWPu { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WQ0NEs2pw3dpdll5cNxMpRLb3OzoBWR4 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pzTGmeCTZKzSAPQKnOFDL6OATsb8Cl9e { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:3.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqxVPSorcvltpu7vTkF37zDvdwCloEcU { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:1.5rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#NMc37ibPnqnk8GGO5Z6FcH2zAKX7o9ad { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.3125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aMAwhOUucsNJ75nw3hxoDivJsaJSUXpN { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:5.625rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhnVo1xr22T0ST4FNK27FCTWcTuSACyW { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3.3125rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qRsSWsQ2eXbZAwlxBOsJGnWRqU4dobfe { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:14.5625rem;left:2.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#rwPgFtBttrCR4Tvdk0lRuROW2MQ6z2Wi { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.5625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ybkHUHhmmswRX7oOElymQBcKDW8bIzhx { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLb8X8wsJvdFNImEDVIu0pqb4iIkhzna { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:1.5rem;left:55.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#SBgTvNWPnrA81hA00x6nwbfC3U6gPesh { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.3125rem;left:57rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEuy1F8tQoHu3OD29srA0eHOIxyf0wda { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.3125rem;left:56.9375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sn2l3vMMT5TDXE8gTseh49rSc6hl9Rmy { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.375rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Skm48o9uTum2iROeFdVpVuIkpRACTWQo { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.625rem;left:56.9375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkOQfZ4IDUMwTPlBEKNa6tKbEocCBRWA { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:14.5625rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#b3AU4zkQhpNHB2RH6IdKuQvLH5p0ut9O { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:27.6875rem;left:2.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#Sl1csUG86QQ187sg6BbHtx4rZ8civIAX { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.875rem;left:3.5625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1A577XZt5HUcimMeOlmSQRtq5mMiKxU { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:14.5625rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#KESKCZ8S6DW7Ax3AMyvNgIZ9JN1VBaC6 { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.3125rem;left:56.9375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SiCrdHO5lIOwk4cK7SdRQqdxCFJoQpab { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:20.3125rem;left:39.125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x5Gxi3tnHivnKoZarVvVcGw9U2PlldaU { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:14.5625rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#iwrWagT4iazEIuauaTtBHN1i6rEDWyZQ { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.3125rem;left:21.3125rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g63y3IUTq49MqF2SV9kA8papk72qgETB { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:18.6875rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KPhD2sMrFpSWISax7lD19EmRqgP8K5WB { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:31.25rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epfnanJq8Bhx4gxIOQ1htFOeSzr61lLZ { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:18.6875rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzeXk1SnguXdOW1JxooMIyc1bwEN7UzU { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:18.6875rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LbK9XFtWTrf6GTR8Fe23rFCVGzyX5VrT { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:16.375rem;left:21.1875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gk1BSsgDtwpsnl8eCH4rtWqM3uAFTawe { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.375rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cI62xcQq8T0eRqr59KMt3BfVfTfHqUbn { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:16.375rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsT6RFgPHwfwtvJRWIDx0hVSdHHkUV8Q { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:29.5rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uG2MGFvpiz54NbWCI1tXR4QX5pDPngix { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:53.5rem;left:2.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#WTNrcEOCwTM71sdvNBaynEWGfDqXwEJg { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:58.6875rem;left:3.5625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pw9DvCWCmTtCb52gTporl2sEX8mig9Wt { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:40.5625rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#ytTagKIFdBPKsTyicilu4GmXfhWvQKgJ { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:40.5625rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#U9viuR1yX8rQee40ZARmKaqiZyQz6k6q { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:46.3125rem;left:56.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fgouotm2Hqm43N5P7HrvncTWVUe3BcqQ { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:46.3125rem;left:39.125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLwaFuNcQPdTT9s6FDT3z6A3SDTZRIe3 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:44.6875rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zPsJgmlkzTFpcG0mTgLwsvCNVyOiQJ9h { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:57.0625rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hci4sNrsx37pfhDvT1lMEIg1uIaxBEK4 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:44.6875rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzIEzZZoaWEgm4dJlZwhNXVPe2DBiMNI { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:42.375rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DvCv1TxHQD5W8p5ZJeCkwe6HnQmNgIXU { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:42.375rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yT29p8ApXAXnptkDgl4m0v2AdH9dwAxX { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:55.3125rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRSCXW6D6B8rCI597L8TKfo51mxxGJ6v { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:27.625rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#gLTXLBHvfyASfUzw3a1PLXGwlo2IpuR0 { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:27.625rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#fkAsKigZE0VXL5RnGVqTs9xu5BwQbemA { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:40.625rem;left:2.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#BUTa5FGeWKgQGdvuaN9iTc8MeSLeZh7B { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:27.625rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#TPWRJTcElU21SiWoBvIrMcRL0xe0Q9nd { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:40.5625rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#KBcp0UTVhZ63DmZsUfGi0n3qTE3MRkmu { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:46.3125rem;left:21.3125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poaknAxN7e2dioGTXkbn280HApWbJXsb { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:44.6875rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZgMdt6vMAluayARof0b1oqxaskizvw9 { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:42.375rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Twv0elx9A9h8aqkhTucDVSG2MnGFD4pJ { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:46.375rem;left:3.5625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DPRfnkRf1prCiIpckCQzkp5sCFG8DC1v { color:#2a9593;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:33.375rem;left:21.3125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qrT0mopyRgUqs9GtZOScv7Vl1dZuU04l { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:33.375rem;left:56.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#peT3BnuNhhunvCuzA4CbDJNUqmJfDpsG { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:33.375rem;left:39.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sLwlHsTKSDxBf7ZZx44MiqUDDNlozByL { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:29.4375rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fEXKLV9HOV6aQXCL3CZMyI5u33HUToEi { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:31.75rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okyvytOSZcXTS6AO50an3pT8AhQJgo6J { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:31.75rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4c8PWxLnWTrZXFUkgqLzr4zfBzXABAH { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:29.4375rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a9JXZfl8UtvkqMI8FredrhV99fuPDxNT { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:44.75rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aBspMhCdkEqVWk2aorgayLislPuLdd2y { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:29.4375rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPSVFZxJkzbuVdn52C9zP3n1gQtcHAa3 { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:42.4375rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gdqvolR8pikAg6ANMJeyG7gltercxqBZ { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:31.75rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UWNsmuCpnNTuL5cyVlUgtayhG0lr1BKy { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15098;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:79.5625rem;left:2.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#QZ7Zo5PbVisSMlPN4XUG8NldsmklrX3T { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:66.5rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#wRBsn0QsimDUoQwehRayIxOfIzE9FQXA { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:66.5rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#OOe56bQIV2oQqKxTbOgLw1CM5vdneDhx { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:72.25rem;left:56.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dn8nK4NgzcPHmJDZMb7ItLhk3nI84K7x { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:72.25rem;left:39.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DhlIWUUvTWN19BxT9stenQug3HiikZ1N { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:84.75rem;left:3.5625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yG9cxNT4SeQF8IbGU5k7y2yXH0dVOqnQ { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:70.625rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1Rh1F9peVK68MVF3FFbAf1uWVZur6Q8 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:70.625rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lh6SXAxaMpv3ydimv03VEZnte2zNqH20 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:83.125rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cnop6R5XkbXL5VNkZ8uNKqqAiyedaOvi { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:68.3125rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5O6IDKPcQn8STEFvRNcR0mg6gmZ71aK { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:68.3125rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uwk2rkB6nyUcCuFPUuOwdwKkBe2Tiet8 { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:81.375rem;left:3.5rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsT8PN55X0bgPOGryh1unDOO4QczOlQO { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:66.5rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#fsTAg79q8WqzdrgAXUqtF28Rh0lCIMuM { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:53.4375rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#L2POa1obKaNiyHE2HeCIABa3NQABDl59 { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:53.4375rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#BiTCkier5pbmURDxpyaRmfnnS0STvIPL { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:66.5rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#WkJhOBPqKlAgqgaCh7TOvOGJNk7hh5b7 { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:53.4375rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#IFuKPmkIhFGmAKTK1mF3WHNl722XSaBz { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:72.25rem;left:21.3125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R71gN06234B60sxGkpbhQUglA9MbS7O3 { color:#2a9593;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:72.25rem;left:3.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXPrfLy65yMM9ZP5NKmL2rIDCxF2rbpu { color:#2a9593;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:59.1875rem;left:21.3125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uG5wDJVkzW4VBLolJaThEG9FVfyUPt7c { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:59.1875rem;left:56.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ky5euZ5782BC5SkEPyLf7Qu14bk8lhFU { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:70.625rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CPNE8p00tU5UcGn562uUUg5ub9h88TxJ { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:68.3125rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTIodK50pIU93h5A4fE3sa23c7PMlm19 { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:59.1875rem;left:39.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IuNw5PfP9yQZT3AT9bFRsw9TQx0vLiIg { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:57.5625rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Od7orC1LpqcfzUHeTGt7ezisokrTvR5b { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:57.5625rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VCRoctbFHFEQqlPr8ANv1WaO72X3MaUW { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:70.625rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t3ITmfKuHHKRM30PNU7bm9Tpp4VSOBse { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:57.5625rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sDsEnXrPN2vwHKAmlpRQNAO22rnRHPUn { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:55.25rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#on1oFhgk7ShD1cZ6xG7JrMlnGcBfs8dT { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:55.25rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PphNs6TSxamfxz7JGf2AbimrzXIgH2Tf { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:55.25rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BbTtscXzBtv2DOCMg9bbV1g8IGWCQO7Z { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:68.3125rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JRyDPu0pnxtIb6H64nlMum80NzBFf3oT { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15106;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:79.5rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#SoTzDm6hnTq15DFfzCU32B9Xwr6FuiZL { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15114;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:92.5625rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#aeuZiTqHurT7Kw81qwvm2wAGUfzNiy8e { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:79.5rem;left:55.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#i9vMwXmfBASEDOzq3uI4OgQr62mGNfxh { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:92.5625rem;left:20.0625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#aWFBULsWkkzlKXL5Sa7lsT7nVzTUryat { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:79.5rem;left:20rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#AwkNM0DHJ8gcHmWiTOGAE0gBnteAX7i7 { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:98.3125rem;left:3.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2ip3N6EOmdgTDFa5JsGbuTtLUKbVowl { color:#2a9593;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:85.25rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CW9sGTcbmcxorwHfCSa16HJSm0ickNTT { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:85.25rem;left:56.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpRbtrsJJ4ODPQHezcnUlKmAXZiaaCvG { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:98.3125rem;left:21.375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTuX0PwlfO0JpThFSoTOGJKrqXRT8h8h { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:94.375rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XN2ZAqASeaFrZCSZMMOnigrX0tBCF9R4 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:96.6875rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qd3nMHGQmfCUGbvVIK1hHWAOvZ0VuvbH { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:85.25rem;left:39.125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I1T1Gaz1d04RemP3PAPA7sXTxJ7UZSRA { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:83.625rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QP1pZQyTuVb13oEX5sKSDqXtQaFdUC6T { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:83.625rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAnZdTcCUDHSEitUDST2TJKSJ9lqzQ6L { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:96.6875rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yFkukX7IPkwkXTbHGITOEF4r4w0rqBu2 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:83.625rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gd2UhDgM5WsFOwOfp7KZ3aHyIdcgvWH5 { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:81.3125rem;left:21.25rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w9EGEGwwkEMMoV2qRps5RSL5GzMl1ZbW { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:81.3125rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlSSmpkOR70UOByK0tuGrF9CPhTFxw2p { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:81.3125rem;left:56.875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzBCKKicDonfIgVFTOVpXFgQ7laJvyCW { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:94.375rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTeGONo2vul33Io7rAtBOcaiFqBt7F2f { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:1.5rem;left:37.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#CNpn1gt1Gw3xBnVmacLKC2fEd1T9BiT2 { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.25rem;left:39.1875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VKLK1bxvthgu7DTv3dDDNO9b3yNHErau { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.625rem;left:39.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VKsIRDHGMpCqdRsChgNbwt2yGETXtGnT { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.3125rem;left:39.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HL6l0gb1kaPOIPQXhKE5bZLxzuZ4GmbB { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:92.5625rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#CfU48uA8i049RblErwN8QO6O8gNNRGqV { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:98.3125rem;left:39.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cH2ka7gsdc1pOoBtQbDw54QFAl99z5UI { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1.3;letter-spacing:0;top:96.6875rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JcO9OPvKGgdpoximbTx7JM9USVJZTJDL { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:94.375rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ECtyBnuv1tXAUT5scC9sCAsqBZZt7p4z { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15126;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:92.5625rem;left:55.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#zvRtaIIQVrr7wDAuR8ArgqiTSvxNKlDk { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:98.3125rem;left:57rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u1Wyp5fSqSwnni5K5wke4PTTzdt3xCxi { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:96.6875rem;left:56.9375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSkcVuMUIV7kBxdpzmVE8FV7f3ipDFkG { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:94.375rem;left:56.9375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTkIFfZCxuq7rVNg7BZqVbtTRNBJeCJh { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:105.75rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#XBoi5ZB7ZszBHu22Se9CM7uMnviFl8dF { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:111.5rem;left:3.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpdssfDx4g5f41TgVpSGnZUzyuU93IZ0 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1.3;letter-spacing:0;top:109.875rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A3Rwp5eRgIryp2oByVxbwWcMC1Goi1wS { color:#573ba5;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:107.5625rem;left:3.4375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZglJ42oyeobrZ5QTIISfnCxhzEBnyXGk { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15126;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:105.75rem;left:20.0625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#kiTyDwQrPI7N65F7SJrc4fJg4DSITGyN { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:111.5rem;left:21.375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tr5Ua49q0lKGl6VkDlLT5pepS7c6k9Qd { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:107.5625rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#morpex1kgUMonHJA0HmzTfrhSJg367FN { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:109.875rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTplJaIqO9ebyK28H2OFmRmrzFsdJP4f { box-sizing:content-box;height:12.3125rem;width:17.125rem;position:absolute;display:block;z-index:15130;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -moz-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -ms-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-image: -o-linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada33', endColorstr='#fbfbfd' );";background-image: linear-gradient(355deg, rgba(218,218,218,0.2), #fbfbfd);background-size:auto !important;top:105.75rem;left:37.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;display:block; }
#SkhfzWt0drkVkBeUglgx8Kh6O3RgoSLd { color:#2a9593;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:111.5rem;left:39.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#raCF1PL4r8TTNr2FJt7Z3AcvSrTLmdP9 { color:#4f4f4f;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:109.875rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdhyXDHJTfapPk34nR5m496iftAJTwGq { color:#573ba5;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:107.5625rem;left:39.0625rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv { 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; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { background-color: transparent; background-image: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container > .video-iframe-container { display: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row > .video-iframe-container { display: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .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); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { border-width: 0; border-radius: 0; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#a6rgobqZvMtINermDCSrVw8AX8DXJZU9 { position:absolute;display:block;z-index:15021;background-color:#06d1bf;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:2.125rem;width:6.8125rem;top:10.125rem;left:33.9375rem;display:block; }
#BSTdGdTttzoIHEyd4Xox7RSRvAk57plq { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:10.5rem;left:34.5625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iu21QvZMegmb3J4WvW8ClnS0vKqK5zkG { background-color:#ffffff;background-image:none;border-top:0.125rem solid #9a5b8e;border-left:0.125rem solid #9a5b8e;border-right:0.125rem solid #9a5b8e;border-bottom:0.125rem solid #9a5b8e;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: 0.3125rem 0.3125rem 0.625rem rgba(246,246,246,0.38) ;box-sizing:border-box;color:#805080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.5625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:46.625rem;left:16.71875rem;display:none; }
#azhiEevdErOZRaVb2WRVKb1I4SChxqDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptkIPUpZcrLxHPByMdQfdUVRLv8X8OiQ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.0625rem;left:16.375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i1Ur0DIckzg7HROlhbTAuwadAaHHTccr { color:#4d4d4d;display:block;width:47.9375rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.875rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdXRxRJRvRtP7Icki60EEOJwgyEPyMei { position:absolute;display:block;z-index:15040;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:12.5625rem;left:1.125rem;display:block; }
#N8VGKkpMLSA92WwEKOapfpVAyA00T39M { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:12.5625rem;left:4.375rem;display:block; }
#NOXZot9KHamMFGnCLWAJOpZ3wwQ3OsfG { position:absolute;display:block;z-index:15042;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:12.5625rem;left:33.8125rem;display:block; }
#h4mqNLtk6yno1ePCwOwgaTqRJIyw5Tly { position:absolute;display:block;z-index:15043;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:12.5625rem;left:41.0625rem;display:block; }
#usU17dmgkLE7zuKX5dkfENTTSd9RPl3v { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15056;line-height:1.8;letter-spacing:0;top:13.3125rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6VAIehDGTAwO3BBOR1zllOoX14z3kvT { position:absolute;display:block;z-index:15023;background-color:#5a2a95;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:2.125rem;width:6.8125rem;top:10.125rem;left:41.0625rem;display:block; }
#sr9Kh0IbtFOZTDCi5qKD0bnMAiyIrLvF { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:10.5rem;left:41.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiAMBQa9vCN6Q1itKVGzbv79lTu8HOWP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.9375rem;left:36.125rem; }
#HsWO29lXe0vHX3fibI4gyULAzFpZbxCH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:12.9375rem;left:43.1875rem; }
#MUd1M1eKxgUQ7ihaL5Kc5xCs6VTOPoIT { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvUpsNRgn3OPVCzefmDtE6tGdqunVSrG { position:absolute;display:block;z-index:15047;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:19.625rem;left:1.125rem;display:block; }
#o4QGPxGaLb1UJmDKTcq2lWzsX6FwIBOT { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:20.5rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Egn2afWzhlta0Uhv5B3uxI0xoKkEadWl { position:absolute;display:block;z-index:15056;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:19.625rem;left:4.375rem;display:block; }
#FhGXQovgGEVS25lC4uZax4Nh9wZmNxHp { position:absolute;display:block;z-index:15057;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:19.625rem;left:33.8125rem;display:block; }
#MoxP2TmF33heaBJuMUqUSX9MDXlQXFrt { position:absolute;display:block;z-index:15058;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:19.625rem;left:41.0625rem;display:block; }
#JI2A6TkA1rFPrQ1UJTgs18lfdS6cOBEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:20rem;left:36.1875rem; }
#qLgTu39er0xFEN3bomCmzcAzLLRzgpZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:20rem;left:43.25rem; }
#c1xwiwfRTrotT4OfFzTOhBZ12F8AfFvp { position:absolute;display:block;z-index:15055;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:23.1875rem;left:1.125rem;display:block; }
#vfTxXZF7KD1f4rfuVgT05nyPTBQtKKck { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.8;letter-spacing:0;top:20.25rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m4QGzRFGKHrAoiSD6XCSQ5g6mFfJJqzv { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:24.0625rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orTGA6HgntWssMaxe0Bdpla4QXASNDDo { position:absolute;display:block;z-index:15065;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:23.1875rem;left:4.375rem;display:block; }
#RHbA1JUvcWnEuTI8pKRD12ZwRnviyvE5 { position:absolute;display:block;z-index:15066;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:23.1875rem;left:33.8125rem;display:block; }
#bn6S1qTyncxcJRbRdvveKFmCxtPewCzm { position:absolute;display:block;z-index:15067;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:23.1875rem;left:41.0625rem;display:block; }
#va6KOswS5Iky2xTI4Q0kH82sb7aF9hSP { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15080;line-height:1.8;letter-spacing:0;top:23.9375rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikMGLf9yuVQKokUed6R92yJL4dPARdu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:23.5rem;left:36.1875rem; }
#rqtQQH0UfMoT6cgMlRzPSOWu6MINk5oT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.5rem;left:43.25rem; }
#vMdUtnFHvpIS3A2ZGoITVEeyZBnSMGbI { position:absolute;display:block;z-index:15080;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:26.8125rem;left:4.375rem;display:block; }
#fw54aq5N7NLpowTwyH034BaWNOdpdefh { position:absolute;display:block;z-index:15081;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:26.8125rem;left:33.8125rem;display:block; }
#PpTTELlwioIApuFfW3G1FODNRQ8SrV3U { position:absolute;display:block;z-index:15082;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:26.8125rem;left:41.0625rem;display:block; }
#hVfV2sEGtFbL0peTPTNES5WzTBpVXZ2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:27.1875rem;left:36.1875rem; }
#tzIdVM2sLrFF0lW7DATrqtBUVnAaeH3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:27.1875rem;left:43.25rem; }
#dO7W4OVeZ6dXBkiaoAr8NzgJ1QfE3BXp { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15089;line-height:1.8;letter-spacing:0;top:27.4375rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nEwdqrbW9rWLCggJgTd5wli5SRlTqVL4 { position:absolute;display:block;z-index:15064;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:26.75rem;left:1.125rem;display:block; }
#LBM0ePgfsyCtDT5dfO3DN5FeHXWWoHpS { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:27.625rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKB6CBO5dTxpHsArWqV2TSMvzmvKO8ln { position:absolute;display:block;z-index:15071;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:30.3125rem;left:1.125rem;display:block; }
#yXdfHIZDBFTWLICS3SyA767s6qiAKlib { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:31.1875rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAfCH2Ve43HwrE1kNBmW0LCSkUx1MO5o { position:absolute;display:block;z-index:15079;background-color:#fff5e1;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:33.875rem;left:1.125rem;display:block; }
#XZZz4MGX7ePXJyIBEZzKI5RkkFwdLqE4 { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:41.8408203125rem;left:1.75rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSL66K5NDDs5JbihUdThlmA9pr5tDNoL { position:absolute;display:block;z-index:15104;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:44.5625rem;left:4.375rem;display:block; }
#ZJtOIQlW2pcl20UlpK5e50JkFhCPMgSw { position:absolute;display:block;z-index:15105;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:44.5625rem;left:33.8125rem;display:block; }
#lC7iXSD43WWD2D7es9heamrVxSIQhueA { position:absolute;display:block;z-index:15106;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:44.5625rem;left:41.0625rem;display:block; }
#u8mcwfEGM9K55gEvSG7X0NTX57w4vxnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:44.9375rem;left:43.25rem; }
#LOSznrRWHDKL8spAiAcm4vn6w3PiChav { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15113;line-height:1.8;letter-spacing:0;top:45.1875rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UNRFVkZ3hkHdm1Th1Odftf4aryLJIFsW { position:absolute;display:block;z-index:15096;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:41rem;left:4.375rem;display:block; }
#PId5KwZqnKsF5poEF78esfTdf5yWr9ak { position:absolute;display:block;z-index:15097;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:41rem;left:33.8125rem;display:block; }
#lETdN4LHdPsvTDQ0qXIucuyFIhlbbNyv { position:absolute;display:block;z-index:15098;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:41rem;left:41.0625rem;display:block; }
#we05GwlJ2GEen9Wd7sEekTy5vrlAPaX6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:41.375rem;left:43.25rem; }
#NRW01KxNXAiAcToCUMtTfmRrwkqQDaZ0 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:41.625rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3LgyAJTbxSwQNswK9tCX9rMANTmhDD7 { position:absolute;display:block;z-index:15095;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:48.0625rem;left:1.125rem;display:block; }
#tyNSxnU0IIN7bChNEExovqpA6d79hg7G { position:absolute;display:block;z-index:15103;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:51.625rem;left:1.125rem;display:block; }
#PLXyLzSPDiEO0ts6ARJSbdHBJrk6DP7H { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:48.9375rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZynrrxZzVNzI5LyiHxzlKZLo9FV8C6RE { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:52.5rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybDrKOholi9u3uRPDfoW72X9skDryIb2 { position:absolute;display:block;z-index:15089;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:30.375rem;left:4.375rem;display:block; }
#g5Op6ZmbFQuyeUgTFKNPrdLwSBMF9lHp { position:absolute;display:block;z-index:15090;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:30.375rem;left:33.8125rem;display:block; }
#MxAxI3H6auzNFUEfvDDP8UssNpMPcrbf { position:absolute;display:block;z-index:15091;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:30.375rem;left:41.0625rem;display:block; }
#RKRKQ045BTkDEhRGZhLlTMlbTnlR07Jt { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.8;letter-spacing:0;top:31.0625rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UMt0xA60IQboNlTmE4S9QbHZbMOIZS3F { position:absolute;display:block;z-index:15088;background-color:#fff5e1;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:37.4375rem;left:1.125rem;display:block; }
#OD68E3fPKwP8QRovsN2M5TiZ6famresC { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:45.4033203125rem;left:1.75rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f533UGTPMHyepltzJaJcSGnTbT5f1gZh { color:#00bbab;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15114;line-height:1.1;letter-spacing:0;top:30.8125rem;left:34.5625rem;height:2.16666675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqN4itXlr5NpGhSigXJHHR6ShXVsXSte { color:#5a2a95;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15115;line-height:1.1;letter-spacing:0;top:30.8125rem;left:41.75rem;height:2.16666675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ivcgSSuG06IuNXQcdn9q7AAXdNPF5Tle { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:41.4375rem;left:36.125rem; }
#k2wFrkmfqakDEIPbxIoEAo5xsXKBfp2V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:45rem;left:36.125rem; }
#ntXSdVrkQdLeiPXGCTsP7Tt8WvLHefVd { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15056;line-height:1.8;letter-spacing:0;top:11.75rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BC6T3G70TJn3411SJBuT85wSXbntXmNL { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15057;line-height:1.8;letter-spacing:0;top:15.1875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tDrz41TQVgiSVgRsT4x4aIQru6h0Ky1Z { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15080;line-height:1.8;letter-spacing:0;top:22.4375rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a79bWQrr39M6Fd74pikWLopH1GCtpA9u { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15081;line-height:1.8;letter-spacing:0;top:25.875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ByVPUZQePNSNf6PGCqUfMAO7iS8UmKSN { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15089;line-height:1.8;letter-spacing:0;top:29.4375rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WUuXcU6puiObxdIvhC3quiD3pC3rqul0 { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.8;letter-spacing:0;top:33.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wzxmgcS36QA8FbVRyDVMb8ET8ZyNuwTG { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:36.5625rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wmkSGy7ph2b7UTg1LfvahND5e0kPo2Cw { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15056;line-height:1.8;letter-spacing:0;top:11.75rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J8TUln8PtdzNslIoWmxcewt8mEBvm5vP { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15057;line-height:1.8;letter-spacing:0;top:15.1875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RXco01X1eAxJoE5Rm9FydKTZtSi9DU99 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.8;letter-spacing:0;top:18.75rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RMabKsxdWFTrGXR6ZhHdQpMhTWLe9IsK { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15080;line-height:1.8;letter-spacing:0;top:22.4375rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#orHToDU3u6T8Xz5wDTlILxnQGoicokZh { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15081;line-height:1.8;letter-spacing:0;top:25.875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pmPCwrWwcT6neMzBumLt3g2CUQxksEL6 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15089;line-height:1.8;letter-spacing:0;top:29.4375rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#x6Db5Vqyh8LQUt3gpslWKVwM8igFV0GR { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.8;letter-spacing:0;top:33.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GD1o9olm1wl6KCqxyG8Z1i1BGp46T6oK { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:36.5625rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CVeTvyQl0H69wJVTIMPeB0J1mBxOHOaR { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15113;line-height:1.8;letter-spacing:0;top:40.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J6MCbIxpZR9v9928VMD9ftghh6Wwr20z { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#rNvzuLWXEOmE6bPbG87p7toiTTtnmsW4 { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#yZHeHxWnTVetxuTywcuGms2PnwQIoCuM { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#aOQqAyqdU70zNZ6T8lt0TyuldyZ4Guby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#DDTHw6zG7FvaBF1NuOgs3cMJMVSLLngo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#T2wwpkIGp1l4dwmhmPELJlxKzMLoDwMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#CK6ZNNoCpz2hU80fRqDAH5ebtrWTKkDm { color:#2a2aac;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15115;line-height:1.1;letter-spacing:0;top:32.8125rem;left:55.1875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SfJ7GQXSXmJznKbnTtzk4EJuztCLSKbf { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#m6kU3lhSEMqZvU5TV5Mx3P7pC319TfNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#k0KiA14Ca8px1hdra3m8nVzC7wJOUwL2 { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#hE6PWmxVRaJBVRwhq7nh46Ucw8fUgk5a { color:#2a2aac;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15115;line-height:1.1;letter-spacing:0;top:32.8125rem;left:55.1875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iZ958C92rZEpLQ7yrGtPDmh2oM37S2lh { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.8;letter-spacing:0;top:33.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EfMGlVgC4EUyFry7RBzHnQrIechLi8Ll { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15081;line-height:1.8;letter-spacing:0;top:25.875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yk5hPQycM0vqQ1Tuzf77TTOL2GbDhfr6 { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15080;line-height:1.8;letter-spacing:0;top:22.4375rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Tp2BCZRBRHhHpvO3nOI1XkqDnH1TAZlv { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#vlcbyXFgloUsTPOi2fFRmJLEQdCUeNc6 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15057;line-height:1.8;letter-spacing:0;top:15.1875rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zD3qLMwdCvUmt3Tc87Pk9LLbzp0mqpTv { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.0625rem;left:16.375rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fF0sXATdGvMwMEaslyJ3xV24SITvqzHq { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#aSzSNHuKMOMDsC3zvb4nATTdBCG5LAXT { color:#000000;display:block;width:26.935125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15056;line-height:1.8;letter-spacing:0;top:11.75rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iVWvKrh4uDioT2u7i2JPyXEUofn9a44d { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#mH67AzsT3w9gymoAzLTVraAZfxm02ene { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.375rem;left:48.4375rem;display:none; }
#hItcKaNfOPDkF1c2Hy8i1lcqDu34FIl7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.375rem;left:48.4375rem;display:none; }
#uTICLTyxLlqTa98IQr1vASBD6ikR1Ewv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.375rem;left:48.4375rem;display:none; }
#b8n1BsWvpXLf1wPpN8HMbvQrTbxKI7q5 { position:absolute;display:block;z-index:15058;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:16.0625rem;left:41.0625rem;display:block; }
#wVLfoTN7PXe9WdiWc85BDPTuln8RDGw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.4375rem;left:43.25rem; }
#vsHpZ8OWcpyw8qzxFkM7fCJOx89cwzFG { position:absolute;display:block;z-index:15057;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:16.0625rem;left:33.875rem;display:block; }
#IRrWUNfSsrxVDHxKn8p4Pz4tq8p0JqyJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:16.4375rem;left:36.1875rem; }
#KxabOPT0Z6Nr1eKngC8e4GDtIVW0PlIn { position:absolute;display:block;z-index:15056;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:16.0625rem;left:4.375rem;display:block; }
#khqTSqn81pA14e8xkO1znsJ23SHsdan0 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.8;letter-spacing:0;top:16.6875rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BM7XfvbFvHi3EUQ2bfxRJu3DpD5v0X9Z { position:absolute;display:block;z-index:15055;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:16.0625rem;left:1.125rem;display:block; }
#fTSHI7pVxFl0N4mkzRuI2P8DFh0kA4zM { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.6875rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMSBE6igrU1WGE1KrOZD4KNMdfVF0X7i { position:absolute;display:block;z-index:15112;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:48.0625rem;left:4.3125rem;display:block; }
#ZpBgAPl3itboX5kNv60Q0XAcCUpetEP7 { position:absolute;display:block;z-index:15113;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:48.0625rem;left:33.8125rem;display:block; }
#A6fT4xdPcXRoMmBIzOiKL9cQ9kJ48EQo { position:absolute;display:block;z-index:15114;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:48.0625rem;left:41rem;display:block; }
#BnzpmWWAEoG0ig90xTA7i8NTTQe3UpSH { position:absolute;display:block;z-index:15111;background-color:#e8ffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:55.125rem;left:1.0625rem;display:block; }
#f8IfrvCT8vK84utUVZTzokwm95z11D4K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:48.4375rem;left:43.1875rem; }
#k5fRLMvcq1NUTKGXCuwNz092Vd9fzTAQ { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15121;line-height:1.8;letter-spacing:0;top:48.75rem;left:5.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpQCB1eAMxUKz2kJ3VhvtTdMqG3M1LRW { color:#a4a2a3;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56rem;left:1.625rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPGrXtdIu6wiy4WuWG7rnedeWyw1saSn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:48.5rem;left:36.125rem; }
#q4WcS7gdrlCD4aiLQCLzJ5h0aDFUg20T { color:#566baa;display:block;width:74.875rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5625rem;left:0.12421894073486rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RD4nc8wZVrudUCzOHK7MHKNEOyQlk0bQ { position:absolute;display:block;z-index:15128;background-color:#e6ffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:55.0625rem;left:4.375rem;display:block; }
#RUXGTfn1udTt0xcTqgwwpenGG1JP7hli { position:absolute;display:block;z-index:15129;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:55.0625rem;left:33.875rem;display:block; }
#aGE1KgU3CMmzae82qi2xh7HNvbA5spWz { position:absolute;display:block;z-index:15130;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:55.0625rem;left:41.0625rem;display:block; }
#EWZSvZ1uz9L6fkaS6kDiUHI0lOkXzNlr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:55.4375rem;left:43.25rem; }
#lNVrScT7TkhZNkeqTGRwJeoQ1ni2JXL3 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15137;line-height:1;letter-spacing:0;top:56.5rem;left:4.9375rem;height:1.00043125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GtXi9UDh2DM16rkbNvKLW7SurbpCGFGP { position:absolute;display:block;z-index:15120;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:51.5625rem;left:4.4375rem;display:block; }
#mhhtRd40uUHVJIJAh6lEW3yIGos6SfBN { position:absolute;display:block;z-index:15121;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:51.5625rem;left:33.875rem;display:block; }
#BsEOuNiymEdPF8xdGXL5UnlMAehQwL4W { position:absolute;display:block;z-index:15122;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:51.5625rem;left:41.125rem;display:block; }
#TAqhm3HwEcAoTQ7AUXD5k0IF5Sh2dQuo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:51.9375rem;left:43.3125rem; }
#umJzRpMvR3n7pwJ5UIfi4Diyyi66IWTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:52rem;left:36.1875rem; }
#EFU6ByM30FVAhm7csv8Co8JPogBliBqg { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15129;line-height:1.8;letter-spacing:0;top:52.1875rem;left:5.125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WbfVvfMmeWdV2sPK2VL4luoTeCXXRcS1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:55.5rem;left:36.25rem; }
#xGNX0puS9hl2SBIW5MMWxCl8OuVw1rWT { position:absolute;display:block;z-index:15112;background-color:#fff2d5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:33.875rem;left:4.375rem;display:block; }
#f90o6VuScUaU36l26vf95owURXhZqtDb { position:absolute;display:block;z-index:15003;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:40.9375rem;left:1.125rem;display:block; }
#wHPodurSDxvubmMvRAQNf34Gg3vilJw9 { position:absolute;display:block;z-index:15120;background-color:#fff2d5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:37.4375rem;left:4.375rem;display:block; }
#EXvoAHwmltdGQpW5Tmpu63uFbWMsdBpO { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15121;line-height:1.8;letter-spacing:0;top:34.5rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMz7OMd2x5baFMo32rIkRyEX013b5Wgb { position:absolute;display:block;z-index:15119;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:2.9375rem;top:44.5rem;left:1.125rem;display:block; }
#bxz6hs3T4bSqmSJ1BiUhTvBGtavPlJts { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15129;line-height:1.8;letter-spacing:0;top:38.0625rem;left:5.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2ZHcOrL8DsZQiatzs1GDLkx5NwQtkK3 { position:absolute;display:block;z-index:15121;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:37.4375rem;left:33.8125rem;display:block; }
#x07Q3mBRXh4iphqdK4Ri43VhnvpPp856 { position:absolute;display:block;z-index:15113;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:33.875rem;left:33.8125rem;display:block; }
#FB9UGKF5Zfq3sBvuGsUidacnLv1GpNtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:34.3125rem;left:36.125rem; }
#G5tDEd6OCMhXLQOP1BKxqlgXEBmQAQEf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:37.875rem;left:36.125rem; }
#yb4uvktVLgvy648IEmTC7k6HE6rLrvfW { position:absolute;display:block;z-index:15122;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:37.4375rem;left:41.0625rem;display:block; }
#kMSIrrqUPcpbW1zzbQTFbVlJP36o5VZ9 { position:absolute;display:block;z-index:15114;background-color:#f4f4f4;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:6.9375rem;top:33.875rem;left:41.0625rem;display:block; }
#c4wbrDQaMoIboHpB9CqJn4T0aNVJ3RUh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:37.8125rem;left:43.25rem; }
#Cc7oldGzcJDJKBTTClOpn2nGLQvAyfrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:34.25rem;left:43.25rem; }
#lxJs7dX9wvE1qnrw5qWsmdM4iEq4Wp5D { position:absolute;display:block;z-index:15138;height:1.75rem;width:1.75rem;top:34.53125rem;left:1.71875rem;display:block; }
#oauGZSTzW65gLHZIOoz5SJC1F5LFP2uc { position:absolute;display:block;z-index:15139;height:1.75rem;width:1.75rem;top:38.09375rem;left:1.71875rem;display:block; }
#EI0Lh0dNRTsbPUk0QNNPksN48XFu8gS6 { position:absolute;display:block;z-index:15051;background-color:#fffef6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:31.625rem;width:24.8125rem;top:9.9356689453125rem;left:49.311804771423rem;display:block; }
#rnVs3e1CTb1mJASnq5hOqstNHVXizrhn { color:#f69a2c;display:block;width:16.6875rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:12.367858886719rem;left:50.687033653259rem;height:3.66666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtPVMH8skhJIWibWo8HwE18OzaKyskn0 { color:#383738;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15141;line-height:1.4;letter-spacing:0;top:17.248382568359rem;left:50.736441612244rem;height:18.66666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVenm2e6Zfs0CQpkqo0IXm7SPgFRpOMb { position:absolute;display:block;z-index:15052;background-color:#f4ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:20.75rem;width:24.8125rem;top:42.467834472656rem;left:49.311804771423rem;display:block; }
#TeMfbZN2UTR0PcuMSMooT0f8q2N7r4GD { color:#5bc7ff;display:block;width:18.375rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15141;line-height:1.2;letter-spacing:0;top:44.911529541016rem;left:50.749075889588rem;height:1.833333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHAt9pIc6CnyG389urPyVp3xmucRScwb { color:#383738;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15142;line-height:1.4;letter-spacing:0;top:48.249084472656rem;left:50.687033653259rem;height:10.49999975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dODXMcHCuEZs2SnraoUkS3icXivlqwTo { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15144;line-height:1;letter-spacing:0;top:55.1875rem;left:5.5rem;height:0.75rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v555nLpe89upb9CQJr0RV2XWLf9gc9rf { position:absolute;display:block;z-index:15143;background-color:#5bc7ff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:1.1875rem;width:12.6875rem;top:55rem;left:4.6875rem;display:block; }
#ztys3BR0iB3TfcKie6iSBmJ6d9HKVeXx { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:36.5625rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aLMZiqXtemDFdZtBH1SAlQUI0n7JfrXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#r1nTWwU4zAAxhWn8oorz3RPpA87WLvxt { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15113;line-height:1.8;letter-spacing:0;top:40.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#M76prfUlNmQy9y8XXryBkaFrmNH8GI4I { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#cM6aonPGQ3QF5KGSTZhFBGxp6ll517Lc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#LhGeXT3qWBcNnsq144xHw6N0XWDTs0GN { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#RDHn04JJMU7NUKhG55fZxFZFJ3pcM2SO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#ZUOAheHPvb1WigyU6ZJVXVpnsCony9w1 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15113;line-height:1.8;letter-spacing:0;top:40.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#n9RyluFRzbaLmsTaZcKMt0y5N2zDPPbX { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#LwQJZxoCTREPRu1RGQtUUEfa5zLnCvib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#eP3iPJ6kfXuCwozGmtc5grvtgWUkvJP0 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15113;line-height:1.8;letter-spacing:0;top:40.125rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l9tyiNn9IPqMpiutHirm9xs0xeXXxcKh { color:#5bc7ff;display:block;width:18.375rem;position:absolute;font-family:bahnschrift;font-size:1.5625rem;font-weight:700;z-index:15141;line-height:1.2;letter-spacing:0;top:46.786718010902rem;left:50.750001907349rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iLg0hToR3ip2LwDu6ZEiD3Id89zr35Gb { background-color:#5a2a95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:60rem;left:24.875rem;display:block; }
#GOBEJuJMyWhyXQZ77gzy1p5PCBzfMu7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODfMOlq67xsX2iaGS1uGTgJFFUTo1hze { position:absolute;display:block;z-index:15041;background-color:#f8f8ee;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.0625rem;width:29.125rem;top:11rem;left:16.1875rem;display:none; }
#WJrIIRL7NFd2gRTTna8lKpc6bJyqZ2f4 { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:36.5625rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kwHtiG75t8itEIp4oH0P6mbmRAQdrfnE { color:#000000;display:block;width:26.934375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.8;letter-spacing:0;top:36.5625rem;left:16.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yRKlmqEsvOOuOSQKJgBBdxC4UbGZeJrE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#W6ykspuQkbV27FvO0LHETrsqmxhuTw6f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:14.9375rem;left:56.875rem;display:none; }
#aA2Duis2ZiIWbCTBBESl0bzTVTu5NqZc { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:60rem;left:4.0625rem;display:block; }
#tJDirDHTo1MRvRRgSiZml8uwC7QfV0ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEf9uuniUpc57lUambJOTgs66ppf9GRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container { background-color: transparent; background-image: none; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container > .video-iframe-container { display: none; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row > .video-iframe-container { display: none; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .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); }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container { border-width: 0; border-radius: 0; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#MOTg5qao87BlBg98AeS8IGFBBcqCgXA5 { color:#566baa;display:block;width:57.9375rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.7499923706055rem;left:8.53125rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irail7cZfRkTA0EumVSJw5E9i5PdyTtu { background-color:transparent;background-image: -webkit-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -moz-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -ms-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -o-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );";background-image: linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.9375rem;left:59.0625rem;display:none; }
#EsuGX4zPrEIxLDnA78qzuPCugFzfhPg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afmnqKAM38ZWRtlKllTywrrVfBtkPikh { background-color:transparent;background-image: -webkit-linear-gradient(326deg, #3e4097, #3e4097);background-image: -moz-linear-gradient(326deg, #3e4097, #3e4097);background-image: -ms-linear-gradient(326deg, #3e4097, #3e4097);background-image: -o-linear-gradient(326deg, #3e4097, #3e4097);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );";background-image: linear-gradient(326deg, #3e4097, #3e4097);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.3388671875rem;left:40.4375rem;display:none; }
#zHBx98oFpuSRwzFFdiATnHFUEyt2MiSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qhAhuhpTPKaS9hTUnlGK87FBKib91ZwD { color:#4a4a4a;display:block;width:54.75rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:6.1492192745209rem;left:10.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnW1ASJEf6rlXSwVAmr0XsWc7yQ6VfDk { color:#06d1bf;display:block;width:9.125rem;position:absolute;font-family:bahnschrift;font-size:2.3125rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:13.75rem;left:10.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nrVPxvOTWpgxkZMlP5rN0SPLaf2uqfC7 { color:#383738;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:17rem;left:6.1875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTRoaZkMeiS0H4vLAUsAROs8XiPq9hiK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14rem;left:6.9375rem; }
#pkFirvyyBwoDrEmE6Lz1ZV6qUq3VhTTA { box-sizing:content-box;height:2.625rem;width:2.9375rem;position:absolute;display:block;z-index:15025;background-color:#06d1bf;background-image:none;top:13.3125rem;left:6.3125rem;border-top-left-radius:1.75rem;border-top-right-radius:1.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.4375rem;display:block; }
#A0pUNtsdPT1MnbPsWTul6gF3ugFUmlsP { box-sizing:content-box;height:19.25rem;width:32.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(33,54,113,0.01);background-image:none;top:10.625rem;left:3.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(6,209,191,0.16);border-left:0.0625rem solid rgba(6,209,191,0.16);border-right:0.0625rem solid rgba(6,209,191,0.16);border-bottom:0.0625rem solid rgba(6,209,191,0.16);display:block; }
#HtZw1LAtx1TBbWfx01snB1SrHWcH01wx { color:#383738;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:17.125rem;left:41.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DFVlnw9HhEg7Fp6m0CLM0105VOnseI3I { box-sizing:content-box;height:19.25rem;width:32.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(33,54,113,0.01);background-image:none;top:10.625rem;left:38.8125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(6,209,191,0.16);border-left:0.0625rem solid rgba(6,209,191,0.16);border-right:0.0625rem solid rgba(6,209,191,0.16);border-bottom:0.0625rem solid rgba(6,209,191,0.16);display:block; }
#Fba4qKd4rf0kdkQRJmDVSN6P9BVrelTc { color:#5a2a95;display:block;width:14.0625rem;position:absolute;font-family:bahnschrift;font-size:2.3125rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:13.875rem;left:45.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qL5CXhbmgaUafGS6iqPhGNIb4ZkDPNsx { background-color:#5a2a95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.1875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:24.4375rem;left:41.125rem;display:block; }
#NTJgJkW2DxZJwEHRPbe6bBycZ7nLKlxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2C4m00DSmqtsNkwXpoKQhDZUCPsGhFp { box-sizing:content-box;height:2.625rem;width:2.9375rem;position:absolute;display:block;z-index:15031;background-color:#5a2a95;background-image:none;top:13.4375rem;left:41.375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.4375rem;display:block; }
#IVSbNdaoUMr9lwbnNERUoWyEpvOpeedN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14rem;left:42rem; }
#WVMbMUCnnUUPpZo4a1z3ZduAOepGVcfR { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.3125rem;left:6.1125001907349rem;display:none; }
#lcWzDTZ7ZLGpZ0gllCLsXx2dT3g1CLOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2OUgurO5un9WkKLE0vOJLamwl7koki1 { background-color:#06d1bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.4375rem;left:6.1875rem;display:block; }
#Xrc50bv7o8n4B9tiimt3PbBkDFK65XH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f3853;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; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container { background-color: transparent; background-image: none; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container > .video-iframe-container { display: none; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row > .video-iframe-container { display: none; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .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); }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container { border-width: 0; border-radius: 0; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:block; }#UDZtmTB4FsJxnuqmbvdtMlJW0VBhHZEg { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.07);background-image:none;top:27.125rem;left:7.0625rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#vBgs7Eiq4XmekiyOMorfyfIMJxqi2BfA { 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.8125rem;width:4.8125rem;top:29rem;left:11.5rem;overflow:hidden;display:block; }
#d7Xwy2QTq1Hb7AqCAGU0NpDpT79nbIlW { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.3333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TarrUBXMSbRp4mChoeAo7Z4wT8sSbSQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#hFrEXtQF5runVB6A8UelQLWTdILFUpkA { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(6,209,191,0.56);background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875000566244rem;left:26.687501907349rem;z-index:15077; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #REG9uk6OFH9WtPra6LGVv3cnC1Aa4m8m { display:flex;position:relative;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #u0XmrnGWXdXgDNKwBVrOShTK0G2iFHhA { width:auto; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xT6mbW8RFfPrZ3PkywexWRLco2WO0pA3 {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qQ0UKSK8MLUSVISnE64cRs5GM3knDVP9 { display:flex;position:relative;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #fEugUzDTM7kuvb1eeueVQmTx8F99yNLW {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #DE5FKUz5LT4g5xS6yZQHsZqIrvIrE3Cc {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xnK5ZSwtpSuDHxfhqFfIspAMgnbZm8k9 { display:flex;position:relative;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #m0ncSdkgVcpUqSt7JTMoE3AMGqpvdLOx {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #MHhff4bsF5qLxWuOVetwnl5RTSFNJZIs {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #ubI0RWKHz6qBe4dAeNZg5KhaWkTTqBGQ { display:flex;position:relative;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #E33XOpPtU8GHt82EWTN2XauPLeTLOyOR {  }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qSw4JI8gkKC8Ip4U7auwTraFmxONupDw {  }
#hBM4eJcNk12tOhd54Z3TVnTnnTkUPJDf { color:#d3d3d3;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15109;line-height:1.4;letter-spacing:0;top:51.625002861023rem;left:20.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKrqrVFrh7sHpm2xR9nIwrWE8aZZ4xgA { color:#f1f5ff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:2.1;letter-spacing:0;top:54.562501907349rem;left:22.125rem;height:5.749999875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g70DBWcLNHS9lTVV1AgugP45mJgnCMqv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:54.875001907349rem;left:20.25rem; }
#ClTgqCLpHcXDHxBSTTfFs33IkOis3ErG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:56.875001907349rem;left:20.25rem; }
#G6cKDVqiPWOJz6fNFScN6CV9EaMPo3gT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:58.812501907349rem;left:20.25rem; }
#f1Py3CPfhMxTwz7rw2KwX66x0y9uNyCV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:54.812501907349rem;left:36.312501907349rem; }
#x9LyA2SpXddJKN2sT43Ew2mU7cxUT0mt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:56.812501907349rem;left:36.312501907349rem; }
#VZPcP46bEuvqlbU9kvpB9qrBFzcfl8DX { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GHpRmEyF2N3rak639ZMXr0RTSkTTo53x { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:#374d8b;background-image:none;top:41.25rem;left:7rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#gg7XTUk3fXle0ZIO4GhGXbDZMa6LDhFN { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:34.8125rem;left:7.875rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7HbyTGBWCzw28K4T0bBTkhX8GrkiKo9 { color:#6afff2;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:38.8125rem;left:7.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b72dOIdHtlPt7wIEcdaGAUSMO7Z1TEEh { background-color:#06d1bf;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:44.1875rem;left:7rem;display:block; }
#VfWLxmvQRB5ZU0PwJlcSJl92rC6trqZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWqkPkdinx3AWiOnplWuScbwUvcZTRWX { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:41.9375rem;left:10.5625rem;height:1.666666625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQHQfik78g4W7gTER190bPqvWD5luDil { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15009;background-color:#374d8b;background-image:none;top:41.25rem;left:22.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#lAseBpKcfKhPFz2SvFUyc3x7W3xy8x9Q { background-color:#a67af9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:44.1875rem;left:22.75rem;display:block; }
#ndD4LCBQuLWuL9LDVQTAgXhykmoq933T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#efOMgbKPi0Bdlu6fRHh950oxhW40shpp { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.07);background-image:none;top:27.125rem;left:22.8125rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#v2ILrGd3Bek4dz1SqrdouxDDRBxFbLd2 { color:#e7daff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:38.8125rem;left:22.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hE9rXrCsxTlT0IXTmmTCuRXOBKS2KWLL { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:41.9375rem;left:26.3125rem;height:1.666666625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktHgdgwKnCflK377fFT7Qo7xxZwdaeo1 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:34.375rem;left:23.75rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P6XXAm0NOry0lwgINhZm72XgJg9hyFmT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:28.875rem;left:27.125rem;overflow:hidden;display:block; }
#XmnxkBihGFOTK7AcRbPcAHuaf1Tbh6z5 { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15023;background-color:#374d8b;background-image:none;top:41.25rem;left:54.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#c9LRqy9MnKZzDgST0Pg6TtAZJA3qSb5X { background-color:#5bc7ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:44.1875rem;left:54.375rem;display:block; }
#qEXi4WldQkGdnUnNdES1hJVq63QbkVRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7lZwO6dWZKxRep0xuho3vOD1O61PSAX { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(55,77,139,0.4);background-image:none;top:27.125rem;left:38.5625rem;border-top:0.1875rem solid #e6b321;border-left:0.1875rem solid #e6b321;border-right:0.1875rem solid #e6b321;border-bottom:0.1875rem solid #e6b321;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#tlnneXSoLv0QlNQ2CwRpcMF54n78d5BE { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15015;background-color:#374d8b;background-image:none;top:41.25rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#zIdk6ky6qoNiPqHupPk9T60HT2g6EiAc { color:#ffebb3;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:38.8125rem;left:38.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqLbwXynn3hEoS0XtxfC4LQ5lMT2vXK5 { background-color:#e6b321;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:44.1875rem;left:38.5rem;display:block; }
#RsPE3GZssLf5HbsG0Za1AkfWLbv7AZfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTBn5hhWx6cF0rWGkXqzXgayFgXDaJZi { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:41.9375rem;left:42.0625rem;height:1.666666625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BX3G0pyqCaMGdM5mLC8hfugyoM3zhsoq { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(55,77,139,0.4);background-image:none;top:27.125rem;left:54.4375rem;border-top:0.1875rem solid #5bc7ff;border-left:0.1875rem solid #5bc7ff;border-right:0.1875rem solid #5bc7ff;border-bottom:0.1875rem solid #5bc7ff;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#qXbpCXoA0slGDCdw8TfRkQV62QDKgdMZ { color:#aee3ff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:38.8125rem;left:54.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rA4HZpGs2ZM6hw1yovoqiat8QRLvGrO7 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:42.1630859375rem;left:54.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iC9ctGolbWQc83sKkJ3HMNSD6BSl9LnF { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:34.375rem;left:39.1875rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zpeBb0D9X4MGGqTLw1Ql9p6xXb3X2PXX { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:34.3125rem;left:54.625rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RP4VSgBINyeaRTITrSASPEBXJoe5l5Lt { 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:4.8125rem;width:4.8125rem;top:28.875rem;left:42.8125rem;overflow:hidden;display:block; }
#RgIPPlPTTo5n0grxuek8cA4Z8KpK3Tcd { position:absolute;display:block;z-index:15023;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.8125rem;width:4.8125rem;top:28.875rem;left:58.8125rem;overflow:hidden;display:block; }
#MbTpnQAsQ47ESrrJ5vvOApwPWhhpHwTp { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#q0FFkZ2uuTqUdf48Gz0NIzxVVp7TpX64 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #33a1da, #00a295);background-image: -moz-linear-gradient(67deg, #33a1da, #00a295);background-image: -ms-linear-gradient(67deg, #33a1da, #00a295);background-image: -o-linear-gradient(67deg, #33a1da, #00a295);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );";background-image: linear-gradient(67deg, #33a1da, #00a295);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(6,209,191,0.18) ;height:19.4375rem;width:13.375rem;top:4.2171969413758rem;left:55.862503051757rem;display:block; }
#rEZyEn4OzJ7mHMGElc0A0DWLxMl7Wh8I { color:#ffe345;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:9.6297302246094rem;left:57.21875rem;height:2.33333325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTO5yMr3lmuvPux2BPWbS7kkdeHv0nVJ { box-sizing:content-box;height:13.25rem;width:61.0625rem;position:absolute;display:block;z-index:15002;background-color:#062e48;background-image:none;top:49.435937404632rem;left:6.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#oFyHl1OaupSGbglRfO4MP0MTOq1cMlAX { color:#f1f5ff;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:2.1;letter-spacing:0;top:54.562501907349rem;left:38.187501907349rem;height:3.83333325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kb4Z4cZ2nVScdpQABb2XdTH2pI1AAABe { position:absolute;display:block;z-index:15110;height:11.875rem;width:12.5625rem;top:50.860939025879rem;left:5.8125rem;display:block; }
#L3kaomCFfrxpli2I4MkyborZET8dDTNa { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#DMqhpvhRud4TzWGLhQ4J5TCpWsGknr9E { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:19.375rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:4.2484469413758rem;left:55.862503051757rem;display:block; }
#LIFlmsTStnVnyfWCI8FXTpZvdMuBawmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvdbSpg9KSzUUxRSWx78NeSAQACeAWSE { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:14.0625rem;left:27.1875rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNAsmlsNUCBvWh8hz4Ji7eI19ktqFc9B { box-sizing:content-box;height:2.625rem;width:23.625rem;position:absolute;display:block;z-index:15125;background-color:#00bad0;background-image:none;top:13.3125rem;left:26.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b085c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R > .row .container { border-width: 0; border-radius: 0; }#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:none; }#bil57hoXOADOZD7FHifklslkyk826T4P { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:12rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#iP7BrnloZbbmcWO3ftqyLgobOBsWluLS { 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.8125rem;width:4.8125rem;top:29.3125rem;left:15.8125rem;overflow:hidden;display:block; }
#s53KRB4MotZ4QZU9cWfwVxmQ8fbqOX9g { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhAzXC0p81FLD33OfiyxQaJ4TlGcreR6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#fcSc35lTwJaGhdxiEUnqNpdKTSoBJfgX { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#uUWLZE7yuJUJItLfS9VZEMbNH88bwkZW { color:#5a2a95;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:13.875rem;left:27.2373046875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5a2a95;background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875000566244rem;left:26.687501907349rem;z-index:15077; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #aThiARrKNEyKc3KOKSrp3LlPghL2dLSa { display:flex;position:relative;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #fhHgueVinOLsB4lcpqdGs142vrl2oDDM { width:auto; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mo0JGNKObQTBAqwKJ141wBsaoKzymBL2 {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #sGGOuOzyuxpQfkLAKdkOnvSD52kRUKAr { display:flex;position:relative;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #DIzFm6WHez5pleGnl0hw0SuOLBTekm5O {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #niAx1o8hUQDXrx0rci5qSN4XeAJouJVB {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #LmC71zM4WVhQEVTG37a3nWCy0TRtwtMG { display:flex;position:relative;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #Q8GHZueucp5grqLEZ5yi7UfDahO10s29 {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #nlWJT5fK41cNZEnzz4Kgva2LC05ws3wI {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #vrKL6Q0Alx2oBse5Iqw3k5QH5RawWdzx { display:flex;position:relative;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #BDtQTolrVyXGaedBonrI5ZBqEpnucO9f {  }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mcGCrKFIWTU3PT9gaivw17lv32FdQJku {  }
#Mh4tHTnLIOWDnLl8zFodCukIo4W5p7sf { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iSlgk4xokZfR98DAC3m8EX3AVrvb8lOM { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:31.125rem;left:22.375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aE9bknJgywuTTAZaUfPPB6vsAvgSqqB1 { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:29rem;left:22.5rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EcXXGVmPURpJ0X3rbAR9bdongk9MxSa7 { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15008;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:38.6875rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#OoZdEQeM0MG03LTwP7awaQJRtDHNdA6x { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:30.8125rem;left:47.4375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpCtg9BSWvGGSWlIhgvFgsvHKTeltvsR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:29.3125rem;left:41.5rem;overflow:hidden;display:block; }
#cl6OMGT44gZu6EA7BnQGnViNTfG4rwAg { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#kKIAA2ELzMpkuSRvGTPRpJ2QguJ37MHa { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(85deg, #672fab, #521694);background-image: -moz-linear-gradient(85deg, #672fab, #521694);background-image: -ms-linear-gradient(85deg, #672fab, #521694);background-image: -o-linear-gradient(85deg, #672fab, #521694);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );";background-image: linear-gradient(85deg, #672fab, #521694);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(139,79,220,0.17) ;height:19.4375rem;width:13.3125rem;top:4.2171936035156rem;left:55.875rem;display:block; }
#Of7Ig8FXipAtsX6N76Tq9xymUcpHLs0O { color:#ffd96b;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:9.5046997070312rem;left:57.21875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJLQU5NnN1iBmawGLNaPxO8czATNJ4UB { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#lh3xOLInn0e8CVxK2geXOO22BWGcKmvd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:19.375rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:4.2484436035156rem;left:55.800003051757rem;display:block; }
#JZq2LBrLCWZdSsupFU06de9KJgKiTE53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNVfToRhqprEy5OdNCy947Rbl3M7s7eT { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#006e90;background-image:none;top:38.8125rem;left:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#hcLd3bBVftXaS1MJZEF5kgE4Q2u18gnu { background-color:#00bcac;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:46.75rem;left:11.875rem;display:block; }
#B4lvATEcE7QJZ1eT3NQskSx9npBioBiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhdzSdKgOtbqwnDA8JzrngUB6bVBu3EK { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:41.75rem;left:18.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cKVVZrSVn70f1fglL2nu5LF224GvWknz { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:39.8125rem;left:20.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGi6XHWTsc8P7IkUVJfcsBaHhvVA8Ti1 { position:absolute;display:block;z-index:15121;height:11.875rem;width:12.5625rem;top:59.0625rem;left:5.4375rem;display:block; }
#BrTPrfXEIBJP03urk6nJzo4iuzwXwepb { color:#dabeff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.625rem;left:47.4375rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HpzAO97t25T0UyktWTfxNA5y1Vm0gZ9Z { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#WEAy3qTd7UCZ1olatX7GqLG3MxobbqA9 { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:44.5rem;left:17.9375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rnuubHuAnta2LUcTNGJ0hHG7JOJCO9fF { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15012;background-color:#423ba4;background-image:none;top:38.8125rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#mRlCrmMDimpZaodQmEhwLWuPoncD56PE { background-color:#a67af9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:46.75rem;left:38.6875rem;display:block; }
#Mvvq0qRnacE1lXRs0BqAcpBVgsmp4X5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pE5BIDgqHIPw5fRKHCy29q9dbAAhP6og { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:41.75rem;left:45.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikBrIL3MUTDyAU8CMKZcgzT6K5sI4i0A { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:43.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kGqcq1lR120pd8nr30woABrOV7DvIi6b { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:44.5rem;left:44.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ck7hySSIoTSrmJcTCXSZ7RVnWcT2m1G6 { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:39.8125rem;left:47.5rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7TXOO7zUkIC3txnuNmK4q5TyLlDXrwa { box-sizing:content-box;height:2.625rem;width:16.8125rem;position:absolute;display:block;z-index:15122;background-color:rgba(6,209,191,0.62);background-image:none;top:13.32421875rem;left:26.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#igNh3mS4VOEqx3TKx9XrRul1S5RwrPaP { box-sizing:content-box;height:20.75rem;width:63.125rem;position:absolute;display:block;z-index:15013;background-color:#0c1a44;background-image:none;top:54.6875rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#G77zcVP1AxQJSR0PnKbcZXzGd98igDmi { color:#f1f5ff;display:block;width:17.875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:68.4375rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WqrJbsBQ96fAZX5KR4LMCmRfakXQ53xW { color:#f1f5ff;display:block;width:27.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:70.5625rem;left:21.5625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LwoaRrcq2hLVL7D6b7SF5PVS4TFCgeGc { 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:15093;opacity:1;top:68.5625rem;left:19.75rem;display:none; }
#GMZl8VZTTd4xZkp3hSLHA0MMfvFMTPp8 { 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:15094;opacity:1;top:70.625rem;left:19.75rem;display:none; }
#dOCAQTm5sTBWhdh04ufyh4u6K7CuBSGG { color:#f1f5ff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:66.25rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KXBeXSwoNTmFoXET3sCtn7mTCRUnNkTm { color:#f1f5ff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:64.125rem;left:21.6875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Gi77O4p6wXAbpHu4biO8WcNr2yTgnvdp { color:#ffd143;display:block;width:27.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:62.0625rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JXNTVHUd2r4rpSfhEXubZ5nmEz09FPHU { color:#ffd143;display:block;width:21.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:60rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kH3TNqIFchXxwROF0ErKVnGr2Ql1zzT3 { 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:15089;opacity:1;top:60.125rem;left:19.75rem;display:none; }
#TEAM7TgiAMLe4STncnFWGCmdETXeStWG { 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:15090;opacity:1;top:62.1875rem;left:19.75rem;display:none; }
#EVJJdpWN54rDXtH3oT97unvPsJTEaw5G { 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:15091;opacity:1;top:64.25rem;left:19.75rem;display:none; }
#lvkN1AyWDnKFCGB0VzHCldWT2l0dRMVI { 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:15092;opacity:1;top:66.375rem;left:19.75rem;display:none; }
#QosPtcDZNW6ZmuOxVVyhar0fpeWIEImT { color:#06d1bf;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15120;line-height:1.4;letter-spacing:0;top:56rem;left:19.625rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b085c;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; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container { background-color: transparent; background-image: none; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container > .video-iframe-container { display: none; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row > .video-iframe-container { display: none; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .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); }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container { border-width: 0; border-radius: 0; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:75rem;position:relative;display:block; }#ih1HEBE2LCtc4nqIlsTdmX5wS8JIUqxb { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:#431b71;background-image:none;top:26.0625rem;left:5.8125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#Mg5KbILaWZ9ADtfzBageUWETayus7agT { 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.8125rem;width:4.8125rem;top:29.1875rem;left:9.3125rem;overflow:hidden;display:block; }
#IyiaTHqLFAsaUFVgkx2GBMaNInSqgmTA { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.654296875rem;left:26.4375rem;height:5.3333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FK5Os3Tgvi4epPh0JUFKxs5apsq8rIEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#X68Z0OA4KObwsVwITG0XT0CtriXBPhXz { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5a2a95;background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.0625rem;left:26.6875rem;z-index:15077; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #ggaRSl4cD3DcAasusbuzGhzzneiqVb7H { display:flex;position:relative;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #bEAoObWL7a2f5iqMq4uQ2ZzwbTtXcHvf { width:auto; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #o1dXsdSF9maVUGERTs1rsvXpTTdrzLAn {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #cSWL2IROCvTGb6QqpwPzoMohihPWXvEv { display:flex;position:relative;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #QsmBRihmZxNMDQWiuiQXinQ1eBDgEtiU {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #H8TJefvmhR02JXfvDExOIh2SgiZ6Iql6 {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Tqz24wopwJVblngSlm06pm0Wl2FkDDez { display:flex;position:relative;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #LoLXlE7TttuVJAF1kX9WmmvcQHrlr3Wp {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #XWaqlwLUiFZzR3al5E6kJpWPZCnz4kPi {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #W6JzHhzEsQ39hG9apeToDHSTlhqEpWup { display:flex;position:relative;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Eq61pqkegKdD2oWG2TuLgrJTc8NmoS5f {  }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #WfZRRAffiU2T7MfERMwx6ElKw5chQCxm {  }
#HNJ3Bly4lBvOJ4dvf5afHTNHa9dvcyCi { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lX55oExMfJ9rRoyI6idcl3VVa0zZXt39 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:30.125rem;left:15.5rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqTwsEoC9TW1XaAid99lfKv7AooLAh39 { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:26.9140625rem;left:32.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXbZWNSScT0qXRlZe1fdfPfzDqBO0u5m { position:absolute;display:block;z-index:15114;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.8125rem;width:4.8125rem;top:42.5rem;left:8.875rem;overflow:hidden;display:block; }
#PTDar9lMRJU7BGiD6LKZTwxxJgJUg801 { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#UXJmRxVZr5GA1Wt4S0TUvH3FM3efdQmk { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(85deg, #672fab, #521694);background-image: -moz-linear-gradient(85deg, #672fab, #521694);background-image: -ms-linear-gradient(85deg, #672fab, #521694);background-image: -o-linear-gradient(85deg, #672fab, #521694);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );";background-image: linear-gradient(85deg, #672fab, #521694);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(139,79,220,0.17) ;height:19.4375rem;width:13.3125rem;top:4.2171936035156rem;left:55.875rem;display:block; }
#RrQKvlKUNdiGRWIBc5ZVHTk1e3zb1blN { color:#ffd96b;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:9.5046997070312rem;left:57.21875rem;height:2.33333325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qyZSafI9qyS5boA27IQZI44dINqcuZyS { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#ftT6dOva9T2c0AC28b29I3d8iJiNO1Gi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:19.375rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:4.2484436035156rem;left:55.800003051757rem;display:block; }
#H36aaE23TGSa6DwTnZLoDW1JOccwAtZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8AebxoqUIGveMxztSvqLLlNmD4xyedk { box-sizing:content-box;height:11.1875rem;width:14.0625rem;position:absolute;display:block;z-index:14999;background-color:#006e90;background-image:none;top:26.0625rem;left:30.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#h9ztvXGcBd1wR32sQ8apvnZuAy4Hz6P8 { background-color:#00bcac;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(6,209,191,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.5625rem;height:11.125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:26.0625rem;left:45.625rem;display:block; }
#BDVBdmtPxTT5ZOxJVfAnuqm00m9A76AF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRclDMLATPtB04V7FCUIMaEgy0dmC28y { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.27);top:31.3125rem;left:32.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z9m7G58oJiIqnlRmHoEfde94TQJ7nmmv { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:29.375rem;left:32.25rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PmmkzmJzxV2rvZ3KoUrVxsmAuVGExdIR { color:#fff484;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:33.8125rem;left:32.25rem;height:1.166666625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSTKK111eFoN3nb5eK9vytTpHUTbWtVr { background-color:#9b51ff;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(6,209,191,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.5625rem;height:11.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:39.3125rem;left:45.6875rem;display:block; }
#yRT5qSHPuEDIZrEGHImGnHlK8M9CPhKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSIVaLxHRerL8i4R6TxkerL2JKf0vsB1 { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15009;background-color:#431b71;background-image:none;top:39.3125rem;left:5.875rem;border-top:0.1875rem solid #d4b3ff;border-left:0.1875rem solid #d4b3ff;border-right:0.1875rem solid #d4b3ff;border-bottom:0.1875rem solid #d4b3ff;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ackIgTB11dervzR52ZnXi9za9dDTuPTT { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:43.375rem;left:15.1875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZWeHL320IHMd76BAU5rCiryR2Xat5Mp { color:#d4b3ff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:40.1875rem;left:32.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFAh9Rokoq7yIGMAyIiRTpIQs9FF4sg7 { box-sizing:content-box;height:11.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15008;background-color:#423ba4;background-image:none;top:39.3125rem;left:30.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#wBZZLqfsLTlF5N7mzvFwnMIw5waRVQ8W { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.19);top:44.5625rem;left:32.3125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oDe6UqqC3C37wunHRT4bvWvsn8kKFwAU { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:42.625rem;left:32.3125rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avPTxJOWTUIT5OiWBIAM9u3lMkDINsld { color:#fff484;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:47.0625rem;left:32.3125rem;height:1.166666625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ny9ygKFT4CTGtckQTKuS1xTUDCmkcfHH { box-sizing:content-box;height:2.625rem;width:23.6875rem;position:absolute;display:block;z-index:15123;background-color:#00bad0;background-image:none;top:13.3759765625rem;left:26.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Bx16rEhRkLySxTCqAtrltLuWNkiQG2qT { box-sizing:content-box;height:20.75rem;width:63.125rem;position:absolute;display:block;z-index:15028;background-color:#0c1a44;background-image:none;top:54.125rem;left:6.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#NT32e633pkvyStKW4M7n8WC7fyE5nQdA { position:absolute;display:block;z-index:15136;height:11.875rem;width:12.5625rem;top:58.5rem;left:5.0625rem;display:block; }
#q1JhTLy77x3qtybAlaAm3lBoTEPTWpCi { color:#f1f5ff;display:block;width:17.875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:67.875rem;left:21.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCvZUFb61I7HNpn0X3GeonzocKwuDtZb { color:#f1f5ff;display:block;width:27.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:70rem;left:21.1875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QIHE00iVyzUA1UnpXww1oE29DbHs9NRK { 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:15108;opacity:1;top:68rem;left:19.375rem; }
#KMxsITJ5dSOA2eL7o1c7a4kIiQmbAIp0 { 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:15109;opacity:1;top:70.0625rem;left:19.375rem; }
#mqAOXDok5pFfwOW85AC9R8tVS4FS7hwu { color:#f1f5ff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:63.5625rem;left:21.3125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L51dcCOAlEQZACG6RHxZCmrvIRX6lTi2 { color:#f1f5ff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:65.6875rem;left:21.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GoLT0AJLyvv0q2yz24TNPtzbrH4M7GQV { color:#ffd143;display:block;width:27.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:61.5rem;left:21.375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7mIhyUAUqS4HKLt2Tw8qsgbheHnwQpv { 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:15105;opacity:1;top:61.625rem;left:19.375rem; }
#PNv7aUt0o3fTgOvCrJuuOTe58gQ5xrcb { 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:15106;opacity:1;top:63.6875rem;left:19.375rem; }
#RIeWcKTHTJQbS2wyIS0WDNTIEAQkIg7y { 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:15107;opacity:1;top:65.8125rem;left:19.375rem; }
#Vy9LMJIV4AdIdqnLEPtBUq5MBEQ8hPPN { color:#ffd143;display:block;width:21.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:59.4375rem;left:21.375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErAmokTmVpc7AIvPe4wnPWhhdgvmI5Lz { color:#06d1bf;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15135;line-height:1.4;letter-spacing:0;top:55.4375rem;left:19.25rem;height:2.91666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LUSKWOFuT5ht8kLWSVDmpFEB3hmAivzp { 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:15104;opacity:1;top:59.5625rem;left:19.375rem; }
#aH0viwyme1kAIirrFfeSMOzO5czwSFEh { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15008;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:38.6875rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#pLcy284ntwCZLNIT2NHuSP45D19wNTMc { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:30.8125rem;left:47.4375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#q3UrEx1G53AONXcCPfT3hJLnTpXtVM97 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:29.3125rem;left:41.5rem;overflow:hidden;display:none; }
#CbIguPEiaa4dtO8X1o6HTxfWkRi3mrsM { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15012;background-color:#423ba4;background-image:none;top:38.8125rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#oW0Eb1dwFVkukOlchOexbEaWSHg90IQa { color:#dabeff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.625rem;left:47.4375rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nGvOiXXaKK1pTRgZkiAgvzhQWgEnbIJz { background-color:#a67af9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:46.75rem;left:38.6875rem;display:none; }
#otpkImOPmDrvBnJon3dhqgxHaggTxrCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bppCon1VUDN56TQmGiaPrWGT9lzVd1mC { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:41.75rem;left:45.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PPgpu3cAgHn1t5tyIs0ztVo7ZcUENsJa { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:43.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#k9h8VsdXmgJ5CSD8XVmL9lgzB45mx28g { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:44.5rem;left:44.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cUU8oiOCcBQ0KI0MtpcJbC3hreErbBVa { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:39.8125rem;left:47.5rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ifpnz5aKQhybrTwhWUDJWeDdKHxI3tWm { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#006e90;background-image:none;top:38.8125rem;left:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#OLMPO8QmTEf7SIiJPg556ZxNRFpKZO10 { background-color:#00bcac;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:46.75rem;left:11.875rem;display:none; }
#wbiB68JT4tGfviTemVBih0tZhvqNzpbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mn8WRIkMX7omlNQxOhAQsV483VaOmxfT { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:12rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#UG93sZsSmxTi1eK4L0glOdR7pVgd7F0N { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:31.125rem;left:22.375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BFGyciz45AmbiwKUvc3QkrfiTJdMBzwE { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:29rem;left:22.5rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DuwRTXEIll8qypcEkz8Dud1euJdsKoTg { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:39.8125rem;left:20.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RmPNMO8zzJZt6eNrvmw8hWcoJHranFKL { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:41.75rem;left:18.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#U4EWlrWAnKWd6fFsyrWo5wdeT3nTkqmz { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#lB6UEIpkXrpi3vzLylyMVvTV9B9zCBmT { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:44.5rem;left:17.9375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#r7724SWZExqentwKhWLggESA74rlGupW { 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.8125rem;width:4.8125rem;top:29.3125rem;left:15.8125rem;overflow:hidden;display:none; }
#ETTXmAuZOJ8ea5oy7LS1mm6gUIVKB4gx { box-sizing:content-box;height:20.75rem;width:63.125rem;position:absolute;display:block;z-index:15013;background-color:#0c1a44;background-image:none;top:54.6875rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#IfcITk3FOZbRL6L0UnMUempQ6V9HH9nT { color:#f1f5ff;display:block;width:17.875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:68.4375rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#O59KBqwavFeOhxgeL5D72IQLcFqOPSBO { color:#f1f5ff;display:block;width:27.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:70.5625rem;left:21.5625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#M1XmNap5hxLFsF1LtTZiTVtETorVFKfx { color:#f1f5ff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:64.125rem;left:21.6875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QQ8Ts6VoWaoOZHWBcNAhw1FSaw0fLx7b { color:#f1f5ff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:66.25rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ft5wdNloV7DT2bTM5WNNN8eBLhnEP8de { color:#ffd143;display:block;width:27.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:62.0625rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wJvstPGfD8SWCMqWAUaGkL68SdpX7TS5 { color:#ffd143;display:block;width:21.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:60rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CfmS93Ss7ilON4E66lBJkBZ57dq7ddGN { 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:15089;opacity:1;top:60.125rem;left:19.75rem;display:none; }
#K9aPhAk6TqPf4pa6xrI5lJfRAQTIHn5r { 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:15090;opacity:1;top:62.1875rem;left:19.75rem;display:none; }
#vnTTr6dQBy5OnPe0ap4nEw9ogREJOwq9 { 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:15091;opacity:1;top:64.25rem;left:19.75rem;display:none; }
#aHyHxa4pdmwDfnfwo6nVUkLG0yFT8NQ3 { 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:15092;opacity:1;top:66.375rem;left:19.75rem;display:none; }
#ZosNHaB5HfTNSGlm0VHyVQJFu8bmNHPw { 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:15093;opacity:1;top:68.5625rem;left:19.75rem;display:none; }
#XISaqFvR1PbK8wsudFUTOK7vRTWeLcbP { 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:15094;opacity:1;top:70.625rem;left:19.75rem;display:none; }
#qN1SFBvryTJZsQgIaGcULelWvODJ7yXI { color:#06d1bf;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15120;line-height:1.4;letter-spacing:0;top:56rem;left:19.625rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GnyseBKmBBGg5zxRvt1J8aOuZTbLnbwa { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15137;line-height:1.2;letter-spacing:0;top:14.0751953125rem;left:26.90625rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QK6WcQvVaN7hFFgQurSEhA3aItSkeGUz { color:#fff484;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:48.26171875rem;left:32.25rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENaCsBbcho8eTLDTOrbPruAPZEUWUqKX { color:#fff484;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:35.01171875rem;left:32.1875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eHE7w3af8SDl5WTS2qVfdAdJDuxUPpzA { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:44.5rem;left:44.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PRIsBsfxeos6QymchWoVBS86JbACuWQq { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:44.5rem;left:44.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b085c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w > .row .container { border-width: 0; border-radius: 0; }#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w > .row .container { font-size:0.875rem;font-family:arial;height:108.625rem;width:75rem;position:relative;display:none; }#Uo1L6CR3tpNRdA6kqEeEAlvJ2s2SXphw { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:#431b71;background-image:none;top:26.0625rem;left:5.8125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#JbAnqZEgfSbAhQ0LnyrFhkHbOh2ME7oG { 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.8125rem;width:4.8125rem;top:29.1875rem;left:9.3125rem;overflow:hidden;display:block; }
#g9zMrI3OHvrzW9UxmBUbwpODbUQwRUzi { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.3993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKn4hfSLtrNeVemiWGTO6yTMAx8hKTGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#DpRzpN8uWA4gSV77gFLZbQnHq62Dy0SH { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5a2a95;background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875000566244rem;left:26.687501907349rem;z-index:15077; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #TlxEI91PL1vESNlol1Ovcsf9kGzF4Bv4 { display:flex;position:relative;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #PvrLTEscInEErIvtSG5ExOSH0Qgkzd51 { width:auto; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #C9bMs5XOps2L61LvyVvX1BVHXrLUhOPc {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #IW1lJ4QD9HiMKKmvlh33lR1wOlQcKVEg { display:flex;position:relative;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #kLHDGL666wytshsqRwqUIZLyBzwkKWK9 {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #Pt6GXkQToa3B9m4AHq7zRwivX6bxhdXy {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #MQZu3oMwmZtaI9OB42OxzaFuv02TunHX { display:flex;position:relative;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #sdpiHncuXReZLZOa93msSLzaXlVgkAiq {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #KhqrfJ94mHqhp4wae4EMnXTNh7ldHJ0t {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #tvrvn5lX5BnMQaFgx5bTir4Xkg11E75k { display:flex;position:relative;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #BlHeptEPO4vwT6BwBmvK2MfzCFe3hSZd {  }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #qqGpn8dotOI304u68HzC2Dkb6cToQEVQ {  }
#KqOKaX182Ec58RksScSDneqs6ssChGTL { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMhhhdNFUTMi1CW330p5FtApBSkyvV1F { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:30.125rem;left:15.5rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7XbVnG7iokbxVRP16ZO0k6cJw0bRuoS { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:27.6640625rem;left:32.1875rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMKD0xr7PBoo9bLxnWi6c0HTSWUGxsAp { position:absolute;display:block;z-index:15114;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.8125rem;width:4.8125rem;top:71.375rem;left:8.8125rem;overflow:hidden;display:block; }
#qmo3mHeLRexCcZBQNxSIKt5bAVVwPGH9 { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#idApmTeiB5Ob5BgB8bR8Kon4WqkWrSdM { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(85deg, #672fab, #521694);background-image: -moz-linear-gradient(85deg, #672fab, #521694);background-image: -ms-linear-gradient(85deg, #672fab, #521694);background-image: -o-linear-gradient(85deg, #672fab, #521694);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#672fab', endColorstr='#521694' );";background-image: linear-gradient(85deg, #672fab, #521694);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(139,79,220,0.17) ;height:19.4375rem;width:13.3125rem;top:4.2171936035156rem;left:55.875rem;display:block; }
#K541UAZM2IWybr06cA5uZOgPcIlCHk8J { color:#ffd96b;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:9.5046997070312rem;left:57.21875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mv7ErMRP9w7n0aWkoMMnqTTnqfRHvTtn { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#z18CWEvmrmy2F13n2l46z9Xi8slOf6do { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:19.375rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:4.2484436035156rem;left:55.800003051757rem;display:block; }
#iGUKVeAhX2T1pwLeZnd706FZt2NKBACW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MC8zxa9lrPZTveoJXXX0Sk9hKfezhQdO { box-sizing:content-box;height:11.1875rem;width:14.0625rem;position:absolute;display:block;z-index:14999;background-color:#006e90;background-image:none;top:26.0625rem;left:30.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#LSdnO1k1fNBNM9EvTZMPIx6g7rTIKHDT { background-color:#00bcac;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(6,209,191,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.5625rem;height:11.125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:26.0625rem;left:45.625rem;display:block; }
#URPx7O2LJNpUXnn5oJGM00VxF5h6y30N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEeP4U6IauOOcf2R9wlcWGp6ddxdUI3V { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.27);top:32.0625rem;left:32.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CddD3TaCb1SJPqwc51PfzsIxSmg1bC4K { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:30.125rem;left:32.25rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wt9miLLBPslTRXpAI9aFpCf7mWd96g4I { color:#fff484;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:34.5625rem;left:32.25rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t70XbFl7b3XQTcGW6y0W1BsU0WKfBcEe { background-color:#9b51ff;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(6,209,191,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.5625rem;height:11.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:68.1875rem;left:45.625rem;display:block; }
#P0PLeK8DbJXFd5TaDX4zfkJw4ZwQcOE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bClqx74zSEp9C1yVxHozxJcLAtvBoGuB { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15009;background-color:#431b71;background-image:none;top:68.1875rem;left:5.8125rem;border-top:0.1875rem solid #d4b3ff;border-left:0.1875rem solid #d4b3ff;border-right:0.1875rem solid #d4b3ff;border-bottom:0.1875rem solid #d4b3ff;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#kmeB8bgm6MpTWN9d7eswHaW2ZxezQhyf { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:72.25rem;left:15.125rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIw7CfXPFVx4OuEw5XcPcAud60OaoTTd { color:#d4b3ff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:69.8125rem;left:32.1875rem;height:2.0247375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBhAcgPgzqO5xF4FeD1v5mAJSTZ1aZKH { box-sizing:content-box;height:11.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15008;background-color:#423ba4;background-image:none;top:68.1875rem;left:30.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#TLblXw8TVuet9q0Z5dVTr2MG88cHJBvp { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.19);top:74.1875rem;left:32.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pzxh7b8z9OonRpWrl5rGKS6Ots82Tbyx { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:72.25rem;left:32.25rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuCgQ9ktb4pwziXzkbvCTzwnT8AL5zTF { color:#fff484;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:76.6875rem;left:32.25rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PWuXIOAOTxeRNdQvWhfT6VE54r25VKDO { box-sizing:content-box;height:11.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15008;background-color:#e39553;background-image:none;top:38.1875rem;left:30.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#HeCme6vur8IfRoho2ZqxggB9VQ1cgHaI { background-color:#ffa631;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(6,209,191,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.5625rem;height:11.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:38.1875rem;left:45.625rem;display:block; }
#QQn7iu0TKs1MxQzq48lzyOn8aPRqOQJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvTLzi0AczxfsIFSwbDEpOy35Rm055Tg { color:#fff484;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:46.6875rem;left:32.25rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abWUhnXMf3pG0P7nKXeWukQxnTtfW9vH { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15099;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(255,255,255,0.27);top:44.1875rem;left:32.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZWkrKuBtblsletQDR5UgvMGSobL72KM { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15009;background-color:#431b71;background-image:none;top:38.1875rem;left:5.8125rem;border-top:0.1875rem solid #ef8d0e;border-left:0.1875rem solid #ef8d0e;border-right:0.1875rem solid #ef8d0e;border-bottom:0.1875rem solid #ef8d0e;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#XVxAwQeq0b0Xt73tA10bgiwrhmnAFqvO { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:41.25rem;left:15.5rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0mtqKGS0oW6cBtkyDKFGifHLLRJhf5a { color:#ffedb5;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:39.8125rem;left:32.1875rem;height:2.0247375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gmF8cRMshaO7ppJ6GTzQG3VXHF25En0K { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:42.25rem;left:32.25rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4zufPVZvdUhx6PMXJHI5WxriZNWA00q { color:#5a2a95;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15125;line-height:1.2;letter-spacing:0;top:13.9375rem;left:27.1875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tddwcu4wgJfhEXSeWyFsO8M7hIfDZr5V { box-sizing:content-box;height:2.625rem;width:16.5rem;position:absolute;display:block;z-index:15124;background-color:rgba(6,209,191,0.62);background-image:none;top:13.375rem;left:26.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#U9sTgPehk4Foz05dTordUmqibdMEh9Up { box-sizing:content-box;height:2.4375rem;width:45.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.07);background-image:none;top:62.3125rem;left:8.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#eeHvCNlK5uTeWhsmmD7ktSxHF1wCMmif { color:rgba(241,245,255,0.79);display:block;width:46.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:62.875rem;left:9.1875rem;height:1.3808625rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVhUTRh8t2ysCnRSKsXv3L0X6MPcGRi3 { box-sizing:content-box;height:20.75rem;width:63.125rem;position:absolute;display:block;z-index:15028;background-color:#0c1a44;background-image:none;top:83rem;left:6rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#x89CEQ3DOLek8oUGnpixb826M78FXV9h { position:absolute;display:block;z-index:15136;height:11.875rem;width:12.5625rem;top:87.375rem;left:5rem;display:block; }
#W84UbDKTKZcCzXWlDEkMrWwUcNMqOGtz { color:#f1f5ff;display:block;width:17.875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:96.75rem;left:21.1875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h79dLpOCcPIDhBFh4FLRUDwqFGIb5ZMw { color:#f1f5ff;display:block;width:27.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:98.875rem;left:21.125rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKRtDPOgFN5NcESNw6hqHq9gT6Je5f4i { 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:15108;opacity:1;top:96.875rem;left:19.3125rem; }
#UqHhH6vtNaIHnMuFIvy2kvt93qCBcTo4 { 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:15109;opacity:1;top:98.9375rem;left:19.3125rem; }
#SnCJaDh4su2JaFTzm7emeAML1GivtuGM { color:#f1f5ff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:92.4375rem;left:21.25rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wcSTSRyFAfcTTSWCPJiFcl9aK0BhcVB9 { color:#f1f5ff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:94.5625rem;left:21.1875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mN1IEqcJ3h7naGVHqkiFMooyTlWWAfCs { color:#ffd143;display:block;width:27.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:90.375rem;left:21.3125rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L21bI5FV4fTHkDFJEAOP6Be4G5pbqWOs { 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:15105;opacity:1;top:90.5rem;left:19.3125rem; }
#XXU9uxkkytDeRuDTh5FSPsZ5qN5iSv1l { 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:15106;opacity:1;top:92.5625rem;left:19.3125rem; }
#CPVKUuy2BV9U5T8m0U5F3BewD1Ltv0w3 { 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:15107;opacity:1;top:94.6875rem;left:19.3125rem; }
#MuBiVrRoQo7bWqoT88Cu3NR0gWNQAAbH { color:#ffd143;display:block;width:21.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:88.3125rem;left:21.3125rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdclTOZnGUCZBgVh3VhlGUgips1F5xt0 { color:#06d1bf;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15135;line-height:1.4;letter-spacing:0;top:84.3125rem;left:19.1875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yOkss58FXk8WeX0aLk8abwAXqN3eq4Cu { 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:15104;opacity:1;top:88.4375rem;left:19.3125rem; }
#cvkXq6fWfLi0CHZErapMlNS7lp4kOuhy { box-sizing:content-box;height:28.875rem;width:63.3125rem;position:absolute;display:block;z-index:14998;background-color:#310c43;background-image:none;top:38.25rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#qBTauL1SM89hvNOBoTtT7bCq9cXF4FL6 { color:#ffc06f;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:52.25rem;left:8.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AdaZmA1R3kux7Fzn2U56xKKgJVtiykqV { position:absolute;display:block;z-index:15024;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.8125rem;width:4.8125rem;top:41.3125rem;left:8.9375rem;overflow:hidden;display:block; }
#AuVLF2c2XJldHN1ZTDFcw0qKJb10VMpm { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:55.068359375rem;left:8.7431640625rem;height:3.611325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTsWwfsZi5ckckZpvcCVMf6x4kNpKc1C { color:#ffd143;display:block;width:57.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:59.380859375rem;left:8.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgrbTM3ACq3bJFpnGynAv8nbkaEm4sKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:48.19921875rem;left:66.1181640625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.81)); }
#rFTL8AoEZDNG4Nzo3CgtL8pDpyqnKvtG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:48.26171875rem;left:7.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.81)); }
#sGA8KGeTd4tMqSrJhC75JuZ0aEnZbwf2 { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:12rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#n3MxMzx72kBfZDTS4LHVBHnbrPM2XfG1 { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:29rem;left:22.5rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a1tuog47JKhmpElpl9tfps2BMfLUiAZw { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#006e90;background-image:none;top:38.8125rem;left:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#PMIHdpu2r6XrDqLbXK3ELI3cU95zTf32 { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:39.8125rem;left:20.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HSXh2mf5EsrItXykKX9vA45p4cGy1XLT { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:41.75rem;left:18.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CpLKAOl1EgnRUkOb1pQSvb8UBzI05uhs { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#UpTSIwRHGF4god7hlXNnntgtwzwqscc3 { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:44.5rem;left:17.9375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XmmmmMoW2neTw9xLW6e1W7oTHGXyqzrM { background-color:#00bcac;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:46.75rem;left:11.875rem;display:none; }
#CPkdDTG4en1X6ItOKhOEsiwvoXyeSRgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPc6IiZc1mUMipmQgwVNzgGT1wS2cq4r { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15008;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:38.6875rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#hJLJHdhoDnU4KfQWAtl08UvyxxH1QinI { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:30.8125rem;left:47.4375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WEODVuWPqB9dlXmUt9v1i3GqhFftw6AL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:29.3125rem;left:41.5rem;overflow:hidden;display:none; }
#eN3PGnXvfmghGD70TNzR469c0aDfl3ZX { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15012;background-color:#423ba4;background-image:none;top:38.8125rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#nI5RFtzOSK7UIMoXe6yEIrfSzfnGcMpg { color:#dabeff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:28.625rem;left:47.4375rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OSd4IKBouIPtCIgQCvCwTbVdad36UG9v { background-color:#a67af9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:46.75rem;left:38.6875rem;display:none; }
#tTmPDCqr9zuXQ2l5okWvBKefKpVgFBKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbPD2lqmdLQ8cTFO6OnGKx20CgPOAz3H { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:41.75rem;left:45.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZKfIwByFwmH4U9aR33a91J9QaKA5L1yF { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:43.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#xmw5BmX8BeT7XUtUuke8aEtLvU1y335B { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:44.5rem;left:44.75rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ISz9mXpniDQc4Oc95QcAQanw9p5rGroz { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:39.8125rem;left:47.5rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KbV8nQ0rnAizIngW52VOv6th4zouudrc { box-sizing:content-box;height:9.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#006e90;background-image:none;top:38.8125rem;left:11.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#gvARlXv5SdSlo6dWQ6KrZ3JBItzZVzy2 { background-color:#00bcac;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.5rem;height:4.1875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:46.75rem;left:11.875rem;display:none; }
#JCKJUot77wr3UcrTS1wetd8qFsT87PvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EEhZwkpntQook0y5lTKAyTXv98GGiEiR { box-sizing:content-box;height:10.8125rem;width:24rem;position:absolute;display:block;z-index:15000;background-color:rgba(90,42,149,0.37);background-image:none;top:26.1875rem;left:12rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:none; }
#qQbAXWAkb34HTGvJRC61ZyooUQl3Qa18 { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:31.125rem;left:22.375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zUrG9T4eGqRpoLScFn5havwTz2PpSTLV { color:#6afff2;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:29rem;left:22.5rem;height:2.0244125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nZHCRFPvx9Qp3RPoPtXmT910Zzw30UQp { color:rgba(255,255,255,0.67);display:block;width:6.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:39.8125rem;left:20.6875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RcmdVIyTPdLrNHTDKUaoha0PgnTTIdJ9 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:41.75rem;left:18.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LBa04aiCFGzBqNaekqnEkNOWNRnhZXwt { box-sizing:content-box;height:1.625rem;width:15.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(6,209,191,0.14);background-image:none;top:44.25rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#vrpcPtuNenMKHDxwFkgZtRSGuTpwE9nt { color:#ffe800;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:44.5rem;left:17.9375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mpKhIVfMwXKgNLWIavzD7w6FBCeQV6EI { 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.8125rem;width:4.8125rem;top:29.3125rem;left:15.8125rem;overflow:hidden;display:none; }
#NQmwTLuWhDdW3w3TGDnpWGt0Z5UXOmGn { box-sizing:content-box;height:20.75rem;width:63.125rem;position:absolute;display:block;z-index:15013;background-color:#0c1a44;background-image:none;top:54.6875rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#g9tLIuIgJwBzivJ8KDyqQDRyao1remrw { color:#f1f5ff;display:block;width:17.875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:68.4375rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#heCCyXDZmmdu4xb2cW4FTl5KyEQnV009 { color:#f1f5ff;display:block;width:27.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:70.5625rem;left:21.5625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Gf50c301MRIXEk5FyC9VA4y21imAD5Id { color:#f1f5ff;display:block;width:16.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:64.125rem;left:21.6875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EbawN03t8LkzEIhWFx1r5Gvrr5kQWyZC { color:#f1f5ff;display:block;width:43.8125rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:66.25rem;left:21.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MsAva7VfmT7UOsHeIMgt2uPCOKxKVb1g { color:#ffd143;display:block;width:27.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:62.0625rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#k7IvuSvsoWGeX4iciZcOM41xv8dln8rA { color:#ffd143;display:block;width:21.1875rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:60rem;left:21.75rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dul7mvLsQyXnVZTfHF9vJKdRdCSBi2uC { 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:15089;opacity:1;top:60.125rem;left:19.75rem;display:none; }
#ha2BCMA1zFdLZvRXngdPSmJbgw8UTG01 { 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:15090;opacity:1;top:62.1875rem;left:19.75rem;display:none; }
#TK7vmNQJL7nWS2xTFTnIzpnP9gkmgDHA { 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:15091;opacity:1;top:64.25rem;left:19.75rem;display:none; }
#V96kx11KwWW10HDDKJcLxJn1cOf5LJI5 { 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:15092;opacity:1;top:66.375rem;left:19.75rem;display:none; }
#VCPweUAExJyeMfEnakyHLWLGIwpuxihz { 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:15093;opacity:1;top:68.5625rem;left:19.75rem;display:none; }
#MAFN6pgqzspFIWa7iB6aZXxgdR2MAtKn { 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:15094;opacity:1;top:70.625rem;left:19.75rem;display:none; }
#lPvBJiN4GpNqTP9uWNB39vIg5COX4nsA { color:#06d1bf;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:2.125rem;font-weight:700;z-index:15120;line-height:1.4;letter-spacing:0;top:56rem;left:19.625rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d326f;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; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container { background-color: transparent; background-image: none; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container > .video-iframe-container { display: none; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row > .video-iframe-container { display: none; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .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); }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container { border-width: 0; border-radius: 0; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#rDW2zZtaFotE6PvS5Z9AzQpMJaD4PPDu { background-color:transparent;background-image: -webkit-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -moz-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -ms-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-image: -o-linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cf46f7', endColorstr='#a9cf46' );";background-image: linear-gradient(305deg, rgba(169,207,70,0.97), #a9cf46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.9375rem;left:59.0625rem;display:none; }
#K5TC0HZNo0ndJQAUTTVlZeBNJCafNivm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlyZfcV0XSk0dBrcLHE6el3EXGifzNVr { background-color:transparent;background-image: -webkit-linear-gradient(326deg, #3e4097, #3e4097);background-image: -moz-linear-gradient(326deg, #3e4097, #3e4097);background-image: -ms-linear-gradient(326deg, #3e4097, #3e4097);background-image: -o-linear-gradient(326deg, #3e4097, #3e4097);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#3e4097' );";background-image: linear-gradient(326deg, #3e4097, #3e4097);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:heebo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.3388671875rem;left:40.4375rem;display:none; }
#FxWVxMCvQhGPpPuU1zVTqAxoNoKWFukt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBcvvqDwFcTldWxJQaFBRaKHJotsCFQO { color:#c1eaff;display:block;width:52.875rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:44.6875rem;left:11.0625rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AU1HUimPZIDGX6FLfneixZ6FgMI1zXNF { box-sizing:content-box;color:#fbe36f;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:42.1875rem;left:26.8125rem;display:block; }
#LEIURirkZewKxnefSMzxnCKyEg4z5PLi { background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2125rem;height:1.9rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:47.375rem;left:30.9375rem;display:block; }
#UTK9TLr4NPZ9lUn9TSno8oA5bCkOXo7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zb6LElNqlu5rav1XOrl87MvBIRhnPwSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:47.6875rem;left:31.9375rem; }
#nBXgiQJ1V4Obsm66TxK5v8zvzuGbTcGC { color:#646464;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:47.8125rem;left:34rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO { box-sizing:content-box;height:20.0625rem;width:33.625rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/640f1051-9169-439d-9700-5b6a923bec33/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.4375rem;left:29.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;box-shadow: 0.25rem 0.0625rem 0.9375rem rgba(81,81,81,0.27) ;display:block; }#l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO.adaptive-delivery-prevent-bg, #l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO.lazyload, #l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO.lazyloading { background-image: none; }
#UMwx8RJ077ADz6paW13fPmCTMoLbTAnw { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(0,0,0,0.14) ;height:13.625rem;width:24.8125rem;top:24.375rem;left:9.75rem;display:block; }
#VHGhoubt0yzS0Dl1KB8AiTDQOMQFSLGA { position:absolute;display:block;z-index:15046;background-color:rgba(227,227,227,0.11);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.8125rem;width:23.375rem;top:23.9375rem;left:8.75rem;display:block; }
#uWDUQdKJ1foqCWtWBKL7EFllxS71o0zD { box-sizing:content-box;height:1.6875rem;width:5.75rem;position:absolute;display:block;z-index:15025;background-color:#84fbf9;background-image:none;top:2.6875rem;left:34.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#zE6Tfg1DTbSM7Joh8VUm9739wpsmZ7Nw { color:#4d69b2;display:block;width:3.625rem;position:absolute;font-family:bahnschrift;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:3.125rem;left:35.5625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihPyHT7JwUIH5nrRF7DfHFWiR0l7kavP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgddV7D5gHPmAF74TxuMcs7r6RzmVhk7 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:14.8125rem;left:13.0625rem;height:6.6666665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAukn7zemRIi7fyJ6oKOpMuuDI49Srne { position:absolute;display:block;z-index:15050;background-color:#0b9ee7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:10.4375rem;width:19.9375rem;top:12.75rem;left:11.75rem;display:block; }
#Fd8oEVMnIiT7mJag4nt2iGBtuD8GXeVK { position:absolute;display:block;z-index:15000;background-color:#eab61b;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:6.5rem;width:27.1875rem;top:32.25rem;left:35.625rem;display:block; }
#dNv9TVqLWLMXcFTGtOK0OG2IEthuy5UT { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:33.3125rem;left:37rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTPrztuLtxSpAAiGmVpC6XDC3TekdaHS { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:42.75rem;left:12.25rem;height:1.166666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUrACzt72ivLRtbdIKAGVeTA8uUaLfNt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1125rem;height:1.8rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:47.4375rem;left:31rem;display:block; }
#tFiBLAZnQSBMnLK2xEZMkl3tVxpf0eUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container { background-color: transparent; background-image: none; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container > .video-iframe-container { display: none; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row > .video-iframe-container { display: none; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .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); }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container { border-width: 0; border-radius: 0; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#ZF9nZ6TER2iAPCplNTC9k3ygriEehAFy { color:#294f96;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.625rem;left:3.375rem;height:6.1666665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6qMT6TVNfNCGDdctkWOu57Dtit36xcs { box-sizing:content-box;height:47.1875rem;width:36.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.75rem;left:0.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wOUylEwxZf1ScTTV7wyDgWnFUTNJ4ibs { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.625rem;left:51.75rem;height:5.833333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVsmzSmsabMNbTdaFgVOc97rIVCwp1z6 { position:absolute;display:block;z-index:15014;background-color:rgba(44,85,135,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.125rem;width:29.8125rem;top:7.609375rem;left:42.375rem;display:block; }
#XwiqaVF99w1fnohG5cUsl2TenLvC0Tgl { position:absolute;display:block;z-index:15016;background-color:#1179a5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:10.3125rem;width:29.8125rem;top:21.015625rem;left:42.375rem;display:block; }
#JRxXPl3bKQXhr0rfK162gc9Ee5bC7KM0 { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.125rem;left:44.375rem;height:5.8333335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c26ErWtQmLGUorqIw1cMSa0ETCGZBdwc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.1875rem;left:42.3125rem;display:block; }
#BTmhbEkWh8WUGkq4iIQdM3CDqGAHUQBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DKWq7XT3di8NsZT1nEGVumUPndM91S5t { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:3.75rem;width:29.8125rem;top:33.25rem;left:42.3125rem;display:block; }
#lB1L7wvTvh9FCZELZxMOD4Rg7aVye3PZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.375rem;left:44.0625rem; }
#yLEyMk1If8vzwmhHf5Bnh0sKG1WkvUak { position:absolute;display:block;z-index:15017;background-color:#2c5587;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:33.8125rem;left:43.4375rem;display:block; }
#d1H9N4KDJ5rVxE0Sg9kWlRGH7vzqJ17c { color:#3f3f3f;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:34.6875rem;left:46.9375rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsGv29FOiafqd3MCVeTLVG6mcayORpWk { color:#274a5d;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTUF8rLXqfz6ZdpSycIcIKe00p0XTPHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:22.625rem;left:3.375rem; }
#AaZALTTqllpisUsftQ1bRRJCz5zrZWIx { color:#3f3f3f;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23rem;left:5.8125rem;height:1.166666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPoMMvofO26SrAHe6Gd8Hy4KRCIxCxql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24.9375rem;left:3.375rem; }
#GQoCT1tg9QmiJms3XNyBfwXoHuQF7TNw { color:#3f3f3f;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.3125rem;left:5.8125rem;height:2.33333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y15XwW0p4MwlJR07LmAmRt2QemJis09T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:28.5625rem;left:3.375rem; }
#aZakHu5TxGtT4tu9mfnWyIoa73WOgTJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:30.875rem;left:3.375rem; }
#D9boBLkdJKtL9d1TVS4Kp9N5KCrrB5cT { color:#3f3f3f;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:28.9375rem;left:5.8125rem;height:1.166666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJ0ELFTHFAf83Zo4wERagMTvRl1TVdJO { color:#3f3f3f;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:31.25rem;left:5.8125rem;height:1.166666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1qP6psfyMlJPiT3wA1yZcTHTSLsegQQ { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #3398b0, #10728e);background-image: -moz-linear-gradient(199deg, #3398b0, #10728e);background-image: -ms-linear-gradient(199deg, #3398b0, #10728e);background-image: -o-linear-gradient(199deg, #3398b0, #10728e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3398b0', endColorstr='#10728e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3398b0', endColorstr='#10728e' );";background-image: linear-gradient(199deg, #3398b0, #10728e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:34.6875rem;left:5.3125rem;display:block; }
#VMsQoLPTysGnAPSKNzxbuJhdemXVlAQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsICdpTGfhgmrWQKLWaiXV6aI68ntnA8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:13.625rem;top:7rem;left:38rem;overflow:hidden;display:block; }
#g9RE4S1eQ1qaTioNThVJThXkO6xxaHl3 { position:absolute;display:block;z-index:15015;background-color:#f69a2c;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:2.4375rem;width:23.4375rem;top:8.25rem;left:3.4375rem;display:block; }
#DvxRON7m3xo4kpCT2bIx04UXNLMiQEaS { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:8.875rem;left:4rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#io3tnU9MXvJDMD3AcOgEL8x2eVIIKpsd { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #97b38e, #539738);background-image: -moz-linear-gradient(199deg, #97b38e, #539738);background-image: -ms-linear-gradient(199deg, #97b38e, #539738);background-image: -o-linear-gradient(199deg, #97b38e, #539738);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b38e', endColorstr='#539738' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b38e', endColorstr='#539738' );";background-image: linear-gradient(199deg, #97b38e, #539738);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:39.25rem;left:5.3125rem;display:block; }
#TVkJFaP5X1ZKaRR7u2lNt9NRBTnTBxsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRy4vF1JTuJGoM4uAnrVEQmXM8EhHzLO { background-color:transparent;background-image: -webkit-linear-gradient(199deg, #bc66e5, #752492);background-image: -moz-linear-gradient(199deg, #bc66e5, #752492);background-image: -ms-linear-gradient(199deg, #bc66e5, #752492);background-image: -o-linear-gradient(199deg, #bc66e5, #752492);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc66e5', endColorstr='#752492' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc66e5', endColorstr='#752492' );";background-image: linear-gradient(199deg, #bc66e5, #752492);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:44rem;left:5.3125rem;display:block; }
#b8ZllFGklKqQHEOyLtso33qOmtemIF3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGRac9dFT8xkBUinXG602QDEURiAftM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccf4f4;background-image:url("https://images.assets-landingi.com/uc/7c5fcdf6-d693-48c5-9e03-462a95ab2a89/HP_BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#mGRac9dFT8xkBUinXG602QDEURiAftM1.adaptive-delivery-prevent-bg, #mGRac9dFT8xkBUinXG602QDEURiAftM1.lazyload, #mGRac9dFT8xkBUinXG602QDEURiAftM1.lazyloading { background-image: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { background-color: transparent; background-image: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container > .video-iframe-container { display: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row > .video-iframe-container { display: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .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); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { border-width: 0; border-radius: 0; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#l8ZA8wdP0a86ZQVg8Sa9THzdNMober5X { color:#5c7880;display:block;width:28.875rem;position:absolute;font-family:bahnschrift;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:17.862501144409rem;left:4.8125rem;height:3.66666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1gJbxCQGtgvDQZ5ZdhTNbUzKvXWL57m { color:#626262;display:block;width:18.5rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:30.375rem;left:4.8125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IH11qE019SsBloe8p5LCAvmInpoiJH31 { color:#1d326f;display:block;width:13.6875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:26.5rem;left:9.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqAynfx2ULBKVDp261FwfcRU7nyFFPDe { background-color:#efbd2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(230,179,33,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.75rem;left:4.3125rem;display:block; }
#HECPinFOqdygw5gHdQ60elLniP72ScTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWyHASpgK6HOadAmu8eFqbwTyA6LUdxG { color:#626262;display:block;width:18rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:30.3125rem;left:28.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKvnduyeUUkupEdZdsxdXZKXCykHbqbP { color:#626262;display:block;width:17.3125rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:30.3125rem;left:52.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqDXtJ6oWfZb0HeyMdvUg4DNy1IAt8x8 { box-sizing:content-box;height:3.5rem;width:3.6875rem;position:absolute;display:block;z-index:15002;background-color:#abdfdf;background-image:none;top:25.75rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#ENW8E9GfbQv3vkQlhlzx72mqFpm3u6qn { position:absolute;display:block;z-index:15035;height:1.75rem;width:1.75rem;top:26.3125rem;left:5.4375rem;display:block; }
#IcDbeSn6ByeJTVxqMHm9os2PWarD1SZl { color:#1d326f;display:block;width:13.6875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.5rem;left:32.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrQMLAvzkLkJnvSvl36Znd2apkkW1naK { box-sizing:content-box;height:3.5rem;width:3.6875rem;position:absolute;display:block;z-index:15005;background-color:#abdfdf;background-image:none;top:25.75rem;left:28.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#J5rBhI6ZEfskkv1M0HV0HOX3IUcFCvLA { position:absolute;display:block;z-index:15038;height:1.75rem;width:1.75rem;top:26.5rem;left:28.875rem;display:block; }
#dmLoLTS5FOJiQVyn1pXgM2s3BnhSB7LE { color:#1d326f;display:block;width:13.6875rem;position:absolute;font-family:bahnschrift;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:26.5rem;left:56.8125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uo4zAaTskRWgTvLrW72pJOfGCRRRh6uh { box-sizing:content-box;height:3.5rem;width:3.6875rem;position:absolute;display:block;z-index:15008;background-color:#abdfdf;background-image:none;top:25.75rem;left:52.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#A4ryrJ0cTd4LbhuacUaA5lCaqlF6ssyf { position:absolute;display:block;z-index:15041;height:1.75rem;width:1.75rem;top:26.375rem;left:53.125rem;display:block; }
#g7qNbtepXL7DltHMKhaPIiSZLITzNPRT { 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:2.4375rem;width:7.875rem;top:8.78750038147rem;left:37.684373855591rem;overflow:hidden;display:block; }
#CqnUsDkmkrhPJc56PlXD8OQaWK0BXJeZ { color:#566baa;display:block;width:36rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4867191314698rem;left:8.5rem;height:3.08333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QH8CB2vXkQrcrFKqIfIACvwkTOb1JNTs { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:18.875rem;top:3.486328125rem;left:44.90625rem;overflow:hidden;display:block; }
#T3sgP39pxRPHS3TcJlHypMhbtzUU0Dy1 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.375rem;top:3.404296875rem;left:56.1875rem;overflow:hidden;display:block; }
#OTcIDWlURxZ5zNwEl5dfGD30l7LMtw9B { background-color:#00b1ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(91,199,255,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:37.75rem;left:28.25rem;display:block; }
#THXTaleVGo6XBLqkTu45kaCmBAMh8STK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWDPwJPd1UZlWIu7zJOv2wG7ZWNAwxdt { background-color:#24da97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem #74ffd2 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:37.75rem;left:52.3125rem;display:block; }
#OGqkiFQErGQxH2N2d7XqCd7TzVlNdXLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnVLf5MfIAaK1bhpVwNL1r8bHVuHyQ4b { position:absolute;display:block;z-index:15046;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.6875rem;width:10.375rem;top:6.4375rem;left:61.5625rem;overflow:hidden;display:block; }
#wOwQwKDIbmcvIaK6o4Tsyw58vvm8M1Je { color:#797979;display:block;width:9.625rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:5rem;left:62.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T { position:relative;display:block; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T { background-color: transparent; background-image: none; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row .container > .video-iframe-container { display: none; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row > .video-iframe-container { display: none; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .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); }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T { border-width: 0; border-radius: 0; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .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; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#wSPaJIGJ4ZV1HeHz0gAKn8ZgbAc0EGbN { color:#566baa;display:block;width:74.874771125rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.3910522460938rem;left:0.1240816116333rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV4KZl7OlhMO2B3ODth9B8K9cVBhwKXF { background-color:#efbd2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(230,179,33,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.4455299377444rem;left:28.593751907349rem;display:block; }
#sc3t8whFGdpGTbfOTfoh1iEtnPfrG0CB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJNx5Qbp01XvGnfQchFaQd1AtUUaQcdr { color:#606060;display:block;width:75rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.1469192504883rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container { background-color: transparent; background-image: none; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container > .video-iframe-container { display: none; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row > .video-iframe-container { display: none; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .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); }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container { border-width: 0; border-radius: 0; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container { font-size:0.875rem;font-family:arial;height:172.4375rem;width:75rem;position:relative;display:block; }#tFPhU6z0g43ohPPhmX0GcHdmxBBTZ2Ku { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:bahnschrift;font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bnooyh1tqcXTE51iHZf0hKbT3fDUO8Aw { 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:27.75rem;width:27.75rem;top:7.1875rem;left:24.375rem;overflow:hidden;display:block; }
#sIl5pBChZHvQBT3NnC7oSReb10lEBPz8 { box-sizing:content-box;height:30.3125rem;width:67.25rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:4.0625rem;left:4.625rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#lVWaKTP1L1rN5cs6uZMCcnooZoITQcpE { box-sizing:content-box;height:3.75rem;width:25.4375rem;position:absolute;display:block;z-index:15023;background-color:#ed0808;background-image:none;top:6.4375rem;left:3.125rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#wFTgiWCko1565UcqM6xeHMqglPCwGEAG { box-sizing:content-box;height:59.1875rem;width:67.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:66.5625rem;left:4.625rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#uiis5DhtNErhLcRdqR7FcxGPWT6whgpZ { box-sizing:content-box;height:3.75rem;width:25.4375rem;position:absolute;display:block;z-index:15027;background-color:#b2b2b2;background-image:none;top:68.9375rem;left:3.125rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#F8Zfu6uZW04xmDs6pun2atoyHCfq6rH3 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:bahnschrift;font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:69.6875rem;left:7.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAhZbS3Hw3HOKlxw9kCbVm5JblKKrkD4 { box-sizing:content-box;height:41.4375rem;width:67.25rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:127.875rem;left:4.25rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#Spf6B7rTMCSAm8cf2V8nTotQr52ENIl4 { box-sizing:content-box;height:3.75rem;width:25.4375rem;position:absolute;display:block;z-index:15030;background-color:#a26649;background-image:none;top:129.6875rem;left:3.5rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#RXwgZmccgI4btnW1Od1zcOA4U8qi6cT7 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:bahnschrift;font-size:1.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:130.4375rem;left:7.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV1akPVInoycOTWWC2yTwLSWo3Ib8mFI { box-sizing:content-box;height:28.875rem;width:67.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:36rem;left:4.625rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#q8FN9NhnARGflBJRpVSn4moc1hi6LeZi { 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:7.4375rem;width:7.4375rem;top:53.75rem;left:35.1875rem;overflow:hidden;display:block; }
#mcyZ3q4odcUmDcSgLstomtVn4nMMOuXL { position:absolute;display:block;z-index:15040;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:12.375rem;top:54.5rem;left:41.875rem;overflow:hidden;display:none; }
#oHHzQqQLJVhgRhmhEkT6NOn4tVIf6HXg { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.746125rem;width:12.058625rem;top:44rem;left:41.6875rem;overflow:hidden;display:block; }
#qRNrpBSr4dVImFx6etJJZ4VzPT2aIDOm { box-sizing:content-box;height:3.75rem;width:25.4375rem;position:absolute;display:block;z-index:15034;background-color:#baa96b;background-image:none;top:38.375rem;left:3.125rem;border-top-right-radius:4.75rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:3.1875rem;border-top-left-radius:0.25rem;display:block; }
#dvUAwBFIDpycBDP0LlFfDgTqL1vzJQqH { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:bahnschrift;font-size:1.75rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:39.125rem;left:7.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlJPAdwIORTUqpgil68rx7SZR14lHJIU { 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:2.8125rem;width:15.625rem;top:46.6875rem;left:20.75rem;overflow:hidden;display:block; }
#eCZzidFVxJUGFH9dK2enSVVUOCihxq65 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6230625rem;width:6.6230625rem;top:106.029296875rem;left:35.59375rem;overflow:hidden;display:block; }
#aEkXVtZWt2IP7g3wuPdiEWlIJXwstdDx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10rem;top:117.28125rem;left:24.4375rem;overflow:hidden;display:block; }
#CHwGrgwn7MiE0wbd4EzsNbV1kzIJc5C0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.6875rem;top:94.8095703125rem;left:34.8125rem;overflow:hidden;display:block; }
#aEp6nuUNSfzoC0Jp2mUFtxJqeV1oSC8T { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87305rem;width:10.9980625rem;top:96.560546875rem;left:14.7509765625rem;overflow:hidden;display:block; }
#NP7emiX9TuuWVh5a82gFFPvKoHB7OPTT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.996125rem;width:8.125rem;top:105.3427734375rem;left:16.125rem;overflow:hidden;display:block; }
#OxIlSVZsPAqnhyXF4XEFF04fqNm0Jf1T { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:12.9355625rem;top:76.5625rem;left:51.3125rem;overflow:hidden;display:block; }
#ZHFR9PmkWPA16RtSOiB7QSkUtvIgyFsp { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:5.061525rem;top:149.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#SRc3HsNzp0czv3AFTRVXz1vSVChTALP9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.5625rem;top:138.5625rem;left:26.0625rem;overflow:hidden;display:block; }
#LAVD85bV6ehPvFTz6Df205nZJkrlGT3E { 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:2.9375rem;width:10.5rem;top:161.125rem;left:40.9375rem;overflow:hidden;display:block; }
#k9nG1dKZAxOxMvKearmGm527fJ08icfp { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.125rem;top:137.125rem;left:10.0625rem;overflow:hidden;display:block; }
#ioI2GV6ZTb24DqJC7RxD1p73gh3rwZ4I { 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:7rem;width:7.125rem;top:148.875rem;left:10.0625rem;overflow:hidden;display:block; }
#TRaaq92r3IkxR2yWhVTt15G975NiEK30 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.058625rem;width:12.058625rem;top:134.6875rem;left:54.625rem;overflow:hidden;display:block; }
#eOb7P7Pamo4TiTqX2B3hH3dET6PdcHkg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12rem;top:76.9375rem;left:12.625rem;overflow:hidden;display:block; }
#gkWIIlfQqKM4iZ8hdvvTRUWpgVZbTe3g { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.875rem;top:116.6875rem;left:45.125rem;overflow:hidden;display:block; }
#Pl5E9oXMNyECxDXkCWxL25x411ErvQgn { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.125rem;top:128.125rem;left:55.6875rem;overflow:hidden;display:none; }
#nUZod7K4Ut29yWuneUGbeo63dzqIfBA4 { 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:3.5625rem;width:13.25rem;top:95.810546875rem;left:12.125rem;overflow:hidden;display:none; }
#phlL2Ndrp0foz5ywe7dX0OUtgiCTKAPA { position:absolute;display:block;z-index:15062;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.0625rem;width:9.25rem;top:151.5625rem;left:16.5rem;overflow:hidden;display:none; }
#tmu6sogM5mpGXrPs1zlM5xWA0oN85dci { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:11.9375rem;top:148.1875rem;left:38.75rem;overflow:hidden;display:block; }
#oNbedwmN0vMgbvoNzSwhmmOwCUxyeqgZ { position:absolute;display:block;z-index:15064;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:13.3125rem;top:107.8095703125rem;left:50.8115234375rem;overflow:hidden;display:block; }
#vItDAFwTIhqvIOslu0rS13zMMyuJy1vr { position:absolute;display:block;z-index:15065;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.8125rem;width:13.1875rem;top:160.6875rem;left:21.125rem;overflow:hidden;display:block; }
#Ucypxoxs4zMKcfCP865PsyZcSFTKlFDe { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.1875rem;top:137.5rem;left:40.125rem;overflow:hidden;display:block; }
#TLXAvM7qQR7eEGH5IMDbmolv8imczveO { position:absolute;display:block;z-index:15067;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:12.75rem;top:96.560546875rem;left:51.0927734375rem;overflow:hidden;display:block; }
#gGl4IyBCBNTM4PUQeTJ4n744tE1JxR3z { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:6rem;top:84.5625rem;left:35.3125rem;overflow:hidden;display:block; }
#aToxq5kVkfRyzSv8Epz3Miq41ps91HNl { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.0625rem;top:86.3125rem;left:15.1875rem;overflow:hidden;display:block; }
#pbtF3GQuhdcB0gbIoX3LpVpTRiU7uzic { 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:3.4375rem;width:14.625rem;top:86.75rem;left:49.75rem;overflow:hidden;display:block; }
#rSHe1NuEr2psn2p0DmPvdtSpkZkxXJZb { position:absolute;display:block;z-index:15071;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:14.25rem;top:76.9375rem;left:31.125rem;overflow:hidden;display:block; }
#kDhAki4FnhXtgPXXif2mlL0kTLpTd5ag { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:12.9375rem;top:150.375rem;left:54.125rem;overflow:hidden;display:block; }
#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container { background-color: transparent; background-image: none; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container > .video-iframe-container { display: none; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row > .video-iframe-container { display: none; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .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); }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container { border-width: 0; border-radius: 0; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#pVabeT8nonsLb2XSqwTALF6SH5n7xgz1 { color:#566baa;display:block;width:74.875rem;position:absolute;font-family:bahnschrift;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0.125rem;height:3.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oI5oXs0TE4w3rx6HHkOaNQfJvXu2QDpl { color:#4d4d4d;display:block;width:46.4375rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:14.28125rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container { background-color: transparent; background-image: none; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container > .video-iframe-container { display: none; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row > .video-iframe-container { display: none; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .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); }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container { border-width: 0; border-radius: 0; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#yiwi11lDg9rVstgOthdUcW85oEJVpAOB { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:1.6875rem;left:6rem;overflow:hidden;display:block; }
#Wlab4GQDcF3rWTnhIAEXzlcGbZk2cenM { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:1.6875rem;left:21.75rem;overflow:hidden;display:block; }
#lv2N1XBMfAg1cL7QzSPhmAbmPeDUbsca { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:20.75rem;width:31.375rem;top:1.6875rem;left:37.625rem;overflow:hidden;display:block; }
#GQHUs8oQh9evcC6ALLVWW5GyMnP0HBhe { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:12.375rem;left:21.75rem;overflow:hidden;display:block; }
#HgZwxxr5XqpEd7i478FAoRf14htQThIH { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:23.0625rem;left:21.875rem;overflow:hidden;display:block; }
#CTTBaQIpI6SBcwrX9PUzxNgqryEpdx2N { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:23.0625rem;left:37.6875rem;overflow:hidden;display:block; }
#yZXOdstwLvkkDoCFzqU3fAJcVakBJffy { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:23.0625rem;left:5.9375rem;overflow:hidden;display:block; }
#HDJ1O8cXu7ib2h8JZoNt7JS8H38xzwkG { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:23.0625rem;left:53.6875rem;overflow:hidden;display:block; }
#C5AM0lgklfy5BFCtVTw9WTe4Sk5v5BXv { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:12.375rem;left:6rem;overflow:hidden;display:block; }
#SC7TzU16Qbq8r8FiAgmVs1B1GN4mC13Z { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:20.75rem;width:31.125rem;top:33.875rem;left:5.7375001907349rem;overflow:hidden;display:block; }
#CGssrTxccxgJOiUAIIzgbTcCowyu98pf { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:33.875rem;left:37.875rem;overflow:hidden;display:block; }
#eU5BlvuhbI6a6iZtwTiEXC9mrayK3eVT { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:33.875rem;left:53.625rem;overflow:hidden;display:block; }
#esN0u6M3eG6PAMeFSBkpy9pm7DOf3hT1 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:44.5625rem;left:37.875rem;overflow:hidden;display:block; }
#OtO2PwiPB4dxvHUdw1NBqfEEDRQqSeHr { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:44.5625rem;left:53.625rem;overflow:hidden;display:block; }
#Opk36lFO1lCVXrSSecxW2Nydl52V2MQt { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:55.375rem;left:53.375rem;overflow:hidden;display:block; }
#uvfoGfhDHIaMJopBkEiBulbVG2FT8FQR { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:55.375rem;left:37.375rem;overflow:hidden;display:block; }
#khuIp0MQK0LNbw5C4J9qnpdF06uO1ERe { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:55.375rem;left:21.5625rem;overflow:hidden;display:block; }
#ECEooENEWqaZmHSLMn5WwJCLxQDoVWnV { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.125rem;width:15.1875rem;top:55.375rem;left:5.625rem;overflow:hidden;display:block; }
#XNNgxleeO6ob79n1ptJqoH5hOThfCihr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d326f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XNNgxleeO6ob79n1ptJqoH5hOThfCihr > .row .container { border-width: 0; border-radius: 0; }#XNNgxleeO6ob79n1ptJqoH5hOThfCihr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNNgxleeO6ob79n1ptJqoH5hOThfCihr > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:none; }#JQAdg2n1dBAAaptRcGiRvG1w12NRkbkp { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwtnpN0MvsPz3tvI1TxnL56hcwo7xcwI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#VSBVC0Uqkym4s8m4ALF3FR8Mw4VQihsQ { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#O5Xs4TGH7N0GF3gxGowXWm9cOBtaVxHE { color:#505050;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:14.187500476837rem;left:26.656251907349rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(6,209,191,0.56);background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875000566244rem;left:26.687501907349rem;z-index:15077; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #HNvCuMOT29qPxH6OVSIXfa3xb3xVcZ8T { display:flex;position:relative;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #uBmH84Qmy123EIIzXLxTb5TMWDL9ptp8 { width:auto; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #sNw1pE5H2tsl9r9ZCpMnftUsJELFt0bg {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #KORZo07VCHTxe0ivBZDHVhtDZx5PTE8P { display:flex;position:relative;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #DFyqOh1pP378rd00KI3u8KVHMap3SXes {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #E1hmBtDt3NwHrx60RtcmPrN45DvfPqIu {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #cE7nKimT2pKuMWRrAHrxDTMZB7TlLEkR { display:flex;position:relative;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #SRHSFXLdMnco87ihScAA4drqpTVkpHNy {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #GZh0FT8AIwxQNyy9G3EBoslmB1b8eqw6 {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #dgP1khMb9OnKDJg47ZDTAgsTTKQxuDyo { display:flex;position:relative;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #rqCnfIdOLDsMsqT1cvW82dUIvmVsUg9c {  }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #C3zTbTFukoTlQ8XfXLW76ZzCJkJG6TpM {  }
#b74qGvVEJtTzgWrtXWxP4XZ4JkTddKB2 { color:#d3d3d3;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15109;line-height:1.4;letter-spacing:0;top:60.375rem;left:20.875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#semEsxnEyTiL6TVCAh5FLW01LfzJiSyT { color:#f1f5ff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:2.1;letter-spacing:0;top:63.3125rem;left:22.75rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhCqP0f5hXTDQq1zgCLzvbXvUB4tmaWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:63.625rem;left:20.875rem; }
#iK05p6oyDzlQGNdq3TETSTXl2yReZpMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:65.625rem;left:20.875rem; }
#NtbQ6n2VwIks5AkgAKiCV47LUN8CeVC8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:67.5625rem;left:20.875rem; }
#Mmirez7twcbzXfVFTO7F4HKWxaFa8DbQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:63.5625rem;left:36.9375rem; }
#gcALS3IWTqEw8aKiWvmSRmcdcEsQTkMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:65.5625rem;left:36.9375rem; }
#lIzZlntMoMwi93OgGlNhTRICB4mkllvA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:67.5625rem;left:36.9375rem; }
#lXJgHP9vSpVOE6upPDokeGqMgVHQ8ssv { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKhdsrAmd70yrcPzw6R0ZXidXfCW8B1q { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15023;background-color:#374d8b;background-image:none;top:41.25rem;left:54.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#P1scA9SB0wuyRRxxvIBLHWARtxAkpfon { background-color:#5bc7ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:44.1875rem;left:54.375rem;display:block; }
#sulnrKiT5XJmKILDI3n14h5QssS9h6dC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVAQlJkWmKtmP3H3xqo1dEDNXlkxhZWl { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15014;background-color:#374d8b;background-image:none;top:27.125rem;left:38.5625rem;border-top:0.1875rem solid #e6b321;border-left:0.1875rem solid #e6b321;border-right:0.1875rem solid #e6b321;border-bottom:0.1875rem solid #e6b321;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#cgIK7IleRZvAO2kXf7AIqNowtXE4JArp { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15015;background-color:#374d8b;background-image:none;top:41.25rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#zTueF1Gw4tK3dM0G7VikCOLMCxTJCX0L { color:#ffebb3;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:38.8125rem;left:38.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mr6kqRi0EnBBa68SKDsEeg92ITI3DHXD { background-color:#e6b321;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:44.1875rem;left:38.5rem;display:block; }
#Cy5ZTyhAK3fKvXbfk3pSyT69H09Z1cGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoilBpTlVsdqaTkkMfQNelvxPtVWP1QS { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:41.9375rem;left:42.0625rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r25ri9TKzdzZhINT9kSHnImdCCxKXWId { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15022;background-color:#374d8b;background-image:none;top:27.125rem;left:54.4375rem;border-top:0.1875rem solid #5bc7ff;border-left:0.1875rem solid #5bc7ff;border-right:0.1875rem solid #5bc7ff;border-bottom:0.1875rem solid #5bc7ff;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#tMkKVhh8buO1qKr9c1NCrHkK5UmI7GP8 { color:#aee3ff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:38.8125rem;left:54.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xv7TRI5zWsV8ymsJ6vnXdA3rfInWKRKH { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:41.9375rem;left:57.9375rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVMk9OeoIyT3pqnmShITpeKthZBdXdUe { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:34.375rem;left:39.1875rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nsXDmFAG2sSkeOE400B7JQlbILrZxAH8 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:34.3125rem;left:54.625rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipqATqULSMnA8rhyN7I0lAu6ne2DB2nT { 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:4.8125rem;width:4.8125rem;top:28.875rem;left:42.8125rem;overflow:hidden;display:block; }
#me6JeTX7Eu9tFstSfPbnMSZiJbmzhFEz { position:absolute;display:block;z-index:15023;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.8125rem;width:4.8125rem;top:28.875rem;left:58.8125rem;overflow:hidden;display:block; }
#QouAhXTiWzsCUGbPyffooyPT5TuovsMD { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#kkZa7CgQuAZQ780ZwtOaUQ5ABu88XNJt { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #33a1da, #00a295);background-image: -moz-linear-gradient(67deg, #33a1da, #00a295);background-image: -ms-linear-gradient(67deg, #33a1da, #00a295);background-image: -o-linear-gradient(67deg, #33a1da, #00a295);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );";background-image: linear-gradient(67deg, #33a1da, #00a295);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(6,209,191,0.18) ;height:19.4375rem;width:13.375rem;top:4.2171874046326rem;left:55.812501907349rem;display:block; }
#gDFb4g9KdB3oxxLfu8MTrz8k8zUwq2dd { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:10.317187875509rem;left:57.218748092651rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAEiJHxs1UiJW8pn0bxsJFUqbUviaqGT { box-sizing:content-box;height:13.25rem;width:61.0625rem;position:absolute;display:block;z-index:15002;background-color:#0c1a44;background-image:none;top:58.1875rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#rbgUHuvDsTS0Gxeuzh69tBqlNpWShv96 { color:#f1f5ff;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:2.1;letter-spacing:0;top:63.3125rem;left:38.8125rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtsGPBDtRlA1rbxX9HEbUVweB2bbKs1L { position:absolute;display:block;z-index:15110;height:11.875rem;width:12.5625rem;top:59.625rem;left:6.4375rem;display:block; }
#HPFBOrwSbHfntbdPAXqVigINybo8ObmI { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#O8B7RwwfkqT51bXiQUlzd2g9FTMyIZT9 { background-color:#ac87f2;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.0625rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:50.1875rem;left:22.625rem;display:block; }
#knWSvcdxnqWbTaOJPJltbcbm8QmtUu2K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zq2OmrHTi9xh2uXFG5bymJz6dF9XMNq4 { box-sizing:content-box;height:14.0625rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#374d8b;background-image:none;top:36.8125rem;left:22.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#MlvyCmWCyCmc55eg8oScnXsgsAy8ZBkh { color:#e1a8f9;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:47.75rem;left:26.125rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cOwq3XzwUDPrw5kfG6XWqdzqNDWuySlp { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:44.625rem;left:23.6875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UlGHvnPuacyeNwPTELthaTr0lnkeCiEp { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:44.625rem;left:29.6875rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yrHMkFacbzeBn5u9NMZZQb2IrEHocHhR { box-sizing:content-box;height:14.0625rem;width:13.3125rem;position:absolute;display:block;z-index:15032;background-color:#374d8b;background-image:none;top:36.8125rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#xEaHsAHfB4iuMIbCqNN3g928nMv6XWf8 { background-color:#06d1bf;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.0625rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:50.1875rem;left:6.3125rem;display:block; }
#UU24elcitphP2ANrAs9xTvgQM5zgMgTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDe7rqKyiN25Np3yc9Rb6yyGDQwhmwS2 { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15124;line-height:1.2;letter-spacing:0;top:45.5rem;left:13.375rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#iXn7NS2XwWcbgIzR6shCbSqnwlCUm5iO { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15122;line-height:1.2;letter-spacing:0;top:44rem;left:13.375rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pXCtEvCOGDViW00tGmghtEvwtiPAEEKl { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15137;line-height:1.2;letter-spacing:0;top:43.125rem;left:23.75rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#euyrbHX03D5JFV7I68gImcpftNuwvFkr { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:43.125rem;left:29.6875rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#U3PAQaAoytZIWb6bMuVTiuJNin8qUXqm { color:#71fff2;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:47.75rem;left:9.8125rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2pG8EXScOta2asowPVPMf9m5lrPHexd { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:42.5rem;left:13.375rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#osCI46OLW2h7ugwiao0F97OT5kVmloXE { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15135;line-height:1.2;letter-spacing:0;top:41.625rem;left:23.75rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slFayaH0SDKw0XRXDUVTo6304OHvEsCl { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:41.625rem;left:29.6875rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TbIAoHOr1Cq82WLTuNCknP36MMVwdeGP { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15031;background-color:#374d8b;background-image:none;top:27rem;left:6.3125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#MpoRJz2b6MJ4M9RDdWJUNZTSa3LOQi0J { color:#6afff2;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:38.6875rem;left:6.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uDmRMbON4gA66ED7kxauaoLacuha1WCa { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:27rem;left:6.3125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#soyquSy9hGe2G37yW5pXi1wWrAN3PmZt { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15118;line-height:1.2;letter-spacing:0;top:41rem;left:13.375rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Tx0CBo2zCTZZrv0qUn5TDb50nTUfbVE7 { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15047;background-color:#374d8b;background-image:none;top:27rem;left:22.625rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#HNDnIsBXikc3qNdOdoI7t16lhbAAMHDg { color:#e39ffd;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:38.6875rem;left:22.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X30gGXCp1p8oLW2T5MsfzF37JAS5tfnA { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:none;top:27rem;left:22.625rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#CcZOhIoJQZS9TkL5u603uVzt9cv310TA { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:34.6875rem;left:7.125rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRVSqVDtCZ7VwwGrWOZlydTp8NOUzDXf { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15117;line-height:1.2;letter-spacing:0;top:41rem;left:7.6875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uPZ4DLCda1CM21b7VSOyZyLK0J6rvIXi { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15119;line-height:1.2;letter-spacing:0;top:42.5rem;left:7.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rU84xJJTSK3Wk3oGRvldnh6nhCPx0dEW { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15121;line-height:1.2;letter-spacing:0;top:44rem;left:7.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BUbDQWEguZMZhM63IyLSJnTSOretMJBJ { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:45.5rem;left:7.375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xn5DFyJGebaSx5nlvrPRhDqPKlqZoCZ5 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15106;line-height:1.2;letter-spacing:0;top:34.25rem;left:23.75rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vpEUhM9MxsntiNFFVnurqCQZGVCI5wFi { position:absolute;display:block;z-index:15032;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.8125rem;width:4.8125rem;top:28.875rem;left:10.75rem;overflow:hidden;display:block; }
#KWhHVncbPgkgDHCLKW5MB0f3IoXa7k5q { position:absolute;display:block;z-index:15048;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.8125rem;width:4.8125rem;top:28.875rem;left:27.0625rem;overflow:hidden;display:block; }
#NigEvNqXXvFgdK5BeXTIlgxWtg924avf { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:24.5625rem;left:3.25rem;overflow:hidden;display:block; }
#tWmtroI2kXf8pJxSn2xulCxCpJagPQrt { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#kZtx3MW37kDeIWgMg7A7JaFCJfpastRT { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KZ18wCNA7SMN3Xe2alvKRJ5fWpgFLKri { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#UdDVy06RVovtnCsRNnT3gskcKyIOTJrf { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:none; }
#xltx2Fssyd6zW3oLQMdWTaKkmLfyDxX1 { color:#505050;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:14.187500476837rem;left:26.656251907349rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#h7mkp9hwWuBbLaunhRtDRZW8MoVNyG4H { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xKxsQlHnrG6os7Dy4rrR2996dvaIh6GW { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #33a1da, #00a295);background-image: -moz-linear-gradient(67deg, #33a1da, #00a295);background-image: -ms-linear-gradient(67deg, #33a1da, #00a295);background-image: -o-linear-gradient(67deg, #33a1da, #00a295);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );";background-image: linear-gradient(67deg, #33a1da, #00a295);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(6,209,191,0.18) ;height:19.4375rem;width:13.375rem;top:4.2171874046326rem;left:55.812501907349rem;display:none; }
#SmLEH52FfwrmuahC3tG9e07IaBsWT5oW { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:10.317187875509rem;left:57.218748092651rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UIxSKUrFdd0S2hDVJmQrBedsIvOC74MJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem;display:none; }
#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b085c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus > .row .container { border-width: 0; border-radius: 0; }#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:none; }#xKZNWztasWXuckpF46wWnuJqSFZkLs2U { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5vgCR8BqExezQWfuLs3KhDJtkvLu6Bn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem; }
#ylsLNZPrgJ4It1SxJDKBmIuunvxnPB25 { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#hEUthRamZ7QCF6kTGykddAyh9LFyQeoB { color:#505050;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:14.187500476837rem;left:26.656251907349rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5a2a95;background-image:none;color:#ffffff;padding-top:0.45rem;padding-right:0.391875rem;padding-bottom:0.45rem;padding-left:0.391875rem;display:block;align-items:center;width:2.34875rem;min-width:2.34875rem;height:2.418125rem;position:relative;font-family:arial;font-size:1.8rem;font-weight:700;line-height:38.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-label { background-color:;background-image:none;color:#6b6b6b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.131875rem;height:0.955625rem;position:relative;font-family:bahnschrift;font-size:0.675rem;font-weight:400;line-height:15.29px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.555rem;padding-top:0.05625rem;padding-right:0.05625rem;padding-bottom:0.05625rem;padding-left:0.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.875000566244rem;left:26.687501907349rem;z-index:15077; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #UqOUdcpeMHUcGpytQzSFitKmt6LBWvPl { display:flex;position:relative;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #hRpoxRmsxiH1DxarQwhRtunmA8TBCfrr { width:auto; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HJQQtk9fJXVyzp0OzOvpsyyqOwJSJTyh {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #eGST7dWCL2rwTDJhtwrqRiMDVOvlAQvO { display:flex;position:relative;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HAxDgTOZftUSsCOcn1ihtbaTzhsLdD7B {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #VnXmkp5cd3DRN5LmzCqu4bmySyKIOCua {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #JoHTJ5vyKPIIaDAdRfrsuIE6G3bwe88f { display:flex;position:relative;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LCRBS2LVp4XKy0Qtz0uqldJW01D41x5Q {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #PeumfBDk5cwhTelMwqCGh5nuXTVG9BTw {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #aQ7BdvVNTVQUPa0nVPoHTWh8r8zI7tw1 { display:flex;position:relative;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LRvmke0xhlwoe29G4h2zSXNvctcBCPtd {  }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #sGv2WufaNHAebV8yz1ZfgatOatdXZr3Z {  }
#T75xootT1OXGhFV4AE90o6fq7zuHK0yO { color:#d3d3d3;display:block;width:41.6875rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:400;z-index:15109;line-height:1.4;letter-spacing:0;top:60.375rem;left:20.875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeiB5Ff1wi26BEVVztQtR4qp9GnZrGha { color:#f1f5ff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:2.1;letter-spacing:0;top:63.3125rem;left:22.75rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ia0cmiqd8Wbl7t384hVzMmGseRPK0PcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:63.625rem;left:20.875rem; }
#vCVvkwBOQg4V9RZT1cOOu1vpcGbzflUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:65.625rem;left:20.875rem; }
#eRyz5Ur6P9QwgT9OWlapLILmfas2rOKg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:67.5625rem;left:20.875rem; }
#AmfxLqHJ9aUMbVVv1q0OJ2JUWM2LGE3F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:63.5625rem;left:36.9375rem; }
#LQnkbuniPHTv5pI7cgF9xZuwvFFpb3bs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:65.5625rem;left:36.9375rem; }
#uWe2TTamzDCRfsrGB1QdkkNlr2tKaQNd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:67.5625rem;left:36.9375rem; }
#TdU359p79CHL6ltRh64uOOSWNCTmrEfG { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9fke9twibSQMEJd5JRRuDqGyXSiqtZX { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15023;background-color:#374d8b;background-image:none;top:41.25rem;left:54.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#DaNGK5egd94IP47BNexLJs81zKTi3SVz { background-color:#5bc7ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:44.1875rem;left:54.375rem;display:block; }
#QQPW1fzdP6SO4LnHsDgTKXmWJodLzd33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTGAviXtDoB7mN3kdm3QtlMKxDMoALc1 { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15014;background-color:#512082;background-image:none;top:27.125rem;left:38.5625rem;border-top:0.1875rem solid #e6b321;border-left:0.1875rem solid #e6b321;border-right:0.1875rem solid #e6b321;border-bottom:0.1875rem solid #e6b321;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#pEVIy97QU8meKtO1I0pEOkZ019MAaN6S { box-sizing:content-box;height:4.75rem;width:13.625rem;position:absolute;display:block;z-index:15015;background-color:#374d8b;background-image:none;top:41.25rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#q2G5i7x8rxuBihKK8JJutkqnmVJWd3dg { color:#ffebb3;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:38.8125rem;left:38.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5s3rCCZT5LN7WBFkNR0MhgGVxoc45J9 { background-color:#e6b321;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:44.1875rem;left:38.5rem;display:block; }
#eoaKl0mRCE0xn5F82mnrTwAyopxEe2q3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFNtv5V2uCEygZTWodKdRubXdTThD1bl { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:41.9375rem;left:42.0625rem;height:1.7246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpeyXCTiZCeRqboH4DKsuQwsyMwRbwQ2 { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15022;background-color:#512082;background-image:none;top:27.125rem;left:54.4375rem;border-top:0.1875rem solid #5bc7ff;border-left:0.1875rem solid #5bc7ff;border-right:0.1875rem solid #5bc7ff;border-bottom:0.1875rem solid #5bc7ff;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#iwRQCmPOiOgZ3KG2sfS3rzPJv5pxuV3W { color:#aee3ff;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:38.8125rem;left:54.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sg0rmTPwdA4u6NG0NGu1l8S0oKL4GayJ { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:41.9375rem;left:57.9375rem;height:1.7246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dl4NVTUkcIK6cTTIlSXQtlsAMOo7TZTf { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:34.375rem;left:39.1875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AyeJXfyvfSE2TeOTdDgCAQnBf1egSbFR { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:34.3125rem;left:54.625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDarMsHLBVJRFvNlR5CuUaS12HeBmEwx { 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:4.8125rem;width:4.8125rem;top:28.875rem;left:42.8125rem;overflow:hidden;display:block; }
#yATMxD2GAF7T28QvFRZnUwTxAQGy3h5H { position:absolute;display:block;z-index:15023;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.8125rem;width:4.8125rem;top:28.875rem;left:58.8125rem;overflow:hidden;display:block; }
#gHp0nn0xSVezf0EUUccQJvuFPgJTu99U { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#VyRTPlgXiafAfTivsRMruA0ctXSs6Q4g { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #5a2a95, #6927be);background-image: -moz-linear-gradient(67deg, #5a2a95, #6927be);background-image: -ms-linear-gradient(67deg, #5a2a95, #6927be);background-image: -o-linear-gradient(67deg, #5a2a95, #6927be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2a95', endColorstr='#6927be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2a95', endColorstr='#6927be' );";background-image: linear-gradient(67deg, #5a2a95, #6927be);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(6,209,191,0.18) ;height:19.4375rem;width:13.375rem;top:4.2171874046326rem;left:55.812501907349rem;display:block; }
#QRl82Dz2EUPqyPvxrJzFcooEM1x87T7V { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:10.317187875509rem;left:57.218748092651rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ak1JDBwmCUfdn7mNGTEaFNtDpF2sgI05 { box-sizing:content-box;height:13.25rem;width:61.0625rem;position:absolute;display:block;z-index:15002;background-color:#0c1a44;background-image:none;top:58.1875rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#K2z3Ec0R3EbCqUmENIOssy9RndH71Kme { color:#f1f5ff;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:2.1;letter-spacing:0;top:63.3125rem;left:38.8125rem;height:5.90625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QheuHoIXy5KikXGd3ZeELto4VWlMEtcC { position:absolute;display:block;z-index:15110;height:11.875rem;width:12.5625rem;top:59.625rem;left:6.4375rem;display:block; }
#ZZRNGpetsTgU1z1V1AVy01c9Zq3I6dNE { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:block; }
#aFIk4krFfkfNFAhQ6PB8KhlD74Ntppp6 { background-color:#ac87f2;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.0625rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:50.1875rem;left:22.625rem;display:block; }
#ruMRZKWbeSiE5uPU5x9FbLoClcxV7BfP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNpJpI5Zrqx00S8si5NRWTZzG9fednpw { box-sizing:content-box;height:14.0625rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#512082;background-image:none;top:36.8125rem;left:22.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#tPOsvpELpffGFnzpulFUazNixogaMcgk { color:#e1a8f9;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:47.75rem;left:26.125rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbBQEiUPpy05teH8X9DOfP3LJ6ehnhvV { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:44.625rem;left:23.6875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fco9efMF6Hs5ubNKMSpHH08pshHTHiEk { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:44.625rem;left:29.6875rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pdxInrIUhFJfMI5yFHZh7TeJiGcKPwE7 { box-sizing:content-box;height:14.0625rem;width:13.3125rem;position:absolute;display:block;z-index:15032;background-color:#512082;background-image:none;top:36.8125rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#frOnZrPogk0XRwEmiylavbnSlOe4vloc { background-color:#06d1bf;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(81,186,138,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.0625rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:50.1875rem;left:6.3125rem;display:block; }
#eBePHvedq2nT8wc2CDEfXtzE6UTvCbaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lE2y9x4FiP6bSuFEiwT5m88aropcwwl4 { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15124;line-height:1.2;letter-spacing:0;top:45.5rem;left:13.375rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#xWuVcpO72CtnOZExkDSoBbqN40BRcE7D { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15122;line-height:1.2;letter-spacing:0;top:44rem;left:13.375rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#FC73ZSaUJzgXb4Ee8naOMAGCbPzQWnKk { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15137;line-height:1.2;letter-spacing:0;top:43.125rem;left:23.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkDcdTl89uMCOsOpuExMMrrDFC3f2sDG { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:43.125rem;left:29.6875rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#a7EGZvBtuHVTtgiWnFlhfqtv29VFSeLt { color:#71fff2;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:47.75rem;left:9.8125rem;height:1.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uy4pO9Ci8VplPTFtkfNtLzXeyS8clDyz { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:42.5rem;left:13.375rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#cvNrqvQ4OAExfXcdo9vDs0hRleWCOoxq { color:rgba(166,122,249,0.54);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15135;line-height:1.2;letter-spacing:0;top:41.625rem;left:23.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PhRkAiIvVIXN3BweNXHcivhJ7WiFLNXq { color:rgba(166,122,249,0.54);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:41.625rem;left:29.6875rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yTqZEcI93g4A2UM3fzbDTLfvggUo7K0T { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15031;background-color:#512082;background-image:none;top:27rem;left:6.3125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#JTCUgsUI4TtpOROnuTS1l1lSkcAiuD0k { color:#6afff2;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:38.6875rem;left:6.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FMFqiJU84BpzLT5unUUiCgqVf980qnSl { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:27.000024795533rem;left:6.3125rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#GiLOXCG4ZM46gifaJ8cCfoTVAUuypQFu { color:rgba(6,209,191,0.42);display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15118;line-height:1.2;letter-spacing:0;top:41rem;left:13.375rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#gL8CdFx8BvuJMvCPeOgFSuX4esFfVfNg { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15047;background-color:#512082;background-image:none;top:27rem;left:22.625rem;border-top:0.1875rem solid #06d1bf;border-left:0.1875rem solid #06d1bf;border-right:0.1875rem solid #06d1bf;border-bottom:0.1875rem solid #06d1bf;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#RVxtF4QwI3bZFUUcthQTydSxqfycfcOx { color:#e39ffd;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.2;letter-spacing:0;top:38.6875rem;left:22.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aeCmtqzyc8dT9Jtctgo698VqTa5UPbHJ { box-sizing:content-box;height:10.5625rem;width:13.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:none;top:26.999999523163rem;left:22.625rem;border-top:0.1875rem solid #a67af9;border-left:0.1875rem solid #a67af9;border-right:0.1875rem solid #a67af9;border-bottom:0.1875rem solid #a67af9;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#seV5Bkh6rult6P7bmTl7zqf6XCdgXKdA { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:34.6875rem;left:7.125rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#schQUgGzLUHvxfmHbU8FImsvISdhl6D7 { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15117;line-height:1.2;letter-spacing:0;top:41rem;left:7.6875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#InF4F8Rik73xBiBI5IxiskTHn4JPNNXs { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15119;line-height:1.2;letter-spacing:0;top:42.5rem;left:7.4375rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3dfgERZXFMiv3bSrC3zwXbmlJ7x93Uv { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15121;line-height:1.2;letter-spacing:0;top:44rem;left:7.4375rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z7UA43Z1vy3tZzDiQiNAT8gm1AOhtcGe { color:rgba(6,209,191,0.42);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:45.5rem;left:7.375rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0gNyGWBmnI6x4RlaL0aSt94tL4swqcD { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15106;line-height:1.2;letter-spacing:0;top:34.25rem;left:23.75rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g19TTnvmIpqoxQ6KTXtBd1wWmenvAvFC { position:absolute;display:block;z-index:15032;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.8125rem;width:4.8125rem;top:28.875rem;left:10.75rem;overflow:hidden;display:block; }
#F5D3iTtQbT95pNuTGMyIfZ3yig5gPJaQ { position:absolute;display:block;z-index:15048;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.8125rem;width:4.8125rem;top:28.875rem;left:27.0625rem;overflow:hidden;display:block; }
#rJJZZrKVQoTVMFQfJ3EWrETDdT0KLvQg { box-sizing:content-box;height:19.375rem;width:63.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.2484374046326rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
#nxNadtvFi0g7SHoddu18f6y5egnkV6qp { color:#06d1bf;display:block;width:26.3125rem;position:absolute;font-family:bahnschrift;font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.5921874940394rem;left:26.437501907349rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JNtWErh5yE0reTlxwIWmxd4VIgzVtQgm { box-sizing:content-box;height:14rem;width:16.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -moz-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -ms-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-image: -o-linear-gradient(327deg, rgba(53,21,111,0.77), #145678);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35156fc4', endColorstr='#145678' );";background-image: linear-gradient(327deg, rgba(53,21,111,0.77), #145678);background-size:auto !important;top:7.0289063453675rem;left:7.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
#ZkzTfd3ocqFcatVHJ7U5lcAFzkMVLFJg { position:absolute;display:block;z-index:15111;height:11.6875rem;width:12.25rem;top:8.1367168426512rem;left:8.75rem;display:none; }
#boU4hOdUh2wXqO81wPTHGxIRlU2iUDNq { color:#505050;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:14.187500476837rem;left:26.656251907349rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nBTD8p64rGFoaw8Ju78HKuove5FKnDBL { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:bahnschrift;font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:12.912499994039rem;left:57.218748092651rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a3Kk0s4gr4JWEAr8AzgXtxvhqIPqv2VO { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #33a1da, #00a295);background-image: -moz-linear-gradient(67deg, #33a1da, #00a295);background-image: -ms-linear-gradient(67deg, #33a1da, #00a295);background-image: -o-linear-gradient(67deg, #33a1da, #00a295);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a1da', endColorstr='#00a295' );";background-image: linear-gradient(67deg, #33a1da, #00a295);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(6,209,191,0.18) ;height:19.4375rem;width:13.375rem;top:4.2171874046326rem;left:55.812501907349rem;display:none; }
#cGWzMU45Vmt3mcMNbQOnkmii2taNCTVp { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:bahnschrift;font-size:1rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:10.317187875509rem;left:57.218748092651rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R1kHh4F4cnxRn3NuRRykZbM2EMDaZp5A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:7.0289068222044rem;left:57.218748092651rem;display:none; }
#eiDTBsloJpio45c5fk2iENPdrywoyUKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b44b198-0c49-4320-b532-93e66912f26e/CBO_Capa_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf.adaptive-delivery-prevent-bg, #eiDTBsloJpio45c5fk2iENPdrywoyUKf.lazyload, #eiDTBsloJpio45c5fk2iENPdrywoyUKf.lazyloading { background-image: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { background-color: transparent; background-image: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,117,144,0.62); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container > .video-iframe-container { display: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,117,144,0.62); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row > .video-iframe-container { display: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .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); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { border-width: 0; border-radius: 0; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf::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; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#M38vLoafTMohB3VvsIkLmrbDZQAo23dt { background-color:#37c773;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(71,71,71,0.27) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bahnschrift;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.8171882629394rem;left:1.6875rem;display:block; }
#Ad5xMDkcM1CrGWiDIr4hTMTfNXvDeLIk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9xGs7G3V6E0vbv0nemTbTk66zgMmLA3 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:bahnschrift;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.5rem;height:1.416666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E82TXnTO1JJrn1WPUvkKfH3pNiqH32x1 { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:bahnschrift;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.73046875rem;left:2.5rem;height:4.3333335rem;font-style:normal;display:block; }
#NQ15TISGBiKX9MQ7GwK0SNNMWlNCXG3l { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:bahnschrift;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.375rem;left:4.25rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVw2gZBqfQU5aTSJirP0TLiVT36ekrpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.125rem;left:2.25rem; }
#cSsSeOIw8UKecc7HyWh8G5TpLOr11d0U { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7rem;top:5.125rem;left:57.375rem;overflow:hidden;display:block; }
#SbxdekneWPEAhzQy3FBDMD97XQMLtNHF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.6875rem;top:4.9375rem;left:64.375rem;overflow:hidden;display:block; }
#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container { background-color: transparent; background-image: none; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container > .video-iframe-container { display: none; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row > .video-iframe-container { display: none; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .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); }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container { border-width: 0; border-radius: 0; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#w5CQw2xyZPM8wC3nbo1gVPbypS5Ip0Q2 { color:rgba(0,0,0,0.75);display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.940185546875rem;left:1.9375rem;height:1.166666625rem;font-style:normal;display:block; }
#McvAKJOvRhfzdRCwg31CA6KJS7gzetp4 { color:#5a5a5a;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.0625rem;left:54.25rem;height:1rem;font-style:normal;display:block; }
#V3CHTP33V1BOfrwSDwHTi3GP1F9RqNua { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:3.6875rem;top:0.75rem;left:69.875rem;overflow:hidden;display:block; }
#NsopXeyMXNwJhtA3tfHq7gsXVDEWkmEN { color:#5a5a5a;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.0625rem;left:29.25rem;height:1rem;font-style:normal;display:block; }
#haqeKUnsvw2RqheTB3aRyhVMUGFBmVKd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#454545;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.25rem;left:37.5rem;display:block; }
#x3oEN91Cpmkm8TrRIkfoUNapm5qLuVWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlzTXdnwn5uh3bINn3NGqNmqr0FqEGGy { width:6rem;height:2.875rem;top:2.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc79OWoPpS0CRKHvZivTfsTXWTQTeRWb { display:block; }
 }@media only screen and (max-width: 763px) { #FIMVITTC6H2fMue5JpF0EyFfuMlhrAms { width:10.5rem;height:2.875rem;top:2.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PedZ7GCuGyzZUbcuy1a5Nht3sODovMeV { display:block; }
 }@media only screen and (max-width: 763px) { #oJODAxQAKl6BRKGeJ5TQzowTBPsHZXzX { width:8.8125rem;height:2.875rem;top:2.125rem;left:28.696917533874rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuNWFqz3Nm6k90AdPbFZdnUfVoc0Wgqo { display:block; }
 }@media only screen and (max-width: 763px) { #fGmBHhQWdUd9lp9Tl8m83aafCklHwbc3 { width:7.375rem;height:2.875rem;top:2.125rem;left:30.061808586121rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKcCl3HlNhuOJX9ws8ewcyOvRtGpuvz4 { display:block; }
 }@media only screen and (max-width: 763px) { #wkoRLOVBNImqgpzUzylX9Q57tR2aFsgK { width:16.3125rem;height:6.875rem;top:23.5rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt2UhII98VektRhnhik9P83yFAqRNGth { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJ2d1F9dbbXcDgTvw3TTnKDPRPO2qC4s { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LguwMXUk8ZZZ5ic58vGkZJs9t3V6dOpk { display:block; }
 }@media only screen and (max-width: 763px) { #mTNGJPCFGZVSMfQOquTuay1hTBaSvbKk { width:4.875rem;height:5.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuSt6dZXRRyeaM5JznWWCvHb6CNmURy { width:11.9375rem;height:2.9375rem;top:2.1875rem;left:29.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qT4GdVmv13K8wZ1Vs3VmMoiDyJWmDq { display:block; }
 }@media only screen and (max-width: 763px) { #Eq5mRSEfFTeTOkCV3JoqOK5CsKOco7AM { width:7.8125rem;height:2.875rem;top:2.1875rem;left:20.936199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRlwO0WuubTATE31vnCLotcR6eqo57l { display:block; }
 }@media only screen and (max-width: 763px) { #fW4qD1dckMkUXwoUTTbg4Ge2mQT0WraA { width:10.75rem;height:3.4375rem;top:2.0625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNEAG6XqvKhJrngi1rUBXaJ2Ce5Pvqr { display:block; }
 }@media only screen and (max-width: 763px) { #r0L1z7FgOBiUDTC5abwtzELHIoz6vQ1n { width:5.5625rem;height:5.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE16xUnRhuACr7q6cauRhy2ItAs09HTr { width:8.25rem;height:2.875rem;top:2.1875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUx7Tb1lez1sRNSvVTRrw4nm2Q1hZLJJ { display:block; }
 }@media only screen and (max-width: 763px) { #w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 { display:block; }#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPKpZV6OSKZgOPKF0OhsABahKsMNlyDR { width:6.0625rem;height:2.9375rem;top:2.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBULaPzNPy0M42pzeGRm8qZRvzlusLNu { display:block; }
 }@media only screen and (max-width: 763px) { #HS6w9pk2IfTp7RsUx8sWNccmIg82T5xd { width:10.5625rem;height:2.9375rem;top:2.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIqMdsLD1NM5wRR8sLOFJIiW0HBeg5Ti { display:block; }
 }@media only screen and (max-width: 763px) { #gLVbOfAxKTa3dnhJpRidgOwPT74r02tH { width:8.8125rem;height:2.875rem;top:2.125rem;left:28.696917533874rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKGnSG1DlF3QzWD4qtCzIAIOXwop894B { display:block; }
 }@media only screen and (max-width: 763px) { #NU2fKp6sBTz6XcoKxT7A0ZFfP03slN8c { width:7.375rem;height:2.875rem;top:2.125rem;left:30.061808586121rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqa382txCMKb3beWtW3fOdUNs4q9vev { display:block; }
 }@media only screen and (max-width: 763px) { #RVvGL5naDJmkntCauVwNLP1qva27GKcA { width:16.3125rem;height:6.875rem;top:23.5rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGuW3Ufpwran7BUrJPw5uzi6uI8duMOL { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5ywAi6naSPFA19I9kRyyAPz13I3kZQh { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0T0FwE9dddd47c8IxxA3tGJgxgJ5NXd { display:block; }
 }@media only screen and (max-width: 763px) { #Z9Jtbehr92NEoGLtmdUqs1tlAnU7DBMa { width:4.875rem;height:5.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb89sRyPVinl9f8GtOgobn2rwwDML5Wy { width:8.3125rem;height:2.9375rem;top:2.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu38F3IfrXvPsD5HaUHR4bxgyBNZ9Cxc { display:block; }
 }@media only screen and (max-width: 763px) { #dR9xmpUWxHpotX8W2H05SHSAORVWXQ4V { width:11.75rem;height:2.9375rem;top:2.1875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITV6aSAacVKsPsPIgMBUzvud9yGFyEI { display:block; }
 }@media only screen and (max-width: 763px) { #c3FSNwdzoNd2QrScEWp0nhRO51Ttv0fU { width:13.5rem;height:3.4375rem;top:2.0625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnpcLEz3VxGfSicJGVq3EoIroqTIQTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tfMGtKzDBb5iwo1RfTgLKzsAvL2NfKU3 { width:5.5625rem;height:5.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWM5uQlHbic23sBb4xHQPxMwVNngNnh { width:8.25rem;height:2.875rem;top:2.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MumC4zqFyS65no2sGfRa1mbn3EpnBo { display:block; }
 }@media only screen and (max-width: 763px) { #uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG { display:none; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F6VT44aR7WTGV1yQwB3w7UxEeVkdcZLd { width:13.5rem;height:3.4375rem;top:2.0625rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQbyf9NxN23CzgTDrZB3tzw2UVvJZTvV { display:block; }
 }@media only screen and (max-width: 763px) { #oSFyeH3r7mkIf83pQw7WCKErRpUr1rF3 { width:6.0625rem;height:2.9375rem;top:2.3125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1r0epw96xwQ9deFrMgkXBWBBUtod94h { display:block; }
 }@media only screen and (max-width: 763px) { #ci35MeQ5uMBwDpJQ621hqkNptfz3iLFZ { width:8.3125rem;height:2.9375rem;top:2.3125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivMLNZCZw9Kr693MXsVTJhKxz7h0HBay { display:block; }
 }@media only screen and (max-width: 763px) { #OT7hrShsuXTHpBVQCtxEVAdf6KPxsFDz { width:9.125rem;height:2.9375rem;top:2.3125rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqElRA06hQnS9UJMXSARcKy9h4CzZ8Od { display:block; }
 }@media only screen and (max-width: 763px) { #V5h0Qucl15GSLCMmbJ0zvH8FxI6EppW9 { width:11.9375rem;height:2.9375rem;top:2.3125rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtgCdQ4Olxcgp18T2WRS4KhNbBEDPZOz { display:block; }
 }@media only screen and (max-width: 763px) { #oXkyFWTVnTneSg08VTvwIsn3Ji48VcIH { width:9.125rem;height:2.9375rem;top:2.3125rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Raq46wuq9SN3aP8mzxmPvuu0vTU7qKCa { display:block; }
 }@media only screen and (max-width: 763px) { #CzwmpftOAfAaT3FP7Mxr3hTzxqowmAwa { width:9.125rem;height:2.9375rem;top:2.3125rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0EbiXvuO7hH2ZA6VNf1IDT00Cr2SoyH { display:block; }
 }@media only screen and (max-width: 763px) { #iI352zX1HC2gb8w2NZPLrRT32kMb10xR { display:block; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oy6r4naNEmNm5x4MPfPNrvcUbHXWJo8V { width:47.75rem;height:3.00625rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJoLckJ0ayQLTTEiT2Zwy1MpgnNCmvS2 { width:47.75rem;height:0;top:9.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3LovkJhvDINl66ar1pZrKW1Z8pKKOFe { width:47.75rem;height:2.35625rem;top:4.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2a7RRDO0HT7036JoHyTrx89qhEVREW { width:47.75rem;height:27.669899874844rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVnp2J0uban0uMvQdqlrBkbW2XmQSr58 { width:8rem;height:17.375rem;top:27.25rem;left:5.9359378814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyS1B3dKReL3eADFGxBgPaXQSZuGszuo { width:10.4375rem;height:14.625rem;top:29.125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQrUIlhelTexiH1icQUg1k8yK0FNoIL { width:10.75rem;height:11.875rem;top:14.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3kk2TqPP9bhle904HgJtJVTsNpecNJz { width:16.75rem;height:7.875rem;top:3.4375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEOgDvSQhfPDsAIT5CxA9PMPZwE76oA8 { width:14.3125rem;height:6.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpOMPV2V05GLFWMLnMrLobvoPD4eo9b { width:8.375rem;height:4.6875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9NT2DESJcR47Na7Dl9ipFRNbqSzZMF { width:13.5rem;height:3.3125rem;top:24rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7P7cXZ9xOgE2Z3ZTSp7MRxl3qKEGX3g { display:block; }
 }@media only screen and (max-width: 763px) { #KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 { display:none; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmuiEigXtmBzarUOv86bzaxKHREfzn4N { width:8.625rem;height:7.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMsMTcGS0IdDeVoRtNll692uhLNUkDaE { width:13.5rem;height:3.3125rem;top:3.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1PiWUKJnasOE8lEILkQBTKu2rb5V7Hq { display:block; }
 }@media only screen and (max-width: 763px) { #G19A5PT02T0H0u4azTLwrXllrmUDTXJo { display:block; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z { display:block; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUHJ1ShbIS4N7sBANs6AsOp6ZJEWKmsp { width:47.75rem;height:3.00625rem;top:7.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDeT1Ap3HwCHoiU9861WWbNDLANpaHW { width:47.75rem;height:0;top:9.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxv2qgWmRtcfPLbVFZoCScglrQMqTtfe { width:12.3125rem;height:13.5rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuTxsk1fTMh1XRTbWNBzwyTJLUo9N5 { width:39.75rem;height:21.9375rem;top:15.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nGEDWz27BdkaF2ZUBemlCydxT2RbzK { width:47.75rem;height:2.35625rem;top:5.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzT2hiyE522aCci79Kr0yr1A0h5FqgFE { width:13.5rem;height:3.3125rem;top:24rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1uROHPIaRou1cMtgXwCXTc9GJp8AZEH { display:block; }
 }@media only screen and (max-width: 763px) { #IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F { display:block; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKidTD2kC3XTrH0x8hG8960mWpkzU6em { width:8.6875rem;height:2.475rem;top:6.375rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSSPvHaxEBv79wQ2FmAopu6m6phTLSq { width:11.75rem;height:2.475rem;top:6.375rem;left:24.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Vq7zyr32oRDxuQrfRinNbhMCn7tbXx { width:8.6875rem;height:2.75rem;top:6.375rem;left:39.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEfnxV1RL7mM3CBqnwMvsNBx33SFdsKr { width:8.6875rem;height:1.4625rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFGbzOwfW5a9uIDr5lkQyFbuvsokHM1C { width:7rem;height:2.03125rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv1JFSCPwFAncCwwEzahlWtp5kgs2d6R { width:8.4375rem;height:2.03125rem;top:3.125rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPehfu0RVhtIQLyotKe8N9CXSTmi8Ffa { width:10.1875rem;height:2.03125rem;top:3.125rem;left:25.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWtC6umqI20y1hzpM7w41pewO1Lc0bo { width:5.75rem;height:3.125rem;top:3.1875rem;left:42rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 { display:block; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcP8fUHEy1mVCLOmxVd2x6T2iQvZ28ww { width:47.75rem;height:4.5rem;top:4.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTZBl86fXQUmzTFios53DOPIaLgJ7Us { width:22.625rem;height:3.8rem;top:28.375rem;left:25.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfdeUHOxBVarPkUHaH3K3JuAQ9GwbLF2 { width:15.9375rem;height:3.0625rem;top:2.9375rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVDI6MsSqM7ERrvWWyIIr3rGQfdHVTWk { display:block; }
 }@media only screen and (max-width: 763px) { #kB8TxLmF6FGBKn6M0e0em0ocZCQFky7u { width:16rem;height:2.625rem;top:37.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqzxwddgf6mWCfR5gqzQzH89w7PbsylZ { display:block; }
 }@media only screen and (max-width: 763px) { #Bk88GzD8kC4X7uvTMlbnt1lyJfaF0QOw { width:22.125rem;height:7.6rem;top:17.5625rem;left:25.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhIaGaMJEkrmIWNkOO0NiwCAKuGJ8d85 { width:17.75rem;height:25.25rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0fSRCvEFhhvioiXu4tBF5J9E3eZsz6 { width:23rem;height:12.3125rem;top:14.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShZTkAAQpL2WoyLARwIqZLi6h2bLFwgr { width:23rem;height:12.3125rem;top:27.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s70iSLAdTRbrX46x0DgrA9ryEATkcENO { width:22.5rem;height:11.6875rem;top:14.5625rem;left:10.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs { width:22.5rem;height:11.6875rem;top:27.5625rem;left:10.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK { width:17.1875rem;height:24.625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO0D1RFeSKCLMDB1Zb2mrEenvAZ47hhA { width:10.25rem;height:5.9375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzKdVCsZRhi5GSDfidEI0MZBMBHSuNQr { width:3.125rem;height:3.125rem;top:40.875rem;left:22.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscZt0t2Ig2vTwo0LATDBR1p8aznOJUP { width:31.3125rem;height:2.975rem;top:59.9375rem;left:16.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZphtzzcVxTkVnpTW3LBQNWfAOec3Tsa { width:9.1875rem;height:9.1875rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2T59G49V0NvSFXv6HPiClMAwUrv72v { width:16.375rem;height:21.125rem;top:52rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSIZsC7qX991c3Bv7MPhTc0sqZpCUTHD { width:5rem;height:2.0625rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWooyk0dfKbXfsoapytxmELRWMEChJw { width:12.3125rem;height:4.7125rem;top:53.4375rem;left:22.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA { width:16rem;height:21.125rem;top:50rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o244x6aTFqvovUO6GR0b2HQTqfiBK6hl { width:10.0625rem;height:4.125rem;top:70.125rem;left:12.675001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxybIFzJ6k5axeDFtAo1dE5EQx87kzED { width:30.3125rem;height:2.975rem;top:65.125rem;left:17.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCdVCC2QkuBeeA9PupeaGKBfhIrEwUEN { width:16.375rem;height:21.125rem;top:49rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0qME8nxfEWnTTNnRHwTQoOWVU7JMT9 { width:6.8125rem;height:0.7rem;top:70.125rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxv0FVmvBfaCLgKlsrmDgTknxrEyay6L { width:9.1875rem;height:9.1875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDfvJsWc6hDALUM2SmvgaIPQ2w6ON8Q { width:47.75rem;height:31.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgm7AfdN3Oxd4HcJg53B1lr437Sa6Hs { width:12.3125rem;height:4.7125rem;top:50rem;left:22.562501907349rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpqy5NdRKEGtfMW6oyTJDe55ykhz2ME7 { width:13.5rem;height:3.3125rem;top:34.3125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiT47vhTR8EW5oiFSawtO4icaobFBZ5k { display:block; }
 }@media only screen and (max-width: 763px) { #otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 { display:block; }#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGZrc2ea3P7fUaIUw3ZRfLVlJum3sMhU { width:47.75rem;height:3.125rem;top:3.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLmU6KLgN368sJ6r1P45GC3b2AACEad0 { width:3.5625rem;height:3.5625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8t4Zrsh63QpygGZuOxf9kniNeceIkLM { width:4.5rem;height:4.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQnF3lsVCFwxHIDrWuvHDKCzsT1XGGaz { width:6.6875rem;height:2rem;top:20.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2VeoFDfTfqBpPDtOohKgtowEVtG2DT { width:47.75rem;height:1.625rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiwKnH6QDIP0DvRon40WyBGx8nHhHol { width:14rem;height:4.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcNFFU9hrTwsJEFmIJmFaTlGOnefa5Ll { width:3.625rem;height:3.625rem;top:19.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNVRgqsty2G4nDff58LSwlzQzHsRGuZ { width:2.5625rem;height:2.5625rem;top:20.3125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL6e5EUhGamdm8BA5pprvmnmr4xcSBv4 { width:3.75rem;height:3.75rem;top:19.75rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8J7rcWTrcrQT43Si1Q1bxDQb829vWu { width:15.0625rem;height:4.125rem;top:19.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACFV6P7ULngX4JWx6AwgHFUekiEyhV7z { display:block; }
 }@media only screen and (max-width: 763px) { #XQeanW7p0cWuJ9g5N14vFowxAMBc3v40 { width:15.0625rem;height:4.125rem;top:19.5625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUctLZFIhoDgu2K6wAqtqn3aqdXCbwSv { display:block; }
 }@media only screen and (max-width: 763px) { #IUwJuw22r9KNz0XIWaNwEVD5pk2oe9sB { width:15.0625rem;height:4.125rem;top:19.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rKF4iFeMJ4qaqVVvrynwOPVH82Q0sy { display:block; }
 }@media only screen and (max-width: 763px) { #DNFiZIoGxQBl1LS4EaCP6o4VHkHMQTcQ { width:15rem;height:4.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMraHtaBFX90U9QovGoka48MzTTqQnKz { display:block; }
 }@media only screen and (max-width: 763px) { #C753PD9w1onHpkts0oeSGn0RLq4hZ9DR { width:28.25rem;height:1.375rem;top:26.8125rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teoFTadrE6OANHNaL0KALBoV8yvh7nvB { width:14rem;height:4.125rem;top:19.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK68oy4QfLThMZsN5K8DrlWLK45ZzNTk { width:4.5rem;height:4.5rem;top:19.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTLEzRcQTinNRt01fSk7E80tnXUQvIb { width:6.6875rem;height:2rem;top:20.8125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhV6qXGTMLpXpKtduaV9aawr6ayCTNmg { width:14rem;height:4.125rem;top:19.5625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9HyhwTuyW7wi3NQPwQ0S5mQ866TACd5 { width:6.6875rem;height:2rem;top:20.8125rem;left:31.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n36BSoor3wy8Hw2hB7WcIs3GVbvyeoFZ { width:4.5rem;height:4.5rem;top:19.375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTD7VJun4AJ3iGQIpdTsMvSoJXpr15S7 { width:14rem;height:4.125rem;top:19.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOTXsF6arIFPZwlFHkNLkdSoymKxaLO { width:4.5rem;height:4.5rem;top:19.375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goRk0CFZsdAlVO6UonB4PskD0HtkcMWV { width:6.6875rem;height:2rem;top:20.875rem;left:41.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdDCTklCu3VPZxtq2y0xq5G4ffqvI7k { width:36.125rem;height:2.5rem;top:26.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xppeDUhK9Myf7MqVgQX5utGIm58kd7ya { width:26.125rem;height:4.125rem;top:12.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB22MSF1aTTl5Xg0t9uSsCl88AZ0SqMh { display:block; }
 }@media only screen and (max-width: 763px) { #S5uzw4UsQpoxOVhTi7aybAITLNa1TNOv { width:25.0625rem;height:4.125rem;top:12.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDXO3xuZlKmTfolsAezxyEfsL8P5tE8e { width:4.5rem;height:4.5rem;top:12.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FxTVnc6kH3ubfepi8gwLXTx5Foyeyr { width:18.875rem;height:1.875rem;top:13.625rem;left:17.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaWSP2a7mbSctnrzsTgt8oWAOmuoeife { width:2.3125rem;height:2.3125rem;top:13rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgebJCirEaqh2zHVqu5v6sQLuEcyH6TU { width:5rem;height:1.5rem;top:15.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVS7ioURifTsvbVEnIEcvAnIOHWF33h { width:4.375rem;height:1.1875rem;top:15.625rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsSVnTr1v9fDoVuHtbC1N4QS0vewohAs { width:26.125rem;height:4.125rem;top:12.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxPp2V5bh7imOGEG5v9CuvxIb6luzKAo { display:block; }
 }@media only screen and (max-width: 763px) { #Rrc3BheoHsp0IunSs34R5zAKikaNxlpN { width:15.4375rem;height:1.625rem;top:13.3125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgmVcHaBpErmsLhvzwqfenUR6ZpV8B5O { width:15.4375rem;height:1.625rem;top:24.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWT952iettx1D4SNNBCzNb4c6Wq2vnhb { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV { display:block; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUigcAwirSTLttzIOEUz1P4L9N7gSHFc { width:24.1875rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuPrn6PdbUdk5Zq8AarxtTlLIZ4hPcE4 { width:3.5625rem;height:3.5625rem;top:9.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5SG983aDpKkmMJArRPVER1zMKytttvb { width:4.5rem;height:4.5rem;top:8.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mkqJI9vE5wHtlk70QrM8J48FMT0ymk { width:6.6875rem;height:2rem;top:10.25rem;left:31.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5PWJpTb5xhaLmmJ1oaQ3QRQTxlkuxs { width:21.125rem;height:3.3125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O872ZkrrQZpdM0tu3Oiy19X86Ias8Hvx { width:14rem;height:4.125rem;top:9rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLR5uMxKPOqDdw3tz9cntrVdmvWcILG9 { width:3.625rem;height:3.625rem;top:9.25rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5pTMtTX66WXPwptE9VcNOExueRrr8T { width:2.5625rem;height:2.5625rem;top:15.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXHrZXR7hVX5BuIGQQR2Jgw2WCcqhJ40 { width:3.75rem;height:3.75rem;top:15.3125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9V7FqsMMKPHPqITAbXxJaPFh4FS3Fo { width:15.0625rem;height:4.125rem;top:9rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CslJxSg5lVJ3bLocdi9tzCiugpTG25m8 { display:block; }
 }@media only screen and (max-width: 763px) { #GtPqd2RxeAU102T1oHlpbwtTXuf8TULT { width:15.0625rem;height:4.125rem;top:15.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXFTzOaUu8RSBxXqXakmmoVHhDZxAcQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #GpMXmCT8ffBpECTkGqptPPcuQzP7IirT { width:15.0625rem;height:4.125rem;top:15.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUVkoNbwUnrFDQVTVf02TzbdBydcoLg { display:block; }
 }@media only screen and (max-width: 763px) { #wurvz7T91q1W4mrbbI51V7sXrDszCq3b { width:15rem;height:4.125rem;top:9rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnaahbunzErczfZUMbWhI3Z4xiv5MifK { display:block; }
 }@media only screen and (max-width: 763px) { #kO5fLH3lfyNHO6fyxxquatVUde9JiwTD { width:27.3125rem;height:1.3125rem;top:6.0625rem;left:20.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQQZTF0PrXBE5muEPeQXWhUz47dbAUKT { width:14rem;height:4.125rem;top:9rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvzkgyUi8K3874b80EdaRzqPRsRKpgE { width:4.5rem;height:4.5rem;top:8.8125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkWBvm2gaeGT8EbtgKNipMKO38UVera { width:6.6875rem;height:2rem;top:10.25rem;left:41.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VTT0BAS8pSIuDkszOinIAQIb0kbaVJ { width:14rem;height:4.125rem;top:15.125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPgGSkl9bXOlI41hXQSxqB3miXaFBGy7 { width:6.6875rem;height:2rem;top:16.375rem;left:31.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZuzUnp0NANf1v3ErIZnpqLBr71t8Nfx { width:4.5rem;height:4.5rem;top:14.9375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxscI11MDNXb9EfpsbrrPxOkIu1U5qq { width:14rem;height:4.125rem;top:15.125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzDvKuGQMu6KFfc2w594zZWfbaRr2JV { width:4.5rem;height:4.5rem;top:14.9375rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9iRtuRx2RfKZ40KnkvByP6ShA5WNJn2 { width:6.6875rem;height:2rem;top:16.4375rem;left:41.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36rEaZZSmGoLc8CkozKXTuWFG7c1dB2 { width:13rem;height:4.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrOWatXIdhZfiPLkcfSNCig5wX0yr77 { width:4.5rem;height:4.5rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcacXHd8g9I4hWSgOcvZcAQTqKaTdwL3 { width:6.125rem;height:1.875rem;top:18.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGJRC1inwnq8fTME7aq0qVuF76lugO4 { width:2.3125rem;height:2.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnBn2Air7rXH3lvfNL3hHyPbea89vAGs { width:5rem;height:1.5rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6wWRSyhkqAESTrsSmkqbqMAh4zoanv { width:4.375rem;height:1.1875rem;top:20.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0B8wCzFx6RRAy3lCgpNa8hBMqCot13h { width:13.8125rem;height:4.125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5E8GZzNcBiWFh4R7T8Ez70adrTaNBGm { display:block; }
 }@media only screen and (max-width: 763px) { #vTu8y74eyX7RPpcEzC02ZJGoTG8qRq5e { width:15.4375rem;height:1.625rem;top:13.3125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTkTWaRDlJqh5nHhgWGp5CzRmkwTnsCv { width:15.4375rem;height:1.625rem;top:24.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTKCHikDTCoG2T76kAszG84xFuyQW7RX { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwoT1RHJ2CR3th4q7oSrbDgTl67XqH36 { width:2.0625rem;height:2.0625rem;top:5.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJz8gygnuwBCbTBscUPJWJltLFvbH6R { width:9.75rem;height:1.8125rem;top:14.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyxsQGF07Tfu4ZXTzH1i294D83Xu9Ucs { width:15.0625rem;height:4.125rem;top:1.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVWzxShr1b9HTQs8k0f1qAJnNtz4QTAr { display:block; }
 }@media only screen and (max-width: 763px) { #hgu84DHhIOWKJWrJZeUuz8aUrhCUsBzU { width:15.0625rem;height:4.125rem;top:21.5rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4lucOBnLF0FkX2q1ky6v0mULnwftSM { display:block; }
 }@media only screen and (max-width: 763px) { #RWKBTUNKAJaTEaToZ6yRqUbUqVIZfx8B { width:8.25rem;height:1.625rem;top:22.625rem;left:30.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12C5eL0XpLZ28TfC7qqXLBPXXTfJRss { width:1.8125rem;height:1.8125rem;top:22.625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfJmX8V3L0svIf13f0hfePHEgWo2zU0z { width:14rem;height:4.125rem;top:21.375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulz6ZNZ4kofDCpOyOFl2Lem1hBaq2lD7 { width:4.5rem;height:4.5rem;top:21.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3NMmg3HRJC9H0mzDmqGQygyoPCthbgb { width:7rem;height:1.625rem;top:22.6875rem;left:40.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgJU6gn8iccIWlGoTUAmg3lSJi6Src3 { width:14rem;height:4.125rem;top:21.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9vHCblSvLNHfRoisKT1acQc7XpUl64T { width:4.5rem;height:4.5rem;top:21.125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb1ActTGG4tIGzp1pKGS8TEBnrZ6vNQ { width:2.0625rem;height:2.0625rem;top:22.375rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y33zWLt0FAAnyoFk1fPo5bVzK8Zec8I7 { width:15.0625rem;height:4.125rem;top:21.375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF5zyHUZerIJ7FvRObDSAXDsE8a869wf { display:block; }
 }@media only screen and (max-width: 763px) { #C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E { display:block; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IztiCRTcrlHwRmScWu5rPwtAVsdcCMuJ { width:6.125rem;height:6.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXg19wdG0sPthQcN5kZK6TaBFXzpV9S { width:11.5rem;height:1.4375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxg7szpx2p61HtlbBmaL0FOympdGJWBW { width:37.3125rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCHD59TQS131HrHvG1UiLUqvib737XyN { width:47.625rem;height:14.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQux8Ptr2LWsTWzbP33HVy77yCTTTJeT { width:8.5rem;height:10rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU35upApPDKvE0wcZkd2isocndmsW3Vi { width:10.5625rem;height:9.8125rem;top:16.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHec8S7sWerWUMkhIP3eUfRKDvy0HVdS { width:7.4375rem;height:1.3125rem;top:20.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Rn9VcHFDpQ5u8IiT8VaqtAXbzH2RaL { width:37.0625rem;height:1.5rem;top:23.5625rem;left:10.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1lS5wdt94FK221FVFDXXw7Qzho3rBF { width:29.5rem;height:1.1875rem;top:17.9375rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxNAKuSQTenzfGEm5rWVvQAGAeRBXXv { width:13.1875rem;height:1.625rem;top:15.9375rem;left:15rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xExX5HqoTRwxN4pe6ADb9PoE8z5D9oOc { width:16.8125rem;height:2.25rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLGi7QgJlBFbpf6smJsngpGNiSCZ8yEb { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXr71r0WTyPaTGbFFXORmy7FBVUOfMcR { width:22.25rem;height:3.3125rem;top:36.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDe00zIJUcu7MavuqhMkeztko5PbBMUU { display:block; }
 }@media only screen and (max-width: 763px) { #tW0BFUIKJET1lr4AooPNTgabVnRN6zCP { width:1.75rem;height:1.75rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPPr3kdSxaym0rE3BVxGV6F9Ls3rVron { width:25.4375rem;height:1.3125rem;top:31.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLlqbgzL97ru92BlJ7hceQWv6Pp6GzO1 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMK17cOUzQXtWrsABbse40Sf8fd2Plpx { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdvTlDamXFrdQqUUlHbBEyt2TqNMgf0m { width:47.75rem;height:4.3125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWr1bBul9set3UBWG9TgButzdwsmbEsx { width:3.4375rem;height:3.4375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAQc8gQzmSOd5T3Q2QRkNBTiboAw1JrJ { width:10.1875rem;height:2.125rem;top:7.875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRoB8ZT6lngacPpWvErnPDuHLTqAp7M { width:8.75rem;height:1.625rem;top:8.1875rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLKAETnBMQihQkmtgvMkGHuMJTSuJHZ { width:13.375rem;height:1.75rem;top:11.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsXKUXeyq6XJHgR6ItdA86HrTLTt66Gs { width:13.375rem;height:1.75rem;top:14.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tst6Ak8v7hiRtr15Lqp2U0Dbx0GTQM8N { width:11.875rem;height:2.875rem;top:19.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOTEfPfNsalg7O1UTMLmO9ZvtsECmeT { display:block; }
 }@media only screen and (max-width: 763px) { #eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf { display:block; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4S9wCbILCkmDUDSv6090msJTpvlfObW { width:47.75rem;height:4.25rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SmyqbaT4hD5Q9Qyq8xaoTDJiOgpob9 { width:24.875rem;height:1.5rem;top:14.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkKiy7DgIcTaHMyfITM3ZBqNnTMgK3h { width:47.625rem;height:4.1875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCyXSP2Nn9Wa1XRViBRnheHBi6QcEcS { width:20.4375rem;height:1.125rem;top:19.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKE57VF6PrViGNeRaTcinik0DwdRpIv { width:2.3125rem;height:2.3125rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZoc5N0EtcRNgSTwlVb6Qxd6OSxndVH1 { width:6.125rem;height:6.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzsdN3KNO5DzN7qkO3LgIbuHf3PSHZPq { width:4.875rem;height:4.875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqbxb2wTrzrEKmMiGotHlmz0BWTVmFsN { width:22.3125rem;height:3.375rem;top:7.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5k58DmOtTGOJQSeTCRlQiahuZETSTD { display:block; }
 }@media only screen and (max-width: 763px) { #DoWs59FchmDemzTT8d5gaP7Z1kKvcXzX { width:23.3125rem;height:1rem;top:6rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts5Ba0eZZBXHIyELG51m5FDcWeBoyBKr { width:11.5rem;height:1.4375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhUGC6yOMuEBL3eJgmrMozmKyk09vQA { width:19.375rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8bI7wEJ5Ryg4m0yZ86E0BvA1RUABXB { width:47.625rem;height:56.25rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C646NRZUq1NPigc1d4pZx9I3HFHwnm5G { width:1.25rem;height:1.25rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHx58TSm3O1TtfQdnmcO6yrTpC0mJsc2 { width:8.5625rem;height:1rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDK5e7q0XhPIGFR3B4twolkTKqFuBPT { width:47.75rem;height:0;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viio1J1VDXzXDuG67SD2f5tcSuMmgIoZ { width:32.5625rem;height:1.4375rem;top:28.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJi2UZnnWK1hF3E1c0ggAea1bm8qvQ5 { width:8.4375rem;height:1.9375rem;top:26.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnS2RBI9cUyShQviV1DwnDHe9utSJWGM { width:8.4375rem;height:10rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX1MRRKhObvWJqx2NVriRpolWWfuvcUy { width:7.375rem;height:1.3125rem;top:40.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KvnE6xkeoMpekIMMh3nV4Elrt4o3QX { width:13.1875rem;height:1.625rem;top:36.0625rem;left:14.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGs2b4ieuU28a4chVUEggqHTE3ooloHy { width:17.5rem;height:1.1875rem;top:37.875rem;left:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5lIN1efXrnUwQCTCtiCaOqiq35Bxzgd { width:37.25rem;height:3rem;top:43.0625rem;left:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU3BbhSfX1BsvXpNgrmx2v7E3gJSNaXS { width:39.6875rem;height:1.125rem;top:30.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd { width:10.5rem;height:9.75rem;top:36.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxOw42UAhIRmOQMrXc9WGh31tBPH572 { width:8.4375rem;height:10rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGDguZZyx9O8vplvexFPnyvEp1HTz5sX { width:10.5rem;height:9.75rem;top:48.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFELmINV8KeDcvSqZmm77fvRXEB8ePe0 { width:7.375rem;height:1.3125rem;top:52.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOoIGaTwJdIVFvKgWNheJ8nwiw4T7WCa { width:38.5rem;height:2.9375rem;top:55rem;left:9.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twuTxWLwDZxo50P53OucZVpCUXGXBJN3 { width:29.4375rem;height:1.1875rem;top:49.9375rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCuQL2DR2p0HP1MtPOb4lLetu9maBLzF { width:26.375rem;height:1.625rem;top:47.9375rem;left:14.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu { width:10.5rem;height:9.75rem;top:60.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg1kaGvdM2GZDTUGEMpWFXyWT3JKQQgu { width:37.6875rem;height:1.5rem;top:67.375rem;left:10.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9NHWOdtlUOi36FBnRIkGzE6HyzziEKl { width:8.4375rem;height:10rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSuGribA8ORdqcm5RM66r2cICJEeaHzR { width:7.375rem;height:1.3125rem;top:64.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzqO8CsIaQBhb1hlztoe43TW7gQCBaNO { width:29.4375rem;height:1.1875rem;top:62.0625rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXyCThlF6H4naBrBcvVUGa2Xtx7ShCU { width:31.375rem;height:1.625rem;top:60.0625rem;left:14.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvzT563fqvc3PQDKu3oqUrRr2wcIHO6p { width:47.75rem;height:4.25rem;top:80rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxs5ObUobRcEr61Lm4G0GwEB7h9N4aTK { width:12.5625rem;height:1.3125rem;top:81.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMdF0tOu38d5aETUDtXUlTdQQi3gNqfr { width:1.75rem;height:1.75rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2pBvngmNlxSX4bGanzpUiiNT2JbXgPI { width:8.4375rem;height:5.3125rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K95n1dgCeJ4Akny9T5m0R0gNHblmier2 { width:21.375rem;height:1.4375rem;top:73.9375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPqlTAnZ7v1rbGXRy828gsdph6k1VMf9 { width:7.375rem;height:1.3125rem;top:74.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKrm23XvyIJEFTJACwS7TtpQ8MeIEzxJ { width:1.625rem;height:1.625rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdpZFvNic9n0HewUzzduileqAWmAH3SN { width:16.8125rem;height:2.25rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUIplBXd5WW8rMIpwRn2IaFNRwg29vRN { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTw4VzAxTzsgcTzz229bUVCwtL7mT8fT { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwPBUbgd6b9TKIF1TtNDyvw06lZWLAv5 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bICkxtK6nlM05FuJO5PAAvNwovo6A2II { width:13.9375rem;height:1.3125rem;top:122.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHKQhKsiyKlQqDTv04XxegzVuPPFcFzD { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sD1Bv21ilQMeMNpEgGcvsnf5EdbJi3ZT { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dexfNfk6OcUWvJtVw27a3wkC4L5To9mi { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK16B2iHDShuFb16G0AkUz0zixxtMTQV { width:20rem;height:1.3125rem;top:231.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz6TpfZoeVOE4nBScq7mJgw7cFBMPvUu { width:47.625rem;height:58rem;top:85.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOoqaOBGr7ATZGzVTPGUBhMOiPTFwgoS { width:47.75rem;height:4.25rem;top:144.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0fGeHTEeUtiww7nxDhg2bgKGSsWaFnB { width:41.4375rem;height:1.3125rem;top:146.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zavvap4TzDIFTPGIhQN87OLuD8A4GFaX { width:1.75rem;height:1.75rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXAR26DT4HTO7RRUmWvibTTzPTCT17Vr { width:8.4375rem;height:5.3125rem;top:136.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO9LtwCPl8ITbgJTAqWpkC2fZssAqUXQ { width:21.375rem;height:1.4375rem;top:138.6875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krQQceJsC8nv5QiCzmWoQoJA2KXPMQva { width:7.375rem;height:1.3125rem;top:138.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3yANhfa08AAZUk9mWfHHgaiTAVvbZAn { width:8.4375rem;height:10rem;top:124.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUfmrE3X3gftD6xDp7NGrf6brKv5vU29 { width:10.5rem;height:9.75rem;top:124.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu6MucsPzeyaiUAO7JghTnRF7OVwoZqd { width:34.6875rem;height:3rem;top:131.6875rem;left:11.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgouRtK7Q8uzdvAoSurT1w5PbbmegEaP { width:7.375rem;height:1.3125rem;top:129.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBRdhQtw7cHInTgVsXCBAh2zazgZ7Cl5 { width:29.4375rem;height:1.1875rem;top:126.8125rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSc93HRdiFZDRA6eXv5Ca9p7nUEXJD1 { width:13.125rem;height:1.625rem;top:124.8125rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP60Rg8Sc28PUfgwAgoby7emiOCySmTu { width:8.4375rem;height:10rem;top:112.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT { width:10.5rem;height:9.75rem;top:112.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhlbyVtM0AD2Wkep64RLE8rwQcU7TD5K { width:38.125rem;height:1.4375rem;top:120.1875rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alxtMi4o7pZ3rhQatHwNCIaqnh0d5rk9 { width:7.375rem;height:1.3125rem;top:117.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZofrM3qL3yTnNnT294zSoXQLH4fktC { width:29.4375rem;height:1.1875rem;top:114.6875rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwmzqDbpmhaPWUfiCCPSKt3GBR0wZDb { width:24.0625rem;height:1.625rem;top:112.6875rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaCSmHHn2Mih1MJE9XBT68E1QNR5PZe3 { width:8.4375rem;height:10rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cua4ZTCIF2eJsnVsGevTOzWa3AvR0u6h { width:37.375rem;height:2.9375rem;top:107.8125rem;left:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exdNGvaxxTXKxobqQkvL8cTicPlnEE55 { width:10.5rem;height:9.75rem;top:100.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xePACwim5chkTG6SxHOAbPgmhxWJtVBp { width:7.375rem;height:1.3125rem;top:105.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0VAz9ZI9eaIBRbt3TdF4NpSOBe9HfuI { width:13.125rem;height:1.625rem;top:100.8125rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlad3JbDf0utHNnk6HTWPDEIMn9h65s { width:29.4375rem;height:1.1875rem;top:102.625rem;left:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmT0CEQVTzddmc6QBNUKQReMLQQa51DT { width:47.75rem;height:0;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNXh7ZzrMfaM0pILq4OJaBhkRNof71d1 { width:1.25rem;height:1.25rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic62nViaiWdQIsyRk19NKiuRvi7JWTPr { width:8.5625rem;height:1rem;top:88.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra49myKtA7owezvJGlVLmRbeDl8pAPr0 { width:34.5625rem;height:1.4375rem;top:93.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stltXTSQQwOBDQ0twDxEBvwp5KxGZT7S { width:8.4375rem;height:1.9375rem;top:91.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHuDSsoerRt68v0NHSNhyfChzmaxcNcm { width:47.75rem;height:1.125rem;top:95.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyPdNTdiRvVvfTd2ERLJ8EguRAgi6Tmo { width:22.25rem;height:3.3125rem;top:193.75rem;left:11.717882156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTez9LW3ITi7G9Q3dVhM38tPZ5H6Sxm { display:block; }
 }@media only screen and (max-width: 763px) { #Kw5hlLmpawPttBBTRZg1XTOTa8qrtO4k { width:2.5rem;height:2.5rem;top:156.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5trnMvDXUXq5RQKCPG6QFPG5sFVcorT { width:9.0625rem;height:1.25rem;top:26.75rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va4DMbisH21MxMgcKC2lSJhcmFhQHF45 { width:9.6875rem;height:2rem;top:26.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Qou12TgwrDLk2erpNElQFuTmXklEqD { width:9.6875rem;height:2rem;top:91.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6RDpdTEtr8F7fWwSw04gfs1hrDVkNQF { width:9.0625rem;height:1.25rem;top:91.5rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2yoy9rUhUqD5qif2hzrnrPTcmvAG6Iw { width:47.625rem;height:35.5rem;top:150.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c { width:10.5rem;height:9.75rem;top:167.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bcASCPSTSWswkzw2T5MbFVn0m5okPz { width:32.1875rem;height:1.625rem;top:167.9375rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knyK2XbgkMaKI4PVXugrSMsqzrlUt8my { width:47.75rem;height:0;top:160.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyaUmnT5vddlutgo2cT1OXrpUZMTKxt4 { width:1.25rem;height:1.25rem;top:153.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfqJrBpT3EhxcQzZCM5s2K5lA7NEdTHV { width:8.5625rem;height:1rem;top:153.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brn8dxW6C7cAzEv6JTTbV7LltwU8tGJI { width:19.5rem;height:1.9375rem;top:156.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRlBtDeBabMCMREuWEW1t5vGdfeVyWq { width:7.375rem;height:1.3125rem;top:164.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccZxpuk1Kumui6XXgSp1qcUo2sP6ShvM { width:8.4375rem;height:4.1875rem;top:162.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5XNMk2Ug2kewFXm7FgJtkV6s4CdTfou { width:21.375rem;height:1.4375rem;top:164.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFwWmOdrxcXzxDTMZFgvtcMGCPzBqmE { width:7.375rem;height:1.3125rem;top:172.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuSa0lvKXNFkdJH7pztEUbXSZri5rGyt { width:8.4375rem;height:9.8125rem;top:167.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgidh8Vz1nw6sr9EXusq2tOLxlUm8O6o { width:35.8125rem;height:1.4375rem;top:175.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgRV1T90517s93uCxuaxDAUr21SgDWNT { width:7.375rem;height:1.3125rem;top:180.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgunehmIP10e80edqc0QRr5FkvF7NeED { width:8.4375rem;height:4.1875rem;top:178.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSBtKSHcgCBa6qMgwSw6qmcB0BHipI3z { width:21.375rem;height:1.4375rem;top:180.4375rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxObq7bGg6GLHyJz1AleVxXozRbKgk8 { width:1.6875rem;height:1.6875rem;top:188.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbkd3SNFPegF6vn516OfpvQFCRPMQvWJ { width:25.375rem;height:1.3125rem;top:188.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE3cCW9hvTbJixfZJuwKJVBC02fZIbHP { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPXnTLhOtQcfkq7Jzp5BIUy1nEBBfNcP { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n99rIMOcllik28bLpZh8ek0iw6f911en { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkVP2OJcxR5GrI2Q6DP3Nbma3WINliUz { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuR8mAQcsIgQpI0wScvgsFwMwzUVThRN { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6RirakN6f7PMAwIim4ylDM2sTFC713z { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMypZ8cXriSVPsXLscwZoKXXTcUmDPPe { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuppTSVGNu6qh3ZrpbnCn3Wkeu39rNOO { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTDpip7Tvl0kBiEQT3OqQAZCtRawflOz { width:47.75rem;height:4.25rem;top:187.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoC4iFA2cpIo8vngvsBspa00KllxCNob { width:38.9375rem;height:1.1875rem;top:169.875rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji60nvtXHz4euM4yfOrEvZgWllOV87ZL { width:11.875rem;height:2.8125rem;top:39.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfOotsV4XkBW6hxiEJg0lStrsq7y8zwB { display:block; }
 }@media only screen and (max-width: 763px) { #QBZHiPVMVpmPyEVJuNuFLUR9wNm26wIk { width:11.875rem;height:2.8125rem;top:51.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcTTyE9BASAp3PA0r0HhBrfUSVXSdL7 { display:block; }
 }@media only screen and (max-width: 763px) { #mCGBT6MavLwgoGexbnGa0qkFEFeDNnOG { width:11.875rem;height:2.8125rem;top:63.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNVfi3Ard8FEqFQmFe3pVcKAov5fATR { display:block; }
 }@media only screen and (max-width: 763px) { #tHFp4LceK9gf4soaGpO5q3b9qla5CCwo { width:11.875rem;height:2.8125rem;top:104.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0w5boIJczl7x747q3iqX2HAelxVypPw { display:block; }
 }@media only screen and (max-width: 763px) { #bIFHTnPfft0dlZzoN7bWTHNfEEQs2NAX { width:11.875rem;height:2.8125rem;top:116.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfftolrsNTv8KUWPhtfZGpiTbTzPdm0V { display:block; }
 }@media only screen and (max-width: 763px) { #oqy7oTqIazsi73xV4EGSJrAOKGro9rNz { width:11.875rem;height:2.8125rem;top:128.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dGFaGTf94wRzDOJlEnh5f7cD6Gan3Q { display:block; }
 }@media only screen and (max-width: 763px) { #rpy9sOegP6Tfyxo3hTErOudzqXVdfJMK { width:11.875rem;height:2.8125rem;top:171.875rem;left:14.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfieVnKVUy5BPWHgu6ebgMSXvlTffJs { display:block; }
 }@media only screen and (max-width: 763px) { #lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R { display:block; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZQkdtb4Oi9WwM30TiGtaMIZRyfDokDZ { width:6.125rem;height:6.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh7oaveWwU82fCSSEVXgH33gbghrfuC0 { width:5.0625rem;height:5.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma0v8gKr1uBa0MvVgrb9tv4Eb8P4cNHp { width:22.3125rem;height:3.375rem;top:7.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGITfXRsIiBBqm1rQsTOAgb35sXdpTfD { display:block; }
 }@media only screen and (max-width: 763px) { #u7wDzFiV1TTCwwT4i2lhPl0J2IeTPAx7 { width:23.3125rem;height:1rem;top:6rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxsT7O4Kq8WT4EEv2fNbpIt9ReEvrT26 { width:11.5rem;height:1.4375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwmFnayE6upPXWTamTbkNzLtuBynVvPE { width:19.375rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvHOcU69TL3i7oq8H65WUn2J0aSeM502 { width:47.625rem;height:56.25rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7bLmVc3pxzqMM1TeyCozl6VOLUCv9Aq { width:1.25rem;height:1.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0OmGTBlziAxw3Gkwo9qck7WV59Jb4ET { width:8.5625rem;height:1rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OocESPL8IpqMUA08bqch1hr1PBy25KRQ { width:47.75rem;height:0;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTqWuQTZ7ehuyTzzDpDHv4VkcRoTArF { width:38.1875rem;height:1.4375rem;top:19.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQGE6bUZ5Hyo9KEizDnf9BzKs5exiBJ { width:8.4375rem;height:1.9375rem;top:17.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZArSpcUM4GBRUJHnJ7dZhxTerXi9VkwF { width:8.4375rem;height:10rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXaxD4XfhCJrSUhapPcTa4H6Kh9Lp6D { width:7.375rem;height:1.3125rem;top:31.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9cF4mN2yMWwrezbHATfqRi8fg9CEIUl { width:20.625rem;height:1.625rem;top:26.9375rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SND6n7puP89OAG2VCKJ5CQyGgGaAvTUB { width:25.6875rem;height:1.1875rem;top:28.9375rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISd1pc4E4vXK4sHldbuRB4bXMmMKQSNm { width:38.8125rem;height:1.4375rem;top:34.75rem;left:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEw5ePurlXTL7auwA6XLpAsMST8Eur5U { width:39.6875rem;height:1.125rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx { width:10.5rem;height:9.75rem;top:27.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsDvMamOhD0FvO0pG8Mkged6AuBN5ll { width:8.4375rem;height:10rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okk6A5qaPgJGiQmUGGMyCOo535TcBLDD { width:10.5rem;height:9.75rem;top:38.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWblbGtgEsiwgwZwZxhw6biCDR9fXo5D { width:7.375rem;height:1.3125rem;top:43.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B34VAgxdkt58NKucShKRIvimRPnCpyno { width:40.125rem;height:1.4375rem;top:46.3125rem;left:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7LHTt2PRZ2OinXdoFE9u5ToyU1arGU { width:29.4375rem;height:1.1875rem;top:40.8125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5EMmk6HC1FpaAkhuBnOBiIiMUMQ8wR { width:13.125rem;height:1.625rem;top:38.8125rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs { width:10.5rem;height:9.75rem;top:50.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSNUHTgHaTrhsXs5aVyu3yurEs1UWUm { width:41.625rem;height:2.5rem;top:58.125rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vie2B0XFPVeqwKkCWtF32rXsWvlAAx { width:8.4375rem;height:10rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AboyzOKxM9TUoI9OAqI34ewgCmZBLMpy { width:7.375rem;height:1.3125rem;top:55.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVQnUh1iJkdHLnvTATDVa60Tr0cfg3D { width:13.125rem;height:1.625rem;top:50.8125rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVvJbccZ0JwetsD7SHfPZh5lJvStINc { width:47.75rem;height:4.25rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTwLfCrGuDyameHi1hnWT0nxykonAP4 { width:12.5625rem;height:1.3125rem;top:72.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #priNso6hwF9Fs26lUCcI95RrTl3gJa1U { width:1.75rem;height:1.75rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Wm8dJniV7F0XLuPhpX34ukig51z8Nu { width:8.4375rem;height:5.3125rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5dBSzJM84W1HEoi8fCsI0Qa7s4srk0O { width:21.375rem;height:1.4375rem;top:64.8125rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehitTBLbvvbqazu5rPUP9iuubtQeCbQz { width:7.375rem;height:1.3125rem;top:64.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt2G9CdnKG7LDfbRpV6gJGTTVE68NZW4 { width:1.625rem;height:1.625rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE3JvxceQOwDwbeuAJ5AIMPenTaDiRE5 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW4EuddWGudI88MN6eLHvLab9i0HGR4g { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEKvtaTr9mIDH2FGLEAh8WJ9q9q6JbTu { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKxUKIboywALfAhT9olnsJbCNh1ed4VX { width:13.9375rem;height:1.3125rem;top:122.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P55iO1CsnbTTdlMZvJDzXB2rZM3WCGE8 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oO0q37IVsU287AxC4v9vB0b4mwPCVCJ5 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ls4479dzeKX0JGMWKKpuCfdGd1lg6Ivz { width:16.25rem;height:1.3125rem;top:157.9375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RC4naRdiiaXbPbSsO7Fhlw2xCyyUDqwC { width:47.625rem;height:40.1875rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98IpzraWa2ba7ayT4uXJQfXVT8vRE3X { width:47.75rem;height:4.25rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8TkWkZMTCdgykxPAHffILeVudniWMI { width:41.4375rem;height:1.3125rem;top:123.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETl8kBX28W9TzBK0GdDoKyBnP9wGAzXX { width:1.75rem;height:1.75rem;top:123.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKdI5SRJVklZFR6Kyr8MM7QBqxIWCXy0 { width:8.4375rem;height:21.875rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOS35XpL8kX5V7wgSoPItXAVFGithxOd { width:35.75rem;height:3rem;top:109.8125rem;left:12rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw { width:10.5rem;height:11.5625rem;top:100.8125rem;left:3.1230487823486rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUhptPMNvJGKikxnd2EIISL5mvbEQLF { width:7.375rem;height:1.3125rem;top:106.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA5LaHiOBkrom6peausHilps5bR4cCh5 { width:17.8125rem;height:1.625rem;top:102.375rem;left:14.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTVFz7ykZ13qbni2oseqivI0efkhpkp { width:47.75rem;height:0;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXcaVOAJfzkT8ZFq3K9rFaRUa1gTHUyV { width:1.25rem;height:1.25rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnW1ywHeLO1L6o2RycZhZ1zLawTWoFXM { width:8.5625rem;height:1rem;top:84.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXVzUtacRuXTJyEZdTgNmMGVT9bgLsV { width:34.5625rem;height:1.4375rem;top:89.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJfqSmNUHx6dD4W1f6LMaSds9rA7Dcm { width:8.4375rem;height:1.9375rem;top:86.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFeyMnMM0HVrs7hEL3iQwTW7iiTuy1EE { width:38.125rem;height:1.125rem;top:91.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIFKrrPZxR1FFr6nTLPPim5uTRsd91Ll { width:22.25rem;height:3.3125rem;top:187rem;left:11.593099594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM26VcPkzPVennXVUQnFmBIft03fkJBL { display:block; }
 }@media only screen and (max-width: 763px) { #aoGAzcLDiTJ5AwetpcqmqvawTFG0NM90 { width:9.0625rem;height:1.25rem;top:17.625rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5LRI3U7QURy8Box87bPkesGwnvScqg { width:9.6875rem;height:2rem;top:17.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbzDSrtipdhchywodkz4BRKFevfczCr { width:9.6875rem;height:2rem;top:86.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwVfWBlih5TQTdWFZlogeBB0KpVCQ9H7 { width:9.0625rem;height:1.25rem;top:87.0625rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupNlEv0rz4XqIb4OiiIhIiLUPXRIACN { width:1.6875rem;height:1.6875rem;top:181.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIt3FL8Uc9NrTsIUcI9Ms6mPiJnmUt4P { width:25.375rem;height:1.3125rem;top:182.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGiiRndvh1JTGZTWGT0mXVvImgNAOUcw { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBuauSuRuZxocbkMfys5uxlydzqntgDT { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V21Dq9S9KKzhptgT3hIJewVne3gfypCU { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEnxHf6afkTLkECIxFFy2L4ag5UvNfcw { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNl5VGyqD7dFbaqNoBKn1BCiTgJdVJhi { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6Hn9xTk4USzEyeCiVHdJQzeCaOTXSVs { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d46vPrUyDOL2eg7Zk3uqKVWbr7v3MSM4 { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1QfBCRgCpM23ZtAqkPrfBFQcXQGcuqo { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHOHiTXxJ8b1fUc80TTibTGBs0m31PHR { width:47.75rem;height:4.25rem;top:180.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nFqzTMNqavIN4aw6ayKoXBF0kUquII { width:47.75rem;height:4.25rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVHqZk2mGTGnzwkRJ09HanzPaZ56tNtb { width:2.6875rem;height:2.6875rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7xE146Twk88aIUPB22d25SMqixLNppV { width:12.5625rem;height:1.3125rem;top:77.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxoKaH3asR2TWFvcSg7u3TCyPNrqB4w { width:47.625rem;height:46.3125rem;top:132.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyBptc2coWgROvcclykBnRFueIarr6r8 { width:8.4375rem;height:5.3125rem;top:171.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRKQFIHDVUmV8umk0TTNHSWck8G6u9R { width:21.375rem;height:1.4375rem;top:173.5rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywQC9DOccAzTNyufg0MBGksCsIBd1nsw { width:7.375rem;height:1.3125rem;top:173.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMdSWeQgtQaN8ZNBkLvpAoUWS3u3T5o { width:8.4375rem;height:21.875rem;top:147.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs { width:10.5rem;height:9.75rem;top:154.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLybSIRkUDzAQun1U8TzpQIvRlUJ26U { width:7.375rem;height:1.3125rem;top:158.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZWcXtuSGkfTGnQ8Wyz4ekBAsIAUOOBG { width:37.9375rem;height:2.9375rem;top:161.5rem;left:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru34GZvtvFPa4RdiTWGbKGauTNfmwST2 { width:21.3125rem;height:1.625rem;top:154rem;left:14.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFvZx5UVCq5L6DfOoGJlZvBK2BTN5q4 { width:47.75rem;height:0;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecm8DnlzMXpJcCITEL7MGos0V2pC32gD { width:38.125rem;height:1.125rem;top:142.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMaGb3uxZZEHzSl74ZP6cU4xKRUIsOqV { width:34.5625rem;height:1.4375rem;top:140.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gMBZpokE9wyLTozGMOSn9aomnu0cGL { width:8.4375rem;height:1.9375rem;top:138.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNsKeXBZMWOe6vAVny2pMkMp09JRESvr { width:9.6875rem;height:2rem;top:138.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIwxH4c2MH8iPIaBEQuhTHEGAzrDBAC { width:9.0625rem;height:1.25rem;top:138.5625rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiqCJcvalOpTZPE2Tw5oJ8wHd1GIpQpz { width:1.25rem;height:1.25rem;top:135.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIymNsW1Tvb8FzgASAkllaVKi7NGA4G { width:8.5625rem;height:1rem;top:135.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ5Xrbod9Uk3y2LrTD2fQcvJGfkoB0W { width:47.75rem;height:4.25rem;top:127.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6clp0VT7WvWRrQJz3dlE7vEszQT5pZI { width:2.6875rem;height:2.6875rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyLMvSZ1kbQDbOSlt1AoHVNWFxH88F99 { width:12.5625rem;height:1.3125rem;top:128.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFG9FHXNo9oqXcVn1hZ8mAd31E3M29H { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZPhJdkRLOLl47NOvRxfnDiRJO7VxuSm { width:29.4375rem;height:1.1875rem;top:156rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmxJ20qCXC5gSHWnFKCVWKP6UzvnJAI { width:29.4375rem;height:1.1875rem;top:104.4375rem;left:14.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwTZxbxEfNilo7CtslBaTAfOwmIL24DQ { width:29.4375rem;height:1.1875rem;top:52.6875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqEBaTDOPdmtevTNGil4LBXKA3aLWzKu { width:11.875rem;height:2.8125rem;top:30.8125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICEV8AD1sTcolWC5365JPq8hV89CR07M { display:block; }
 }@media only screen and (max-width: 763px) { #FGt8phfJHe9BstwhdOxPDSF5aHEV7fEA { width:11.875rem;height:2.8125rem;top:42.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMNI0pyPIhnc6FTqT5Txx0AIEBTPArL { display:block; }
 }@media only screen and (max-width: 763px) { #FIfoiWpTkfeBFEBmabP66QlgQ0Q2eEzV { width:11.875rem;height:2.8125rem;top:54.375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke76xeONEVfJnPIHpmUBlW3Sb4T4JK5d { display:block; }
 }@media only screen and (max-width: 763px) { #po5KF7xRExCEhFoR8OCBK4Ozt68iO92I { width:11.875rem;height:2.8125rem;top:106.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLpwZsgom5qCl1pE6ZdRF3WeVBpp8rA7 { display:block; }
 }@media only screen and (max-width: 763px) { #CFEUDGaAJQQ9FZuMFKfsXu7Pd2MHDKp0 { width:11.875rem;height:2.8125rem;top:157.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbihSh3WQwLqhIP1dFEg0IRtuI5mDze { display:block; }
 }@media only screen and (max-width: 763px) { #tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE { display:block; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJt5PmaTAxT1TT9yDerp8WuZCNT8I4TN { width:6.125rem;height:6.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTR9hzserVJuL5AFmNBPHaSX4TvgAmP9 { width:3.6875rem;height:3.6875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAlOds0E0FKXyEz6chDQ3LMrpqVVPduC { width:22.3125rem;height:3.375rem;top:7.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnheWDl1w9wDC2otvQU5Ec8TnKzpefoT { display:block; }
 }@media only screen and (max-width: 763px) { #xSfkherS1ISlda6Q4KoESkaXgrp8ii0G { width:23.3125rem;height:1rem;top:6rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XtVAQaQAiOa7dOReN2BcRi0vkeU18D { width:11.5rem;height:1.4375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7MZQUqkT7EbyzuThldQVanbCvcoxvAa { width:19.375rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okqLUG9DTw9W4andGcLmkVk3897oTxWd { width:47.625rem;height:56.25rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2PAGnsIudUTsh11xyhxaTMrhndBCnzv { width:1.25rem;height:1.25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkyDb3vg2tyFGCKMhu0wQA7bvqHTPnPQ { width:8.5625rem;height:1rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77T2J7I90B7u38boUqbESIT4nhkGQTz { width:47.75rem;height:0;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1bfcZzZx68AoUTKZxM1spJzemf3065t { width:47.75rem;height:1.4375rem;top:19.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8w3amiqoXf7XuH6bC3darQVwXtNaeRR { width:8.4375rem;height:1.9375rem;top:16.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM7OSa4gviwq1BkQWZAFUQJE0xAyP5kp { width:8.4375rem;height:10rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUIMqVTOGGoUe6Awxg646PGxSTktxoWa { width:7.375rem;height:1.3125rem;top:30.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocydo2tSUPV2BiCtb2vWWm2cggxUArE { width:13.125rem;height:1.625rem;top:26.4375rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHSQ66WucSDdZnXlqVQJg6KDU8SIqI0n { width:29.4375rem;height:1.1875rem;top:28.375rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpdSts8CybuEMttOXkLvuKrwI41TwO3B { width:36.875rem;height:2.9375rem;top:33.5rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9aX7AVb41UJrPeugw63HrHNVXLugAqo { width:36.5625rem;height:1.125rem;top:21.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg { width:10.5rem;height:9.75rem;top:26.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vokP4pxe5A5kSFaG26z7m77TDIfSTvIy { width:8.4375rem;height:10rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP { width:10.5rem;height:9.75rem;top:38.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI9z1DVuvQTPuyugubmPW9gpyTBaWd9H { width:7.375rem;height:1.3125rem;top:43rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoZsSvZVfhiT2ziGgH1C6Gfh1XPqzI2Q { width:37.5rem;height:2.9375rem;top:45.375rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlAC9ytIEnVUzuuTsT06bEmyKQBrKMrE { width:29.4375rem;height:1.1875rem;top:40.3125rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPVPtE4bdxqNFzac0nNVA5Xp7vl1yW8 { width:15.375rem;height:1.625rem;top:38.3125rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flwheTJ70C9AMshBfdCS8En1eO2kMa1O { width:10.5rem;height:9.75rem;top:50.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSw7kaaXkQqTaTTgqHm8AyWVA1U5oqJe { width:34.0625rem;height:1.4375rem;top:57.25rem;left:13.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtdxaKV6xMvFSZULalJkezF9hQwDHTTe { width:8.4375rem;height:10rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGC8IxHaBQ45gcFtIlC54TPObaZ7W6Lp { width:7.375rem;height:1.3125rem;top:54.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWbBhGDqJ4qWc8lrV0akao5QsLi1B0go { width:29.4375rem;height:1.1875rem;top:52.4375rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMBQftZlODuBGXkwpcQQvn1O1M64mTm { width:17.25rem;height:1.625rem;top:50.4375rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTMKva3Pg7KpumOLpz3G5zUwrnS6xqP { width:47.75rem;height:4.25rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PB2TvXXy9FSKm70kSeWC19vrz9AKVt { width:12.5625rem;height:1.3125rem;top:71.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXWIPVFFVCNv9CwzWB5cdyyyV3Wx93X { width:1.75rem;height:1.75rem;top:71.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsChq7rwDO2KLo9OpRXBAsmSdMH96os { width:8.4375rem;height:5.3125rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyH8brXGslfM0sSWf6ugtaUDlFpTw8IE { width:21.375rem;height:1.4375rem;top:64.3125rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwpG76GJaHbxeOgdlypLOKgcdERE3tb0 { width:7.375rem;height:1.3125rem;top:64.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZHBF78t7asSWg3SufM4Lck7L5w8S1Xa { width:1.625rem;height:1.625rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HreNOqILGS3AlyKsOdLakFvAwVwzBLC0 { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlNV1gbVS2CszuS7GLX0QWvb3t3ivBHF { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbTMWkS9guBacXU2vlydJQqKXhwxFiGd { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knHepXHTgJTiwhUWPc3BeFuVZhegU9ci { width:13.9375rem;height:1.3125rem;top:122.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuzJd8EFAQpZJRHeaaFiW05o9Ks6DsZf { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVmO44sIHrRI44OSVI4l0pUKHUIRas3K { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5MmJfw5Iyaqur9wBLgPe3CwMh92hTkK { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ru1xI5bftDHP1hBkR7OCIemylZ3xkmTU { width:47.625rem;height:58.9375rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyG09Eegz3oeXobtmIszoEkwxKMwizSn { width:47.75rem;height:4.25rem;top:140.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUVHAmADDIQpqiVEw2Q5nS7194rEEIG { width:41.4375rem;height:1.3125rem;top:142.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psasCTfv5OQRVm0mCvaxnDdGMqhOH3U5 { width:1.75rem;height:1.75rem;top:142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpbmbAzsf3aIkwvkQ3tqqVy7xoiQwn8G { width:8.4375rem;height:10rem;top:107.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O { width:10.5625rem;height:9.8125rem;top:96rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XCVfeVGn0fge8RX5FhO9qwcFGB6T8W { width:35.375rem;height:3rem;top:102.9375rem;left:12.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwWMOE7zREyxdHvTS0g5EmhHV8y4migo { width:7.375rem;height:1.3125rem;top:112.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2g81nfRr5hEl8DHxG4PmBrvD5sShKN { width:13.1875rem;height:1.625rem;top:95.875rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT0V8LpLz4GWg8goz1iDFfToZgT3Ld5b { width:8.4375rem;height:10rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxxl6deohTHhQG9o8gAKevcz2K0iiBa3 { width:37.25rem;height:3rem;top:114.875rem;left:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql { width:10.5625rem;height:9.8125rem;top:107.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPe3snu16sLG4nBo4eQ1dZqc9SyiWoa { width:7.375rem;height:1.3125rem;top:100.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOc0wqSUinqDzHRMw7bMS3C3Rm8TlgeP { width:15.9375rem;height:1.625rem;top:107.625rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHxADEc6yU5CdKElB4c4cUXafHiH8Zt { width:47.75rem;height:0;top:93.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxWERPuDwIVWoPe1sldJWDTV3r2zKgzP { width:1.25rem;height:1.25rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu18qc7ryg0ZE1yqfbvrB3wWBc2nliQ4 { width:8.5625rem;height:1rem;top:83.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fqIpoBSuJ4lSQbsaCWE53XSWNHU4Eo { width:34.5625rem;height:1.4375rem;top:88.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlFx1SvTDnpK6XwAZu5NdBEOu9eGhq3r { width:8.4375rem;height:1.9375rem;top:86.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8eettyKMrWqNq28L9Ry6cHzh6LheWb { width:38.125rem;height:1.125rem;top:90.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3pTSR3b2A1VGZux5tgFTvqAWLPJ3aC1 { width:22.25rem;height:3.3125rem;top:179.25rem;left:11.593099594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgCUfiIgssONaLaQpqu65nFvHDxcR5P { display:block; }
 }@media only screen and (max-width: 763px) { #yBhgBcU7dbc7uzvcBl28M01PiyK8X6fd { width:9.0625rem;height:1.25rem;top:17.125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGGD5Ok8zfdlGe7EeQcsua0CHTJFbum { width:9.6875rem;height:2rem;top:16.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcxvEIKVTKpVXVdnFqIOiG4eNpuWm2RK { width:9.6875rem;height:2rem;top:86.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sve0qCnsqPFrEmZhqE1qNdkxLCLZrhul { width:9.0625rem;height:1.25rem;top:86.5625rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIZvcuwCJKTPM7483szGFahrCAGEWkXG { width:1.6875rem;height:1.6875rem;top:174.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHl4zODM9a7B0U4SLTcOHZsTzROyeG98 { width:25.375rem;height:1.3125rem;top:174.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShpMiimxi8ipn5iCBPKyihXIL4CJTTE { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfzDqzxvztHQICXaXzpP1TmSFEyTDzRz { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONGcxhrMJG8l5wZaXG2RcfKcAc6tNTTN { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qhze3wEPCGFPMnW60ZtG4OGLkE6l5SuH { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoxfZ6LTQqtxo0xubHnk3pU90fWIKzPK { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDPlpRWwblGxqavNNrxHGmnIzgHD65CO { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJfMlXpqB7DlgyJTuWif2JT3UeKPRoOV { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GX0UJBFhJ9omuhTpi7mxnCir2kWHFWJT { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIPB0XAnUG3krNpLNteALTVgtLHHlzop { width:47.75rem;height:4.25rem;top:172.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZQ1W4ci8VhIUSqKWg7mxrShPEDReLn { width:47.75rem;height:4.25rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuNoGgXOHK2yEEwmi5MNolX5dZVqkObo { width:2.6875rem;height:2.6875rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvayoARmQ9AiVHZ0nMulKGV9JLwwdXUz { width:12.5625rem;height:1.3125rem;top:76.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Q9TWTakqbsvWHmnHVkzp4flEpIAM6R { width:47.625rem;height:24.25rem;top:146.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMIaaaiOu2RBTW8WSf5s1vbZ8f0Bidbk { width:8.4375rem;height:10rem;top:156.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIuDVviEcr226JtCzZlUGxH278SXWVm { width:10.5rem;height:9.75rem;top:156.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxC4TFQBT6QTghxraf2NblTUq5aDMpv { width:12.1875rem;height:2.5625rem;top:160.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBqgSIVUrOsbneZy19oA7VndOBtMVSmb { display:block; }
 }@media only screen and (max-width: 763px) { #evV1o7qJ5ZconaOmKtN0VSaSmaokPVKQ { width:7.375rem;height:1.3125rem;top:161rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7IqJIG8n84tDNMPkiWxQEWNJhD4lGHR { width:35.5rem;height:2.9375rem;top:163.1875rem;left:12.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOgCgB8ntkVIC7w6bTxcJ4rPSJuZ3bs { width:29.4375rem;height:1.1875rem;top:158.1875rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUxZXct2N6TRQAPQEcC6vIuQHTKxNu5 { width:38rem;height:1.625rem;top:156.375rem;left:9.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHktTaxg7f58EKqn1lqV79RqneLqNom { width:18.75rem;height:1.9375rem;top:152.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95KQ5TgFFSk0fNW9mxm4t9S4a0mwIah { width:9.6875rem;height:2rem;top:152.3125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugxmdJFAcpn4NTVdXHGAUOl58hyh5h5z { width:9.0625rem;height:1.25rem;top:152.75rem;left:18.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kbsupVzn7QL6KuTvK9r9NrNQrtSgIT { width:1.25rem;height:1.25rem;top:148.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZF4QfimlvVq9k9OzvV8EpGclX81TRy { width:8.5625rem;height:1rem;top:148.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD6dghVKsCld6tK3n0Inc7fIQwwq7zHi { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KINfx2E1czcMdrwELVZamkt0o9kmqOHn { width:29.5rem;height:1.1875rem;top:109.625rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7iNn7LJGpb01s4mCmsV04pte3T3Tawh { width:7.375rem;height:1.3125rem;top:124.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCLNE53dPB6PgD2qXEqzUvWvlzs1JJJE { width:8.4375rem;height:10rem;top:119.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v { width:10.5rem;height:9.75rem;top:119.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy8TiUitDgrHUpHnlpFgT4AqTgcDnTtQ { width:13.125rem;height:1.625rem;top:119.8125rem;left:15.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLn9GGzcN3vHyVrrPrLPzJ8CP7nDx5FM { width:29.4375rem;height:1.1875rem;top:121.8125rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acg0WiA9uHuF9rdOIpnOc8DJQ4OO1R7R { width:28.25rem;height:2.9375rem;top:126.875rem;left:15.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grEHZaVSIpIRSTfnP4Fs7xH7H3CmN91k { width:7.375rem;height:1.3125rem;top:134.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVKpM0ITHZkLBBRVFb4n8TcrtPSk8w0I { width:8.4375rem;height:5.3125rem;top:132rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULsd1d0QHEImbAaEpuxDKLP1solzzxTL { width:21.375rem;height:1.4375rem;top:133.9375rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySCOBk02PKStWs1tTW7D7RT2wDMSCNow { width:3.5625rem;height:3.5625rem;top:151.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKobCGJH2k165sG7ZSLbhTaZVFAibl3V { width:3.9375rem;height:4.0625rem;top:151.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpVDIkrn8Vx2hZFy47yATTySDpzv3hUt { width:11.875rem;height:2.8125rem;top:30rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQRxsGT9C1S7Tx60tBn2xQnEVZZq4NF { display:block; }
 }@media only screen and (max-width: 763px) { #X8aRx9JmIXA4dT5hkQFoaIRykxdwBtwe { width:11.875rem;height:2.8125rem;top:41.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JWHXi489NVLOwfTVUWnGbCXUEnyECl { display:block; }
 }@media only screen and (max-width: 763px) { #GeUoXrWgxwqTAEcKHItczleS8vLvZssg { width:11.875rem;height:2.8125rem;top:53.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi5DvXpuWPTDx7pVxAESxK5pqEcnnXJf { display:block; }
 }@media only screen and (max-width: 763px) { #tlw4cR5zIQaGQ5qwaStVghseO5rDJLui { width:11.875rem;height:2.875rem;top:111.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZwXDrpNMnNL3dHOV5t4pl5V6UveK4O { display:block; }
 }@media only screen and (max-width: 763px) { #X7wSTMQBxkvgShvrB2FgTzIBzUvZsJAH { width:11.875rem;height:2.875rem;top:99.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbh0NUckskfASOyurKgQRk9bwX1BrLb { display:block; }
 }@media only screen and (max-width: 763px) { #lFLeMN4gUMwSGZZAACraMUoiqrKNUx1M { width:11.875rem;height:2.8125rem;top:123.4375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf13vW5OTZLs8BG5LsyVCNGBVktgT9Vy { display:block; }
 }@media only screen and (max-width: 763px) { #TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT { display:block; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBSxltTTBOAI6p5zikTHAuAP2bzttgvN { width:6.125rem;height:6.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL4uc2Gp52oAo4KX5nVvRTFTcL6spO8m { width:5.0625rem;height:5.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeX4GqQuGTczIO43FTwDuHGATsQo8X2T { width:22.3125rem;height:3.375rem;top:7.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPhM9CTPbUdNnOrL4ugWSBSoy9i68NNA { display:block; }
 }@media only screen and (max-width: 763px) { #phSXtXu5Ne9TgZ2RTTRaf6uXRQAPqUtI { width:23.3125rem;height:1rem;top:6rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtNbrq5p7rMTlWrkvyRddFo6zumZmW8 { width:11.5rem;height:1.4375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRc2S5islMxzToIEVsalrTxKrvtVPlM { width:19.375rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThyaTiluqegWrNXyznnUD5KueFO0ilM { width:47.625rem;height:44.25rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHUswZp03GMEVXSFWRD3FUfWsfX6VtAa { width:1.25rem;height:1.25rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeR2R5i9qEIuBZnOO3xKF3lWI1UmKS7D { width:8.5625rem;height:1rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdAaOoiglDgeAMgSkZKsr9Tq95O05GH { width:47.75rem;height:0;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNxigml5HVPIeN15bX0FZrWcrcu9114 { width:47.75rem;height:1.4375rem;top:19.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmyRm1PFTKABwgiJdTyTIscJvDi5dbd { width:8.4375rem;height:1.9375rem;top:16.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euINZdTcJUOopuwxyrsLtIw2fCbRXs8p { width:8.4375rem;height:10rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q530POINhp4egbmHeDimro092GPKZyTO { width:7.375rem;height:1.3125rem;top:30.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVARwTpSfMNVJMSONZkc2zEbvMGoaNzf { width:28.9375rem;height:1.625rem;top:26.3125rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeLU3aJhBfLcrhJFqRnAs8tTIHVbrWbD { width:29.4375rem;height:1.1875rem;top:28.125rem;left:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIq88X3sZRQBm8TP90hqFbR5t2diaQB { width:39.75rem;height:3rem;top:32.9375rem;left:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeXpod1tL6J4NkAE9d8dOItoECF2hCVT { width:43.5rem;height:1.125rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk3B0QewPrfF1O2hw4WDcva4stIZLMhL { width:10.5rem;height:9.75rem;top:26.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESFXAJZoIhncvI9tWxE9AERZmo70vH4 { width:8.4375rem;height:10rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst { width:10.5rem;height:9.75rem;top:38.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0qmIzLVuAbSUMurAH4sP0P7v0MNbNK { width:7.375rem;height:1.3125rem;top:42.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcGKn9oRf2K81uXvZVAQ5hTTGaXeh7Hb { width:41.625rem;height:2.9375rem;top:45.25rem;left:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMp5KklAMiP22LhmbQAqZTQbtCXlAWK { width:29.4375rem;height:1.1875rem;top:40.1875rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCkZi2nF5U9hFfUaBTz8NI6OeyWCnTpa { width:13.125rem;height:1.625rem;top:38.1875rem;left:14.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3QMzQ6OvOZTyff4bda2mlLlr54i1mk { width:47.75rem;height:4.25rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNiZQLqEDgTG3BvfzoTlUf8hWF8Km7a { width:12.5625rem;height:1.3125rem;top:59.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3SLBh14SyzfvnRpv24sLTS0zduQrrJI { width:1.75rem;height:1.75rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kplMvMb0TwdD7rIbzE0hcHoezFSdhilN { width:8.4375rem;height:5.3125rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTeqTPHCoGpNzV4qcNITTr6Or3QVu1kE { width:21.375rem;height:1.4375rem;top:52.0625rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #va9kboPV1T0qshoIBEwoE5b5oZBgoR95 { width:7.375rem;height:1.3125rem;top:52.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEG5TnmHqny7OCHuubd6K6GJFZZXTeuM { width:1.625rem;height:1.625rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF83MFAgvSNyPxEEZ0h2MUf2WNIZAAnG { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxzBRVvwy4ADedLNWICUTqKJGk0JT0Gc { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTCnTkedDgBinU2mgqfcRi9tODgkU4rT { width:13.9375rem;height:1.3125rem;top:122.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWK2cay9P7cs9K1wTAPO2CHsCHvp7EiN { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwFgyLHfRKgIvwKkBUQJ0F1PNkQpdXvc { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uvds72s5g9cZbPgHaAhx0V67k1NkLpcd { width:16.25rem;height:1.3125rem;top:157.9375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0QMD9EFxZJVRef9EMoSAVt4pcTA2yrs { width:47.625rem;height:34.25rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0dnTB2Up4w2lS3epknBHo5p8ua2GCEy { width:8.4375rem;height:10rem;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQuZEtI2FAm9oyp3ZQasivsB85RyyTU { width:37.1875rem;height:2.9375rem;top:86.3125rem;left:10.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8XrTtb7gKTXDlG6RiDBURPLiL588DVs { width:10.5rem;height:9.75rem;top:79.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGLHmb7VugphKtePBhN7slpUt29mo16K { width:7.375rem;height:1.3125rem;top:83.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcOKG8IGBfsN1auVu14qDbrGcITHQapT { width:16.125rem;height:1.625rem;top:79.25rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxeuZz15npmf9VOxt56BCsKvgn7ueuk { width:29.4375rem;height:1.1875rem;top:81.1875rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJF1ekaw6xsag1SmHTDKTzL9tf0O5lJV { width:47.75rem;height:0;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGu3XPIzTg4LVGuS8tFHpck2gWGwXxnC { width:1.25rem;height:1.25rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQncF2RU1L1da9nGn3m0XiRuJihyeBAT { width:8.5625rem;height:1rem;top:67.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcB29SV97eyhHETIHqp1f95BCiOULHX2 { width:47.75rem;height:1.4375rem;top:72.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UOAemiT2hoCeZqz1B4vAbLP2Acw1rB { width:8.4375rem;height:1.9375rem;top:69.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ9uC5F8X5E6hzDIAk1D02RCTcaWp0wi { width:46.5625rem;height:1.125rem;top:74.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0niaIll9ZTxyucdDQd7fpFDT5pHz5HC { width:9.0625rem;height:1.25rem;top:17rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQf99Q2V2mb6XJHNTWw6975zQymtVlE { width:9.6875rem;height:2rem;top:16.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoQATbauWmriOc5eilHuyLTayZnQpfkD { width:9.6875rem;height:2rem;top:69.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOreK7DpuENqpqWSAIovDCZi9T1DIS77 { width:9.125rem;height:1.25rem;top:69.9375rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3mdNTcsoAmprAIaNAb1GJ2NtMu7AnR { width:1.6875rem;height:1.6875rem;top:155.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zTUAxBSZEMVD90OgWpCsJ0hTNtoP2N { width:39.6875rem;height:1.3125rem;top:155.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBwEIFHvIpCW2zFzNK3TxqsKCaZVguN { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLyDlmCUOO7MoT2cQq78RybwVbagSmvu { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkZ9f6PmqAv8mdHURJBkzp5Iwdkx9BuJ { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMly775m7BmSBc7SGlvLoRZ94sXBOTuK { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrTwfGWsmIl2N0H2ciON8NmEXs9h7fFr { width:8.625rem;height:1rem;top:29.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdpOJyFtlHC9kATkHb6SZDTS5fK9T8VO { width:1.3125rem;height:1.3125rem;top:28.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8eMCTUlhp3r17KTZ1q1UNXzr6mCG5UJ { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QovWbHtQhRUV6lxEo6XudiEdLtJL2e2c { width:47.75rem;height:4.25rem;top:154.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTRUATKLioO9JxVHKpQoVs0F9uK8JsZ { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BthD4AlnrKfqE4XzGVkdngvOQW8dIKhA { width:12.25rem;height:2.625rem;top:107.875rem;left:35.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQDdgPB0OA1xh47gaKUTz0xtP0lTOTTJ { display:block; }
 }@media only screen and (max-width: 763px) { #FdKihCstcaBlDPfXF9GusZDfzWqhTzp9 { width:7.375rem;height:1.3125rem;top:93.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEGWnecMPz5dnM8MpXdCAGyILNuXcTG { width:8.4375rem;height:5.3125rem;top:91.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2JE9Bqw306QnZZEmsezrZznzy13CtfJ { width:21.375rem;height:1.4375rem;top:93rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubJ8v54sGZF1IFTswWlB2hvlGRJmmd3s { width:47.625rem;height:26.375rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1Ey4b4PRUIuWlFT20tK75hrXnERaWQ { width:1.25rem;height:1.25rem;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gepxCETVic6CXQdDIqmMSxBZEuuLF4Qf { width:8.5625rem;height:1rem;top:103.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVgL3lQsJPIroACnq2rRQc5qeBeQDCn { width:47.75rem;height:0;top:110.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT05PEg9gTVqdCmUZJNczz7zB201e9KN { width:13.9375rem;height:1.75rem;top:106.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI { width:10.5625rem;height:11rem;top:112.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVZTyoBlI1hzTdWiOVsefomgnPzISuJH { width:11.0625rem;height:3.25rem;top:112.8125rem;left:13.936849594116rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb5vln2JLXMJAlmcRDZ0fhqDAhF0EVDp { width:8.5rem;height:11rem;top:112.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIpUBpo4TLDZ6KFoxyE4vsQH7aBLTQhx { width:12.1875rem;height:2.5625rem;top:120.625rem;left:13.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGxhxyNdHThE5R02srTUUmhDdwLRaeUl { display:block; }
 }@media only screen and (max-width: 763px) { #dgsWu0Gdd3DG9cMKWIeieuV6wsXRy8Dk { width:12.625rem;height:2.375rem;top:116.6875rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXhuq3Lm0AhXAqdN2Tgok57VuHhO3AWt { width:7.375rem;height:1.3125rem;top:118.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn18uaowqV3Xn0yJbfsvPdIJQuq55GoH { width:10.4375rem;height:10.4375rem;top:97.4375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc { width:10.5625rem;height:11rem;top:112.6875rem;left:29.374132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24fiDZQx76MnvsbR1hmt12IfnhCbI6o { width:13.625rem;height:1.625rem;top:112.8125rem;left:34.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qslsvi6RAGOsZDddBeqZKcTpLIqCP9U7 { width:14.6875rem;height:4.75rem;top:114.875rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUWJR6TRrqNmem9HiKBSrF2BRz876iQg { width:12.1875rem;height:2.5625rem;top:120.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2yTm8JPiHlAhN1w6mrdrwtsPmADRhK { display:block; }
 }@media only screen and (max-width: 763px) { #aPTOKHgJLnUWrfsrv0vscw7CHVIdrPVF { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI6Fd86nP4bkKacQsNWBMexPAUNLFFGT { width:47.625rem;height:24.6875rem;top:127.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT { width:10.5rem;height:9.75rem;top:140.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSbswPOxAg2PBKeaBPRbv0w8rgdGHX8H { width:8.4375rem;height:9.8125rem;top:140.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3tXxfAdHO49eCm3h7lL4Rf8HHpgloZS { width:12.1875rem;height:2.5625rem;top:147.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRm1KqLy5xVBTQM09o0hNp8q2yIRz7a6 { display:block; }
 }@media only screen and (max-width: 763px) { #P3CRhWoa5ThQZ73qq2M6GyAGdSUH6MuD { width:36.4375rem;height:1.1875rem;top:142.5rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4glTRvq7AXVgTwZAJQGh8BUyUZEfv9B { width:7.375rem;height:1.3125rem;top:144.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aThfw4EVOam95XZkg7u9CCv6leXdHw6T { width:47.75rem;height:0;top:138rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB7AQ7XaCUeVLGSTL4wxv7q6ObQ7fDxz { width:19.1875rem;height:1.625rem;top:140.125rem;left:14.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFQ7taxwabTmEu160P9M1ws4A8MdLx9 { width:1.25rem;height:1.25rem;top:130.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzOcJHWA7BqnGzFOUUMi8PDil4qUWVW { width:8.5625rem;height:1rem;top:130.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmuhzflUuAHTJINmCalDCKoTQktg0G80 { width:19.5rem;height:1.75rem;top:133.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE7mfQdlaiC4QLs39W1sRGKudvEKXN2W { width:9.0625rem;height:1.25rem;top:106.25rem;left:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnEpDDQpl2f8CDMhbNp9V78u02elva0 { width:9.6875rem;height:2rem;top:105.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUOvHw5HOzXGBfIsJtpam14pEIhFKG0m { width:8.4375rem;height:1.25rem;top:133.9375rem;left:14.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzPpI2TrMLrTXmFVPwTZgaXZSwTyg8O { width:9.6875rem;height:2rem;top:133.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzzkNLTB8Ka7Jty64NskBJoAzET6OBA { width:1.5625rem;height:1.5625rem;top:140.0625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZgzzVvRzQJIGeti9p6vmQWBW8LNT0x { width:47.75rem;height:4.25rem;top:159rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRW21bPxS3V02miplpUu0R0aCPCEUWns { width:2.1875rem;height:2.1875rem;top:160.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybfXRvupumdfDLy7lTfFzxzuI36k5UiH { width:39.6875rem;height:1.3125rem;top:160.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr7AlzEpRd9dBQHOqgfeVDc8UxGDAuOP { width:47.75rem;height:4.3125rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpEZcDQ8B9DKT4tDSpVWDH5vIf143CfA { width:8.5rem;height:4.25rem;top:184.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTVnW6IEqZ1VF7h5LUlvon9xGndWN4JG { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJlEgEZxRaz7l8PnM6CuHMDz01eDnw2i { width:11.875rem;height:2.8125rem;top:29.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oIfyA29f6n9e6nSDpiOTbDnQ8OSvwp { display:block; }
 }@media only screen and (max-width: 763px) { #gQy1hneN6MHGTr5JPllGTSBWrrazNQui { width:11.875rem;height:2.8125rem;top:41.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpSmPt5LcgMT0NAHAh4byRM59tH8Zys { display:block; }
 }@media only screen and (max-width: 763px) { #sOFKCXrTfEpZ4yXuPhhLaWrUw7JeJkpE { width:11.875rem;height:2.8125rem;top:82.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZ3o2kVoisvTwczXmKk1JoS86wnmZIm { display:block; }
 }@media only screen and (max-width: 763px) { #pQ2aIi9lr1laB1QKK8NumaS7EPOufhsH { width:42rem;height:1.4375rem;top:144.625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w773rGChsuKkrFeaClqDFwb1Wxqzz8er { display:block; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM5kF80s3EWTG6ULEWe1Zq4Nd4BmvqSk { width:20.3125rem;height:22rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G89xCFGGVvTLIkdbebLV5Jqfnp1RVGbf { width:20.375rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVycaBogQ76rTl0G0bQMolGGc9xXd7Vk { width:4.625rem;height:4.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI9DxA7legckoJRDwTioiEg8ZaEbOUo3 { width:31.625rem;height:2.0625rem;top:6rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJ3DXFLi12Pbr07LX5v8o9gniNTZJg1 { width:2.1875rem;height:2.1875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mQiO6cG2DvHaZuM4ymVMdryc0Lr8Ro { width:13.75rem;height:1.5625rem;top:4.25rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAeCgrPyaPIZIb9gHsPIrHvu5TfdvdPW { width:7.8125rem;height:1.6875rem;top:6.1875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubi9TZWLZ1ZKZrHp4ke5drL3HaxRwaCR { width:18.5rem;height:5.0625rem;top:18.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTTqCzMiSQu2cPw65UA6G92RxFxAnQc { width:19.375rem;height:1.25rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUrJsznb9cMGDnaVOXCPmEZBHyXVTnmw { width:20.3125rem;height:2.6875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hRMJc0K709DlAWgC0kzf5LdTg13vbe { width:20.375rem;height:2.0625rem;top:11.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLwRSi15ydBCh3P39ownuCD5EeUi9rM { width:20.3125rem;height:22rem;top:11.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzl9BU1mpWIdnSpE2e5RlbF8qddX72n2 { width:16.9375rem;height:6.8125rem;top:18.0625rem;left:14.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9WKywCOoFe5nhTG8mzq4eLX32TzawM { width:19.375rem;height:1.25rem;top:27.0625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1UXDF2blEELODfZtJBUVc7EtbkQQ6Vk { width:20.375rem;height:1.625rem;top:15.375rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDWtlvr6QEHheNkGUnhXFIGGVUcyVDU { width:20.3125rem;height:2.6875rem;top:11.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNsmvTrkdVK9oADtcoBQtNqVzBJTHzTR { width:20.375rem;height:2.0625rem;top:11.6875rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XmTD8mAtRxarJCZKRuSvSv8KDlEETm { width:20.3125rem;height:22rem;top:11.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk808oSvl972SHSfVdJzOmPccc2Ml6Xe { width:18.5rem;height:5.0625rem;top:18.75rem;left:29.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2fb20ZT62wBBAOFONRvVc39QVVbT88S { width:19.375rem;height:1.25rem;top:27.75rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJkBTtV0E15TTQE8h3pAxJpF6VshqDt { width:20.375rem;height:1.625rem;top:15.375rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ2VLwHssicJUynTFT39J2mbkCeoJE39 { width:20.3125rem;height:2.6875rem;top:11.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfXXIAWAQyTWIKnWqEiL2XTgmbHqlIII { width:20.375rem;height:2.0625rem;top:11.6875rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsMfef5b7xGIHSVWu1wUCkp6ZDkZU0A { width:8.9375rem;height:2.5rem;top:5.6875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqZbwJztLecPDCFzwdJ7mshC4VIZJgg { width:20.3125rem;height:22rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyDQk7damAuGyomXQiNukNaiHDv6cmPB { width:19.375rem;height:1.25rem;top:59.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlgCipkX4A8qZl6Ev5EhTrAmtbL3TLnm { width:18.5rem;height:5.0625rem;top:51.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGsGIcwEdptOD0TLehdDV73Xe1JspPc { width:20.3125rem;height:22rem;top:43.8125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6V83me8G9T6wfRGJJcvew0TXJmA1DOr { width:19.375rem;height:1.25rem;top:59.5rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gac4SeT4ksfRrAQbdwScONPr9si8lhpE { width:16.0625rem;height:6.8125rem;top:51.3125rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErSxX2VFROnWgaKM7Wdxb9dH81pmBVd7 { width:20.375rem;height:1.625rem;top:48.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7Wch8C3xZCL15k45XX0hQbtcFytHpe { width:20.375rem;height:1.625rem;top:48.6875rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbFnphdF7cCCoNvrIc9xhGvcMwWapNam { width:20.3125rem;height:2.6875rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbedpO1JpoXEgVzTNQUchPpxcPH5uaEn { width:20.375rem;height:2.0625rem;top:44.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbLrJUQK9vJLZVcvrrxytgWMdP19Gwco { width:20.3125rem;height:2.6875rem;top:43.8125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVEmkRzZT8IeyoycdIB5PdNZpadlNXiw { width:20.375rem;height:2.0625rem;top:44.25rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dvvDwuXKaSfmdZwQ3r4yoa4TWRATq4 { width:20.3125rem;height:22rem;top:43.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpkAku6hz2zcUpoF6fACfe1TqQ3SobgK { width:18.5rem;height:5.0625rem;top:51.4375rem;left:29.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbUFQD9eRGK5T0eZhp6tfMtVhLg9mzwi { width:19.375rem;height:1.25rem;top:59.5rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIt8bAINC5HcX0o5OITl9bdWPW6TTQw { width:20.375rem;height:1.625rem;top:48.6875rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IydbI64E2odKlPiZqyPHX6gkRDNg79 { width:20.3125rem;height:2.6875rem;top:43.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaJ0hT75CJVUCrDoiKZcTb63TCCbhgdi { width:20.375rem;height:2.0625rem;top:44.25rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGRrv5b8xdoq23HEn4PwzWCzQDMEDhA { width:30.0625rem;height:2.0625rem;top:38.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naR5ikaR3hLF9nIlTkAqur3bLl204ZaZ { width:7.8125rem;height:1.6875rem;top:39rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDonBZBlUkVL9fyHgxf3TNeTirSPQeT { width:8.6875rem;height:2.5rem;top:38.5rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNBZ1HvrIDTz8bzShk1a8sE7ggle4tC { width:13.75rem;height:1.5625rem;top:37.125rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv2HTLktZlNBw1o0dTLiPCA2O6srQ3ad { width:4.625rem;height:4.625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX152gkuWpEVemEbtgXbWLSVsRr7KOla { width:2.1875rem;height:2.1875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytk0z0xkLKJGvMxfmTeaCvnTPO6Z0i29 { width:10.9375rem;height:2rem;top:38.875rem;left:20.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bUzuER4cdMvp4SOKce8SqVS0lCrGJ1 { width:8.6875rem;height:2.5rem;top:71.5rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntuMly3bPCTtlZZwuGfH0HT9Mi73vcmp { width:9.5625rem;height:2.0625rem;top:71.875rem;left:22.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWppcr298hbxhKUpZzrccaBBz4llp533 { width:7.8125rem;height:1.6875rem;top:72rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQpGPrBgEa7T4ICxG7yuVhmwLfrhxzf { width:30.0625rem;height:2.0625rem;top:71.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw5wcZEuTmis4ceyXRozEoew2wA7Znd0 { width:13.75rem;height:1.5625rem;top:70.125rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrmO6FaBycH5abzT0Q0vSaenRNxVL29o { width:4.625rem;height:4.625rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuGnzF8VZudvNlO3qNoOBuprUdR7GQKi { width:2.1875rem;height:2.1875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLPFU8Aw1nHfuEpi4xQT6ZZ02UkhsFD { width:20.3125rem;height:22rem;top:76.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fMAOe6CE1e6mDl13MHBwzzw5UCTWxS { width:19.375rem;height:1.25rem;top:91.5625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0vdF8MB9azLVTu2LhRqDzRns3y7lAVD { width:18.5rem;height:6.8125rem;top:83.6875rem;left:13.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgTyLAyefBlIfWTVvJMKbxDJcl5VEJ1J { width:20.3125rem;height:22rem;top:76.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Vf5VdF3kAMmEEBbnatsADruaTHXl3O { width:18.5rem;height:5.0625rem;top:83.6875rem;left:29.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLNhC0znAOnKLWACoMOcDXobmLykfIm1 { width:19.375rem;height:1.25rem;top:91.5625rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHNtQ16uBgpOksfpWRO6lDfbIJ0Ea4sn { width:20.3125rem;height:22rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6sGMOT7ptc3u7gprFqL0kDbrHkH4beN { width:19.375rem;height:1.25rem;top:91.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQhRlQiNTNwgq43vfGNGwvH4n8ruotBW { width:18.5rem;height:5.0625rem;top:83.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Oz42mr3BFmAi3imM9MyofokkXtbN8W { width:20.375rem;height:1.625rem;top:81.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7a2aTTevzfBwK7nM9LUKa592CJuz06m { width:20.375rem;height:1.625rem;top:81.0625rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbAZ73hObHCrKi6oDm08eMrX2Fv3OvDV { width:20.375rem;height:1.625rem;top:81.0625rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBx1xVxGBJ1CRmUXBliWrABPAguh8qD { width:20.3125rem;height:2.6875rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNuz89gSpA5QflF5GspTurzBBbxqIBn { width:20.375rem;height:2.0625rem;top:76.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOiMaQZK1FpBEi8D6dmGmMdffF4tx9Tk { width:20.3125rem;height:2.6875rem;top:76.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG0cVCsHMhkJd7u9v5Z4NXzfHrndhbiN { width:20.375rem;height:2.0625rem;top:76.625rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PyE2TWZBqlI4aVIeXF07T3XR6rVQog { width:20.3125rem;height:2.6875rem;top:76.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsNrMwov9CazxinO3rouaTgUtxFJz7Ky { width:20.375rem;height:2.0625rem;top:76.625rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGATe3FGXvtSDoSnKuNVSntmg67tlJkb { width:13.75rem;height:1.5625rem;top:102.5625rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWdWM5vp16kkWMt2FTusWLsosAuQgSFq { width:4.625rem;height:4.625rem;top:101.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA684SgKpNHoNZ4mIP9soLoyEUDJHR7n { width:2.1875rem;height:2.1875rem;top:103.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRALsSmTUy9piyTQF4nobxlHqiR6JGz { width:30.0625rem;height:2.0625rem;top:104.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUzlEloponWB1bw45re5pCMP38mevX8 { width:20.3125rem;height:22rem;top:109.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK0SeHhQ0BRBbiuGQ8xBs4P90ZrIbTsR { width:20.3125rem;height:22rem;top:109.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSUNKtCDMuvLdl7di6EZoaIukyH4dRH { width:20.3125rem;height:2.6875rem;top:109.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOaTMAP0M7kFEaFUPOcZe2dCTZ2AUzHq { width:20.375rem;height:2.0625rem;top:109.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVESPOptQPNcoEIirpRF9rJUgLhAGWTs { width:20.3125rem;height:2.6875rem;top:109.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkQ4qpqyr6W9XLZHKaCO5Ax1BdGeXy { width:20.375rem;height:2.0625rem;top:109.6875rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6nc9J293MeyledgAX1Ei24sIfrkZvk { width:10.9375rem;height:2rem;top:104.25rem;left:20.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsl9Dw8qV2KfMB6g4evGaQ3TnC1SIBKT { width:20.375rem;height:1.625rem;top:114.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFfZJ2zITa3SSoZIlboLx5WVnINgMV2 { width:20.375rem;height:1.625rem;top:114.125rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVCJAKzIq0nWsWDTuhKrggTphILTy1H { width:7.8125rem;height:1.6875rem;top:104.375rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8XNMrhzUE33OO8O3l4M0NLiKOV7rN2 { width:8.6875rem;height:2.5rem;top:103.875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerx09SuEJtqAxAIcUUzCk1SufsTTuFB { width:20.3125rem;height:22rem;top:109.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMmOTx3IZtAZQ3XLEpgDQx4c2W1XIJL { width:20.375rem;height:1.625rem;top:114.125rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0CCirHrFm3W2G8HKSBOxmI5Wtste9v { width:20.3125rem;height:2.6875rem;top:109.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVk137hVKMExLXrm5J6onmCP5mXW4cm { width:20.375rem;height:2.0625rem;top:109.6875rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS2GbW147Pq0ZOKPPqnuyPcMwA0R7OTi { width:19.375rem;height:1.25rem;top:124.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J87czZL19dalmp2m46vwA7a9Tp6WvE5G { width:18.5rem;height:1.6875rem;top:119.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoPNSemFTPEKIR1noyUrbdTIenmOIoH { width:19.375rem;height:1.25rem;top:124.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJsFM3ykooxXfkhOOSvBPNnbEFV1QDC { width:18.5rem;height:5.0625rem;top:117.4375rem;left:13.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCO7fzdpdf4RtbCpTtIfgATPxKWn4hzW { width:20.0625rem;height:6.8125rem;top:116.75rem;left:27.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgU4m5CNvxr488dGoo8kP7swhEiiEUlU { width:19.375rem;height:1.25rem;top:124.8125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbch02AIUlNPG3sNLcWrAmzVDedPPT1K { width:8.6875rem;height:2.5rem;top:136.375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVS157Kx7JZFdbA2JkRDXipH9V8UIo7a { width:9.5625rem;height:2rem;top:136.75rem;left:22.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68alIIiiEAR74LfbPyAhqQm5dWpppEr { width:7.8125rem;height:1.6875rem;top:136.875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLNTcIXteZRgVvGfZDMKLZR2eBUMMJhs { width:30.0625rem;height:2.0625rem;top:136.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czAMT7ZPNg4cNArJKp1OvtO3TuBcGt3K { width:13.75rem;height:1.5625rem;top:135rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOc2HHr1qEEZm24q8eW9obNPxhBDXkmG { width:4.625rem;height:4.625rem;top:134.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKDcRACPBDrpbpQJTXzlJCxCAH7cV0tZ { width:2.1875rem;height:2.1875rem;top:135.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zi0vW9ZkgLOTDWIVJ0WHVnZdohsyJT { width:20.3125rem;height:22rem;top:141.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2IabVsHa39e8Xq7MGL9k5agThvSBhCL { width:20.3125rem;height:22rem;top:141.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCfacJTcDC9u9knALQ2TqRNuBF5qgypT { width:20.3125rem;height:22rem;top:141.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkId4TTyNg5Fs9Zr9zkcFh3kRnvB0uT { width:20.3125rem;height:2.6875rem;top:141.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OiqXQp07yRyza97z6ngATgHTuNzKTu { width:20.375rem;height:2.0625rem;top:141.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faNohC7clIFu8X612bgKH3DMrO7VeInZ { width:20.3125rem;height:2.6875rem;top:141.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErmqyKHSO0CqKHCAHhfxAuvzRuXbgHTK { width:20.375rem;height:2.0625rem;top:141.5rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZSqEreRTRIMm2HwLdcXXqyaZQsiHbb { width:20.3125rem;height:2.6875rem;top:141.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiFI8TTdq8HwFJnfRAy4AXiyLdwTP1I { width:20.375rem;height:2.0625rem;top:141.5rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVH5vsMH7KzOMpJ1rZRRPPA66Hr2x2p { width:18.5rem;height:5.0625rem;top:148.875rem;left:13.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAhR7GTrc49DGsLtpMaVv91lfWEVf87n { width:18.5rem;height:1.6875rem;top:150.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulCZIbCcifVESvQabcUcJy4BcWyyVa64 { width:20.375rem;height:1.625rem;top:145.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUcM9Cqx5kR9Mln4A62cUWoJkHxOCJiN { width:20.375rem;height:1.625rem;top:145.9375rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6lXV0KmxlBF6ZPSFOnnCEmqDOBGGuIe { width:20.375rem;height:1.625rem;top:145.9375rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauf0JTPzAcPK7pMzxIPkbVWWUfn9AU2 { width:19.375rem;height:1.25rem;top:156.1875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctffTaborLKl7mboaf70nm38SfTbFwVt { width:19.375rem;height:1.25rem;top:156.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AaIA22QvcTWquQneeXxTmt0xqFRvTM { width:19.375rem;height:1.25rem;top:156.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFiq6Mhi0wqZMWTMVenk6n279swTL3I { width:20.3125rem;height:22rem;top:173.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXePkZZNhzNKP74WOEIUVP3nobCNAyxM { width:19.375rem;height:1.25rem;top:188.8125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5pyUHSqGIZPP4cglfdsgQST1VUE59Qh { width:20.3125rem;height:22rem;top:173.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAgfr1mq629lJfCHvlLnxNXwtQMVaUpv { width:18.5rem;height:6.8125rem;top:180.75rem;left:13.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2DTA4Le2fLc1kuyCqTL4yMhNoUQ6N7 { width:19.375rem;height:1.25rem;top:188.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxfpWTgbzpOTHAx60KgatTosUd4vUFlm { width:18.5rem;height:6.8125rem;top:180.75rem;left:29.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ySATLHUfw85uIOm4zEDdcMLphW1TTn { width:20.375rem;height:1.625rem;top:178.0625rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMBzJ5W8BUzKHVRPbEr0O87wgKSVt9c { width:20.375rem;height:1.625rem;top:178.0625rem;left:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32BJ5N3QuUC8999srXQEQB4J7MT132m { width:20.3125rem;height:22rem;top:173.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2DqlzlZM3MGprhdaxVwhKbt8imJKwr { width:20.375rem;height:;top:178.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLVJumITTTTTlUVx5ArBdPcnZzVOTnWz { width:19.375rem;height:1.25rem;top:188.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slq4BIxrIR7lSOlGkXBVf3t45l9fA9Q1 { width:20.3125rem;height:2.6875rem;top:173.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5FZFzhd5iCG3qGie1IFBqTSxC6lN0u { width:20.375rem;height:2.0625rem;top:173.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJ7nDU1p8nysbANeZTUT8xu1fOP43eT { width:20.3125rem;height:2.6875rem;top:173.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvR1aKiAJ9bCdgbrBmSNK2ZmHfwRD61 { width:20.375rem;height:2.0625rem;top:173.625rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBiVpqo1TmOAgKIT8kCVAtct0hMzHbJ { width:20.3125rem;height:2.6875rem;top:173.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkiTsuAU5OFCspWbNouNIMEe9dcq5I3q { width:20.375rem;height:2.0625rem;top:173.625rem;left:27.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDIRACSfJLJH7Dy8A4PPq65c2y56k4Ur { width:4.625rem;height:4.625rem;top:166.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qPgUbiu7B6Fip59QQKPNpnPh2RnxWC { width:8.9375rem;height:2.5rem;top:168.9375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkGRrLhUyJAWwPHtFiWGQy2mxhrsf2rF { width:24.4375rem;height:2.0625rem;top:169.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWxNv2l1qPEyEixmEesyK5v4xNzndMm { width:7.8125rem;height:1.6875rem;top:169.4375rem;left:19.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otEaHc2br9Xh1XXH4siqPULCVwokSlfe { width:2.1875rem;height:2.1875rem;top:168.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp2ZP5v3DBhJlQWhN8sShQD3pWCMdK53 { width:13.75rem;height:1.5625rem;top:167.375rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWZ6Oc6BM447ihJ0FICzGE7fUmydLxD { width:5.5rem;height:2.5rem;top:31.9375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcVv2l9DRc7TC5agREzNVXreK6oXiyQ { width:7.3125rem;height:3.6875rem;top:31.3125rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9tXGmaXI8mTzmdJIZGCsgi05Bg5G74d { width:11.625rem;height:3.6875rem;top:63.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbnTnukpHN4lN8FhvT0n2XMM3TVhVTcH { width:9rem;height:2.3125rem;top:64.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMB4FD0KGw0aMIbIovqHOIei0Dx1gfT { width:9rem;height:2.3125rem;top:96.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObMPeENDfKHTboydyE8xWw977K4LeCLi { width:11.625rem;height:3.6875rem;top:95.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHw7MoZQQdaSgZiri7lWRKPVPx4Lr196 { width:11.625rem;height:3.6875rem;top:193.25rem;left:34.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5ZElrNkHWtU8dvZwSOJAnknkfHb6D6 { width:9.4375rem;height:2.3125rem;top:130rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpKdeMDsv7uLoQK2ly8vStF7NzXcZQsu { width:5.1875rem;height:4.625rem;top:95.875rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS0h9V67RAkOGzvy46zKVL3TrIpM3wo { width:4.0625rem;height:4rem;top:96.125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrIRJBxH55ba5ucVs3JLPxTvy4Fpyfe5 { width:4.0625rem;height:4rem;top:63.8125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktq3SSX4ibCJzSSgk8DGo9sWTkp2LnXg { width:5.1875rem;height:4.625rem;top:63.5rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxsfIsCneWXdWq6fv7FGSPzTpvcyOiF { width:10.125rem;height:2.375rem;top:64.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcF0WHTT87Ry4o6qd1rzEm69ILD8D6nF { width:11.625rem;height:3.6875rem;top:63.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6oXaKzOUy5i1oKQ14et9cEXKQT2TUp6 { width:10.125rem;height:2.375rem;top:96.625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7gJzSTzG6oDLlVbSBS5StMZoolLtvAL { width:11.625rem;height:3.6875rem;top:95.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS4ZK6dQN1FPpXno36RUTuqolvb2vEMh { width:8.25rem;height:4.0625rem;top:129.125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lroAeS2EZAUUwp1qL6ZuGHFeedwfPTsm { width:4.5rem;height:2.9375rem;top:129.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1sdDHkSgoPafIJfBeJfkHXXLZ7fyH4 { width:4.5rem;height:2.9375rem;top:161.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZ6kTtGLhee4WToTiPR5UmcfkNFQGUk { width:8.25rem;height:4.0625rem;top:160.875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUGORQ1hJdl3vVHZrqKSF4SAbWOLAGad { width:8.25rem;height:4.0625rem;top:192.875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTMWKKhkITpbVl4xcg0dAmC8OI0vWdf { width:6.5rem;height:2.25rem;top:194rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCT0BcgMKTHXPQMeoyqxaGANLdRqVpT { width:7.5rem;height:4.0625rem;top:160.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DprXWpNmkdUnLBHuG9blJgmpg6FrT41N { width:3.6875rem;height:3.6875rem;top:161rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1eOEL107LIRXqsTT2084feMKpcRoAU { width:3.6875rem;height:3.6875rem;top:193.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcn1BTrLufQg8EnK0PPyiTT4pfuyQny { width:11.3125rem;height:4.0625rem;top:129.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIgOiwCnVK8U0cUub71vGwRi4ElQazhu { width:3.75rem;height:1.1875rem;top:29.8125rem;left:38.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwfg0HBKtdAvwfNvV2Zl73UAgPDyxK8v { width:3.75rem;height:1.1875rem;top:62.125rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0yoOIubPeDdnpD48wG3BuTImN5iXww { width:3.75rem;height:1.1875rem;top:62.0625rem;left:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm1E8RKzAKa35XcP8UDvhH82ZTeKTMfe { width:3.75rem;height:1.1875rem;top:62.125rem;left:38.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLnLm2nQWL4XkICIMqFbCAsRJ0xnm5ET { width:3.75rem;height:1.1875rem;top:94.375rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBDR7ac8TpfwnxcdyvLATnzTztp4OUP { width:3.75rem;height:1.1875rem;top:94.3125rem;left:22.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgaOP5gnXT4stSUQVFyEZ2TWQoM92pQv { width:3.75rem;height:1.1875rem;top:94.375rem;left:38.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34UqpJdi1y718uctsEq1IIDnqUtgSne { width:3.75rem;height:1.1875rem;top:127.4375rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rlR5ZppSSVo6OISx9QGp7BdbNgTT9T { width:3.75rem;height:1.1875rem;top:127.5rem;left:38.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nryt2vqEqfKi2WZl3Nim9L8LgmvD3IW3 { width:3.75rem;height:1.1875rem;top:159.1875rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5i68kpKV6TTPTauuOCcktmgqICSaeL { width:3.75rem;height:1.1875rem;top:159.25rem;left:38.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKKUuDK0ORJhIAqgfiw3tnphR6zywnN { width:3.75rem;height:1.1875rem;top:191.3125rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXzIwp29mEf2mrG7D1raQHQ29QRlzbh { width:3.75rem;height:1.1875rem;top:191.375rem;left:38.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF4VdmvLxznbepcOVQ5RoMca1JbsVZaH { width:18.5rem;height:6.8125rem;top:148rem;left:29.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmAdORUO14Om5mTENmGCr7In9Do4qGq { width:18.5rem;height:3.375rem;top:182.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw48dW9wMBKmroh74w8unqMftI0OC9Ay { width:19.375rem;height:2.5625rem;top:29.25rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPI1D4P4a7eauE4XctV0By7VlH3QSzd { width:20.4375rem;height:2.5rem;top:5.6875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrAEW7GIqInMuuwncSD3PeLP0CRqc7k { width:19.0625rem;height:1.25rem;top:6.3125rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AduAkkf3WRqWLew9r5uOBlJzFyB9ROG3 { width:17.3125rem;height:3.8125rem;top:205.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLsaB9KWgNbsHFx4qVDJDmptdKoL0hy { display:block; }
 }@media only screen and (max-width: 763px) { #sGB5KHC008e0s4xlQsxfoQiRki5Q1pfD { width:17.3125rem;height:3.875rem;top:203.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmNkHKxDMMQAKw38PgtgAwSLghTPVKz { display:block; }
 }@media only screen and (max-width: 763px) { #HLPyBy966pB6lApDqVV23cdMhOcnAH8M { width:46.5rem;height:8.875rem;top:201.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6qPJwK84dEtoV2BTRvWfuAsi67FmMyQ { width:24.4375rem;height:8.875rem;top:201.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiLpzhVX8TdswlfgvrVigA5eVyznG2qT { width:16.3125rem;height:1.625rem;top:202.75rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMoiRScd6BVTluJzFhW5fA6745VOVMmD { width:1.875rem;height:1.875rem;top:202.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAmzbMfvkeEGfIGWTenVNTiU82xxTMBL { width:17.3125rem;height:2.4375rem;top:190.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwuQcao1kLTasW9iHktqtPs4m8qotKL { width:7.8125rem;height:1.6875rem;top:179.6875rem;left:3.1867189407349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU { display:block; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqOFTLeq5TgIUA7xGyW1BnTZMMO0yNo1 { width:20.3125rem;height:19.9375rem;top:51.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXAJ5euUzW1WyKh6TlEEue8TdD9MLl7Q { width:19.375rem;height:1.25rem;top:65.5rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0pbDTw7FTvv5Z7RaZphU2y36xm4hZBv { width:20.3125rem;height:19.9375rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBTRJCaTDB97JZsah3y5GNESLoMrcAA { width:19.375rem;height:1.25rem;top:65.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6m459qTMvNvzd7qOR3XlhPv7k9VT59r { width:16.125rem;height:4.625rem;top:59rem;left:16.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvbXo4bqE14s3fHesoBUVHRAMAMa7sN { width:3.875rem;height:1.0625rem;top:67.625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGTW0OLyogz2CfTAK7lcZbqTcbQ2JVOm { width:7.3125rem;height:3.6875rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQE0vr5vPGKZxZ6u8qQXWSniuFe2Wl8 { width:4.5rem;height:4.5rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkuDs9FrC4BL2mpnv3VJbV2AAaU95rC1 { width:16.125rem;height:3.0625rem;top:59.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmwhDXvdT5OQGM427iCsWcfi4a9G6k9 { width:20.375rem;height:1.5rem;top:54.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L39XZ9c7BMcTXiign5udKznNxaXhw06T { width:20.375rem;height:1.5rem;top:54.625rem;left:14.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxtCKnrE3rgTqXKLQU1eoecuVawyhSK { width:20.375rem;height:1.9375rem;top:52.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXGQmid85kUEyZBATl5ItMlMclTuzoKa { width:20.375rem;height:1.9375rem;top:52.625rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTF7ItUNVkV0aG8H3Er4oe6H6RT66wG { width:31.625rem;height:2.0625rem;top:42.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0NJnThRxAiw1zJeMSI6q9aJ3imE4Cyr { width:13.75rem;height:1.5625rem;top:41.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfV9CT6L1MHA4IgHPJJXkHepsdc31ee3 { width:4.625rem;height:4.625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp1T8THgOhCy7fBRZpAdgzbt7DCZov50 { width:2.5rem;height:2.5rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfTwSTx4NiarH7tTUITNFx6F5kB6VJpP { width:20.3125rem;height:19.9375rem;top:76.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoSlWO3TNd033gq3d28vPkVSOPHH48o { width:3.875rem;height:1.0625rem;top:93.25rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNXHeUD6yrDSEuOWD6cEfFhZn8wudRr { width:7.3125rem;height:3.6875rem;top:94.6875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT37mADoZIhwt08WqnORmXw263K0Trg { width:2.8125rem;height:2.8125rem;top:95.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbdsAPcPwskzcxRnWVDTH8WMbJRSpyEB { width:19.375rem;height:1.25rem;top:91rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuvS5WJFhcvLbgfSJax3NQpZ5c0T4Ldg { width:16.125rem;height:4.625rem;top:84rem;left:16.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqgMUkReKcnkmp4aH5vo3T4zofqkUu9n { width:20.3125rem;height:19.9375rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeDdo53SVVEJ7GJoDb2F74Inx8lZlTby { width:18.375rem;height:7.6875rem;top:82.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuW3Rnk2GfvWmTTcei8Sy7Por1qC99a { width:17.125rem;height:2.5625rem;top:92.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTFq5Ayb8xxPDI7H4rNO9JbICFlIOKG { width:20.375rem;height:1.5rem;top:79.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhJs7xSakqcGR3TiHxPu475GpOW9qfZ { width:20.375rem;height:1.5rem;top:79.5625rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuDVIcTU7oIxfIUu0V0os4W7n4sTBXVA { width:20.375rem;height:1.9375rem;top:77.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUmRT25yGG8zi2smaIipufrdPLzTRtk { width:20.375rem;height:1.9375rem;top:77.5625rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfeqBeCLQ3TDbb5buXGp1JJ3lXZ0PoB { width:20.3125rem;height:19.9375rem;top:111.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRrxuArRMz2OxvMrSTsw4MlTSqFLgLX { width:19.375rem;height:2.5625rem;top:124rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tJ8GeyTvdtt9r1lThxcUw7bTCoTI1A { width:20.3125rem;height:19.9375rem;top:111.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSxAD8TNFbczroJ3f3fP2aHk4wnI7Ch { width:19.375rem;height:1.25rem;top:125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBG6Xga2kGw3Brx3IHHiJvarcHfSC0ct { width:17.9375rem;height:6.1875rem;top:117.0625rem;left:16rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O233mLCZ7a6WxnqeBkrC2UCpHEpCzqa0 { width:18.5rem;height:1.6875rem;top:120.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdHzbS4uRKUHcrBdSFotJuz1XbBDETB { width:20.375rem;height:1.5rem;top:114.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTfO0xUr3loteWwSIBrz4zGKPhN4HxD { width:20.375rem;height:1.5rem;top:114.5rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDQsDSfS52DTg0eLKsE4SLyLMai4ctu { width:20.375rem;height:1.9375rem;top:112.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyyniUNeSQMywTWkmA2NQmSDGb6f03ax { width:20.375rem;height:1.9375rem;top:112.5rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3tbKkvctcGqzi6uM46Tte22IiJf7Hw { width:4.625rem;height:4.625rem;top:101.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4co4zdDBO54wlmyTUlbLktIMhbbe1TR { width:28.75rem;height:2.0625rem;top:103.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFN48y97a3NA4Z8rSoc8HActuqTDOm0 { width:2.5rem;height:2.5rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptTVvAH9nlcr0Iy02KUB6fbsX2q2xRT { width:13.75rem;height:1.5625rem;top:101.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFkqMXuBVNtsHAw2WIN27DtbTKue74v { width:20.3125rem;height:19.9375rem;top:137.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvi7T4wA12hyWbTs2UWThwB1KOEIAWSg { width:19.375rem;height:1.25rem;top:152.8125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCdbBQQ3gkNPDud3VxgeP4RH8BTrl2Dc { width:20.3125rem;height:19.9375rem;top:137.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqaD2DZuMOX1xtDIyWsBGKvmhT9zkkQZ { width:16.125rem;height:3.0625rem;top:146.375rem;left:31.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlHITqOi3U6eCXLUEHru8x9acyoxeiB9 { width:17.125rem;height:6.8125rem;top:143.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUK1A32sNTc4BmZwwA2puJ9G4Uk9cN3 { width:20.375rem;height:1.5rem;top:140.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cA4o6c5gJJfOU2NrK515BKdGft8gnk { width:20.375rem;height:1.5rem;top:140.5rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtfb2ncmvvBTncZLHtkPrKBLvCpKKBe { width:20.375rem;height:1.9375rem;top:138.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcS7NRyHoarZSbiKvbaw64CKUGRtmcok { width:20.375rem;height:1.9375rem;top:138.5rem;left:27.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JKI8OA3VtLGIGViNC4PvFBZaSy02RQ { width:20.3125rem;height:19.9375rem;top:174.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpLRRVVT7EWiCQyZ8btmch4DQlCyopA2 { width:16.3125rem;height:4.625rem;top:182.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eot1MWVoKn6QU4SxcALaPSUtypM67iEB { width:20.3125rem;height:19.9375rem;top:174.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyml6f78CzC61P62SKdzNNezmC9KwVBo { width:20.375rem;height:1.5rem;top:177.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNP66xsbMB3Q7EHcLTzwR6dbZzlgn3fM { width:20.375rem;height:1.5rem;top:177.1875rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HamZltP1OVtxLU6T3aualM4qwZWo5Nqw { width:20.375rem;height:1.9375rem;top:175.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZHHw8fHDIJdkirF08lfkeyVDdral1q { width:20.375rem;height:1.9375rem;top:175.1875rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ZbzRDx0Ddxyby6vEAN6LAdWIlcrAC2 { width:3.875rem;height:1.0625rem;top:176.25rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5PkRFxV7SSBnrLLtOwteAdNxUubyFO { width:9.0625rem;height:3.6875rem;top:177.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGDe39XpqfsSLQAIVvvCIS2huU90oB7l { width:7.9375rem;height:1.375rem;top:178.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGe0k2t0TLyJsrcxqvH0NGyBpskalTl { width:18.5rem;height:5.0625rem;top:181.4375rem;left:15.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owbhONOqNPkWbNWa9Jgs9ZOkV5slAyUy { width:24.5625rem;height:2.0625rem;top:166.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevaGmvGWRF0XQW7Kfe8prJUZJ17AM3s { width:4.625rem;height:4.625rem;top:163.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoLQGSwSzmpQy0ZzcBwVv1T3BUokrE7 { width:13.75rem;height:1.5625rem;top:164.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1RnFOS6Pt3w6Py4aLV04gS5L66q6dCJ { width:2.5rem;height:2.5rem;top:164.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93UUA2ue7omhUEu8hx9vt160tkFXXJ7 { width:4.0625rem;height:4rem;top:129.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqqXKNUTtI2OZ9dsPmRP9yt1T2ufRvD { width:5rem;height:4.625rem;top:129rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoivElIbDRrVtKcy25rQi5xitnvyGEZn { width:4.0625rem;height:4rem;top:124.25rem;left:35.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGTnRLpTP8xwMfk9QmEvXfZ2d6gnoT3S { width:5.1875rem;height:4.625rem;top:124rem;left:34.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVUThEN20aQZyi9QPtEZNeU6ZOospyU1 { width:4.0625rem;height:4rem;top:119.4375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMdZ1eQDd4ICuu2MA4RTerC5dNSt1Wqb { width:5.1875rem;height:4.625rem;top:119.1875rem;left:40.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4Ssww9Nr49Cfyg1O5xR1PlOBW5gIrSb { width:4.0625rem;height:4rem;top:119.4375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ3mwEZ9FHd904vtsK7KwqWxpvWPcAxy { width:5.1875rem;height:4.625rem;top:119.1875rem;left:40.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc3TBJQT1bLNDRFypfAXsWLEE2cMKwBC { width:5.1875rem;height:4.625rem;top:95.875rem;left:38.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvZ3B22r7TEg958CJTzlRRLixMyLO6AG { width:4.0625rem;height:4rem;top:96.125rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXNwDl6l9ZXTtk8EuIJQf0qctr9UzcQr { width:17.3125rem;height:3.8125rem;top:203.4375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDZaDJNID4N73RXRNm4wUCI8oVl4SHNw { display:block; }
 }@media only screen and (max-width: 763px) { #h6uVNZioWf2hITSpkaUTp65OZlwychWO { width:20.3125rem;height:19.9375rem;top:14.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOee5cJhtc7WIFU9f0DKD5ylBmlRll1q { width:20.3125rem;height:19.9375rem;top:14.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrfrGycUVRETGs8uSLbJXB3UVOUBHIq { width:18.75rem;height:7.6875rem;top:20rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XM08Hg7xeiuWrxp8oRqPpwuR5yuhaB { width:19.375rem;height:1.25rem;top:28.9375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5b3NnHtkrAudsEyoXZII6fl8TZSr8HO { width:19.375rem;height:1.25rem;top:29.4375rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCRf96edTpd9ftmkXhipf90B9K7ib0Q { width:16.125rem;height:4.625rem;top:21.5625rem;left:31.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPWTZm1bvRyQrJI5ParrKMdxX1mNT2oT { width:3.875rem;height:1.0625rem;top:31.1875rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBersRvTR3kPvL0fITpR1ibmyTxIrL9 { width:4.3125rem;height:2.8125rem;top:32.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6fBH1om62rxHUHFPh2pwVrEZGu3Msw8 { width:7.3125rem;height:3.6875rem;top:32.4375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umg13t9q0I0HSJFanmdHtslGTpTM4CoP { width:20.375rem;height:1.5rem;top:17rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDPX98HXWlSCqsNgQJ0S47XfM0PzKHrF { width:20.375rem;height:1.5rem;top:17.0625rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8AMJPb3DfXpnWn8TWuvwlslFrWUl6R { width:20.375rem;height:1.9375rem;top:15rem;left:14.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RXbiZEoQhs7ghrQAlT1WpKvtvf2f89 { width:20.375rem;height:1.9375rem;top:15rem;left:27.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0xstzeSbQfKFwnzNC0cxcZ9awpVWtcB { width:20.3125rem;height:19.9375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI0eqXfAvp7MvHvNcHuHnawwddaytIbO { width:20.375rem;height:1.5rem;top:17rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUrWN5X6xPNRFbmbMDV48nD6tdsB8INy { width:18.75rem;height:1.5rem;top:23.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCgBXI54QStvXb7yJzk91BiZBU1cycZ { width:19.375rem;height:1.25rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGNHqRn84ID7zZqLhNZFFZW5kOroJzF4 { width:3.875rem;height:1.0625rem;top:31.125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFhTUNSUeTVBMKghX1MXReCkdcXCT7i { width:7.8125rem;height:1.875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2KTATmP3eexqPHTbpW7VQdsEXQGAWZ { width:9.1875rem;height:3.6875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUCRd7xJ6qvJToFkAa9h3GwCZb6CNzE { width:12.25rem;height:1.75rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNtbCUCtJHFXerb1Rd44mTesenBkNv82 { width:31.625rem;height:2.0625rem;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobZuWT4NRet6RIOT6sRvJXe0lfyIuDu { width:21.0625rem;height:2.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZBxEbN9T39CokLlVIF3S0mmbuChenS { width:20.0625rem;height:1.0625rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #debJrWZoZLnbXtfdWeRcTgHbxAppZ0vs { width:4.625rem;height:4.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEtaFkR8kNDJWmEqNnBFWitEa57dkwC { width:13.75rem;height:1.5625rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8cKZHAJI5KXu8OcrpudMlIMoPnwhuVK { width:2.5rem;height:2.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzdB8ErfnVHX9hguT31xkWosyNkUGQF { width:12.375rem;height:1.625rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTKOmHUHJE3xvupW9C2eToV2ng8t6uf { width:21.0625rem;height:2.0625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8cFIy06InWcPHCyqOn4iGGBsmZq9DxP { width:20.0625rem;height:1.0625rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSAXWN1dv2m6Xv6oDDVwyRkfkVofu7O { width:20.3125rem;height:19.9375rem;top:51.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwddmF9Bevk7mokVhBtS2PVya9shI4Fz { width:7.8125rem;height:1.875rem;top:70.6875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmHTRvx7xyBL2lneh10csuT63Hx3Svt { width:9.1875rem;height:3.6875rem;top:69.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUnnOhh9TGET65TzcmJHJ3Zyw58DwbD { width:19.375rem;height:1.25rem;top:66.125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol8UsTOTMlQJCpULSelxtilDQkgUr9i0 { width:3.875rem;height:1.0625rem;top:68.4375rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1gFSMKK3wiKnyqCym3x6wIKybBvdxA5 { width:18.75rem;height:1.5rem;top:60.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v35h76xUt4J51VDpLJZZL3y1vTZwWR3B { width:20.375rem;height:1.5rem;top:54.4375rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqQQU9lJu2VoVS9cTdIZogGbZOImZos { width:12.25rem;height:1.75rem;top:50.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrMprtMviiAkiBRo7XanZ1e5uTCvPTMt { width:12.375rem;height:1.625rem;top:50.875rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bvJ8OXeCo7Xch5UiCTSdbu03UeyI0p { width:20.3125rem;height:19.9375rem;top:76.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnEKyP0k1dxATt2waMw2P3ItT5r3R0ts { width:7.3125rem;height:3.6875rem;top:94.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lpoMiBLTV3EkkFEylWK6cMqETd3hlZ { width:19.375rem;height:1.25rem;top:91.125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZmSN5RyRQCWzs8E0O86LETCsBTbv68 { width:3.875rem;height:1.0625rem;top:93.25rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RkWMdEWsAgDzzTq99T9J2JB7lZ9MCy { width:18.75rem;height:6.125rem;top:83.4375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaBwMWrXJtpd8RCEu69IWKchK6RX2NK { width:20.375rem;height:1.5rem;top:79.3125rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uflVTyP7EoI6Kakih5Rwm9csT7x0nx5p { width:12.25rem;height:1.75rem;top:75.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhNCJdOxmJAJJJlpdtLXTE0wPPgHxRh9 { width:12.375rem;height:1.625rem;top:75.875rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvH7EPriednZ3iEu3K5i2RdTMTw2mMsQ { width:2.8125rem;height:2.8125rem;top:95.125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtV9JHO59WIFRk4l4VLZvacIxik4WdP { width:21.0625rem;height:2.0625rem;top:106.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsmAIAyfslJ4I1Aim7UN7GynuXLygpi { width:20.0625rem;height:1.0625rem;top:107.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLORcDWiOKKygM6Zd3lPWVCaUfu1tECe { width:6rem;height:2.25rem;top:129.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE6k1P18Z18PrF25ZwbM9WDKNNTpnzuw { width:7.3125rem;height:3.6875rem;top:129.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETHEuEnTmVNLmsBUolMQUo45yvTm5AC { width:20.3125rem;height:19.9375rem;top:111.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOK8q9Qxt8vsRdRouT1JovXh38sFWMQW { width:7.3125rem;height:3.6875rem;top:129.75rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk7yNX43lxuVwQeL9E0b9l6PFTQDaiKJ { width:19.375rem;height:1.25rem;top:126.1875rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00pGmlih5NeQKMG2amp7SSE3s21xTmz { width:3.875rem;height:1.0625rem;top:128.1875rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBF86TaaIPbwkuSFtKzIIoyOhUTyCFU3 { width:18.75rem;height:1.5rem;top:120.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2kbwJfs40J2ETbJvSKfTnCBsuxRETa { width:6.3125rem;height:1.5625rem;top:130.8125rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKIxTfgzzkopdRc00XMA7USfFIzOpME8 { width:20.375rem;height:1.5rem;top:114.5625rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkZDDvCvkJVysCZsun7fnKwSDqzs80Q { width:12.25rem;height:1.75rem;top:110.875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaCHWT3NfeDwnwuq3GT6PxZuaGmZCGd { width:12.375rem;height:1.625rem;top:110.9375rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qahTJMC2rGyE5fsu3k1nmMX6P5o1Ozei { width:20.3125rem;height:19.9375rem;top:137.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veWJavmBpnRZKmk2hXztElwcQIOGudQ4 { width:7.3125rem;height:3.6875rem;top:155.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhGel6UepWwvgkcQwGUCAa2TdB2LOmuV { width:19.375rem;height:1.25rem;top:152.1875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6pJkLGz5sOZ3Ry3LJ9smTtRtIyvynAN { width:3.875rem;height:1.0625rem;top:154.3125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv7xKXTrLfhap3hePiUeVo6sV5Zvzzg { width:18.75rem;height:4.625rem;top:144.9375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zztbFKai1nqDEV9Lk6Ic2hHXBZqkTmgM { width:20.375rem;height:1.5rem;top:140.4375rem;left:14.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ulQlxizKSBH4k28KrIUBc1lVkZL3ww { width:12.25rem;height:1.75rem;top:136.875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhbV8J6kWXfLqXdheOs4fRLkPah247P { width:12.375rem;height:1.625rem;top:136.9375rem;left:18.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUz83bwHA5TTt4TB82GO7PAm5rPav3xd { width:4.0625rem;height:2rem;top:156.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUdpbE59ligWyCzkgL5u1XAffvTqvn4 { width:3.875rem;height:1.0625rem;top:153.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGktRkqCluM7iHsBBWSrmwBGyphnaTvk { width:6.4375rem;height:5.125rem;top:155.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEpKgm8EnGzBafFhf9soELxfMXRKc2tB { width:3.875rem;height:1.0625rem;top:127.5625rem;left:22.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7TuxFs5EPGtE9I4GkQ5CdH1Ku3vchO { width:3.875rem;height:1.0625rem;top:127.75rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfw6LUeII5R6WuzBxEX4whB53rEWXDeW { width:4.3125rem;height:4.25rem;top:155.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRA2TeTi1dqOUAJ5tScMpHtJTG1t3WNP { width:21.0625rem;height:2.0625rem;top:169.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAVpTnZRxdTpnTqMASqTf6i2vRtzNlv { width:20.0625rem;height:1.0625rem;top:169.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUvTT3tr992TdB7B3czVWnRK3BNn9ow { width:19.375rem;height:1.25rem;top:188.8125rem;left:14.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7TypZSL6uD94TelIsrKWVc6N10EcMk { width:3.875rem;height:1.0625rem;top:190.9375rem;left:22.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2VEUyUHAHxH3ZyaKOSnu5dTnklnZ6k { width:4.1875rem;height:2.125rem;top:193.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTe9u3f6PTh6kvJhW2TZMSw8p0wTiWZc { width:9.0625rem;height:3.6875rem;top:192.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1HevypyVTqk6MuyyAea7W4FLX79gWW7 { width:20.3125rem;height:19.9375rem;top:174.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rVW9soTob2Di2QbvKTM1NEvb677gXC { width:7.3125rem;height:3.6875rem;top:192.375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLryFJMreCtaGdUXQXTlei1yALcDTfdD { width:19.375rem;height:1.25rem;top:188.8125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWe3appBvJJGVneENBlih870ekBhDyL { width:3.875rem;height:1.0625rem;top:190.9375rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshH6FfniqSuHPsOTXTAQCMZAlhoz2nL { width:18.75rem;height:4.625rem;top:181.5625rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6kPwVRMdGU3r181fDb2qAB6SVLiRTJ { width:4.0625rem;height:2rem;top:193.1875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQwuy0UZ9NlDF0DePT6izfFsGTA2oqn8 { width:20.375rem;height:1.5rem;top:176.9375rem;left:27.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdhPPBpi8t0Vu4To4gJS2qadwfOMDmwz { width:12.25rem;height:1.75rem;top:173.5rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2L3AIVryqPsfH4Ikb63pFnI7MwSBLe { width:12.375rem;height:1.625rem;top:173.5625rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHBvpgdaSnhgaU5TxyzTCPnfwGRtKvL { width:3.875rem;height:1.0625rem;top:127.75rem;left:0.09375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzULFicbzf3mH3x8qZttgAeQn4fZ9JnR { width:17.3125rem;height:3.875rem;top:202.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4fWqVEAJ4A2Tl0RNulVwhEunHUGCO1e { display:block; }
 }@media only screen and (max-width: 763px) { #qd5oSTKwIVIx9tWlqmb1KClQDu9vkumP { width:46.5rem;height:8.875rem;top:199.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IId7SreFMmzTIZQlpAfqNxb7bCPSl7iA { width:24.4375rem;height:8.875rem;top:199.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eOWaAAwOmMtdG4ISDTNUZFTTHelWQe { width:16.3125rem;height:1.625rem;top:201.0625rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGAxg0ieyyU7mIAIciduh8KSApwR1Fv { width:1.875rem;height:1.875rem;top:200.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slW1sMpTtcDZppS11MLJr7Bk8gHycz2s { width:19.375rem;height:1.25rem;top:150.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTiq8pGVmgwVlDCsmxPZPaAb3rWQHUG { width:19.375rem;height:1.25rem;top:188.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg { display:block; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV5kq7EcWWA2f5HLAKSKM5CCQakdzeqH { width:39.6875rem;height:4.8125rem;top:4.5rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySRMDOhm3OslKex7u32oOyw267is5HUc { width:21.9375rem;height:3.0625rem;top:10.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seBxUxf7AdyTd5HgxWq7NUTFwX2pTOK6 { width:20.875rem;height:5.25rem;top:4.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVDWqbuzFQxbUNT3G8dmavU1lhVFOP2u { width:19.375rem;height:3.125rem;top:10.8125rem;left:17.749567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn59BDg1eNwNxin1NCgxd6kqV9qTGcfB { display:block; }
 }@media only screen and (max-width: 763px) { #GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 { display:block; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB4xHsarmVDyvV2wy7IwylLuVezo1Vgd { width:17.125rem;height:12.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgzgtUiIpOKzUcVTzRD4X3F1Z4hNWWPu { width:15rem;height:1.25rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0NEs2pw3dpdll5cNxMpRLb3OzoBWR4 { width:10.5rem;height:1.25rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTGmeCTZKzSAPQKnOFDL6OATsb8Cl9e { width:15rem;height:3.875rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxVPSorcvltpu7vTkF37zDvdwCloEcU { width:17.125rem;height:12.3125rem;top:1.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMc37ibPnqnk8GGO5Z6FcH2zAKX7o9ad { width:15rem;height:3.875rem;top:7.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMAwhOUucsNJ75nw3hxoDivJsaJSUXpN { width:10.5rem;height:1.25rem;top:5.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnVo1xr22T0ST4FNK27FCTWcTuSACyW { width:15.0625rem;height:1.25rem;top:3.3125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsSWsQ2eXbZAwlxBOsJGnWRqU4dobfe { width:17.125rem;height:12.3125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPgFtBttrCR4Tvdk0lRuROW2MQ6z2Wi { width:15rem;height:5.1875rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkHUHhmmswRX7oOElymQBcKDW8bIzhx { width:10.5rem;height:1.25rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLb8X8wsJvdFNImEDVIu0pqb4iIkhzna { width:17.125rem;height:12.3125rem;top:1.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgTvNWPnrA81hA00x6nwbfC3U6gPesh { width:15rem;height:3.875rem;top:7.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEuy1F8tQoHu3OD29srA0eHOIxyf0wda { width:15.0625rem;height:1.25rem;top:3.3125rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn2l3vMMT5TDXE8gTseh49rSc6hl9Rmy { width:15.0625rem;height:1.25rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skm48o9uTum2iROeFdVpVuIkpRACTWQo { width:10.5rem;height:1.25rem;top:5.625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkOQfZ4IDUMwTPlBEKNa6tKbEocCBRWA { width:17.125rem;height:12.3125rem;top:14.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3AU4zkQhpNHB2RH6IdKuQvLH5p0ut9O { width:17.125rem;height:12.3125rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl1csUG86QQ187sg6BbHtx4rZ8civIAX { width:15rem;height:6.4375rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1A577XZt5HUcimMeOlmSQRtq5mMiKxU { width:17.125rem;height:12.3125rem;top:14.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESKCZ8S6DW7Ax3AMyvNgIZ9JN1VBaC6 { width:15rem;height:2.5625rem;top:20.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiCrdHO5lIOwk4cK7SdRQqdxCFJoQpab { width:15rem;height:2.5625rem;top:20.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Gxi3tnHivnKoZarVvVcGw9U2PlldaU { width:17.125rem;height:12.3125rem;top:14.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrWagT4iazEIuauaTtBHN1i6rEDWyZQ { width:15rem;height:5.1875rem;top:20.3125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63y3IUTq49MqF2SV9kA8papk72qgETB { width:10.5rem;height:1.25rem;top:18.6875rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhD2sMrFpSWISax7lD19EmRqgP8K5WB { width:10.5rem;height:1.25rem;top:31.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfnanJq8Bhx4gxIOQ1htFOeSzr61lLZ { width:10.5rem;height:1.25rem;top:18.6875rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzeXk1SnguXdOW1JxooMIyc1bwEN7UzU { width:10.5rem;height:1.25rem;top:18.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbK9XFtWTrf6GTR8Fe23rFCVGzyX5VrT { width:13.1875rem;height:1.25rem;top:16.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk1BSsgDtwpsnl8eCH4rtWqM3uAFTawe { width:15.0625rem;height:1.25rem;top:16.375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI62xcQq8T0eRqr59KMt3BfVfTfHqUbn { width:15.0625rem;height:1.25rem;top:16.375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsT6RFgPHwfwtvJRWIDx0hVSdHHkUV8Q { width:15.0625rem;height:1.25rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG2MGFvpiz54NbWCI1tXR4QX5pDPngix { width:17.125rem;height:12.3125rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTNrcEOCwTM71sdvNBaynEWGfDqXwEJg { width:15rem;height:2.5625rem;top:58.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw9DvCWCmTtCb52gTporl2sEX8mig9Wt { width:17.125rem;height:12.3125rem;top:40.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTagKIFdBPKsTyicilu4GmXfhWvQKgJ { width:17.125rem;height:12.3125rem;top:40.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9viuR1yX8rQee40ZARmKaqiZyQz6k6q { width:15rem;height:3.875rem;top:46.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgouotm2Hqm43N5P7HrvncTWVUe3BcqQ { width:15rem;height:3.875rem;top:46.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwaFuNcQPdTT9s6FDT3z6A3SDTZRIe3 { width:10.5rem;height:1.25rem;top:44.6875rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPsJgmlkzTFpcG0mTgLwsvCNVyOiQJ9h { width:10.5rem;height:1.25rem;top:57.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hci4sNrsx37pfhDvT1lMEIg1uIaxBEK4 { width:10.5rem;height:1.25rem;top:44.6875rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIEzZZoaWEgm4dJlZwhNXVPe2DBiMNI { width:15.0625rem;height:1.25rem;top:42.375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvCv1TxHQD5W8p5ZJeCkwe6HnQmNgIXU { width:15.0625rem;height:1.25rem;top:42.375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT29p8ApXAXnptkDgl4m0v2AdH9dwAxX { width:15.0625rem;height:1.25rem;top:55.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSCXW6D6B8rCI597L8TKfo51mxxGJ6v { width:17.125rem;height:12.3125rem;top:27.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTXLBHvfyASfUzw3a1PLXGwlo2IpuR0 { width:17.125rem;height:12.3125rem;top:27.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAsKigZE0VXL5RnGVqTs9xu5BwQbemA { width:17.125rem;height:12.3125rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTa5FGeWKgQGdvuaN9iTc8MeSLeZh7B { width:17.125rem;height:12.3125rem;top:27.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWRJTcElU21SiWoBvIrMcRL0xe0Q9nd { width:17.125rem;height:12.3125rem;top:40.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcp0UTVhZ63DmZsUfGi0n3qTE3MRkmu { width:15rem;height:3.875rem;top:46.3125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaknAxN7e2dioGTXkbn280HApWbJXsb { width:10.5rem;height:1.25rem;top:44.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgMdt6vMAluayARof0b1oqxaskizvw9 { width:13.1875rem;height:1.25rem;top:42.375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv0elx9A9h8aqkhTucDVSG2MnGFD4pJ { width:15rem;height:5.1875rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRfnkRf1prCiIpckCQzkp5sCFG8DC1v { width:15.375rem;height:5.1875rem;top:33.375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrT0mopyRgUqs9GtZOScv7Vl1dZuU04l { width:15rem;height:5.1875rem;top:33.375rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peT3BnuNhhunvCuzA4CbDJNUqmJfDpsG { width:15rem;height:3.875rem;top:33.375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLwlHsTKSDxBf7ZZx44MiqUDDNlozByL { width:15.0625rem;height:1.25rem;top:29.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEXKLV9HOV6aQXCL3CZMyI5u33HUToEi { width:10.5rem;height:1.25rem;top:31.75rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyvytOSZcXTS6AO50an3pT8AhQJgo6J { width:10.5rem;height:1.25rem;top:31.75rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4c8PWxLnWTrZXFUkgqLzr4zfBzXABAH { width:15.0625rem;height:1.25rem;top:29.4375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9JXZfl8UtvkqMI8FredrhV99fuPDxNT { width:10.5rem;height:1.25rem;top:44.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBspMhCdkEqVWk2aorgayLislPuLdd2y { width:15.0625rem;height:1.25rem;top:29.4375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPSVFZxJkzbuVdn52C9zP3n1gQtcHAa3 { width:15.0625rem;height:1.25rem;top:42.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqvolR8pikAg6ANMJeyG7gltercxqBZ { width:10.5rem;height:1.25rem;top:31.75rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNsmuCpnNTuL5cyVlUgtayhG0lr1BKy { width:17.125rem;height:12.3125rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7Zo5PbVisSMlPN4XUG8NldsmklrX3T { width:17.125rem;height:12.3125rem;top:66.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRBsn0QsimDUoQwehRayIxOfIzE9FQXA { width:17.125rem;height:12.3125rem;top:66.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOe56bQIV2oQqKxTbOgLw1CM5vdneDhx { width:15rem;height:3.875rem;top:72.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn8nK4NgzcPHmJDZMb7ItLhk3nI84K7x { width:15rem;height:5.1875rem;top:72.25rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlIWUUvTWN19BxT9stenQug3HiikZ1N { width:15rem;height:3.875rem;top:84.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9cxNT4SeQF8IbGU5k7y2yXH0dVOqnQ { width:10.5rem;height:1.25rem;top:70.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Rh1F9peVK68MVF3FFbAf1uWVZur6Q8 { width:10.5rem;height:1.25rem;top:70.625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh6SXAxaMpv3ydimv03VEZnte2zNqH20 { width:10.5rem;height:1.25rem;top:83.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnop6R5XkbXL5VNkZ8uNKqqAiyedaOvi { width:15.0625rem;height:1.25rem;top:68.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5O6IDKPcQn8STEFvRNcR0mg6gmZ71aK { width:15.0625rem;height:1.25rem;top:68.3125rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk2rkB6nyUcCuFPUuOwdwKkBe2Tiet8 { width:15.0625rem;height:1.25rem;top:81.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsT8PN55X0bgPOGryh1unDOO4QczOlQO { width:17.125rem;height:12.3125rem;top:66.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTAg79q8WqzdrgAXUqtF28Rh0lCIMuM { width:17.125rem;height:12.3125rem;top:53.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2POa1obKaNiyHE2HeCIABa3NQABDl59 { width:17.125rem;height:12.3125rem;top:53.4375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTCkier5pbmURDxpyaRmfnnS0STvIPL { width:17.125rem;height:12.3125rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJhOBPqKlAgqgaCh7TOvOGJNk7hh5b7 { width:17.125rem;height:12.3125rem;top:53.4375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFuKPmkIhFGmAKTK1mF3WHNl722XSaBz { width:15rem;height:5.1875rem;top:72.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71gN06234B60sxGkpbhQUglA9MbS7O3 { width:16rem;height:6.5rem;top:72.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPrfLy65yMM9ZP5NKmL2rIDCxF2rbpu { width:15.375rem;height:5.1875rem;top:59.1875rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5wDJVkzW4VBLolJaThEG9FVfyUPt7c { width:15rem;height:5.1875rem;top:59.1875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky5euZ5782BC5SkEPyLf7Qu14bk8lhFU { width:10.5rem;height:1.25rem;top:70.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNE8p00tU5UcGn562uUUg5ub9h88TxJ { width:13.1875rem;height:1.25rem;top:68.3125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIodK50pIU93h5A4fE3sa23c7PMlm19 { width:15rem;height:1.25rem;top:59.1875rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuNw5PfP9yQZT3AT9bFRsw9TQx0vLiIg { width:10.5rem;height:1.25rem;top:57.5625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od7orC1LpqcfzUHeTGt7ezisokrTvR5b { width:10.5rem;height:1.25rem;top:57.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCRoctbFHFEQqlPr8ANv1WaO72X3MaUW { width:10.5rem;height:1.25rem;top:70.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ITmfKuHHKRM30PNU7bm9Tpp4VSOBse { width:10.5rem;height:1.25rem;top:57.5625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDsEnXrPN2vwHKAmlpRQNAO22rnRHPUn { width:15.0625rem;height:1.25rem;top:55.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on1oFhgk7ShD1cZ6xG7JrMlnGcBfs8dT { width:15.0625rem;height:1.25rem;top:55.25rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PphNs6TSxamfxz7JGf2AbimrzXIgH2Tf { width:15.0625rem;height:1.25rem;top:55.25rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTtscXzBtv2DOCMg9bbV1g8IGWCQO7Z { width:15.0625rem;height:1.25rem;top:68.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRyDPu0pnxtIb6H64nlMum80NzBFf3oT { width:17.125rem;height:12.3125rem;top:79.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTzDm6hnTq15DFfzCU32B9Xwr6FuiZL { width:17.125rem;height:12.3125rem;top:92.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuZiTqHurT7Kw81qwvm2wAGUfzNiy8e { width:17.125rem;height:12.3125rem;top:79.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vMwXmfBASEDOzq3uI4OgQr62mGNfxh { width:17.125rem;height:12.3125rem;top:92.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFBULsWkkzlKXL5Sa7lsT7nVzTUryat { width:17.125rem;height:12.3125rem;top:79.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkNM0DHJ8gcHmWiTOGAE0gBnteAX7i7 { width:15rem;height:3.875rem;top:98.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ip3N6EOmdgTDFa5JsGbuTtLUKbVowl { width:15.375rem;height:2.5625rem;top:85.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW9sGTcbmcxorwHfCSa16HJSm0ickNTT { width:15rem;height:5.1875rem;top:85.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRbtrsJJ4ODPQHezcnUlKmAXZiaaCvG { width:15rem;height:3.875rem;top:98.3125rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuX0PwlfO0JpThFSoTOGJKrqXRT8h8h { width:13.1875rem;height:1.25rem;top:94.375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN2ZAqASeaFrZCSZMMOnigrX0tBCF9R4 { width:10.5rem;height:1.25rem;top:96.6875rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3nMHGQmfCUGbvVIK1hHWAOvZ0VuvbH { width:15rem;height:2.5625rem;top:85.25rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1T1Gaz1d04RemP3PAPA7sXTxJ7UZSRA { width:10.5rem;height:1.25rem;top:83.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP1pZQyTuVb13oEX5sKSDqXtQaFdUC6T { width:10.5rem;height:1.25rem;top:83.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAnZdTcCUDHSEitUDST2TJKSJ9lqzQ6L { width:10.5rem;height:1.25rem;top:96.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkukX7IPkwkXTbHGITOEF4r4w0rqBu2 { width:10.5rem;height:1.25rem;top:83.625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2UhDgM5WsFOwOfp7KZ3aHyIdcgvWH5 { width:15.0625rem;height:1.25rem;top:81.3125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EGEGwwkEMMoV2qRps5RSL5GzMl1ZbW { width:15.0625rem;height:1.25rem;top:81.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSSmpkOR70UOByK0tuGrF9CPhTFxw2p { width:15.0625rem;height:1.25rem;top:81.3125rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBCKKicDonfIgVFTOVpXFgQ7laJvyCW { width:15.0625rem;height:1.25rem;top:94.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTeGONo2vul33Io7rAtBOcaiFqBt7F2f { width:17.125rem;height:12.3125rem;top:1.5rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpn1gt1Gw3xBnVmacLKC2fEd1T9BiT2 { width:15rem;height:3.875rem;top:7.25rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKLK1bxvthgu7DTv3dDDNO9b3yNHErau { width:10.5rem;height:1.25rem;top:5.625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKsIRDHGMpCqdRsChgNbwt2yGETXtGnT { width:15.0625rem;height:1.25rem;top:3.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL6l0gb1kaPOIPQXhKE5bZLxzuZ4GmbB { width:17.125rem;height:12.3125rem;top:92.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfU48uA8i049RblErwN8QO6O8gNNRGqV { width:15rem;height:5.1875rem;top:98.3125rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2ka7gsdc1pOoBtQbDw54QFAl99z5UI { width:10.5rem;height:1.25rem;top:96.6875rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcO9OPvKGgdpoximbTx7JM9USVJZTJDL { width:13.1875rem;height:1.25rem;top:94.375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtyBnuv1tXAUT5scC9sCAsqBZZt7p4z { width:17.125rem;height:12.3125rem;top:92.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRtaIIQVrr7wDAuR8ArgqiTSvxNKlDk { width:15rem;height:5.1875rem;top:98.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Wyp5fSqSwnni5K5wke4PTTzdt3xCxi { width:10.5rem;height:1.25rem;top:96.6875rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSkcVuMUIV7kBxdpzmVE8FV7f3ipDFkG { width:13.1875rem;height:1.25rem;top:94.375rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkIFfZCxuq7rVNg7BZqVbtTRNBJeCJh { width:17.125rem;height:12.3125rem;top:105.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBoi5ZB7ZszBHu22Se9CM7uMnviFl8dF { width:15rem;height:5.1875rem;top:111.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpdssfDx4g5f41TgVpSGnZUzyuU93IZ0 { width:10.5rem;height:1.25rem;top:109.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Rwp5eRgIryp2oByVxbwWcMC1Goi1wS { width:15.0625rem;height:1.25rem;top:107.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglJ42oyeobrZ5QTIISfnCxhzEBnyXGk { width:17.125rem;height:12.3125rem;top:105.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTyDwQrPI7N65F7SJrc4fJg4DSITGyN { width:15rem;height:5.1875rem;top:111.5rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5Ua49q0lKGl6VkDlLT5pepS7c6k9Qd { width:13.1875rem;height:1.25rem;top:107.5625rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #morpex1kgUMonHJA0HmzTfrhSJg367FN { width:10.5rem;height:1.25rem;top:109.875rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTplJaIqO9ebyK28H2OFmRmrzFsdJP4f { width:17.125rem;height:12.3125rem;top:105.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhfzWt0drkVkBeUglgx8Kh6O3RgoSLd { width:15rem;height:1.25rem;top:111.5rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCF1PL4r8TTNr2FJt7Z3AcvSrTLmdP9 { width:10.5rem;height:1.25rem;top:109.875rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhyXDHJTfapPk34nR5m496iftAJTwGq { width:13.1875rem;height:1.25rem;top:107.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv { display:block; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6rgobqZvMtINermDCSrVw8AX8DXJZU9 { width:6.8125rem;height:2.125rem;top:10.125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTdGdTttzoIHEyd4Xox7RSRvAk57plq { width:5.4375rem;height:1.3rem;top:10.5rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu21QvZMegmb3J4WvW8ClnS0vKqK5zkG { width:16.75rem;height:3.5625rem;top:46.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #azhiEevdErOZRaVb2WRVKb1I4SChxqDm { display:block; }
 }@media only screen and (max-width: 763px) { #ptkIPUpZcrLxHPByMdQfdUVRLv8X8OiQ { width:17.4375rem;height:1.8125rem;top:35.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1Ur0DIckzg7HROlhbTAuwadAaHHTccr { width:47.75rem;height:1.54375rem;top:6.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXRxRJRvRtP7Icki60EEOJwgyEPyMei { width:2.9375rem;height:3.0625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VGKkpMLSA92WwEKOapfpVAyA00T39M { width:29.125rem;height:3.0625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOXZot9KHamMFGnCLWAJOpZ3wwQ3OsfG { width:6.9375rem;height:3.0625rem;top:12.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4mqNLtk6yno1ePCwOwgaTqRJIyw5Tly { width:6.9375rem;height:3.0625rem;top:12.5625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usU17dmgkLE7zuKX5dkfENTTSd9RPl3v { width:26.875rem;height:1.8rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VAIehDGTAwO3BBOR1zllOoX14z3kvT { width:6.8125rem;height:2.125rem;top:10.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9Kh0IbtFOZTDCi5qKD0bnMAiyIrLvF { width:6.125rem;height:1.3rem;top:10.5rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiAMBQa9vCN6Q1itKVGzbv79lTu8HOWP { width:2.375rem;height:2.375rem;top:12.9375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsWO29lXe0vHX3fibI4gyULAzFpZbxCH { width:2.375rem;height:2.375rem;top:12.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUd1M1eKxgUQ7ihaL5Kc5xCs6VTOPoIT { width:1.6875rem;height:1.38125rem;top:13.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvUpsNRgn3OPVCzefmDtE6tGdqunVSrG { width:2.9375rem;height:3.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4QGPxGaLb1UJmDKTcq2lWzsX6FwIBOT { width:1.6875rem;height:1.38125rem;top:20.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egn2afWzhlta0Uhv5B3uxI0xoKkEadWl { width:29.125rem;height:3.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhGXQovgGEVS25lC4uZax4Nh9wZmNxHp { width:6.9375rem;height:3.0625rem;top:19.625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxP2TmF33heaBJuMUqUSX9MDXlQXFrt { width:6.9375rem;height:3.0625rem;top:19.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2A6TkA1rFPrQ1UJTgs18lfdS6cOBEh { width:2.375rem;height:2.375rem;top:20rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLgTu39er0xFEN3bomCmzcAzLLRzgpZd { width:2.375rem;height:2.375rem;top:20rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xwiwfRTrotT4OfFzTOhBZ12F8AfFvp { width:2.9375rem;height:3.0625rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTxXZF7KD1f4rfuVgT05nyPTBQtKKck { width:26.875rem;height:1.75rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4QGzRFGKHrAoiSD6XCSQ5g6mFfJJqzv { width:1.6875rem;height:1.38125rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTGA6HgntWssMaxe0Bdpla4QXASNDDo { width:29.125rem;height:3.0625rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbA1JUvcWnEuTI8pKRD12ZwRnviyvE5 { width:6.9375rem;height:3.0625rem;top:23.1875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6S1qTyncxcJRbRdvveKFmCxtPewCzm { width:6.9375rem;height:3.0625rem;top:23.1875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va6KOswS5Iky2xTI4Q0kH82sb7aF9hSP { width:26.875rem;height:1.75rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGLf9yuVQKokUed6R92yJL4dPARdu4 { width:2.375rem;height:2.375rem;top:23.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqtQQH0UfMoT6cgMlRzPSOWu6MINk5oT { width:2.375rem;height:2.375rem;top:23.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMdUtnFHvpIS3A2ZGoITVEeyZBnSMGbI { width:29.125rem;height:3.0625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw54aq5N7NLpowTwyH034BaWNOdpdefh { width:6.9375rem;height:3.0625rem;top:26.8125rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTTELlwioIApuFfW3G1FODNRQ8SrV3U { width:6.9375rem;height:3.0625rem;top:26.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVfV2sEGtFbL0peTPTNES5WzTBpVXZ2w { width:2.1875rem;height:2.1875rem;top:27.1875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzIdVM2sLrFF0lW7DATrqtBUVnAaeH3h { width:2.375rem;height:2.375rem;top:27.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO7W4OVeZ6dXBkiaoAr8NzgJ1QfE3BXp { width:26.875rem;height:1.75rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEwdqrbW9rWLCggJgTd5wli5SRlTqVL4 { width:2.9375rem;height:3.0625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBM0ePgfsyCtDT5dfO3DN5FeHXWWoHpS { width:1.6875rem;height:1.38125rem;top:27.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKB6CBO5dTxpHsArWqV2TSMvzmvKO8ln { width:2.9375rem;height:3.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdfHIZDBFTWLICS3SyA767s6qiAKlib { width:1.6875rem;height:1.38125rem;top:31.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAfCH2Ve43HwrE1kNBmW0LCSkUx1MO5o { width:2.9375rem;height:3.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZz4MGX7ePXJyIBEZzKI5RkkFwdLqE4 { width:1.6875rem;height:1.375rem;top:41.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSL66K5NDDs5JbihUdThlmA9pr5tDNoL { width:29.125rem;height:3.0625rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtOIQlW2pcl20UlpK5e50JkFhCPMgSw { width:6.9375rem;height:3.0625rem;top:44.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC7iXSD43WWD2D7es9heamrVxSIQhueA { width:6.9375rem;height:3.0625rem;top:44.5625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8mcwfEGM9K55gEvSG7X0NTX57w4vxnT { width:2.375rem;height:2.375rem;top:44.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOSznrRWHDKL8spAiAcm4vn6w3PiChav { width:26.875rem;height:1.75rem;top:45.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNRFVkZ3hkHdm1Th1Odftf4aryLJIFsW { width:29.125rem;height:3.0625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PId5KwZqnKsF5poEF78esfTdf5yWr9ak { width:6.9375rem;height:3.0625rem;top:41rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETdN4LHdPsvTDQ0qXIucuyFIhlbbNyv { width:6.9375rem;height:3.0625rem;top:41rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we05GwlJ2GEen9Wd7sEekTy5vrlAPaX6 { width:2.375rem;height:2.375rem;top:41.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRW01KxNXAiAcToCUMtTfmRrwkqQDaZ0 { width:26.875rem;height:1.75rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3LgyAJTbxSwQNswK9tCX9rMANTmhDD7 { width:2.9375rem;height:3.0625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNSxnU0IIN7bChNEExovqpA6d79hg7G { width:2.9375rem;height:3.0625rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLXyLzSPDiEO0ts6ARJSbdHBJrk6DP7H { width:1.6875rem;height:1.375rem;top:48.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZynrrxZzVNzI5LyiHxzlKZLo9FV8C6RE { width:1.6875rem;height:1.375rem;top:52.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybDrKOholi9u3uRPDfoW72X9skDryIb2 { width:29.125rem;height:3.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Op6ZmbFQuyeUgTFKNPrdLwSBMF9lHp { width:6.9375rem;height:3.0625rem;top:30.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxAxI3H6auzNFUEfvDDP8UssNpMPcrbf { width:6.9375rem;height:3.0625rem;top:30.375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKRKQ045BTkDEhRGZhLlTMlbTnlR07Jt { width:26.875rem;height:1.75rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMt0xA60IQboNlTmE4S9QbHZbMOIZS3F { width:2.9375rem;height:3.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD68E3fPKwP8QRovsN2M5TiZ6famresC { width:1.6875rem;height:1.375rem;top:45.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f533UGTPMHyepltzJaJcSGnTbT5f1gZh { width:5.625rem;height:2.1875rem;top:30.8125rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqN4itXlr5NpGhSigXJHHR6ShXVsXSte { width:5.625rem;height:2.1875rem;top:30.8125rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivcgSSuG06IuNXQcdn9q7AAXdNPF5Tle { width:2.1875rem;height:2.1875rem;top:41.4375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2wFrkmfqakDEIPbxIoEAo5xsXKBfp2V { width:2.1875rem;height:2.1875rem;top:45rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXSdVrkQdLeiPXGCTsP7Tt8WvLHefVd { width:26.875rem;height:1.75rem;top:11.75rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BC6T3G70TJn3411SJBuT85wSXbntXmNL { width:13.75rem;height:2.3125rem;top:43.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDrz41TQVgiSVgRsT4x4aIQru6h0Ky1Z { width:15.3125rem;height:1.1875rem;top:56.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a79bWQrr39M6Fd74pikWLopH1GCtpA9u { width:15rem;height:1.75rem;top:58.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByVPUZQePNSNf6PGCqUfMAO7iS8UmKSN { width:14.375rem;height:1.75rem;top:57.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUuXcU6puiObxdIvhC3quiD3pC3rqul0 { width:26.875rem;height:1.75rem;top:33.125rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzxmgcS36QA8FbVRyDVMb8ET8ZyNuwTG { width:14.375rem;height:1.25rem;top:72.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmkSGy7ph2b7UTg1LfvahND5e0kPo2Cw { width:26.875rem;height:1.75rem;top:11.75rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8TUln8PtdzNslIoWmxcewt8mEBvm5vP { width:26.875rem;height:1.75rem;top:15.1875rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXco01X1eAxJoE5Rm9FydKTZtSi9DU99 { width:26.875rem;height:1.75rem;top:18.75rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMabKsxdWFTrGXR6ZhHdQpMhTWLe9IsK { width:26.875rem;height:1.75rem;top:22.4375rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #orHToDU3u6T8Xz5wDTlILxnQGoicokZh { width:26.875rem;height:1.75rem;top:25.875rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmPCwrWwcT6neMzBumLt3g2CUQxksEL6 { width:26.875rem;height:1.75rem;top:29.4375rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6Db5Vqyh8LQUt3gpslWKVwM8igFV0GR { width:26.875rem;height:1.75rem;top:33.125rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD1o9olm1wl6KCqxyG8Z1i1BGp46T6oK { width:26.875rem;height:1.75rem;top:36.5625rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVeTvyQl0H69wJVTIMPeB0J1mBxOHOaR { width:26.875rem;height:1.75rem;top:40.125rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6MCbIxpZR9v9928VMD9ftghh6Wwr20z { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNvzuLWXEOmE6bPbG87p7toiTTtnmsW4 { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZHeHxWnTVetxuTywcuGms2PnwQIoCuM { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOQqAyqdU70zNZ6T8lt0TyuldyZ4Guby { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDTHw6zG7FvaBF1NuOgs3cMJMVSLLngo { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2wwpkIGp1l4dwmhmPELJlxKzMLoDwMy { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK6ZNNoCpz2hU80fRqDAH5ebtrWTKkDm { width:6.5625rem;height:2rem;top:62.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfJ7GQXSXmJznKbnTtzk4EJuztCLSKbf { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6kU3lhSEMqZvU5TV5Mx3P7pC319TfNT { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KiA14Ca8px1hdra3m8nVzC7wJOUwL2 { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE6PWmxVRaJBVRwhq7nh46Ucw8fUgk5a { width:5.125rem;height:2rem;top:31.3125rem;left:0.68680942058562rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZ958C92rZEpLQ7yrGtPDmh2oM37S2lh { width:26.875rem;height:1.75rem;top:33.125rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfMGlVgC4EUyFry7RBzHnQrIechLi8Ll { width:12.6875rem;height:3.5625rem;top:27.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5hPQycM0vqQ1Tuzf77TTOL2GbDhfr6 { width:15.3125rem;height:1.1875rem;top:24.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp2BCZRBRHhHpvO3nOI1XkqDnH1TAZlv { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlcbyXFgloUsTPOi2fFRmJLEQdCUeNc6 { width:14.0625rem;height:2rem;top:13.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD3qLMwdCvUmt3Tc87Pk9LLbzp0mqpTv { width:17.4375rem;height:1.625rem;top:53.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF0sXATdGvMwMEaslyJ3xV24SITvqzHq { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSzSNHuKMOMDsC3zvb4nATTdBCG5LAXT { width:26.875rem;height:1.75rem;top:11.75rem;left:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVWvKrh4uDioT2u7i2JPyXEUofn9a44d { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH67AzsT3w9gymoAzLTVraAZfxm02ene { width:2.375rem;height:2.375rem;top:11.375rem;left:34.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hItcKaNfOPDkF1c2Hy8i1lcqDu34FIl7 { width:2.375rem;height:2.375rem;top:11.375rem;left:34.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTICLTyxLlqTa98IQr1vASBD6ikR1Ewv { width:2.375rem;height:2.375rem;top:11.375rem;left:34.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8n1BsWvpXLf1wPpN8HMbvQrTbxKI7q5 { width:6.9375rem;height:3.0625rem;top:16.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVLfoTN7PXe9WdiWc85BDPTuln8RDGw2 { width:2.375rem;height:2.375rem;top:16.4375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHpZ8OWcpyw8qzxFkM7fCJOx89cwzFG { width:6.9375rem;height:3.0625rem;top:16.0625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRrWUNfSsrxVDHxKn8p4Pz4tq8p0JqyJ { width:2.375rem;height:2.375rem;top:16.4375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxabOPT0Z6Nr1eKngC8e4GDtIVW0PlIn { width:29.125rem;height:3.0625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khqTSqn81pA14e8xkO1znsJ23SHsdan0 { width:26.875rem;height:1.75rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM7XfvbFvHi3EUQ2bfxRJu3DpD5v0X9Z { width:2.9375rem;height:3.0625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSHI7pVxFl0N4mkzRuI2P8DFh0kA4zM { width:1.6875rem;height:1.38125rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSBE6igrU1WGE1KrOZD4KNMdfVF0X7i { width:29.125rem;height:3.0625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpBgAPl3itboX5kNv60Q0XAcCUpetEP7 { width:6.9375rem;height:3.0625rem;top:48.0625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fT4xdPcXRoMmBIzOiKL9cQ9kJ48EQo { width:6.9375rem;height:3.0625rem;top:48.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnzpmWWAEoG0ig90xTA7i8NTTQe3UpSH { width:2.9375rem;height:3.0625rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IfrvCT8vK84utUVZTzokwm95z11D4K { width:2.375rem;height:2.375rem;top:48.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5fRLMvcq1NUTKGXCuwNz092Vd9fzTAQ { width:26.875rem;height:1.75rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQCB1eAMxUKz2kJ3VhvtTdMqG3M1LRW { width:1.6875rem;height:1.375rem;top:56rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPGrXtdIu6wiy4WuWG7rnedeWyw1saSn { width:2.1875rem;height:2.1875rem;top:48.5rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WcS7gdrlCD4aiLQCLzJ5h0aDFUg20T { width:47.75rem;height:2.25rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD4nc8wZVrudUCzOHK7MHKNEOyQlk0bQ { width:29.125rem;height:3.0625rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXGTfn1udTt0xcTqgwwpenGG1JP7hli { width:6.9375rem;height:3.0625rem;top:55.0625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGE1KgU3CMmzae82qi2xh7HNvbA5spWz { width:6.9375rem;height:3.0625rem;top:55.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWZSvZ1uz9L6fkaS6kDiUHI0lOkXzNlr { width:2.375rem;height:2.375rem;top:55.4375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNVrScT7TkhZNkeqTGRwJeoQ1ni2JXL3 { width:26.875rem;height:1rem;top:56.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXi9UDh2DM16rkbNvKLW7SurbpCGFGP { width:29.125rem;height:3.0625rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhhtRd40uUHVJIJAh6lEW3yIGos6SfBN { width:6.9375rem;height:3.0625rem;top:51.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsEOuNiymEdPF8xdGXL5UnlMAehQwL4W { width:6.9375rem;height:3.0625rem;top:51.5625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqhm3HwEcAoTQ7AUXD5k0IF5Sh2dQuo { width:2.375rem;height:2.375rem;top:51.9375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJzRpMvR3n7pwJ5UIfi4Diyyi66IWTp { width:2.1875rem;height:2.1875rem;top:52rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFU6ByM30FVAhm7csv8Co8JPogBliBqg { width:26.875rem;height:1.75rem;top:52.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfVvfMmeWdV2sPK2VL4luoTeCXXRcS1 { width:2.1875rem;height:2.1875rem;top:55.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGNX0puS9hl2SBIW5MMWxCl8OuVw1rWT { width:29.125rem;height:3.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90o6VuScUaU36l26vf95owURXhZqtDb { width:2.9375rem;height:3.0625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHPodurSDxvubmMvRAQNf34Gg3vilJw9 { width:29.125rem;height:3.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvoAHwmltdGQpW5Tmpu63uFbWMsdBpO { width:26.875rem;height:1.75rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMz7OMd2x5baFMo32rIkRyEX013b5Wgb { width:2.9375rem;height:3.0625rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxz6hs3T4bSqmSJ1BiUhTvBGtavPlJts { width:26.875rem;height:1.75rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZHcOrL8DsZQiatzs1GDLkx5NwQtkK3 { width:6.9375rem;height:3.0625rem;top:37.4375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07Q3mBRXh4iphqdK4Ri43VhnvpPp856 { width:6.9375rem;height:3.0625rem;top:33.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB9UGKF5Zfq3sBvuGsUidacnLv1GpNtW { width:2.1875rem;height:2.1875rem;top:34.3125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5tDEd6OCMhXLQOP1BKxqlgXEBmQAQEf { width:2.1875rem;height:2.1875rem;top:37.875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb4uvktVLgvy648IEmTC7k6HE6rLrvfW { width:6.9375rem;height:3.0625rem;top:37.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSIrrqUPcpbW1zzbQTFbVlJP36o5VZ9 { width:6.9375rem;height:3.0625rem;top:33.875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4wbrDQaMoIboHpB9CqJn4T0aNVJ3RUh { width:2.375rem;height:2.375rem;top:37.8125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc7oldGzcJDJKBTTClOpn2nGLQvAyfrc { width:2.375rem;height:2.375rem;top:34.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxJs7dX9wvE1qnrw5qWsmdM4iEq4Wp5D { width:1.75rem;height:1.75rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauGZSTzW65gLHZIOoz5SJC1F5LFP2uc { width:1.75rem;height:1.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0Lh0dNRTsbPUk0QNNPksN48XFu8gS6 { width:24.8125rem;height:31.625rem;top:9.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVs3e1CTb1mJASnq5hOqstNHVXizrhn { width:16.6875rem;height:3.75rem;top:12.3125rem;left:31.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPVMH8skhJIWibWo8HwE18OzaKyskn0 { width:22.4375rem;height:22rem;top:17.1875rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVenm2e6Zfs0CQpkqo0IXm7SPgFRpOMb { width:24.8125rem;height:20.75rem;top:42.4375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeMfbZN2UTR0PcuMSMooT0f8q2N7r4GD { width:18.375rem;height:1.875rem;top:44.875rem;left:29.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHAt9pIc6CnyG389urPyVp3xmucRScwb { width:22.4375rem;height:13.4375rem;top:48.1875rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODXMcHCuEZs2SnraoUkS3icXivlqwTo { width:10.9375rem;height:0.8125rem;top:55.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v555nLpe89upb9CQJr0RV2XWLf9gc9rf { width:12.6875rem;height:1.1875rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztys3BR0iB3TfcKie6iSBmJ6d9HKVeXx { width:14.375rem;height:2.5625rem;top:79.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLMZiqXtemDFdZtBH1SAlQUI0n7JfrXO { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1nTWwU4zAAxhWn8oorz3RPpA87WLvxt { width:14.6875rem;height:1.1875rem;top:82.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M76prfUlNmQy9y8XXryBkaFrmNH8GI4I { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cM6aonPGQ3QF5KGSTZhFBGxp6ll517Lc { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhGeXT3qWBcNnsq144xHw6N0XWDTs0GN { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDHn04JJMU7NUKhG55fZxFZFJ3pcM2SO { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUOAheHPvb1WigyU6ZJVXVpnsCony9w1 { width:14.6875rem;height:1.1875rem;top:86.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9RyluFRzbaLmsTaZcKMt0y5N2zDPPbX { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwQJZxoCTREPRu1RGQtUUEfa5zLnCvib { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP3iPJ6kfXuCwozGmtc5grvtgWUkvJP0 { width:14.6875rem;height:2.375rem;top:90.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9tyiNn9IPqMpiutHirm9xs0xeXXxcKh { width:18.375rem;height:1.875rem;top:46.75rem;left:29.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLg0hToR3ip2LwDu6ZEiD3Id89zr35Gb { width:18.75rem;height:3.1875rem;top:60rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOBEJuJMyWhyXQZ77gzy1p5PCBzfMu7M { display:block; }
 }@media only screen and (max-width: 763px) { #ODfMOlq67xsX2iaGS1uGTgJFFUTo1hze { width:29.125rem;height:3.0625rem;top:11rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJrIIRL7NFd2gRTTna8lKpc6bJyqZ2f4 { width:14.375rem;height:2.5rem;top:69.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwHtiG75t8itEIp4oH0P6mbmRAQdrfnE { width:11.3125rem;height:2.3125rem;top:73.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRKlmqEsvOOuOSQKJgBBdxC4UbGZeJrE { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6ykspuQkbV27FvO0LHETrsqmxhuTw6f { width:2.375rem;height:2.375rem;top:14.9375rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA2Duis2ZiIWbCTBBESl0bzTVTu5NqZc { width:18.75rem;height:3.1875rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDirDHTo1MRvRRgSiZml8uwC7QfV0ww { display:block; }
 }@media only screen and (max-width: 763px) { #zEf9uuniUpc57lUambJOTgs66ppf9GRq { display:block; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOTg5qao87BlBg98AeS8IGFBBcqCgXA5 { width:47.75rem;height:3.125rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irail7cZfRkTA0EumVSJw5E9i5PdyTtu { width:15.9375rem;height:3.0625rem;top:2.9375rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsuGX4zPrEIxLDnA78qzuPCugFzfhPg1 { display:block; }
 }@media only screen and (max-width: 763px) { #afmnqKAM38ZWRtlKllTywrrVfBtkPikh { width:16rem;height:2.625rem;top:37.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBx98oFpuSRwzFFdiATnHFUEyt2MiSN { display:block; }
 }@media only screen and (max-width: 763px) { #qhAhuhpTPKaS9hTUnlGK87FBKib91ZwD { width:47.75rem;height:2rem;top:6.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnW1ASJEf6rlXSwVAmr0XsWc7yQ6VfDk { width:9.125rem;height:2.08125rem;top:13.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVPxvOTWpgxkZMlP5rN0SPLaf2uqfC7 { width:26.8125rem;height:8rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTRoaZkMeiS0H4vLAUsAROs8XiPq9hiK { width:1.625rem;height:1.625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFirvyyBwoDrEmE6Lz1ZV6qUq3VhTTA { width:2.9375rem;height:2.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0pUNtsdPT1MnbPsWTul6gF3ugFUmlsP { width:32.8125rem;height:19.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtZw1LAtx1TBbWfx01snB1SrHWcH01wx { width:28.25rem;height:8rem;top:17.125rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFVlnw9HhEg7Fp6m0CLM0105VOnseI3I { width:32.8125rem;height:19.25rem;top:10.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fba4qKd4rf0kdkQRJmDVSN6P9BVrelTc { width:14.0625rem;height:2.08125rem;top:13.875rem;left:31.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5CXhbmgaUafGS6iqPhGNIb4ZkDPNsx { width:12.875rem;height:3.1875rem;top:24.4375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJgJkW2DxZJwEHRPbe6bBycZ7nLKlxu { display:block; }
 }@media only screen and (max-width: 763px) { #a2C4m00DSmqtsNkwXpoKQhDZUCPsGhFp { width:2.9375rem;height:2.625rem;top:13.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVSbNdaoUMr9lwbnNERUoWyEpvOpeedN { width:1.625rem;height:1.625rem;top:14rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMbMUCnnUUPpZo4a1z3ZduAOepGVcfR { width:12.875rem;height:3.1875rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWzDTZ7ZLGpZ0gllCLsXx2dT3g1CLOW { display:block; }
 }@media only screen and (max-width: 763px) { #L2OUgurO5un9WkKLE0vOJLamwl7koki1 { width:12.875rem;height:3.1875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrc50bv7o8n4B9tiimt3PbBkDFK65XH7 { display:block; }
 }@media only screen and (max-width: 763px) { #cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 { display:block; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDZtmTB4FsJxnuqmbvdtMlJW0VBhHZEg { width:13.1875rem;height:10.5625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgs7Eiq4XmekiyOMorfyfIMJxqi2BfA { width:4.8125rem;height:4.8125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Xwy2QTq1Hb7AqCAGU0NpDpT79nbIlW { width:26.3125rem;height:4.35rem;top:7.5625rem;left:12.812501907349rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarrUBXMSbRp4mChoeAo7Z4wT8sSbSQm { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFrEXtQF5runVB6A8UelQLWTdILFUpkA { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #REG9uk6OFH9WtPra6LGVv3cnC1Aa4m8m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #u0XmrnGWXdXgDNKwBVrOShTK0G2iFHhA {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xT6mbW8RFfPrZ3PkywexWRLco2WO0pA3 {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qQ0UKSK8MLUSVISnE64cRs5GM3knDVP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #fEugUzDTM7kuvb1eeueVQmTx8F99yNLW {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #DE5FKUz5LT4g5xS6yZQHsZqIrvIrE3Cc {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xnK5ZSwtpSuDHxfhqFfIspAMgnbZm8k9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #m0ncSdkgVcpUqSt7JTMoE3AMGqpvdLOx {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #MHhff4bsF5qLxWuOVetwnl5RTSFNJZIs {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #ubI0RWKHz6qBe4dAeNZg5KhaWkTTqBGQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #E33XOpPtU8GHt82EWTN2XauPLeTLOyOR {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qSw4JI8gkKC8Ip4U7auwTraFmxONupDw {  }
 }@media only screen and (max-width: 763px) { #hBM4eJcNk12tOhd54Z3TVnTnnTkUPJDf { width:41.6875rem;height:1.575rem;top:51.625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKrqrVFrh7sHpm2xR9nIwrWE8aZZ4xgA { width:15.625rem;height:6.3rem;top:54.5625rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70DBWcLNHS9lTVV1AgugP45mJgnCMqv { width:1.4375rem;height:1.4375rem;top:54.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTgqCLpHcXDHxBSTTfFs33IkOis3ErG { width:1.4375rem;height:1.4375rem;top:56.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6cKDVqiPWOJz6fNFScN6CV9EaMPo3gT { width:1.4375rem;height:1.4375rem;top:58.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Py3CPfhMxTwz7rw2KwX66x0y9uNyCV { width:1.4375rem;height:1.4375rem;top:54.8125rem;left:22.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9LyA2SpXddJKN2sT43Ew2mU7cxUT0mt { width:1.4375rem;height:1.4375rem;top:56.8125rem;left:22.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZPcP46bEuvqlbU9kvpB9qrBFzcfl8DX { width:9.6875rem;height:6.5rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpRmEyF2N3rak639ZMXr0RTSkTTo53x { width:13.625rem;height:4.75rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg7XTUk3fXle0ZIO4GhGXbDZMa6LDhFN { width:11.8125rem;height:1.425rem;top:34.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HbyTGBWCzw28K4T0bBTkhX8GrkiKo9 { width:13.5rem;height:1.5rem;top:38.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72dOIdHtlPt7wIEcdaGAUSMO7Z1TEEh { width:13.625rem;height:3.0625rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfWLxmvQRB5ZU0PwJlcSJl92rC6trqZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #KWqkPkdinx3AWiOnplWuScbwUvcZTRWX { width:6.125rem;height:1.6875rem;top:41.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQHQfik78g4W7gTER190bPqvWD5luDil { width:13.625rem;height:4.75rem;top:41.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAseBpKcfKhPFz2SvFUyc3x7W3xy8x9Q { width:13.625rem;height:3.0625rem;top:44.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndD4LCBQuLWuL9LDVQTAgXhykmoq933T { display:block; }
 }@media only screen and (max-width: 763px) { #efOMgbKPi0Bdlu6fRHh950oxhW40shpp { width:13.1875rem;height:10.5625rem;top:27.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ILrGd3Bek4dz1SqrdouxDDRBxFbLd2 { width:13.5rem;height:1.5rem;top:38.8125rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9rXrCsxTlT0IXTmmTCuRXOBKS2KWLL { width:6.125rem;height:1.6875rem;top:41.9375rem;left:12.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktHgdgwKnCflK377fFT7Qo7xxZwdaeo1 { width:11.8125rem;height:2.85rem;top:34.375rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6XXAm0NOry0lwgINhZm72XgJg9hyFmT { width:4.8125rem;height:4.8125rem;top:28.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmnxkBihGFOTK7AcRbPcAHuaf1Tbh6z5 { width:13.625rem;height:4.75rem;top:41.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9LRqy9MnKZzDgST0Pg6TtAZJA3qSb5X { width:13.625rem;height:3.0625rem;top:44.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEXi4WldQkGdnUnNdES1hJVq63QbkVRk { display:block; }
 }@media only screen and (max-width: 763px) { #c7lZwO6dWZKxRep0xuho3vOD1O61PSAX { width:13.1875rem;height:10.5625rem;top:27.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlnneXSoLv0QlNQ2CwRpcMF54n78d5BE { width:13.625rem;height:4.75rem;top:41.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdk6ky6qoNiPqHupPk9T60HT2g6EiAc { width:13.5rem;height:1.5rem;top:38.8125rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqLbwXynn3hEoS0XtxfC4LQ5lMT2vXK5 { width:13.625rem;height:3.0625rem;top:44.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPE3GZssLf5HbsG0Za1AkfWLbv7AZfT { display:block; }
 }@media only screen and (max-width: 763px) { #nTBn5hhWx6cF0rWGkXqzXgayFgXDaJZi { width:6.125rem;height:1.625rem;top:41.9375rem;left:28.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3G0pyqCaMGdM5mLC8hfugyoM3zhsoq { width:13.1875rem;height:10.5625rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXbpCXoA0slGDCdw8TfRkQV62QDKgdMZ { width:13.5rem;height:1.5rem;top:38.8125rem;left:34.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4HZpGs2ZM6hw1yovoqiat8QRLvGrO7 { width:12.75rem;height:1.25rem;top:42.125rem;left:35rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9ctGolbWQc83sKkJ3HMNSD6BSl9LnF { width:11.8125rem;height:2.85rem;top:34.375rem;left:25.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpeBb0D9X4MGGqTLw1Ql9p6xXb3X2PXX { width:13.1875rem;height:2.85rem;top:34.3125rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP4VSgBINyeaRTITrSASPEBXJoe5l5Lt { width:4.8125rem;height:4.8125rem;top:28.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgIPPlPTTo5n0grxuek8cA4Z8KpK3Tcd { width:4.8125rem;height:4.8125rem;top:28.875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTpnQAsQ47ESrrJ5vvOApwPWhhpHwTp { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0FFkZ2uuTqUdf48Gz0NIzxVVp7TpX64 { width:13.375rem;height:19.4375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZyEn4OzJ7mHMGElc0A0DWLxMl7Wh8I { width:10.375rem;height:2.7rem;top:9.625rem;left:37.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTO5yMr3lmuvPux2BPWbS7kkdeHv0nVJ { width:47.75rem;height:13.25rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyHl1OaupSGbglRfO4MP0MTOq1cMlAX { width:24.25rem;height:3.8125rem;top:54.5625rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb4Z4cZ2nVScdpQABb2XdTH2pI1AAABe { width:12.5625rem;height:11.875rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3kaomCFfrxpli2I4MkyborZET8dDTNa { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqhpvhRud4TzWGLhQ4J5TCpWsGknr9E { width:13.375rem;height:19.375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFlmsTStnVnyfWCI8FXTpZvdMuBawmL { display:block; }
 }@media only screen and (max-width: 763px) { #dvdbSpg9KSzUUxRSWx78NeSAQACeAWSE { width:22.1875rem;height:1.375rem;top:14.0625rem;left:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNAsmlsNUCBvWh8hz4Ji7eI19ktqFc9B { width:23.625rem;height:2.625rem;top:13.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R { display:block; }#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bil57hoXOADOZD7FHifklslkyk826T4P { width:24rem;height:10.8125rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP7BrnloZbbmcWO3ftqyLgobOBsWluLS { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s53KRB4MotZ4QZU9cWfwVxmQ8fbqOX9g { width:26.3125rem;height:3.9rem;top:7.5625rem;left:12.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhAzXC0p81FLD33OfiyxQaJ4TlGcreR6 { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSc35lTwJaGhdxiEUnqNpdKTSoBJfgX { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUWLZE7yuJUJItLfS9VZEMbNH88bwkZW { width:15.25rem;height:1.625rem;top:13.875rem;left:13.6123046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #aThiARrKNEyKc3KOKSrp3LlPghL2dLSa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #fhHgueVinOLsB4lcpqdGs142vrl2oDDM {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mo0JGNKObQTBAqwKJ141wBsaoKzymBL2 {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #sGGOuOzyuxpQfkLAKdkOnvSD52kRUKAr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #DIzFm6WHez5pleGnl0hw0SuOLBTekm5O {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #niAx1o8hUQDXrx0rci5qSN4XeAJouJVB {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #LmC71zM4WVhQEVTG37a3nWCy0TRtwtMG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #Q8GHZueucp5grqLEZ5yi7UfDahO10s29 {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #nlWJT5fK41cNZEnzz4Kgva2LC05ws3wI {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #vrKL6Q0Alx2oBse5Iqw3k5QH5RawWdzx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #BDtQTolrVyXGaedBonrI5ZBqEpnucO9f {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mcGCrKFIWTU3PT9gaivw17lv32FdQJku {  }
 }@media only screen and (max-width: 763px) { #Mh4tHTnLIOWDnLl8zFodCukIo4W5p7sf { width:9.6875rem;height:6.5rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSlgk4xokZfR98DAC3m8EX3AVrvb8lOM { width:8.25rem;height:3.5625rem;top:31.125rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9bknJgywuTTAZaUfPPB6vsAvgSqqB1 { width:7.6875rem;height:2rem;top:29rem;left:8.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcXXGVmPURpJ0X3rbAR9bdongk9MxSa7 { width:24rem;height:10.8125rem;top:26.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZdEQeM0MG03LTwP7awaQJRtDHNdA6x { width:13.75rem;height:3.5625rem;top:30.8125rem;left:33.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCtg9BSWvGGSWlIhgvFgsvHKTeltvsR { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6OMGT44gZu6EA7BnQGnViNTfG4rwAg { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKIAA2ELzMpkuSRvGTPRpJ2QguJ37MHa { width:13.3125rem;height:19.4375rem;top:4.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of7Ig8FXipAtsX6N76Tq9xymUcpHLs0O { width:10.375rem;height:2.7rem;top:9.5rem;left:37.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLQU5NnN1iBmawGLNaPxO8czATNJ4UB { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3xOLInn0e8CVxK2geXOO22BWGcKmvd { width:13.375rem;height:19.375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq2LBrLCWZdSsupFU06de9KJgKiTE53 { display:block; }
 }@media only screen and (max-width: 763px) { #DNVfToRhqprEy5OdNCy947Rbl3M7s7eT { width:24.5rem;height:9.875rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcLd3bBVftXaS1MJZEF5kgE4Q2u18gnu { width:24.5rem;height:4.1875rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4lvATEcE7QJZ1eT3NQskSx9npBioBiK { display:block; }
 }@media only screen and (max-width: 763px) { #JhdzSdKgOtbqwnDA8JzrngUB6bVBu3EK { width:11.375rem;height:2rem;top:41.75rem;left:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVVZrSVn70f1fglL2nu5LF224GvWknz { width:6.9375rem;height:1.625rem;top:39.8125rem;left:7.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGi6XHWTsc8P7IkUVJfcsBaHhvVA8Ti1 { width:12.5625rem;height:11.875rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrTPrfXEIBJP03urk6nJzo4iuzwXwepb { width:7.6875rem;height:2rem;top:28.625rem;left:33.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzAO97t25T0UyktWTfxNA5y1Vm0gZ9Z { width:15.75rem;height:1.625rem;top:44.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAy3qTd7UCZ1olatX7GqLG3MxobbqA9 { width:12.875rem;height:1.1875rem;top:44.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnuubHuAnta2LUcTNGJ0hHG7JOJCO9fF { width:24.5rem;height:9.875rem;top:38.8125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlCrmMDimpZaodQmEhwLWuPoncD56PE { width:24.5rem;height:4.1875rem;top:46.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvvq0qRnacE1lXRs0BqAcpBVgsmp4X5R { display:block; }
 }@media only screen and (max-width: 763px) { #pE5BIDgqHIPw5fRKHCy29q9dbAAhP6og { width:11.375rem;height:2rem;top:41.75rem;left:31.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBrIL3MUTDyAU8CMKZcgzT6K5sI4i0A { width:15.75rem;height:1.625rem;top:44.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGqcq1lR120pd8nr30woABrOV7DvIi6b { width:12.875rem;height:1.1875rem;top:44.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck7hySSIoTSrmJcTCXSZ7RVnWcT2m1G6 { width:6.9375rem;height:1.625rem;top:39.8125rem;left:33.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TXOO7zUkIC3txnuNmK4q5TyLlDXrwa { width:16.8125rem;height:2.625rem;top:13.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNh3mS4VOEqx3TKx9XrRul1S5RwrPaP { width:47.75rem;height:20.75rem;top:54.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G77zcVP1AxQJSR0PnKbcZXzGd98igDmi { width:17.875rem;height:1.75rem;top:68.4375rem;left:8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqrJbsBQ96fAZX5KR4LMCmRfakXQ53xW { width:27.1875rem;height:1.75rem;top:70.5625rem;left:7.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwoaRrcq2hLVL7D6b7SF5PVS4TFCgeGc { width:1.25rem;height:1.25rem;top:68.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMZl8VZTTd4xZkp3hSLHA0MMfvFMTPp8 { width:1.25rem;height:1.25rem;top:70.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOCAQTm5sTBWhdh04ufyh4u6K7CuBSGG { width:43.8125rem;height:1.75rem;top:66.25rem;left:3.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXBeXSwoNTmFoXET3sCtn7mTCRUnNkTm { width:16.8125rem;height:1.75rem;top:64.125rem;left:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gi77O4p6wXAbpHu4biO8WcNr2yTgnvdp { width:27.75rem;height:1.75rem;top:62.0625rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXNTVHUd2r4rpSfhEXubZ5nmEz09FPHU { width:21.1875rem;height:1.75rem;top:60rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH3TNqIFchXxwROF0ErKVnGr2Ql1zzT3 { width:1.25rem;height:1.25rem;top:60.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEAM7TgiAMLe4STncnFWGCmdETXeStWG { width:1.25rem;height:1.25rem;top:62.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVJJdpWN54rDXtH3oT97unvPsJTEaw5G { width:1.25rem;height:1.25rem;top:64.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvkN1AyWDnKFCGB0VzHCldWT2l0dRMVI { width:1.25rem;height:1.25rem;top:66.375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QosPtcDZNW6ZmuOxVVyhar0fpeWIEImT { width:41.6875rem;height:2.9375rem;top:56rem;left:6rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU { display:block; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1HEBE2LCtc4nqIlsTdmX5wS8JIUqxb { width:24rem;height:10.8125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg5KbILaWZ9ADtfzBageUWETayus7agT { width:4.8125rem;height:4.8125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyiaTHqLFAsaUFVgkx2GBMaNInSqgmTA { width:26.3125rem;height:2.6875rem;top:6.625rem;left:12.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5Os3Tgvi4epPh0JUFKxs5apsq8rIEq { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68Z0OA4KObwsVwITG0XT0CtriXBPhXz { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #ggaRSl4cD3DcAasusbuzGhzzneiqVb7H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #bEAoObWL7a2f5iqMq4uQ2ZzwbTtXcHvf {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #o1dXsdSF9maVUGERTs1rsvXpTTdrzLAn {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #cSWL2IROCvTGb6QqpwPzoMohihPWXvEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #QsmBRihmZxNMDQWiuiQXinQ1eBDgEtiU {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #H8TJefvmhR02JXfvDExOIh2SgiZ6Iql6 {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Tqz24wopwJVblngSlm06pm0Wl2FkDDez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #LoLXlE7TttuVJAF1kX9WmmvcQHrlr3Wp {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #XWaqlwLUiFZzR3al5E6kJpWPZCnz4kPi {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #W6JzHhzEsQ39hG9apeToDHSTlhqEpWup { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Eq61pqkegKdD2oWG2TuLgrJTc8NmoS5f {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #WfZRRAffiU2T7MfERMwx6ElKw5chQCxm {  }
 }@media only screen and (max-width: 763px) { #HNJ3Bly4lBvOJ4dvf5afHTNHa9dvcyCi { width:9.6875rem;height:6.5rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX55oExMfJ9rRoyI6idcl3VVa0zZXt39 { width:8.25rem;height:3.5625rem;top:30.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTwsEoC9TW1XaAid99lfKv7AooLAh39 { width:7.6875rem;height:2rem;top:26.875rem;left:18.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXbZWNSScT0qXRlZe1fdfPfzDqBO0u5m { width:4.8125rem;height:4.8125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDar9lMRJU7BGiD6LKZTwxxJgJUg801 { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJmRxVZr5GA1Wt4S0TUvH3FM3efdQmk { width:13.3125rem;height:19.4375rem;top:4.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQKvlKUNdiGRWIBc5ZVHTk1e3zb1blN { width:10.375rem;height:2.7rem;top:9.5rem;left:37.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyZSafI9qyS5boA27IQZI44dINqcuZyS { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftT6dOva9T2c0AC28b29I3d8iJiNO1Gi { width:13.375rem;height:19.375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H36aaE23TGSa6DwTnZLoDW1JOccwAtZT { display:block; }
 }@media only screen and (max-width: 763px) { #p8AebxoqUIGveMxztSvqLLlNmD4xyedk { width:14.0625rem;height:11.1875rem;top:26.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ztvXGcBd1wR32sQ8apvnZuAy4Hz6P8 { width:23.5625rem;height:11.125rem;top:26.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDVBdmtPxTT5ZOxJVfAnuqm00m9A76AF { display:block; }
 }@media only screen and (max-width: 763px) { #kRclDMLATPtB04V7FCUIMaEgy0dmC28y { width:11.375rem;height:2rem;top:31.3125rem;left:18.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9m7G58oJiIqnlRmHoEfde94TQJ7nmmv { width:6.9375rem;height:1.625rem;top:29.375rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmmkzmJzxV2rvZ3KoUrVxsmAuVGExdIR { width:12.125rem;height:1.1875rem;top:33.8125rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTKK111eFoN3nb5eK9vytTpHUTbWtVr { width:23.5625rem;height:11.125rem;top:39.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRT5qSHPuEDIZrEGHImGnHlK8M9CPhKT { display:block; }
 }@media only screen and (max-width: 763px) { #DSIVaLxHRerL8i4R6TxkerL2JKf0vsB1 { width:24rem;height:10.8125rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ackIgTB11dervzR52ZnXi9za9dDTuPTT { width:12.875rem;height:3.5625rem;top:43.375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZWeHL320IHMd76BAU5rCiryR2Xat5Mp { width:7.6875rem;height:2rem;top:40.1875rem;left:18.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFAh9Rokoq7yIGMAyIiRTpIQs9FF4sg7 { width:14.0625rem;height:11.1875rem;top:39.3125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZZLqfsLTlF5N7mzvFwnMIw5waRVQ8W { width:11.375rem;height:2rem;top:44.5625rem;left:18.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDe6UqqC3C37wunHRT4bvWvsn8kKFwAU { width:6.9375rem;height:1.625rem;top:42.625rem;left:18.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avPTxJOWTUIT5OiWBIAM9u3lMkDINsld { width:12.125rem;height:1.1875rem;top:47.0625rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny9ygKFT4CTGtckQTKuS1xTUDCmkcfHH { width:23.6875rem;height:2.625rem;top:13.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx16rEhRkLySxTCqAtrltLuWNkiQG2qT { width:47.75rem;height:20.75rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT32e633pkvyStKW4M7n8WC7fyE5nQdA { width:12.5625rem;height:11.875rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JhTLy77x3qtybAlaAm3lBoTEPTWpCi { width:17.875rem;height:1.75rem;top:67.875rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvZUFb61I7HNpn0X3GeonzocKwuDtZb { width:27.1875rem;height:1.75rem;top:70rem;left:7.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIHE00iVyzUA1UnpXww1oE29DbHs9NRK { width:1.25rem;height:1.25rem;top:68rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMxsITJ5dSOA2eL7o1c7a4kIiQmbAIp0 { width:1.25rem;height:1.25rem;top:70.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqAOXDok5pFfwOW85AC9R8tVS4FS7hwu { width:16.8125rem;height:1.75rem;top:63.5625rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51dcCOAlEQZACG6RHxZCmrvIRX6lTi2 { width:43.8125rem;height:1.75rem;top:65.6875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLT0AJLyvv0q2yz24TNPtzbrH4M7GQV { width:27.75rem;height:1.75rem;top:61.5rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mIhyUAUqS4HKLt2Tw8qsgbheHnwQpv { width:1.25rem;height:1.25rem;top:61.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNv7aUt0o3fTgOvCrJuuOTe58gQ5xrcb { width:1.25rem;height:1.25rem;top:63.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIeWcKTHTJQbS2wyIS0WDNTIEAQkIg7y { width:1.25rem;height:1.25rem;top:65.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9LMJIV4AdIdqnLEPtBUq5MBEQ8hPPN { width:21.1875rem;height:1.75rem;top:59.4375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErAmokTmVpc7AIvPe4wnPWhhdgvmI5Lz { width:41.6875rem;height:2.9375rem;top:55.4375rem;left:5.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUSKWOFuT5ht8kLWSVDmpFEB3hmAivzp { width:1.25rem;height:1.25rem;top:59.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0viwyme1kAIirrFfeSMOzO5czwSFEh { width:24rem;height:10.8125rem;top:26.1875rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLcy284ntwCZLNIT2NHuSP45D19wNTMc { width:13.75rem;height:3.5625rem;top:30.8125rem;left:33.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3UrEx1G53AONXcCPfT3hJLnTpXtVM97 { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbIguPEiaa4dtO8X1o6HTxfWkRi3mrsM { width:24.5rem;height:9.875rem;top:38.8125rem;left:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oW0Eb1dwFVkukOlchOexbEaWSHg90IQa { width:7.6875rem;height:2.125rem;top:121.375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGvOiXXaKK1pTRgZkiAgvzhQWgEnbIJz { width:24.5rem;height:4.1875rem;top:46.75rem;left:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #otpkImOPmDrvBnJon3dhqgxHaggTxrCz { display:block; }
 }@media only screen and (max-width: 763px) { #bppCon1VUDN56TQmGiaPrWGT9lzVd1mC { width:11.375rem;height:2rem;top:126.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPgpu3cAgHn1t5tyIs0ztVo7ZcUENsJa { width:15.75rem;height:1.625rem;top:44.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9h8VsdXmgJ5CSD8XVmL9lgzB45mx28g { width:12.875rem;height:1.1875rem;top:44.5rem;left:31.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUU8oiOCcBQ0KI0MtpcJbC3hreErbBVa { width:6.9375rem;height:1.625rem;top:39.8125rem;left:33.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifpnz5aKQhybrTwhWUDJWeDdKHxI3tWm { width:24.5rem;height:9.875rem;top:38.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLMPO8QmTEf7SIiJPg556ZxNRFpKZO10 { width:24.5rem;height:4.1875rem;top:46.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbiB68JT4tGfviTemVBih0tZhvqNzpbW { display:block; }
 }@media only screen and (max-width: 763px) { #mn8WRIkMX7omlNQxOhAQsV483VaOmxfT { width:24rem;height:10.8125rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UG93sZsSmxTi1eK4L0glOdR7pVgd7F0N { width:8.25rem;height:3.5625rem;top:31.125rem;left:8.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFGyciz45AmbiwKUvc3QkrfiTJdMBzwE { width:13.5rem;height:2.125rem;top:92.5625rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuwRTXEIll8qypcEkz8Dud1euJdsKoTg { width:6.9375rem;height:1.625rem;top:39.8125rem;left:7.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmPNMO8zzJZt6eNrvmw8hWcoJHranFKL { width:11.375rem;height:2rem;top:97.625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4EWlrWAnKWd6fFsyrWo5wdeT3nTkqmz { width:15.75rem;height:1.625rem;top:44.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lB6UEIpkXrpi3vzLylyMVvTV9B9zCBmT { width:12.875rem;height:1.1875rem;top:44.5rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7724SWZExqentwKhWLggESA74rlGupW { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETTXmAuZOJ8ea5oy7LS1mm6gUIVKB4gx { width:47.75rem;height:20.75rem;top:54.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfcITk3FOZbRL6L0UnMUempQ6V9HH9nT { width:17.875rem;height:1.75rem;top:68.4375rem;left:8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O59KBqwavFeOhxgeL5D72IQLcFqOPSBO { width:27.1875rem;height:1.75rem;top:70.5625rem;left:7.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1XmNap5hxLFsF1LtTZiTVtETorVFKfx { width:16.8125rem;height:1.75rem;top:64.125rem;left:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ8Ts6VoWaoOZHWBcNAhw1FSaw0fLx7b { width:43.8125rem;height:1.75rem;top:66.25rem;left:3.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ft5wdNloV7DT2bTM5WNNN8eBLhnEP8de { width:27.75rem;height:1.75rem;top:62.0625rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJvstPGfD8SWCMqWAUaGkL68SdpX7TS5 { width:21.1875rem;height:1.75rem;top:60rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfmS93Ss7ilON4E66lBJkBZ57dq7ddGN { width:1.25rem;height:1.25rem;top:60.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9aPhAk6TqPf4pa6xrI5lJfRAQTIHn5r { width:1.25rem;height:1.25rem;top:62.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTTr6dQBy5OnPe0ap4nEw9ogREJOwq9 { width:1.25rem;height:1.25rem;top:64.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHyHxa4pdmwDfnfwo6nVUkLG0yFT8NQ3 { width:1.25rem;height:1.25rem;top:66.375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZosNHaB5HfTNSGlm0VHyVQJFu8bmNHPw { width:1.25rem;height:1.25rem;top:68.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XISaqFvR1PbK8wsudFUTOK7vRTWeLcbP { width:1.25rem;height:1.25rem;top:70.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qN1SFBvryTJZsQgIaGcULelWvODJ7yXI { width:41.6875rem;height:2.9375rem;top:56rem;left:6rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnyseBKmBBGg5zxRvt1J8aOuZTbLnbwa { width:23.1875rem;height:1.375rem;top:14.0625rem;left:13.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK6WcQvVaN7hFFgQurSEhA3aItSkeGUz { width:12.375rem;height:1.0625rem;top:48.25rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENaCsBbcho8eTLDTOrbPruAPZEUWUqKX { width:12.375rem;height:1rem;top:35rem;left:18.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHE7w3af8SDl5WTS2qVfdAdJDuxUPpzA { width:12.875rem;height:2.375rem;top:130.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRIsBsfxeos6QymchWoVBS86JbACuWQq { width:12.875rem;height:2.375rem;top:130.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w { display:block; }#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uo1L6CR3tpNRdA6kqEeEAlvJ2s2SXphw { width:24rem;height:10.8125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbAnqZEgfSbAhQ0LnyrFhkHbOh2ME7oG { width:4.8125rem;height:4.8125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9zMrI3OHvrzW9UxmBUbwpODbUQwRUzi { width:26.3125rem;height:5.375rem;top:7.5625rem;left:12.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKn4hfSLtrNeVemiWGTO6yTMAx8hKTGG { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRzpN8uWA4gSV77gFLZbQnHq62Dy0SH { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #TlxEI91PL1vESNlol1Ovcsf9kGzF4Bv4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #PvrLTEscInEErIvtSG5ExOSH0Qgkzd51 {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #C9bMs5XOps2L61LvyVvX1BVHXrLUhOPc {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #IW1lJ4QD9HiMKKmvlh33lR1wOlQcKVEg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #kLHDGL666wytshsqRwqUIZLyBzwkKWK9 {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #Pt6GXkQToa3B9m4AHq7zRwivX6bxhdXy {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #MQZu3oMwmZtaI9OB42OxzaFuv02TunHX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #sdpiHncuXReZLZOa93msSLzaXlVgkAiq {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #KhqrfJ94mHqhp4wae4EMnXTNh7ldHJ0t {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #tvrvn5lX5BnMQaFgx5bTir4Xkg11E75k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #BlHeptEPO4vwT6BwBmvK2MfzCFe3hSZd {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #qqGpn8dotOI304u68HzC2Dkb6cToQEVQ {  }
 }@media only screen and (max-width: 763px) { #KqOKaX182Ec58RksScSDneqs6ssChGTL { width:9.6875rem;height:6.5rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhhhdNFUTMi1CW330p5FtApBSkyvV1F { width:8.25rem;height:3.5625rem;top:30.125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XbVnG7iokbxVRP16ZO0k6cJw0bRuoS { width:7.6875rem;height:2rem;top:27.625rem;left:18.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKD0xr7PBoo9bLxnWi6c0HTSWUGxsAp { width:4.8125rem;height:4.8125rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmo3mHeLRexCcZBQNxSIKt5bAVVwPGH9 { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idApmTeiB5Ob5BgB8bR8Kon4WqkWrSdM { width:13.3125rem;height:19.4375rem;top:4.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K541UAZM2IWybr06cA5uZOgPcIlCHk8J { width:10.375rem;height:2.7rem;top:9.5rem;left:37.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7ErMRP9w7n0aWkoMMnqTTnqfRHvTtn { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18CWEvmrmy2F13n2l46z9Xi8slOf6do { width:13.375rem;height:19.375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGUKVeAhX2T1pwLeZnd706FZt2NKBACW { display:block; }
 }@media only screen and (max-width: 763px) { #MC8zxa9lrPZTveoJXXX0Sk9hKfezhQdO { width:14.0625rem;height:11.1875rem;top:26.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSdnO1k1fNBNM9EvTZMPIx6g7rTIKHDT { width:23.5625rem;height:11.125rem;top:26.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPx7O2LJNpUXnn5oJGM00VxF5h6y30N { display:block; }
 }@media only screen and (max-width: 763px) { #wEeP4U6IauOOcf2R9wlcWGp6ddxdUI3V { width:11.375rem;height:2rem;top:32.0625rem;left:18.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CddD3TaCb1SJPqwc51PfzsIxSmg1bC4K { width:6.9375rem;height:1.625rem;top:30.125rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt9miLLBPslTRXpAI9aFpCf7mWd96g4I { width:12.125rem;height:1.1875rem;top:34.5625rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70XbFl7b3XQTcGW6y0W1BsU0WKfBcEe { width:23.5625rem;height:11.125rem;top:68.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PLeK8DbJXFd5TaDX4zfkJw4ZwQcOE6 { display:block; }
 }@media only screen and (max-width: 763px) { #bClqx74zSEp9C1yVxHozxJcLAtvBoGuB { width:24rem;height:10.8125rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmeB8bgm6MpTWN9d7eswHaW2ZxezQhyf { width:12.875rem;height:3.5625rem;top:72.25rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIw7CfXPFVx4OuEw5XcPcAud60OaoTTd { width:7.6875rem;height:2rem;top:69.8125rem;left:18.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhAcgPgzqO5xF4FeD1v5mAJSTZ1aZKH { width:14.0625rem;height:11.1875rem;top:68.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLblXw8TVuet9q0Z5dVTr2MG88cHJBvp { width:11.375rem;height:2rem;top:74.1875rem;left:18.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzxh7b8z9OonRpWrl5rGKS6Ots82Tbyx { width:6.9375rem;height:1.625rem;top:72.25rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCgQ9ktb4pwziXzkbvCTzwnT8AL5zTF { width:12.125rem;height:1.1875rem;top:76.6875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWuXIOAOTxeRNdQvWhfT6VE54r25VKDO { width:14.0625rem;height:11.1875rem;top:38.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeCme6vur8IfRoho2ZqxggB9VQ1cgHaI { width:23.5625rem;height:11.125rem;top:38.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQn7iu0TKs1MxQzq48lzyOn8aPRqOQJR { display:block; }
 }@media only screen and (max-width: 763px) { #RvTLzi0AczxfsIFSwbDEpOy35Rm055Tg { width:12.125rem;height:1.1875rem;top:46.6875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abWUhnXMf3pG0P7nKXeWukQxnTtfW9vH { width:11.375rem;height:2rem;top:44.1875rem;left:18.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWkrKuBtblsletQDR5UgvMGSobL72KM { width:24rem;height:10.8125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVxAwQeq0b0Xt73tA10bgiwrhmnAFqvO { width:12.375rem;height:5.375rem;top:41.25rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mtqKGS0oW6cBtkyDKFGifHLLRJhf5a { width:7.6875rem;height:2rem;top:39.8125rem;left:18.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmF8cRMshaO7ppJ6GTzQG3VXHF25En0K { width:6.9375rem;height:1.625rem;top:42.25rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zufPVZvdUhx6PMXJHI5WxriZNWA00q { width:28.75rem;height:1.625rem;top:13.9375rem;left:13.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddwcu4wgJfhEXSeWyFsO8M7hIfDZr5V { width:16.5rem;height:2.625rem;top:13.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9sTgPehk4Foz05dTordUmqibdMEh9Up { width:45.8125rem;height:2.4375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHvCNlK5uTeWhsmmD7ktSxHF1wCMmif { width:46.25rem;height:1.375rem;top:62.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVhUTRh8t2ysCnRSKsXv3L0X6MPcGRi3 { width:47.75rem;height:20.75rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89CEQ3DOLek8oUGnpixb826M78FXV9h { width:12.5625rem;height:11.875rem;top:87.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W84UbDKTKZcCzXWlDEkMrWwUcNMqOGtz { width:17.875rem;height:1.75rem;top:96.75rem;left:7.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h79dLpOCcPIDhBFh4FLRUDwqFGIb5ZMw { width:27.1875rem;height:1.75rem;top:98.875rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKRtDPOgFN5NcESNw6hqHq9gT6Je5f4i { width:1.25rem;height:1.25rem;top:96.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqHhH6vtNaIHnMuFIvy2kvt93qCBcTo4 { width:1.25rem;height:1.25rem;top:98.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnCJaDh4su2JaFTzm7emeAML1GivtuGM { width:16.8125rem;height:1.75rem;top:92.4375rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSTSRyFAfcTTSWCPJiFcl9aK0BhcVB9 { width:43.8125rem;height:1.75rem;top:94.5625rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN1IEqcJ3h7naGVHqkiFMooyTlWWAfCs { width:27.75rem;height:1.75rem;top:90.375rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21bI5FV4fTHkDFJEAOP6Be4G5pbqWOs { width:1.25rem;height:1.25rem;top:90.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXU9uxkkytDeRuDTh5FSPsZ5qN5iSv1l { width:1.25rem;height:1.25rem;top:92.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVKUuy2BV9U5T8m0U5F3BewD1Ltv0w3 { width:1.25rem;height:1.25rem;top:94.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBiVrRoQo7bWqoT88Cu3NR0gWNQAAbH { width:21.1875rem;height:1.75rem;top:88.3125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdclTOZnGUCZBgVh3VhlGUgips1F5xt0 { width:41.6875rem;height:2.9375rem;top:84.3125rem;left:5.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkss58FXk8WeX0aLk8abwAXqN3eq4Cu { width:1.25rem;height:1.25rem;top:88.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvkXq6fWfLi0CHZErapMlNS7lp4kOuhy { width:47.75rem;height:28.875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTauL1SM89hvNOBoTtT7bCq9cXF4FL6 { width:34.3125rem;height:1.875rem;top:52.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdaZmA1R3kux7Fzn2U56xKKgJVtiykqV { width:4.8125rem;height:4.8125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuVLF2c2XJldHN1ZTDFcw0qKJb10VMpm { width:47.75rem;height:3.5625rem;top:55.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsWwfsZi5ckckZpvcCVMf6x4kNpKc1C { width:47.75rem;height:;top:59.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrbTM3ACq3bJFpnGynAv8nbkaEm4sKa { width:2.125rem;height:2.125rem;top:48.1875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFTL8AoEZDNG4Nzo3CgtL8pDpyqnKvtG { width:2.125rem;height:2.125rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGA8KGeTd4tMqSrJhC75JuZ0aEnZbwf2 { width:24rem;height:10.8125rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3MxMzx72kBfZDTS4LHVBHnbrPM2XfG1 { width:7.6875rem;height:2rem;top:29rem;left:8.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1tuog47JKhmpElpl9tfps2BMfLUiAZw { width:24.5rem;height:9.875rem;top:38.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMIHdpu2r6XrDqLbXK3ELI3cU95zTf32 { width:6.9375rem;height:1.625rem;top:63.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSXh2mf5EsrItXykKX9vA45p4cGy1XLT { width:11.375rem;height:2rem;top:65.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpLKAOl1EgnRUkOb1pQSvb8UBzI05uhs { width:15.75rem;height:1.625rem;top:44.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpTSIwRHGF4god7hlXNnntgtwzwqscc3 { width:12.875rem;height:1.1875rem;top:44.5rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmmmmMoW2neTw9xLW6e1W7oTHGXyqzrM { width:24.5rem;height:4.1875rem;top:46.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPkdDTG4en1X6ItOKhOEsiwvoXyeSRgT { display:block; }
 }@media only screen and (max-width: 763px) { #VPc6IiZc1mUMipmQgwVNzgGT1wS2cq4r { width:24rem;height:10.8125rem;top:26.1875rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJLJHdhoDnU4KfQWAtl08UvyxxH1QinI { width:13.75rem;height:3.5625rem;top:30.8125rem;left:33.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEODVuWPqB9dlXmUt9v1i3GqhFftw6AL { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eN3PGnXvfmghGD70TNzR469c0aDfl3ZX { width:24.5rem;height:9.875rem;top:38.8125rem;left:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nI5RFtzOSK7UIMoXe6yEIrfSzfnGcMpg { width:7.6875rem;height:2rem;top:28.625rem;left:33.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSd4IKBouIPtCIgQCvCwTbVdad36UG9v { width:24.5rem;height:4.1875rem;top:46.75rem;left:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTmPDCqr9zuXQ2l5okWvBKefKpVgFBKE { display:block; }
 }@media only screen and (max-width: 763px) { #qbPD2lqmdLQ8cTFO6OnGKx20CgPOAz3H { width:11.375rem;height:2rem;top:41.75rem;left:31.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKfIwByFwmH4U9aR33a91J9QaKA5L1yF { width:15.75rem;height:1.625rem;top:44.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmw5BmX8BeT7XUtUuke8aEtLvU1y335B { width:12.875rem;height:1.1875rem;top:44.5rem;left:31.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISz9mXpniDQc4Oc95QcAQanw9p5rGroz { width:6.9375rem;height:1.625rem;top:39.8125rem;left:33.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbV8nQ0rnAizIngW52VOv6th4zouudrc { width:24.5rem;height:9.875rem;top:38.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvARlXv5SdSlo6dWQ6KrZ3JBItzZVzy2 { width:24.5rem;height:4.1875rem;top:46.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCKJUot77wr3UcrTS1wetd8qFsT87PvQ { display:block; }
 }@media only screen and (max-width: 763px) { #EEhZwkpntQook0y5lTKAyTXv98GGiEiR { width:24rem;height:10.8125rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQbAXWAkb34HTGvJRC61ZyooUQl3Qa18 { width:8.25rem;height:3.5625rem;top:31.125rem;left:8.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUrG9T4eGqRpoLScFn5havwTz2PpSTLV { width:7.6875rem;height:2rem;top:29rem;left:8.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZHCRFPvx9Qp3RPoPtXmT910Zzw30UQp { width:6.9375rem;height:1.625rem;top:39.8125rem;left:7.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcmdVIyTPdLrNHTDKUaoha0PgnTTIdJ9 { width:11.375rem;height:2rem;top:41.75rem;left:4.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBa04aiCFGzBqNaekqnEkNOWNRnhZXwt { width:15.75rem;height:1.625rem;top:44.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrpcPtuNenMKHDxwFkgZtRSGuTpwE9nt { width:12.875rem;height:1.1875rem;top:44.5rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpKhIVfMwXKgNLWIavzD7w6FBCeQV6EI { width:4.8125rem;height:4.8125rem;top:29.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQmwTLuWhDdW3w3TGDnpWGt0Z5UXOmGn { width:47.75rem;height:20.75rem;top:54.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9tLIuIgJwBzivJ8KDyqQDRyao1remrw { width:17.875rem;height:1.75rem;top:68.4375rem;left:8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heCCyXDZmmdu4xb2cW4FTl5KyEQnV009 { width:27.1875rem;height:1.75rem;top:70.5625rem;left:7.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf50c301MRIXEk5FyC9VA4y21imAD5Id { width:16.8125rem;height:1.75rem;top:64.125rem;left:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbawN03t8LkzEIhWFx1r5Gvrr5kQWyZC { width:43.8125rem;height:1.75rem;top:66.25rem;left:3.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsAva7VfmT7UOsHeIMgt2uPCOKxKVb1g { width:27.75rem;height:1.75rem;top:62.0625rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7IvuSvsoWGeX4iciZcOM41xv8dln8rA { width:21.1875rem;height:1.75rem;top:60rem;left:8.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dul7mvLsQyXnVZTfHF9vJKdRdCSBi2uC { width:1.25rem;height:1.25rem;top:60.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ha2BCMA1zFdLZvRXngdPSmJbgw8UTG01 { width:1.25rem;height:1.25rem;top:62.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK7vmNQJL7nWS2xTFTnIzpnP9gkmgDHA { width:1.25rem;height:1.25rem;top:64.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V96kx11KwWW10HDDKJcLxJn1cOf5LJI5 { width:1.25rem;height:1.25rem;top:66.375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCPweUAExJyeMfEnakyHLWLGIwpuxihz { width:1.25rem;height:1.25rem;top:68.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAFN6pgqzspFIWa7iB6aZXxgdR2MAtKn { width:1.25rem;height:1.25rem;top:70.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPvBJiN4GpNqTP9uWNB39vIg5COX4nsA { width:41.6875rem;height:2.9375rem;top:56rem;left:6rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z { display:block; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDW2zZtaFotE6PvS5Z9AzQpMJaD4PPDu { width:15.9375rem;height:3.0625rem;top:2.9375rem;left:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5TC0HZNo0ndJQAUTTVlZeBNJCafNivm { display:block; }
 }@media only screen and (max-width: 763px) { #IlyZfcV0XSk0dBrcLHE6el3EXGifzNVr { width:16rem;height:2.625rem;top:37.3125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxWVxMCvQhGPpPuU1zVTqAxoNoKWFukt { display:block; }
 }@media only screen and (max-width: 763px) { #lBcvvqDwFcTldWxJQaFBRaKHJotsCFQO { width:47.75rem;height:1.8375rem;top:44.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1HUimPZIDGX6FLfneixZ6FgMI1zXNF { width:2rem;height:2rem;top:42.1875rem;left:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIURirkZewKxnefSMzxnCKyEg4z5PLi { width:13.0625rem;height:1.75rem;top:47.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTK9TLr4NPZ9lUn9TSno8oA5bCkOXo7W { display:block; }
 }@media only screen and (max-width: 763px) { #Zb6LElNqlu5rav1XOrl87MvBIRhnPwSD { width:1.25rem;height:1.25rem;top:47.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBXgiQJ1V4Obsm66TxK5v8zvzuGbTcGC { width:9.5625rem;height:1.1375rem;top:47.8125rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO { width:33.625rem;height:20.0625rem;top:11.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMwx8RJ077ADz6paW13fPmCTMoLbTAnw { width:24.8125rem;height:13.625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHGhoubt0yzS0Dl1KB8AiTDQOMQFSLGA { width:23.375rem;height:14.8125rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWDUQdKJ1foqCWtWBKL7EFllxS71o0zD { width:5.75rem;height:1.6875rem;top:2.6875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE6Tfg1DTbSM7Joh8VUm9739wpsmZ7Nw { width:3.625rem;height:1.05rem;top:3.125rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihPyHT7JwUIH5nrRF7DfHFWiR0l7kavP { width:47.75rem;height:1.875rem;top:6.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgddV7D5gHPmAF74TxuMcs7r6RzmVhk7 { width:17.5rem;height:6.375rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAukn7zemRIi7fyJ6oKOpMuuDI49Srne { width:19.9375rem;height:10.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8oEVMnIiT7mJag4nt2iGBtuD8GXeVK { width:27.1875rem;height:6.5rem;top:32.25rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNv9TVqLWLMXcFTGtOK0OG2IEthuy5UT { width:24.625rem;height:4.78125rem;top:33.3125rem;left:23.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTPrztuLtxSpAAiGmVpC6XDC3TekdaHS { width:47.75rem;height:1.35rem;top:42.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUrACzt72ivLRtbdIKAGVeTA8uUaLfNt { width:13.0625rem;height:1.75rem;top:47.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFiBLAZnQSBMnLK2xEZMkl3tVxpf0eUy { display:block; }
 }@media only screen and (max-width: 763px) { #zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP { display:block; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZF9nZ6TER2iAPCplNTC9k3ygriEehAFy { width:22.6875rem;height:6.25rem;top:11.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6qMT6TVNfNCGDdctkWOu57Dtit36xcs { width:36.6875rem;height:47.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOUylEwxZf1ScTTV7wyDgWnFUTNJ4ibs { width:18rem;height:6.0625rem;top:10.625rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVsmzSmsabMNbTdaFgVOc97rIVCwp1z6 { width:29.8125rem;height:12.125rem;top:7.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwiqaVF99w1fnohG5cUsl2TenLvC0Tgl { width:29.8125rem;height:10.3125rem;top:21rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxXPl3bKQXhr0rfK162gc9Ee5bC7KM0 { width:24.3125rem;height:6.0625rem;top:23.125rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c26ErWtQmLGUorqIw1cMSa0ETCGZBdwc { width:29.9375rem;height:3.8125rem;top:33.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmhbEkWh8WUGkq4iIQdM3CDqGAHUQBM { display:block; }
 }@media only screen and (max-width: 763px) { #DKWq7XT3di8NsZT1nEGVumUPndM91S5t { width:29.8125rem;height:3.75rem;top:33.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1L7wvTvh9FCZELZxMOD4Rg7aVye3PZ { width:1.6875rem;height:1.6875rem;top:34.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEyMk1If8vzwmhHf5Bnh0sKG1WkvUak { width:2.8125rem;height:2.8125rem;top:33.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1H9N4KDJ5rVxE0Sg9kWlRGH7vzqJ17c { width:24.125rem;height:1.125rem;top:34.6875rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsGv29FOiafqd3MCVeTLVG6mcayORpWk { width:23.5625rem;height:1.5rem;top:19.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUF8rLXqfz6ZdpSycIcIKe00p0XTPHH { width:1.75rem;height:1.75rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaZALTTqllpisUsftQ1bRRJCz5zrZWIx { width:29.9375rem;height:2.4375rem;top:23rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoMMvofO26SrAHe6Gd8Hy4KRCIxCxql { width:1.75rem;height:1.75rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQoCT1tg9QmiJms3XNyBfwXoHuQF7TNw { width:30.1875rem;height:2.4375rem;top:25.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15XwW0p4MwlJR07LmAmRt2QemJis09T { width:1.75rem;height:1.75rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZakHu5TxGtT4tu9mfnWyIoa73WOgTJx { width:1.75rem;height:1.75rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9boBLkdJKtL9d1TVS4Kp9N5KCrrB5cT { width:28.375rem;height:1.1875rem;top:28.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ0ELFTHFAf83Zo4wERagMTvRl1TVdJO { width:30.9375rem;height:1.25rem;top:31.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1qP6psfyMlJPiT3wA1yZcTHTSLsegQQ { width:26.875rem;height:3.125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMsQoLPTysGnAPSKNzxbuJhdemXVlAQh { display:block; }
 }@media only screen and (max-width: 763px) { #zsICdpTGfhgmrWQKLWaiXV6aI68ntnA8 { width:13.625rem;height:12.625rem;top:7rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9RE4S1eQ1qaTioNThVJThXkO6xxaHl3 { width:23.4375rem;height:2.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxRON7m3xo4kpCT2bIx04UXNLMiQEaS { width:29.875rem;height:1.25rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #io3tnU9MXvJDMD3AcOgEL8x2eVIIKpsd { width:26.875rem;height:3.125rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkJFaP5X1ZKaRR7u2lNt9NRBTnTBxsZ { display:block; }
 }@media only screen and (max-width: 763px) { #cRy4vF1JTuJGoM4uAnrVEQmXM8EhHzLO { width:26.875rem;height:3.125rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ZllFGklKqQHEOyLtso33qOmtemIF3M { display:block; }
 }@media only screen and (max-width: 763px) { #mGRac9dFT8xkBUinXG602QDEURiAftM1 { display:block; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8ZA8wdP0a86ZQVg8Sa9THzdNMober5X { width:28.875rem;height:3.325rem;top:17.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gJbxCQGtgvDQZ5ZdhTNbUzKvXWL57m { width:18.5rem;height:6.375rem;top:30.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH11qE019SsBloe8p5LCAvmInpoiJH31 { width:13.6875rem;height:2.25rem;top:26.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqAynfx2ULBKVDp261FwfcRU7nyFFPDe { width:17.8125rem;height:3.125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HECPinFOqdygw5gHdQ60elLniP72ScTt { display:block; }
 }@media only screen and (max-width: 763px) { #nWyHASpgK6HOadAmu8eFqbwTyA6LUdxG { width:18rem;height:6.375rem;top:30.3125rem;left:14.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKvnduyeUUkupEdZdsxdXZKXCykHbqbP { width:17.3125rem;height:4.78125rem;top:30.3125rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDXtJ6oWfZb0HeyMdvUg4DNy1IAt8x8 { width:3.6875rem;height:3.5rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENW8E9GfbQv3vkQlhlzx72mqFpm3u6qn { width:1.75rem;height:1.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDbeSn6ByeJTVxqMHm9os2PWarD1SZl { width:13.6875rem;height:2.25rem;top:26.5rem;left:19.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrQMLAvzkLkJnvSvl36Znd2apkkW1naK { width:3.6875rem;height:3.5rem;top:25.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5rBhI6ZEfskkv1M0HV0HOX3IUcFCvLA { width:1.75rem;height:1.75rem;top:26.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLoLTS5FOJiQVyn1pXgM2s3BnhSB7LE { width:13.6875rem;height:2.25rem;top:26.5rem;left:34.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo4zAaTskRWgTvLrW72pJOfGCRRRh6uh { width:3.6875rem;height:3.5rem;top:25.75rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ryrJ0cTd4LbhuacUaA5lCaqlF6ssyf { width:1.75rem;height:1.75rem;top:26.375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qNbtepXL7DltHMKhaPIiSZLITzNPRT { width:7.875rem;height:2.4375rem;top:8.75rem;left:24.059373855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnUsDkmkrhPJc56PlXD8OQaWK0BXJeZ { width:36rem;height:2.625rem;top:3.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH8CB2vXkQrcrFKqIfIACvwkTOb1JNTs { width:18.875rem;height:20rem;top:3.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3sgP39pxRPHS3TcJlHypMhbtzUU0Dy1 { width:5.375rem;height:3.3125rem;top:3.375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTcIDWlURxZ5zNwEl5dfGD30l7LMtw9B { width:15.75rem;height:3.125rem;top:37.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXTaleVGo6XBLqkTu45kaCmBAMh8STK { display:block; }
 }@media only screen and (max-width: 763px) { #zWDPwJPd1UZlWIu7zJOv2wG7ZWNAwxdt { width:15.75rem;height:3.125rem;top:37.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGqkiFQErGQxH2N2d7XqCd7TzVlNdXLS { display:block; }
 }@media only screen and (max-width: 763px) { #xnVLf5MfIAaK1bhpVwNL1r8bHVuHyQ4b { width:10.375rem;height:3.6875rem;top:6.4375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwQwKDIbmcvIaK6o4Tsyw58vvm8M1Je { width:9.625rem;height:1.5625rem;top:5rem;left:38.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdPab2WENVPKBCQdzJabelb0RPy3Rg5T { display:block; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSPaJIGJ4ZV1HeHz0gAKn8ZgbAc0EGbN { width:47.75rem;height:3.0625rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV4KZl7OlhMO2B3ODth9B8K9cVBhwKXF { width:17.8125rem;height:3.75rem;top:9.4375rem;left:14.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc3t8whFGdpGTbfOTfoh1iEtnPfrG0CB { display:block; }
 }@media only screen and (max-width: 763px) { #HJNx5Qbp01XvGnfQchFaQd1AtUUaQcdr { width:47.75rem;height:1.625rem;top:6.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC { display:block; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFPhU6z0g43ohPPhmX0GcHdmxBBTZ2Ku { width:16.6875rem;height:2.25rem;top:7.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnooyh1tqcXTE51iHZf0hKbT3fDUO8Aw { width:27.75rem;height:27.75rem;top:7.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIl5pBChZHvQBT3NnC7oSReb10lEBPz8 { width:47.75rem;height:30.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWaKTP1L1rN5cs6uZMCcnooZoITQcpE { width:25.4375rem;height:3.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTgiWCko1565UcqM6xeHMqglPCwGEAG { width:47.75rem;height:59.1875rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiis5DhtNErhLcRdqR7FcxGPWT6whgpZ { width:25.4375rem;height:3.75rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Zfu6uZW04xmDs6pun2atoyHCfq6rH3 { width:16.6875rem;height:2.25rem;top:69.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAhZbS3Hw3HOKlxw9kCbVm5JblKKrkD4 { width:47.75rem;height:41.4375rem;top:127.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spf6B7rTMCSAm8cf2V8nTotQr52ENIl4 { width:25.4375rem;height:3.75rem;top:129.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXwgZmccgI4btnW1Od1zcOA4U8qi6cT7 { width:16.6875rem;height:2.25rem;top:130.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1akPVInoycOTWWC2yTwLSWo3Ib8mFI { width:47.75rem;height:28.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8FN9NhnARGflBJRpVSn4moc1hi6LeZi { width:7.4375rem;height:7.4375rem;top:53.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcyZ3q4odcUmDcSgLstomtVn4nMMOuXL { width:12.375rem;height:4.375rem;top:54.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHHzQqQLJVhgRhmhEkT6NOn4tVIf6HXg { width:12rem;height:6.7133275974663rem;top:44rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNrpBSr4dVImFx6etJJZ4VzPT2aIDOm { width:25.4375rem;height:3.75rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUAwBFIDpycBDP0LlFfDgTqL1vzJQqH { width:16.6875rem;height:2.25rem;top:39.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJPAdwIORTUqpgil68rx7SZR14lHJIU { width:15.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZzidFVxJUGFH9dK2enSVVUOCihxq65 { width:6.5625rem;height:6.5625rem;top:106rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkXVtZWt2IP7g3wuPdiEWlIJXwstdDx { width:10rem;height:3.3125rem;top:117.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHwGrgwn7MiE0wbd4EzsNbV1kzIJc5C0 { width:7.6875rem;height:7.375rem;top:94.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEp6nuUNSfzoC0Jp2mUFtxJqeV1oSC8T { width:10.9375rem;height:3.8517224624792rem;top:96.5rem;left:1.1259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7emiX9TuuWVh5a82gFFPvKoHB7OPTT { width:8.125rem;height:7.996125rem;top:105.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxIlSVZsPAqnhyXF4XEFF04fqNm0Jf1T { width:12.875rem;height:4.2913390411124rem;top:76.5625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFR9PmkWPA16RtSOiB7QSkUtvIgyFsp { width:5rem;height:6.1113251441018rem;top:149.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRc3HsNzp0czv3AFTRVXz1vSVChTALP9 { width:6.5625rem;height:4.3125rem;top:138.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVD85bV6ehPvFTz6Df205nZJkrlGT3E { width:10.5rem;height:2.9375rem;top:161.125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9nG1dKZAxOxMvKearmGm527fJ08icfp { width:7.125rem;height:7rem;top:137.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI2GV6ZTb24DqJC7RxD1p73gh3rwZ4I { width:7.125rem;height:7rem;top:148.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaaq92r3IkxR2yWhVTt15G975NiEK30 { width:12rem;height:12rem;top:134.6875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOb7P7Pamo4TiTqX2B3hH3dET6PdcHkg { width:12rem;height:3.5rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWIIlfQqKM4iZ8hdvvTRUWpgVZbTe3g { width:6.875rem;height:4.4375rem;top:116.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5E9oXMNyECxDXkCWxL25x411ErvQgn { width:11.125rem;height:5rem;top:128.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZod7K4Ut29yWuneUGbeo63dzqIfBA4 { width:13.25rem;height:3.5625rem;top:95.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlL2Ndrp0foz5ywe7dX0OUtgiCTKAPA { width:9.25rem;height:4.0625rem;top:151.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmu6sogM5mpGXrPs1zlM5xWA0oN85dci { width:11.9375rem;height:8.375rem;top:148.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNbedwmN0vMgbvoNzSwhmmOwCUxyeqgZ { width:13.3125rem;height:3.0625rem;top:107.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vItDAFwTIhqvIOslu0rS13zMMyuJy1vr { width:13.1875rem;height:3.8125rem;top:160.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucypxoxs4zMKcfCP865PsyZcSFTKlFDe { width:9.1875rem;height:6.4375rem;top:137.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXAvM7qQR7eEGH5IMDbmolv8imczveO { width:12.75rem;height:4.25rem;top:96.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGl4IyBCBNTM4PUQeTJ4n744tE1JxR3z { width:6rem;height:7.625rem;top:84.5625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aToxq5kVkfRyzSv8Epz3Miq41ps91HNl { width:9.0625rem;height:4.125rem;top:86.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbtF3GQuhdcB0gbIoX3LpVpTRiU7uzic { width:14.625rem;height:3.4375rem;top:86.75rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHe1NuEr2psn2p0DmPvdtSpkZkxXJZb { width:14.25rem;height:3.75rem;top:76.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDhAki4FnhXtgPXXif2mlL0kTLpTd5ag { width:12.9375rem;height:4.5rem;top:150.375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK { display:block; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVabeT8nonsLb2XSqwTALF6SH5n7xgz1 { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI5oXs0TE4w3rx6HHkOaNQfJvXu2QDpl { width:46.4375rem;height:2.875rem;top:6.6875rem;left:0.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W { display:block; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiwi11lDg9rVstgOthdUcW85oEJVpAOB { width:15.1875rem;height:10.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlab4GQDcF3rWTnhIAEXzlcGbZk2cenM { width:15.1875rem;height:10.125rem;top:1.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv2N1XBMfAg1cL7QzSPhmAbmPeDUbsca { width:31.375rem;height:20.75rem;top:1.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHUs8oQh9evcC6ALLVWW5GyMnP0HBhe { width:15.1875rem;height:10.125rem;top:12.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgZwxxr5XqpEd7i478FAoRf14htQThIH { width:15.1875rem;height:10.125rem;top:23.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTBaQIpI6SBcwrX9PUzxNgqryEpdx2N { width:15.1875rem;height:10.125rem;top:23.0625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZXOdstwLvkkDoCFzqU3fAJcVakBJffy { width:15.1875rem;height:10.125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJ1O8cXu7ib2h8JZoNt7JS8H38xzwkG { width:15.1875rem;height:10.125rem;top:23.0625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5AM0lgklfy5BFCtVTw9WTe4Sk5v5BXv { width:15.1875rem;height:10.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC7TzU16Qbq8r8FiAgmVs1B1GN4mC13Z { width:31.125rem;height:20.75rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGssrTxccxgJOiUAIIzgbTcCowyu98pf { width:15.1875rem;height:10.125rem;top:33.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5BlvuhbI6a6iZtwTiEXC9mrayK3eVT { width:15.1875rem;height:10.125rem;top:33.875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esN0u6M3eG6PAMeFSBkpy9pm7DOf3hT1 { width:15.1875rem;height:10.125rem;top:44.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO2PwiPB4dxvHUdw1NBqfEEDRQqSeHr { width:15.1875rem;height:10.125rem;top:44.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opk36lFO1lCVXrSSecxW2Nydl52V2MQt { width:15.1875rem;height:10.125rem;top:55.375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfoGfhDHIaMJopBkEiBulbVG2FT8FQR { width:15.1875rem;height:10.125rem;top:55.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khuIp0MQK0LNbw5C4J9qnpdF06uO1ERe { width:15.1875rem;height:10.125rem;top:55.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECEooENEWqaZmHSLMn5WwJCLxQDoVWnV { width:15.1875rem;height:10.125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNgxleeO6ob79n1ptJqoH5hOThfCihr { display:block; }#XNNgxleeO6ob79n1ptJqoH5hOThfCihr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQAdg2n1dBAAaptRcGiRvG1w12NRkbkp { width:26.3125rem;height:5.4rem;top:7.5625rem;left:12.812501907349rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwtnpN0MvsPz3tvI1TxnL56hcwo7xcwI { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSBVC0Uqkym4s8m4ALF3FR8Mw4VQihsQ { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Xs4TGH7N0GF3gxGowXWm9cOBtaVxHE { width:21.6875rem;height:1.425rem;top:14.1875rem;left:13.031251907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #HNvCuMOT29qPxH6OVSIXfa3xb3xVcZ8T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #uBmH84Qmy123EIIzXLxTb5TMWDL9ptp8 {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #sNw1pE5H2tsl9r9ZCpMnftUsJELFt0bg {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #KORZo07VCHTxe0ivBZDHVhtDZx5PTE8P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #DFyqOh1pP378rd00KI3u8KVHMap3SXes {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #E1hmBtDt3NwHrx60RtcmPrN45DvfPqIu {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #cE7nKimT2pKuMWRrAHrxDTMZB7TlLEkR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #SRHSFXLdMnco87ihScAA4drqpTVkpHNy {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #GZh0FT8AIwxQNyy9G3EBoslmB1b8eqw6 {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #dgP1khMb9OnKDJg47ZDTAgsTTKQxuDyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #rqCnfIdOLDsMsqT1cvW82dUIvmVsUg9c {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #C3zTbTFukoTlQ8XfXLW76ZzCJkJG6TpM {  }
 }@media only screen and (max-width: 763px) { #b74qGvVEJtTzgWrtXWxP4XZ4JkTddKB2 { width:41.6875rem;height:1.575rem;top:60.375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #semEsxnEyTiL6TVCAh5FLW01LfzJiSyT { width:15.625rem;height:5.90625rem;top:63.3125rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhCqP0f5hXTDQq1zgCLzvbXvUB4tmaWq { width:1.4375rem;height:1.4375rem;top:63.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK05p6oyDzlQGNdq3TETSTXl2yReZpMy { width:1.4375rem;height:1.4375rem;top:65.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbQ6n2VwIks5AkgAKiCV47LUN8CeVC8 { width:1.4375rem;height:1.4375rem;top:67.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmirez7twcbzXfVFTO7F4HKWxaFa8DbQ { width:1.4375rem;height:1.4375rem;top:63.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcALS3IWTqEw8aKiWvmSRmcdcEsQTkMa { width:1.4375rem;height:1.4375rem;top:65.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzZlntMoMwi93OgGlNhTRICB4mkllvA { width:1.4375rem;height:1.4375rem;top:67.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXJgHP9vSpVOE6upPDokeGqMgVHQ8ssv { width:9.6875rem;height:7.15rem;top:12.875rem;left:38.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhdsrAmd70yrcPzw6R0ZXidXfCW8B1q { width:13.625rem;height:4.75rem;top:41.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1scA9SB0wuyRRxxvIBLHWARtxAkpfon { width:13.625rem;height:3.0625rem;top:44.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulnrKiT5XJmKILDI3n14h5QssS9h6dC { display:block; }
 }@media only screen and (max-width: 763px) { #DVAQlJkWmKtmP3H3xqo1dEDNXlkxhZWl { width:13.1875rem;height:10.5625rem;top:27.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIK7IleRZvAO2kXf7AIqNowtXE4JArp { width:13.625rem;height:4.75rem;top:41.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTueF1Gw4tK3dM0G7VikCOLMCxTJCX0L { width:13.5rem;height:1.5rem;top:38.8125rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6kqRi0EnBBa68SKDsEeg92ITI3DHXD { width:13.625rem;height:3.0625rem;top:44.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5ZTyhAK3fKvXbfk3pSyT69H09Z1cGh { display:block; }
 }@media only screen and (max-width: 763px) { #VoilBpTlVsdqaTkkMfQNelvxPtVWP1QS { width:6.125rem;height:1.725rem;top:41.9375rem;left:28.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25ri9TKzdzZhINT9kSHnImdCCxKXWId { width:13.1875rem;height:10.5625rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMkKVhh8buO1qKr9c1NCrHkK5UmI7GP8 { width:13.5rem;height:1.5rem;top:38.8125rem;left:34.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7TRI5zWsV8ymsJ6vnXdA3rfInWKRKH { width:6.125rem;height:1.725rem;top:41.9375rem;left:41.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMk9OeoIyT3pqnmShITpeKthZBdXdUe { width:11.8125rem;height:2.85rem;top:34.375rem;left:25.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXDmFAG2sSkeOE400B7JQlbILrZxAH8 { width:13.1875rem;height:2.85rem;top:34.3125rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqATqULSMnA8rhyN7I0lAu6ne2DB2nT { width:4.8125rem;height:4.8125rem;top:28.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me6JeTX7Eu9tFstSfPbnMSZiJbmzhFEz { width:4.8125rem;height:4.8125rem;top:28.875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QouAhXTiWzsCUGbPyffooyPT5TuovsMD { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkZa7CgQuAZQ780ZwtOaUQ5ABu88XNJt { width:13.375rem;height:19.4375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDFb4g9KdB3oxxLfu8MTrz8k8zUwq2dd { width:10.375rem;height:1.2rem;top:10.3125rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEiJHxs1UiJW8pn0bxsJFUqbUviaqGT { width:47.75rem;height:13.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbgUHuvDsTS0Gxeuzh69tBqlNpWShv96 { width:24.25rem;height:5.90625rem;top:63.3125rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtsGPBDtRlA1rbxX9HEbUVweB2bbKs1L { width:12.5625rem;height:11.875rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFBOrwSbHfntbdPAXqVigINybo8ObmI { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8B7RwwfkqT51bXiQUlzd2g9FTMyIZT9 { width:13.25rem;height:3.0625rem;top:50.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWSvcdxnqWbTaOJPJltbcbm8QmtUu2K { display:block; }
 }@media only screen and (max-width: 763px) { #zq2OmrHTi9xh2uXFG5bymJz6dF9XMNq4 { width:13.3125rem;height:14.0625rem;top:36.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlvyCmWCyCmc55eg8oScnXsgsAy8ZBkh { width:6.125rem;height:1.725rem;top:47.75rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwq3XzwUDPrw5kfG6XWqdzqNDWuySlp { width:3.8125rem;height:1.2rem;top:44.625rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlGHvnPuacyeNwPTELthaTr0lnkeCiEp { width:5.3125rem;height:1.2rem;top:44.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrHMkFacbzeBn5u9NMZZQb2IrEHocHhR { width:13.3125rem;height:14.0625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEaHsAHfB4iuMIbCqNN3g928nMv6XWf8 { width:13.25rem;height:3.0625rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU24elcitphP2ANrAs9xTvgQM5zgMgTu { display:block; }
 }@media only screen and (max-width: 763px) { #TDe7rqKyiN25Np3yc9Rb6yyGDQwhmwS2 { width:5.3125rem;height:1.2rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXn7NS2XwWcbgIzR6shCbSqnwlCUm5iO { width:5.3125rem;height:1.2rem;top:44rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCtEvCOGDViW00tGmghtEvwtiPAEEKl { width:3.8125rem;height:1.2rem;top:43.125rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euyrbHX03D5JFV7I68gImcpftNuwvFkr { width:5.3125rem;height:1.2rem;top:43.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3PAQaAoytZIWb6bMuVTiuJNin8qUXqm { width:6.125rem;height:1.725rem;top:47.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2pG8EXScOta2asowPVPMf9m5lrPHexd { width:5.3125rem;height:1.2rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCI46OLW2h7ugwiao0F97OT5kVmloXE { width:3.8125rem;height:1.2rem;top:41.625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slFayaH0SDKw0XRXDUVTo6304OHvEsCl { width:5.3125rem;height:1.2rem;top:41.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIAoHOr1Cq82WLTuNCknP36MMVwdeGP { width:13.1875rem;height:10.5625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpoRJz2b6MJ4M9RDdWJUNZTSa3LOQi0J { width:13.5rem;height:1.5rem;top:38.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDmRMbON4gA66ED7kxauaoLacuha1WCa { width:13.1875rem;height:10.5625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soyquSy9hGe2G37yW5pXi1wWrAN3PmZt { width:5.3125rem;height:1.2rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0CBo2zCTZZrv0qUn5TDb50nTUfbVE7 { width:13.1875rem;height:10.5625rem;top:27rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNDnIsBXikc3qNdOdoI7t16lhbAAMHDg { width:13.5rem;height:1.5rem;top:38.6875rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X30gGXCp1p8oLW2T5MsfzF37JAS5tfnA { width:13.1875rem;height:10.5625rem;top:27rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZOhIoJQZS9TkL5u603uVzt9cv310TA { width:11.8125rem;height:1.425rem;top:34.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRVSqVDtCZ7VwwGrWOZlydTp8NOUzDXf { width:3.8125rem;height:1.2rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZ4DLCda1CM21b7VSOyZyLK0J6rvIXi { width:3.8125rem;height:1.2rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU84xJJTSK3Wk3oGRvldnh6nhCPx0dEW { width:3.8125rem;height:1.2rem;top:44rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUbDQWEguZMZhM63IyLSJnTSOretMJBJ { width:3.8125rem;height:1.2rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn5DFyJGebaSx5nlvrPRhDqPKlqZoCZ5 { width:11.8125rem;height:2.85rem;top:34.25rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEUhM9MxsntiNFFVnurqCQZGVCI5wFi { width:4.8125rem;height:4.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhHVncbPgkgDHCLKW5MB0f3IoXa7k5q { width:4.8125rem;height:4.8125rem;top:28.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NigEvNqXXvFgdK5BeXTIlgxWtg924avf { width:6.625rem;height:6.625rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWmtroI2kXf8pJxSn2xulCxCpJagPQrt { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZtx3MW37kDeIWgMg7A7JaFCJfpastRT { width:26.3125rem;height:5.375rem;top:7.5625rem;left:12.812501907349rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ18wCNA7SMN3Xe2alvKRJ5fWpgFLKri { width:16.125rem;height:14rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdDVy06RVovtnCsRNnT3gskcKyIOTJrf { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xltx2Fssyd6zW3oLQMdWTaKkmLfyDxX1 { width:21.6875rem;height:1.375rem;top:14.1875rem;left:13.031251907349rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7mkp9hwWuBbLaunhRtDRZW8MoVNyG4H { width:9.6875rem;height:7.125rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKxsQlHnrG6os7Dy4rrR2996dvaIh6GW { width:13.375rem;height:19.4375rem;top:4.1875rem;left:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmLEH52FfwrmuahC3tG9e07IaBsWT5oW { width:10.375rem;height:1.1875rem;top:10.3125rem;left:37.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIxSKUrFdd0S2hDVJmQrBedsIvOC74MJ { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiDEXytGXXRURcOErn2xf5Lhgsbf8bus { display:block; }#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKZNWztasWXuckpF46wWnuJqSFZkLs2U { width:26.3125rem;height:5.4rem;top:7.5625rem;left:12.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5vgCR8BqExezQWfuLs3KhDJtkvLu6Bn { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylsLNZPrgJ4It1SxJDKBmIuunvxnPB25 { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEUthRamZ7QCF6kTGykddAyh9LFyQeoB { width:21.6875rem;height:1.425rem;top:14.1875rem;left:13.031251907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP { width:18rem;height:5.0625rem;display:flex;top:33.5625rem;left:4.625rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #UqOUdcpeMHUcGpytQzSFitKmt6LBWvPl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #hRpoxRmsxiH1DxarQwhRtunmA8TBCfrr {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HJQQtk9fJXVyzp0OzOvpsyyqOwJSJTyh {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #eGST7dWCL2rwTDJhtwrqRiMDVOvlAQvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HAxDgTOZftUSsCOcn1ihtbaTzhsLdD7B {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #VnXmkp5cd3DRN5LmzCqu4bmySyKIOCua {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #JoHTJ5vyKPIIaDAdRfrsuIE6G3bwe88f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LCRBS2LVp4XKy0Qtz0uqldJW01D41x5Q {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #PeumfBDk5cwhTelMwqCGh5nuXTVG9BTw {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #aQ7BdvVNTVQUPa0nVPoHTWh8r8zI7tw1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LRvmke0xhlwoe29G4h2zSXNvctcBCPtd {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #sGv2WufaNHAebV8yz1ZfgatOatdXZr3Z {  }
 }@media only screen and (max-width: 763px) { #T75xootT1OXGhFV4AE90o6fq7zuHK0yO { width:41.6875rem;height:1.575rem;top:60.375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeiB5Ff1wi26BEVVztQtR4qp9GnZrGha { width:15.625rem;height:5.90625rem;top:63.3125rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0cmiqd8Wbl7t384hVzMmGseRPK0PcT { width:1.4375rem;height:1.4375rem;top:63.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCVvkwBOQg4V9RZT1cOOu1vpcGbzflUd { width:1.4375rem;height:1.4375rem;top:65.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRyz5Ur6P9QwgT9OWlapLILmfas2rOKg { width:1.4375rem;height:1.4375rem;top:67.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfxLqHJ9aUMbVVv1q0OJ2JUWM2LGE3F { width:1.4375rem;height:1.4375rem;top:63.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnkbuniPHTv5pI7cgF9xZuwvFFpb3bs { width:1.4375rem;height:1.4375rem;top:65.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWe2TTamzDCRfsrGB1QdkkNlr2tKaQNd { width:1.4375rem;height:1.4375rem;top:67.5625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdU359p79CHL6ltRh64uOOSWNCTmrEfG { width:9.6875rem;height:7.15rem;top:12.875rem;left:38.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9fke9twibSQMEJd5JRRuDqGyXSiqtZX { width:13.625rem;height:4.75rem;top:41.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaNGK5egd94IP47BNexLJs81zKTi3SVz { width:13.625rem;height:3.0625rem;top:44.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQPW1fzdP6SO4LnHsDgTKXmWJodLzd33 { display:block; }
 }@media only screen and (max-width: 763px) { #lTGAviXtDoB7mN3kdm3QtlMKxDMoALc1 { width:13.1875rem;height:10.5625rem;top:27.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEVIy97QU8meKtO1I0pEOkZ019MAaN6S { width:13.625rem;height:4.75rem;top:41.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2G5i7x8rxuBihKK8JJutkqnmVJWd3dg { width:13.5rem;height:1.5rem;top:38.8125rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5s3rCCZT5LN7WBFkNR0MhgGVxoc45J9 { width:13.625rem;height:3.0625rem;top:44.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoaKl0mRCE0xn5F82mnrTwAyopxEe2q3 { display:block; }
 }@media only screen and (max-width: 763px) { #NFNtv5V2uCEygZTWodKdRubXdTThD1bl { width:6.125rem;height:1.725rem;top:41.9375rem;left:28.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpeyXCTiZCeRqboH4DKsuQwsyMwRbwQ2 { width:13.1875rem;height:10.5625rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwRQCmPOiOgZ3KG2sfS3rzPJv5pxuV3W { width:13.5rem;height:1.5rem;top:38.8125rem;left:34.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg0rmTPwdA4u6NG0NGu1l8S0oKL4GayJ { width:6.125rem;height:1.725rem;top:41.9375rem;left:41.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl4NVTUkcIK6cTTIlSXQtlsAMOo7TZTf { width:11.8125rem;height:2.85rem;top:34.375rem;left:25.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyeJXfyvfSE2TeOTdDgCAQnBf1egSbFR { width:13.1875rem;height:2.85rem;top:34.3125rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDarMsHLBVJRFvNlR5CuUaS12HeBmEwx { width:4.8125rem;height:4.8125rem;top:28.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yATMxD2GAF7T28QvFRZnUwTxAQGy3h5H { width:4.8125rem;height:4.8125rem;top:28.875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHp0nn0xSVezf0EUUccQJvuFPgJTu99U { width:16.125rem;height:14rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyRTPlgXiafAfTivsRMruA0ctXSs6Q4g { width:13.375rem;height:19.4375rem;top:4.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRl82Dz2EUPqyPvxrJzFcooEM1x87T7V { width:10.375rem;height:1.2rem;top:10.3125rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak1JDBwmCUfdn7mNGTEaFNtDpF2sgI05 { width:47.75rem;height:13.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2z3Ec0R3EbCqUmENIOssy9RndH71Kme { width:24.25rem;height:5.90625rem;top:63.3125rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QheuHoIXy5KikXGd3ZeELto4VWlMEtcC { width:12.5625rem;height:11.875rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRNGpetsTgU1z1V1AVy01c9Zq3I6dNE { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFIk4krFfkfNFAhQ6PB8KhlD74Ntppp6 { width:13.25rem;height:3.0625rem;top:50.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMRZKWbeSiE5uPU5x9FbLoClcxV7BfP { display:block; }
 }@media only screen and (max-width: 763px) { #kNpJpI5Zrqx00S8si5NRWTZzG9fednpw { width:13.3125rem;height:14.0625rem;top:36.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPOsvpELpffGFnzpulFUazNixogaMcgk { width:6.125rem;height:1.725rem;top:47.75rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBQEiUPpy05teH8X9DOfP3LJ6ehnhvV { width:3.8125rem;height:1.2rem;top:44.625rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fco9efMF6Hs5ubNKMSpHH08pshHTHiEk { width:5.3125rem;height:1.2rem;top:44.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxInrIUhFJfMI5yFHZh7TeJiGcKPwE7 { width:13.3125rem;height:14.0625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOnZrPogk0XRwEmiylavbnSlOe4vloc { width:13.25rem;height:3.0625rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBePHvedq2nT8wc2CDEfXtzE6UTvCbaA { display:block; }
 }@media only screen and (max-width: 763px) { #lE2y9x4FiP6bSuFEiwT5m88aropcwwl4 { width:5.3125rem;height:1.2rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuVcpO72CtnOZExkDSoBbqN40BRcE7D { width:5.3125rem;height:1.2rem;top:44rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC73ZSaUJzgXb4Ee8naOMAGCbPzQWnKk { width:3.8125rem;height:1.2rem;top:43.125rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDcdTl89uMCOsOpuExMMrrDFC3f2sDG { width:5.3125rem;height:1.2rem;top:43.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7EGZvBtuHVTtgiWnFlhfqtv29VFSeLt { width:6.125rem;height:1.725rem;top:47.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy4pO9Ci8VplPTFtkfNtLzXeyS8clDyz { width:5.3125rem;height:1.2rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvNrqvQ4OAExfXcdo9vDs0hRleWCOoxq { width:3.8125rem;height:1.2rem;top:41.625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRkAiIvVIXN3BweNXHcivhJ7WiFLNXq { width:5.3125rem;height:1.2rem;top:41.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTqZEcI93g4A2UM3fzbDTLfvggUo7K0T { width:13.1875rem;height:10.5625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTCUgsUI4TtpOROnuTS1l1lSkcAiuD0k { width:13.5rem;height:1.5rem;top:38.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFqiJU84BpzLT5unUUiCgqVf980qnSl { width:13.1875rem;height:10.5625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiLOXCG4ZM46gifaJ8cCfoTVAUuypQFu { width:5.3125rem;height:1.2rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8CdFx8BvuJMvCPeOgFSuX4esFfVfNg { width:13.1875rem;height:10.5625rem;top:27rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVxtF4QwI3bZFUUcthQTydSxqfycfcOx { width:13.5rem;height:1.5rem;top:38.6875rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCmtqzyc8dT9Jtctgo698VqTa5UPbHJ { width:13.1875rem;height:10.5625rem;top:26.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #seV5Bkh6rult6P7bmTl7zqf6XCdgXKdA { width:11.8125rem;height:1.425rem;top:34.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #schQUgGzLUHvxfmHbU8FImsvISdhl6D7 { width:3.8125rem;height:1.2rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InF4F8Rik73xBiBI5IxiskTHn4JPNNXs { width:3.8125rem;height:1.2rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dfgERZXFMiv3bSrC3zwXbmlJ7x93Uv { width:3.8125rem;height:1.2rem;top:44rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UA43Z1vy3tZzDiQiNAT8gm1AOhtcGe { width:3.8125rem;height:1.2rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gNyGWBmnI6x4RlaL0aSt94tL4swqcD { width:11.8125rem;height:2.85rem;top:34.25rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g19TTnvmIpqoxQ6KTXtBd1wWmenvAvFC { width:4.8125rem;height:4.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5D3iTtQbT95pNuTGMyIfZ3yig5gPJaQ { width:4.8125rem;height:4.8125rem;top:28.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJZZrKVQoTVMFQfJ3EWrETDdT0KLvQg { width:47.75rem;height:19.375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxNadtvFi0g7SHoddu18f6y5egnkV6qp { width:19.625rem;height:3.5625rem;top:4.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNtWErh5yE0reTlxwIWmxd4VIgzVtQgm { width:16.125rem;height:14rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkzTfd3ocqFcatVHJ7U5lcAFzkMVLFJg { width:12.25rem;height:11.6875rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #boU4hOdUh2wXqO81wPTHGxIRlU2iUDNq { width:21.6875rem;height:1.375rem;top:14.1875rem;left:13.031251907349rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBTD8p64rGFoaw8Ju78HKuove5FKnDBL { width:9.6875rem;height:7.125rem;top:12.875rem;left:38.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3Kk0s4gr4JWEAr8AzgXtxvhqIPqv2VO { width:13.375rem;height:19.4375rem;top:4.1875rem;left:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGWzMU45Vmt3mcMNbQOnkmii2taNCTVp { width:10.375rem;height:1.1875rem;top:10.3125rem;left:37.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1kHh4F4cnxRn3NuRRykZbM2EMDaZp5A { width:2.125rem;height:2.125rem;top:7rem;left:43.593748092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiDTBsloJpio45c5fk2iENPdrywoyUKf { display:block; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M38vLoafTMohB3VvsIkLmrbDZQAo23dt { width:17.875rem;height:3.1875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5xMDkcM1CrGWiDIr4hTMTfNXvDeLIk { display:block; }
 }@media only screen and (max-width: 763px) { #w9xGs7G3V6E0vbv0nemTbTk66zgMmLA3 { width:12.0625rem;height:1.4625rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E82TXnTO1JJrn1WPUvkKfH3pNiqH32x1 { width:37.5625rem;height:4.225rem;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ15TISGBiKX9MQ7GwK0SNNMWlNCXG3l { width:13.75rem;height:1.38125rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVw2gZBqfQU5aTSJirP0TLiVT36ekrpu { width:1.75rem;height:1.75rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSsSeOIw8UKecc7HyWh8G5TpLOr11d0U { width:7rem;height:7.5625rem;top:5.125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxdekneWPEAhzQy3FBDMD97XQMLtNHF { width:8.6875rem;height:8.1875rem;top:4.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM { display:block; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5CQw2xyZPM8wC3nbo1gVPbypS5Ip0Q2 { width:12.1875rem;height:1.1875rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McvAKJOvRhfzdRCwg31CA6KJS7gzetp4 { width:16.625rem;height:1rem;top:1.0625rem;left:31.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3CHTP33V1BOfrwSDwHTi3GP1F9RqNua { width:3.6875rem;height:1.5rem;top:0.75rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsopXeyMXNwJhtA3tfHq7gsXVDEWkmEN { width:9.1875rem;height:1rem;top:1.0625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqeKUnsvw2RqheTB3aRyhVMUGFBmVKd { width:8.8125rem;height:2.625rem;top:0.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3oEN91Cpmkm8TrRIkfoUNapm5qLuVWf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f5f5;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlzTXdnwn5uh3bINn3NGqNmqr0FqEGGy { width:12.5rem;height:2.93728125rem;top:9.9375rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Cc79OWoPpS0CRKHvZivTfsTXWTQTeRWb { display:block; }
 }@media only screen and (max-width: 763px) { #FIMVITTC6H2fMue5JpF0EyFfuMlhrAms { width:12.5rem;height:2.93728125rem;top:14.1875rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PedZ7GCuGyzZUbcuy1a5Nht3sODovMeV { display:block; }
 }@media only screen and (max-width: 763px) { #oJODAxQAKl6BRKGeJ5TQzowTBPsHZXzX { width:12.5rem;height:2.93728125rem;top:18.6875rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PuNWFqz3Nm6k90AdPbFZdnUfVoc0Wgqo { display:block; }
 }@media only screen and (max-width: 763px) { #fGmBHhQWdUd9lp9Tl8m83aafCklHwbc3 { width:7.375rem;height:2.875rem;top:22.0625rem;left:6.3125rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yKcCl3HlNhuOJX9ws8ewcyOvRtGpuvz4 { display:block; }
 }@media only screen and (max-width: 763px) { #wkoRLOVBNImqgpzUzylX9Q57tR2aFsgK { width:9.875rem;height:4.125rem;top:22.999132156372rem;left:1.7165799736977rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Qt2UhII98VektRhnhik9P83yFAqRNGth { top:2.84375rem;left:16.156251132488rem;width:3.25rem;height:3.25rem;z-index:15017;font-size:2.25rem;color:#0098da;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2d1F9dbbXcDgTvw3TTnKDPRPO2qC4s { top:2.03125rem;left:15.625001132488rem;width:4.375rem;height:4.875rem;z-index:15018;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LguwMXUk8ZZZ5ic58vGkZJs9t3V6dOpk { display:block; }
 }@media only screen and (max-width: 763px) { #mTNGJPCFGZVSMfQOquTuay1hTBaSvbKk { width:4.625rem;height:4.9375rem;top:1.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuSt6dZXRRyeaM5JznWWCvHb6CNmURy { width:8.3125rem;height:2.9375rem;top:27.6875rem;left:5.8437501788139rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #D5qT4GdVmv13K8wZ1Vs3VmMoiDyJWmDq { display:block; }
 }@media only screen and (max-width: 763px) { #Eq5mRSEfFTeTOkCV3JoqOK5CsKOco7AM { width:9.125rem;height:2.9375rem;top:32.6875rem;left:5.7500001788139rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #WDRlwO0WuubTATE31vnCLotcR6eqo57l { display:block; }
 }@media only screen and (max-width: 763px) { #fW4qD1dckMkUXwoUTTbg4Ge2mQT0WraA { width:13.5rem;height:3.4375rem;top:13.910937309265rem;left:3.2500001788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKNEAG6XqvKhJrngi1rUBXaJ2Ce5Pvqr { display:block; }
 }@media only screen and (max-width: 763px) { #r0L1z7FgOBiUDTC5abwtzELHIoz6vQ1n { width:5.375rem;height:5.75rem;top:0.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE16xUnRhuACr7q6cauRhy2ItAs09HTr { width:8.25rem;height:2.875rem;top:2.1875rem;left:5.875rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OUx7Tb1lez1sRNSvVTRrw4nm2Q1hZLJJ { display:block; }
 }@media only screen and (max-width: 763px) { #w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 { display:none; }#w0I00CNLXdPFlItJ1DRcqxXIRHUfIHO6 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EPKpZV6OSKZgOPKF0OhsABahKsMNlyDR { width:12.5rem;height:2.93728125rem;top:9.9375rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CBULaPzNPy0M42pzeGRm8qZRvzlusLNu { display:block; }
 }@media only screen and (max-width: 763px) { #HS6w9pk2IfTp7RsUx8sWNccmIg82T5xd { width:12.5rem;height:2.93728125rem;top:14.1875rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nIqMdsLD1NM5wRR8sLOFJIiW0HBeg5Ti { display:block; }
 }@media only screen and (max-width: 763px) { #gLVbOfAxKTa3dnhJpRidgOwPT74r02tH { width:12.5rem;height:2.93728125rem;top:18.6875rem;left:4.0625rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LKGnSG1DlF3QzWD4qtCzIAIOXwop894B { display:block; }
 }@media only screen and (max-width: 763px) { #NU2fKp6sBTz6XcoKxT7A0ZFfP03slN8c { width:7.375rem;height:2.875rem;top:22.0625rem;left:6.3125rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yMqa382txCMKb3beWtW3fOdUNs4q9vev { display:block; }
 }@media only screen and (max-width: 763px) { #RVvGL5naDJmkntCauVwNLP1qva27GKcA { width:9.875rem;height:4.125rem;top:22.999132156372rem;left:1.7165799736977rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #SGuW3Ufpwran7BUrJPw5uzi6uI8duMOL { top:2.84375rem;left:16.156251132488rem;width:3.25rem;height:3.25rem;z-index:15017;font-size:2.25rem;color:#0098da;display:block; }
 }@media only screen and (max-width: 763px) { #A5ywAi6naSPFA19I9kRyyAPz13I3kZQh { top:2.03125rem;left:15.625001132488rem;width:4.375rem;height:4.875rem;z-index:15018;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S0T0FwE9dddd47c8IxxA3tGJgxgJ5NXd { display:block; }
 }@media only screen and (max-width: 763px) { #Z9Jtbehr92NEoGLtmdUqs1tlAnU7DBMa { width:4.625rem;height:4.9375rem;top:1.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb89sRyPVinl9f8GtOgobn2rwwDML5Wy { width:8.3125rem;height:2.9375rem;top:27.6875rem;left:5.8437501788139rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wu38F3IfrXvPsD5HaUHR4bxgyBNZ9Cxc { display:block; }
 }@media only screen and (max-width: 763px) { #dR9xmpUWxHpotX8W2H05SHSAORVWXQ4V { width:9.125rem;height:2.9375rem;top:32.6875rem;left:5.7500001788139rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hITV6aSAacVKsPsPIgMBUzvud9yGFyEI { display:block; }
 }@media only screen and (max-width: 763px) { #c3FSNwdzoNd2QrScEWp0nhRO51Ttv0fU { width:13.5rem;height:3.4375rem;top:13.910937309265rem;left:3.2500001788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnpcLEz3VxGfSicJGVq3EoIroqTIQTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tfMGtKzDBb5iwo1RfTgLKzsAvL2NfKU3 { width:5.375rem;height:5.75rem;top:0.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWM5uQlHbic23sBb4xHQPxMwVNngNnh { width:8.25rem;height:2.875rem;top:2.1875rem;left:5.875rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #N6MumC4zqFyS65no2sGfRa1mbn3EpnBo { display:block; }
 }@media only screen and (max-width: 763px) { #uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG { background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container { background-color: transparent; background-image: none; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container > .video-iframe-container { display: none; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row > .video-iframe-container { display: none; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .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); }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container { border-width: 0; border-radius: 0; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGgbVDJmwv9EW2T1hhWFP9ebXgKiPxkG > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6VT44aR7WTGV1yQwB3w7UxEeVkdcZLd { width:18.874rem;height:3.874025rem;top:26.7822265625rem;left:0.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pQbyf9NxN23CzgTDrZB3tzw2UVvJZTvV { display:block; }
 }@media only screen and (max-width: 763px) { #oSFyeH3r7mkIf83pQw7WCKErRpUr1rF3 { width:19.0625rem;height:2.9375rem;top:1.625rem;left:0.46875005960464rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #w1r0epw96xwQ9deFrMgkXBWBBUtod94h { display:block; }
 }@media only screen and (max-width: 763px) { #ci35MeQ5uMBwDpJQ621hqkNptfz3iLFZ { width:19.0625rem;height:2.9375rem;top:9.75rem;left:0.46875005960464rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ivMLNZCZw9Kr693MXsVTJhKxz7h0HBay { display:block; }
 }@media only screen and (max-width: 763px) { #OT7hrShsuXTHpBVQCtxEVAdf6KPxsFDz { width:19.0625rem;height:2.9375rem;top:13.875rem;left:0.46875005960464rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FqElRA06hQnS9UJMXSARcKy9h4CzZ8Od { display:block; }
 }@media only screen and (max-width: 763px) { #V5h0Qucl15GSLCMmbJ0zvH8FxI6EppW9 { width:19.0625rem;height:2.93671875rem;top:5.73828125rem;left:0.46875005960464rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AtgCdQ4Olxcgp18T2WRS4KhNbBEDPZOz { display:block; }
 }@media only screen and (max-width: 763px) { #oXkyFWTVnTneSg08VTvwIsn3Ji48VcIH { width:19.0625rem;height:2.93728125rem;top:18.060981273651rem;left:0.46875005960464rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Raq46wuq9SN3aP8mzxmPvuu0vTU7qKCa { display:block; }
 }@media only screen and (max-width: 763px) { #CzwmpftOAfAaT3FP7Mxr3hTzxqowmAwa { width:19.0625rem;height:2.936525rem;top:22.435546875rem;left:0.46875rem;color:#009fff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #c0EbiXvuO7hH2ZA6VNf1IDT00Cr2SoyH { display:block; }
 }@media only screen and (max-width: 763px) { #iI352zX1HC2gb8w2NZPLrRT32kMb10xR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/312bd40b-5e9c-4cde-b5d6-0e3993a15751/fundo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR.adaptive-delivery-prevent-bg, #iI352zX1HC2gb8w2NZPLrRT32kMb10xR.lazyload, #iI352zX1HC2gb8w2NZPLrRT32kMb10xR.lazyloading { background-image: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { background-color: transparent; background-image: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container > .video-iframe-container { display: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row > .video-iframe-container { display: none; }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .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); }#iI352zX1HC2gb8w2NZPLrRT32kMb10xR > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oy6r4naNEmNm5x4MPfPNrvcUbHXWJo8V { width:20rem;height:3rem;top:6.3335943222044rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#294f96;display:block; }
 }@media only screen and (max-width: 763px) { #TJoLckJ0ayQLTTEiT2Zwy1MpgnNCmvS2 { width:20rem;height:0;top:8.5421863555906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3LovkJhvDINl66ar1pZrKW1Z8pKKOFe { width:20rem;height:2.33333325rem;top:4.02734375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e66a21;display:block; }
 }@media only screen and (max-width: 763px) { #RE2a7RRDO0HT7036JoHyTrx89qhEVREW { width:20rem;height:11.610576923077rem;top:14.8173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVnp2J0uban0uMvQdqlrBkbW2XmQSr58 { width:3rem;height:6.5rem;top:17.186718940735rem;left:2.8124999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyS1B3dKReL3eADFGxBgPaXQSZuGszuo { width:4.5rem;height:6.3125rem;top:17.374219894409rem;left:13.718750178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQrUIlhelTexiH1icQUg1k8yK0FNoIL { width:7.4375rem;height:8.25rem;top:10.062500238419rem;left:12.250000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3kk2TqPP9bhle904HgJtJVTsNpecNJz { width:4.625rem;height:2.125rem;top:1.0140626430511rem;left:15.375001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEOgDvSQhfPDsAIT5CxA9PMPZwE76oA8 { width:4.75rem;height:2.1875rem;top:11.014843940735rem;left:1.1125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpOMPV2V05GLFWMLnMrLobvoPD4eo9b { width:8.375rem;height:4.6875rem;top:1.7080078125rem;left:3.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #hg9NT2DESJcR47Na7Dl9ipFRNbqSzZMF { width:17.6875rem;height:4rem;top:28.5712890625rem;left:1.15625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #f7P7cXZ9xOgE2Z3ZTSp7MRxl3qKEGX3g { display:block; }
 }@media only screen and (max-width: 763px) { #KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 { display:none; }#KNn7fNbymL4RO6SEFJ5NloZNb5TDSxW9 > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmuiEigXtmBzarUOv86bzaxKHREfzn4N { width:8.625rem;height:7.625rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMsMTcGS0IdDeVoRtNll692uhLNUkDaE { width:17.6875rem;height:3.3125rem;top:18.25937461853rem;left:1.1562500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1PiWUKJnasOE8lEILkQBTKu2rb5V7Hq { display:block; }
 }@media only screen and (max-width: 763px) { #G19A5PT02T0H0u4azTLwrXllrmUDTXJo { display:none; }#G19A5PT02T0H0u4azTLwrXllrmUDTXJo > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a419fd15-4283-43c1-8d2d-28c39d9801bd/CBO_Capa_Laranja2copiar.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.adaptive-delivery-prevent-bg, #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.lazyload, #cuPpSDdpUL1DqorKdqC9HkI1543DaM6z.lazyloading { background-image: none; }#cuPpSDdpUL1DqorKdqC9HkI1543DaM6z > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUHJ1ShbIS4N7sBANs6AsOp6ZJEWKmsp { width:20rem;height:3.00625rem;top:5.5843744277954rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THDeT1Ap3HwCHoiU9861WWbNDLANpaHW { width:20rem;height:0;top:8.5421863555906rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hxv2qgWmRtcfPLbVFZoCScglrQMqTtfe { width:6.5rem;height:7.125rem;top:8.5406255722044rem;left:12.687500178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkQuTxsk1fTMh1XRTbWNBzwyTJLUo9N5 { width:20rem;height:11.0375rem;top:12.199999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nGEDWz27BdkaF2ZUBemlCydxT2RbzK { width:20rem;height:2.35625rem;top:3.27734375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzT2hiyE522aCci79Kr0yr1A0h5FqgFE { width:17.6875rem;height:3.3125rem;top:18.25937461853rem;left:1.1562500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1uROHPIaRou1cMtgXwCXTc9GJp8AZEH { display:block; }
 }@media only screen and (max-width: 763px) { #IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F { display:block; }#IT9zBTbB4r6RxLUkCz7qrHDT9Zqw4f1F > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKidTD2kC3XTrH0x8hG8960mWpkzU6em { width:6.6875rem;height:2.33333325rem;top:3.4375rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvSSPvHaxEBv79wQ2FmAopu6m6phTLSq { width:10.4375rem;height:2.33333325rem;top:8.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6Vq7zyr32oRDxuQrfRinNbhMCn7tbXx { width:6.875rem;height:2.16666675rem;top:8.4375rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEfnxV1RL7mM3CBqnwMvsNBx33SFdsKr { width:7.1875rem;height:1.416666625rem;top:3.3125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFGbzOwfW5a9uIDr5lkQyFbuvsokHM1C { width:4.375rem;height:2rem;top:1.5625rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kv1JFSCPwFAncCwwEzahlWtp5kgs2d6R { width:5.875rem;height:2rem;top:1.5625rem;left:11.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPehfu0RVhtIQLyotKe8N9CXSTmi8Ffa { width:6.5rem;height:2rem;top:6.5625rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWtC6umqI20y1hzpM7w41pewO1Lc0bo { width:2.8125rem;height:2rem;top:6.625rem;left:13.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 { display:block; }#Ztig7qbHSIcTCaUsVplyLTgoZLtD1wc4 > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcP8fUHEy1mVCLOmxVd2x6T2iQvZ28ww { width:20rem;height:11.25rem;top:2.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GXTZBl86fXQUmzTFios53DOPIaLgJ7Us { width:15.125rem;height:5.25rem;top:71.4375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PfdeUHOxBVarPkUHaH3K3JuAQ9GwbLF2 { width:15.9375rem;height:3.0625rem;top:84.25rem;left:2.03125rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(305deg, #3e4097, #5053be);background-image: -moz-linear-gradient(305deg, #3e4097, #5053be);background-image: -ms-linear-gradient(305deg, #3e4097, #5053be);background-image: -o-linear-gradient(305deg, #3e4097, #5053be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );";background-image: linear-gradient(305deg, #3e4097, #5053be);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bVDI6MsSqM7ERrvWWyIIr3rGQfdHVTWk { display:block; }
 }@media only screen and (max-width: 763px) { #kB8TxLmF6FGBKn6M0e0em0ocZCQFky7u { width:14.3125rem;height:2.625rem;top:88.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xqzxwddgf6mWCfR5gqzQzH89w7PbsylZ { display:block; }
 }@media only screen and (max-width: 763px) { #Bk88GzD8kC4X7uvTMlbnt1lyJfaF0QOw { width:19.0625rem;height:8.75rem;top:46.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DhIaGaMJEkrmIWNkOO0NiwCAKuGJ8d85 { width:17.75rem;height:25.25rem;top:19.3125rem;left:1.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0fSRCvEFhhvioiXu4tBF5J9E3eZsz6 { width:15.6875rem;height:9.625rem;top:15.875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShZTkAAQpL2WoyLARwIqZLi6h2bLFwgr { width:18.25rem;height:12.3125rem;top:57.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s70iSLAdTRbrX46x0DgrA9ryEATkcENO { width:14.75rem;height:8.9375rem;top:16.25rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4Pag6Z900V8BvMPpqpuxVbDez9S25Bs { width:17.4375rem;height:11.375rem;top:57.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRwtcZxb4qcRyUp6L56tqpTcC7dQsWPK { width:17.1875rem;height:24.625rem;top:19.625rem;left:1.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WO0D1RFeSKCLMDB1Zb2mrEenvAZ47hhA { width:12.125rem;height:7rem;top:16.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzKdVCsZRhi5GSDfidEI0MZBMBHSuNQr { display:flex;width:3.125rem;height:3.125rem;top:80.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wscZt0t2Ig2vTwo0LATDBR1p8aznOJUP { width:15rem;height:5.6666665rem;top:109.625rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZphtzzcVxTkVnpTW3LBQNWfAOec3Tsa { width:8rem;height:8rem;top:90.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2T59G49V0NvSFXv6HPiClMAwUrv72v { width:17.625rem;height:20.8125rem;top:103.75rem;left:1.4375rem;background-color:#efc74c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MSIZsC7qX991c3Bv7MPhTc0sqZpCUTHD { width:5rem;height:2.0625rem;top:83.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWooyk0dfKbXfsoapytxmELRWMEChJw { width:12.3125rem;height:2.58333325rem;top:87.875rem;left:5.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaCk28SK7Q2FtbhTzCawU2LrK8IumJLA { width:16rem;height:16.8125rem;top:91.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o244x6aTFqvovUO6GR0b2HQTqfiBK6hl { width:10.0625rem;height:4.125rem;top:122.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxybIFzJ6k5axeDFtAo1dE5EQx87kzED { width:16.1875rem;height:5.6666665rem;top:117rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCdVCC2QkuBeeA9PupeaGKBfhIrEwUEN { width:16.375rem;height:21.125rem;top:77.875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mr0qME8nxfEWnTTNnRHwTQoOWVU7JMT9 { width:6.8125rem;height:0.6666666875rem;top:107.4375rem;left:2.375rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxv0FVmvBfaCLgKlsrmDgTknxrEyay6L { width:9.1875rem;height:9.1875rem;top:136.18672180176rem;left:6.6875001788137rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtDfvJsWc6hDALUM2SmvgaIPQ2w6ON8Q { width:19rem;height:31.1875rem;top:84.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgm7AfdN3Oxd4HcJg53B1lr437Sa6Hs { width:12.3125rem;height:2.58333325rem;top:85.875rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpqy5NdRKEGtfMW6oyTJDe55ykhz2ME7 { width:18rem;height:3.3125rem;top:78.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiT47vhTR8EW5oiFSawtO4icaobFBZ5k { display:block; }
 }@media only screen and (max-width: 763px) { #otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 { background-color:#0a112c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#otIcvb2ZvJ9ph3CLynMUuDm4xVnTrdW5 > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RGZrc2ea3P7fUaIUw3ZRfLVlJum3sMhU { width:20rem;height:1.79980625rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLmU6KLgN368sJ6r1P45GC3b2AACEad0 { display:flex;width:3.375rem;height:3.375rem;top:22.75rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #E8t4Zrsh63QpygGZuOxf9kniNeceIkLM { width:4.5rem;height:4.5rem;top:22.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQnF3lsVCFwxHIDrWuvHDKCzsT1XGGaz { width:6.6875rem;height:2rem;top:23.8125rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2VeoFDfTfqBpPDtOohKgtowEVtG2DT { width:20rem;height:2.9746125rem;top:4.375rem;left:0.09375rem;font-size:1.0625rem;color:#f4f4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiiwKnH6QDIP0DvRon40WyBGx8nHhHol { width:14rem;height:4.125rem;top:22.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcNFFU9hrTwsJEFmIJmFaTlGOnefa5Ll { display:flex;width:3.6875rem;height:3.6875rem;top:29.1875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #dDNVRgqsty2G4nDff58LSwlzQzHsRGuZ { display:flex;width:2.5625rem;height:2.5625rem;top:36.3125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #kL6e5EUhGamdm8BA5pprvmnmr4xcSBv4 { display:flex;width:3.9375rem;height:3.9375rem;top:42.125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #JG8J7rcWTrcrQT43Si1Q1bxDQb829vWu { width:15rem;height:4.125rem;top:29rem;left:2.3125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ACFV6P7ULngX4JWx6AwgHFUekiEyhV7z { display:block; }
 }@media only screen and (max-width: 763px) { #XQeanW7p0cWuJ9g5N14vFowxAMBc3v40 { width:15rem;height:4.125rem;top:35.5rem;left:2.3125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LUctLZFIhoDgu2K6wAqtqn3aqdXCbwSv { display:block; }
 }@media only screen and (max-width: 763px) { #IUwJuw22r9KNz0XIWaNwEVD5pk2oe9sB { width:15rem;height:4.125rem;top:42rem;left:2.3125rem;z-index:15201;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u0rKF4iFeMJ4qaqVVvrynwOPVH82Q0sy { display:block; }
 }@media only screen and (max-width: 763px) { #DNFiZIoGxQBl1LS4EaCP6o4VHkHMQTcQ { width:15rem;height:4.125rem;top:22.5rem;left:2.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #HMraHtaBFX90U9QovGoka48MzTTqQnKz { display:block; }
 }@media only screen and (max-width: 763px) { #C753PD9w1onHpkts0oeSGn0RLq4hZ9DR { width:14.0625rem;height:2.625rem;top:18rem;left:4.34375rem;font-size:0.9375rem;color:#ffe66f;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #teoFTadrE6OANHNaL0KALBoV8yvh7nvB { width:14rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK68oy4QfLThMZsN5K8DrlWLK45ZzNTk { width:4.5rem;height:4.5rem;top:28.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTLEzRcQTinNRt01fSk7E80tnXUQvIb { width:6.6875rem;height:2rem;top:30.25rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhV6qXGTMLpXpKtduaV9aawr6ayCTNmg { width:14rem;height:4.125rem;top:35.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9HyhwTuyW7wi3NQPwQ0S5mQ866TACd5 { width:6.6875rem;height:2rem;top:36.6875rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n36BSoor3wy8Hw2hB7WcIs3GVbvyeoFZ { width:4.5rem;height:4.5rem;top:35.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTD7VJun4AJ3iGQIpdTsMvSoJXpr15S7 { width:14rem;height:4.125rem;top:42.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOTXsF6arIFPZwlFHkNLkdSoymKxaLO { width:4.5rem;height:4.5rem;top:41.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goRk0CFZsdAlVO6UonB4PskD0HtkcMWV { width:6.6875rem;height:2rem;top:43.375rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdDCTklCu3VPZxtq2y0xq5G4ffqvI7k { width:19.875rem;height:2.5rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xppeDUhK9Myf7MqVgQX5utGIm58kd7ya { width:14.75rem;height:4.125rem;top:72.4375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB22MSF1aTTl5Xg0t9uSsCl88AZ0SqMh { display:block; }
 }@media only screen and (max-width: 763px) { #S5uzw4UsQpoxOVhTi7aybAITLNa1TNOv { width:14rem;height:4.125rem;top:12.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDXO3xuZlKmTfolsAezxyEfsL8P5tE8e { width:4.5rem;height:4.5rem;top:11.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4FxTVnc6kH3ubfepi8gwLXTx5Foyeyr { width:15.4375rem;height:1.625rem;top:22.0625rem;left:3.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaWSP2a7mbSctnrzsTgt8oWAOmuoeife { display:flex;width:2.3125rem;height:2.3125rem;top:13rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #UgebJCirEaqh2zHVqu5v6sQLuEcyH6TU { width:5rem;height:1.5rem;top:9.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVS7ioURifTsvbVEnIEcvAnIOHWF33h { width:4.375rem;height:1.2246125rem;top:9.875rem;left:11.75rem;font-size:0.875rem;color:#4c4d7d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsSVnTr1v9fDoVuHtbC1N4QS0vewohAs { width:14.8125rem;height:4.125rem;top:12.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxPp2V5bh7imOGEG5v9CuvxIb6luzKAo { display:block; }
 }@media only screen and (max-width: 763px) { #Rrc3BheoHsp0IunSs34R5zAKikaNxlpN { width:8.0625rem;height:1.4375rem;top:9.75rem;left:3.5625rem;font-size:1.4375rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #PgmVcHaBpErmsLhvzwqfenUR6ZpV8B5O { width:5.75rem;height:2rem;top:13.1875rem;left:8.75rem;font-size:2rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #iWT952iettx1D4SNNBCzNb4c6Wq2vnhb { display:flex;top:18.0625rem;left:1.625rem;width:2.375rem;height:2.375rem;z-index:15202; }
 }@media only screen and (max-width: 763px) { #ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV { background-color:#0a112c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { background-color: transparent; background-image: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container > .video-iframe-container { display: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row > .video-iframe-container { display: none; }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .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); }#ImlD06EtL6yIvrWltvFrcQNRBRzTg2EV > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUigcAwirSTLttzIOEUz1P4L9N7gSHFc { width:20rem;height:1.75rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuPrn6PdbUdk5Zq8AarxtTlLIZ4hPcE4 { display:flex;width:3.375rem;height:3.375rem;top:22.75rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #U5SG983aDpKkmMJArRPVER1zMKytttvb { width:4.5rem;height:4.5rem;top:22.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mkqJI9vE5wHtlk70QrM8J48FMT0ymk { width:6.6875rem;height:2rem;top:23.8125rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5PWJpTb5xhaLmmJ1oaQ3QRQTxlkuxs { width:20rem;height:2.83333325rem;top:4.375rem;left:0.09375rem;font-size:1.0625rem;color:#f4f4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O872ZkrrQZpdM0tu3Oiy19X86Ias8Hvx { width:14rem;height:4.125rem;top:22.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLR5uMxKPOqDdw3tz9cntrVdmvWcILG9 { display:flex;width:3.6875rem;height:3.6875rem;top:29.1875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #XT5pTMtTX66WXPwptE9VcNOExueRrr8T { display:flex;width:2.5625rem;height:2.5625rem;top:36.3125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #cXHrZXR7hVX5BuIGQQR2Jgw2WCcqhJ40 { display:flex;width:3.9375rem;height:3.9375rem;top:42.125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #Cm9V7FqsMMKPHPqITAbXxJaPFh4FS3Fo { width:14.5rem;height:4.125rem;top:29rem;left:2.4375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CslJxSg5lVJ3bLocdi9tzCiugpTG25m8 { display:block; }
 }@media only screen and (max-width: 763px) { #GtPqd2RxeAU102T1oHlpbwtTXuf8TULT { width:15rem;height:4.125rem;top:35.5rem;left:2.3125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vXFTzOaUu8RSBxXqXakmmoVHhDZxAcQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #GpMXmCT8ffBpECTkGqptPPcuQzP7IirT { width:15rem;height:4.125rem;top:42rem;left:2.3125rem;z-index:15201;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GLUVkoNbwUnrFDQVTVf02TzbdBydcoLg { display:block; }
 }@media only screen and (max-width: 763px) { #wurvz7T91q1W4mrbbI51V7sXrDszCq3b { width:15rem;height:4.125rem;top:22.5rem;left:2.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #fnaahbunzErczfZUMbWhI3Z4xiv5MifK { display:block; }
 }@media only screen and (max-width: 763px) { #kO5fLH3lfyNHO6fyxxquatVUde9JiwTD { width:14.0625rem;height:2.5rem;top:18rem;left:4.34375rem;font-size:0.9375rem;color:#ffe66f;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQQZTF0PrXBE5muEPeQXWhUz47dbAUKT { width:13.625rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvzkgyUi8K3874b80EdaRzqPRsRKpgE { width:4.5rem;height:4.5rem;top:28.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkWBvm2gaeGT8EbtgKNipMKO38UVera { width:6.6875rem;height:2rem;top:30.25rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VTT0BAS8pSIuDkszOinIAQIb0kbaVJ { width:14rem;height:4.125rem;top:35.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPgGSkl9bXOlI41hXQSxqB3miXaFBGy7 { width:6.6875rem;height:2rem;top:36.6875rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZuzUnp0NANf1v3ErIZnpqLBr71t8Nfx { width:4.5rem;height:4.5rem;top:35.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxscI11MDNXb9EfpsbrrPxOkIu1U5qq { width:14rem;height:4.125rem;top:42.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzDvKuGQMu6KFfc2w594zZWfbaRr2JV { width:4.5rem;height:4.5rem;top:41.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9iRtuRx2RfKZ40KnkvByP6ShA5WNJn2 { width:6.6875rem;height:2rem;top:43.375rem;left:8.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36rEaZZSmGoLc8CkozKXTuWFG7c1dB2 { width:14rem;height:4.125rem;top:12.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrOWatXIdhZfiPLkcfSNCig5wX0yr77 { width:4.5rem;height:4.5rem;top:11.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcacXHd8g9I4hWSgOcvZcAQTqKaTdwL3 { width:15.4375rem;height:1.625rem;top:22.0625rem;left:3.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWGJRC1inwnq8fTME7aq0qVuF76lugO4 { display:flex;width:2.3125rem;height:2.3125rem;top:13rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #hnBn2Air7rXH3lvfNL3hHyPbea89vAGs { width:5rem;height:1.5rem;top:9.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6wWRSyhkqAESTrsSmkqbqMAh4zoanv { width:4.375rem;height:1.166666625rem;top:9.875rem;left:11.75rem;font-size:0.875rem;color:#4c4d7d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0B8wCzFx6RRAy3lCgpNa8hBMqCot13h { width:14.8125rem;height:4.125rem;top:12.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5E8GZzNcBiWFh4R7T8Ez70adrTaNBGm { display:block; }
 }@media only screen and (max-width: 763px) { #vTu8y74eyX7RPpcEzC02ZJGoTG8qRq5e { width:8.0625rem;height:1.416666625rem;top:9.75rem;left:3.5625rem;font-size:1.4375rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #sTkTWaRDlJqh5nHhgWGp5CzRmkwTnsCv { width:5.75rem;height:2rem;top:13.1875rem;left:8.75rem;font-size:2rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #yTKCHikDTCoG2T76kAszG84xFuyQW7RX { display:flex;top:18.0625rem;left:1.625rem;width:2.375rem;height:2.375rem;z-index:15202; }
 }@media only screen and (max-width: 763px) { #BwoT1RHJ2CR3th4q7oSrbDgTl67XqH36 { display:flex;width:2.0625rem;height:2.0625rem;top:20.75rem;left:16.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETJz8gygnuwBCbTBscUPJWJltLFvbH6R { width:9.75rem;height:1.8369125rem;top:50.9375rem;left:5.125rem;font-size:1.3125rem;color:#f4f4f4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lyxsQGF07Tfu4ZXTzH1i294D83Xu9Ucs { width:15.0625rem;height:4.125rem;top:54.0234375rem;left:2.4375rem;z-index:15201;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EVWzxShr1b9HTQs8k0f1qAJnNtz4QTAr { display:block; }
 }@media only screen and (max-width: 763px) { #hgu84DHhIOWKJWrJZeUuz8aUrhCUsBzU { width:14.75rem;height:4.125rem;top:48.5625rem;left:2.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4lucOBnLF0FkX2q1ky6v0mULnwftSM { display:block; }
 }@media only screen and (max-width: 763px) { #RWKBTUNKAJaTEaToZ6yRqUbUqVIZfx8B { width:8.25rem;height:1.583333375rem;top:49.75rem;left:8rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12C5eL0XpLZ28TfC7qqXLBPXXTfJRss { display:flex;width:1.8125rem;height:1.8125rem;top:49.75rem;left:3.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #xfJmX8V3L0svIf13f0hfePHEgWo2zU0z { width:14rem;height:4.125rem;top:48.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulz6ZNZ4kofDCpOyOFl2Lem1hBaq2lD7 { width:4.5rem;height:4.5rem;top:48.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3NMmg3HRJC9H0mzDmqGQygyoPCthbgb { width:7rem;height:1.583333375rem;top:56.25rem;left:8.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgJU6gn8iccIWlGoTUAmg3lSJi6Src3 { width:14rem;height:4.125rem;top:54.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9vHCblSvLNHfRoisKT1acQc7XpUl64T { width:4.5rem;height:4.5rem;top:54.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb1ActTGG4tIGzp1pKGS8TEBnrZ6vNQ { display:flex;width:2.0625rem;height:2.0625rem;top:56rem;left:3.5rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #y33zWLt0FAAnyoFk1fPo5bVzK8Zec8I7 { width:15.0625rem;height:4.125rem;top:55rem;left:2.46875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oF5zyHUZerIJ7FvRObDSAXDsE8a869wf { display:block; }
 }@media only screen and (max-width: 763px) { #C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E { display:block; }#C02ctkZ8u9zfEUztaqSyfCEd7gGTJ96E > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IztiCRTcrlHwRmScWu5rPwtAVsdcCMuJ { width:4rem;height:4rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXg19wdG0sPthQcN5kZK6TaBFXzpV9S { width:11.5rem;height:1rem;top:2.75rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxg7szpx2p61HtlbBmaL0FOympdGJWBW { width:13.375rem;height:3.5rem;top:4.125rem;left:5.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCHD59TQS131HrHvG1UiLUqvib737XyN { width:19.875rem;height:79.375rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQux8Ptr2LWsTWzbP33HVy77yCTTTJeT { width:8.5rem;height:16rem;top:77.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hU35upApPDKvE0wcZkd2isocndmsW3Vi { width:8.8125rem;height:9.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHec8S7sWerWUMkhIP3eUfRKDvy0HVdS { width:7.4375rem;height:1.25rem;top:9.8125rem;left:0.75rem;font-size:1.3125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8Rn9VcHFDpQ5u8IiT8VaqtAXbzH2RaL { width:19.625rem;height:2.83333325rem;top:12.8125rem;left:0rem;font-size:1.1875rem;color:#686989;display:block; }
 }@media only screen and (max-width: 763px) { #cB1lS5wdt94FK221FVFDXXw7Qzho3rBF { width:9.5625rem;height:1.083333375rem;top:19.375rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxNAKuSQTenzfGEm5rWVvQAGAeRBXXv { width:9.875rem;height:1.416666625rem;top:17.4375rem;left:9.5rem;font-size:1.1875rem;color:#686989;display:block; }
 }@media only screen and (max-width: 763px) { #xExX5HqoTRwxN4pe6ADb9PoE8z5D9oOc { width:11.1875rem;height:2.25rem;top:17.25rem;left:3.46875rem;font-size:1.125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #rLGi7QgJlBFbpf6smJsngpGNiSCZ8yEb { width:20rem;height:2.1875rem;top:9.3125rem;left:0rem;z-index:15004;background-color:#686989;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TXr71r0WTyPaTGbFFXORmy7FBVUOfMcR { width:19.9375rem;height:3.375rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDe00zIJUcu7MavuqhMkeztko5PbBMUU { display:block; }
 }@media only screen and (max-width: 763px) { #tW0BFUIKJET1lr4AooPNTgabVnRN6zCP { display:flex;width:1.75rem;height:1.75rem;top:30.031251907349rem;left:0.74921876192094rem; }
 }@media only screen and (max-width: 763px) { #kPPr3kdSxaym0rE3BVxGV6F9Ls3rVron { width:16.125rem;height:1.166666625rem;top:30.3125rem;left:3.25rem;font-size:1.1875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLlqbgzL97ru92BlJ7hceQWv6Pp6GzO1 { width:5.4375rem;height:1.5625rem;top:5.875rem;left:13.3125rem;z-index:15004;background-color:#6969a4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oMK17cOUzQXtWrsABbse40Sf8fd2Plpx { width:19.875rem;height:3.375rem;top:29.125rem;left:0rem;z-index:15148;background-color:#0d0d53;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdvTlDamXFrdQqUUlHbBEyt2TqNMgf0m { width:20rem;height:4.3125rem;top:244.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWr1bBul9set3UBWG9TgButzdwsmbEsx { display:flex;width:2.4375rem;height:2.4375rem;top:3.59375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hAQc8gQzmSOd5T3Q2QRkNBTiboAw1JrJ { width:10.1875rem;height:2.125rem;top:7.875rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCRoB8ZT6lngacPpWvErnPDuHLTqAp7M { width:4.75rem;height:1.333333375rem;top:6rem;left:13.625rem;font-size:1rem;color:#f4f4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBLKAETnBMQihQkmtgvMkGHuMJTSuJHZ { width:13.375rem;height:1.75rem;top:4.125rem;left:5.25rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nsXKUXeyq6XJHgR6ItdA86HrTLTt66Gs { width:7.75rem;height:1.25rem;top:6.125rem;left:5.1875rem;font-size:1.25rem;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tst6Ak8v7hiRtr15Lqp2U0Dbx0GTQM8N { width:10.375rem;height:2.875rem;top:24rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOTEfPfNsalg7O1UTMLmO9ZvtsECmeT { display:block; }
 }@media only screen and (max-width: 763px) { #eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf { display:block; }#eTQTddwZlrPpywc4DdWOGJUyRTqAcqzf > .row .container { width:20rem;height:238.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4S9wCbILCkmDUDSv6090msJTpvlfObW { width:20rem;height:4.3125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SmyqbaT4hD5Q9Qyq8xaoTDJiOgpob9 { width:15.4375rem;height:1.25rem;top:10.125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkKiy7DgIcTaHMyfITM3ZBqNnTMgK3h { width:19.875rem;height:4.25rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCyXSP2Nn9Wa1XRViBRnheHBi6QcEcS { width:16.8125rem;height:1.125rem;top:18.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyKE57VF6PrViGNeRaTcinik0DwdRpIv { display:flex;width:2.0625rem;height:2.0625rem;top:14.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #XZoc5N0EtcRNgSTwlVb6Qxd6OSxndVH1 { width:4rem;height:4rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzsdN3KNO5DzN7qkO3LgIbuHf3PSHZPq { display:flex;width:3.5625rem;height:3.5625rem;top:3.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #tqbxb2wTrzrEKmMiGotHlmz0BWTVmFsN { width:19rem;height:3.375rem;top:17.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eo5k58DmOtTGOJQSeTCRlQiahuZETSTD { display:block; }
 }@media only screen and (max-width: 763px) { #DoWs59FchmDemzTT8d5gaP7Z1kKvcXzX { width:16rem;height:2rem;top:23.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ts5Ba0eZZBXHIyELG51m5FDcWeBoyBKr { width:11.5rem;height:1rem;top:3.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhUGC6yOMuEBL3eJgmrMozmKyk09vQA { width:13.375rem;height:1.833333375rem;top:4.6875rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8bI7wEJ5Ryg4m0yZ86E0BvA1RUABXB { width:19.875rem;height:79.375rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C646NRZUq1NPigc1d4pZx9I3HFHwnm5G { display:flex;width:1.3125rem;height:1.3125rem;top:19.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HHx58TSm3O1TtfQdnmcO6yrTpC0mJsc2 { width:8.9375rem;height:1.00043125rem;top:19.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDK5e7q0XhPIGFR3B4twolkTKqFuBPT { width:20rem;height:0.0625rem;top:40.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Viio1J1VDXzXDuG67SD2f5tcSuMmgIoZ { width:19.9375rem;height:2.5rem;top:24.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJi2UZnnWK1hF3E1c0ggAea1bm8qvQ5 { width:8.5rem;height:1.833333375rem;top:22.0625rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnS2RBI9cUyShQviV1DwnDHe9utSJWGM { width:7.5625rem;height:16rem;top:43.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oX1MRRKhObvWJqx2NVriRpolWWfuvcUy { width:7.4375rem;height:1.25rem;top:33.875rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T9KvnE6xkeoMpekIMMh3nV4Elrt4o3QX { width:10.125rem;height:1.416666625rem;top:43.25rem;left:9.375rem;font-size:1.1875rem;color:#7665a5;display:block; }
 }@media only screen and (max-width: 763px) { #rGs2b4ieuU28a4chVUEggqHTE3ooloHy { width:9.125rem;height:1.083333375rem;top:44.9375rem;left:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5lIN1efXrnUwQCTCtiCaOqiq35Bxzgd { width:20rem;height:5.6666665rem;top:36.375rem;left:0rem;font-size:1.1875rem;color:#753190;display:block; }
 }@media only screen and (max-width: 763px) { #DU3BbhSfX1BsvXpNgrmx2v7E3gJSNaXS { width:19.8125rem;height:2.66666675rem;top:28.5rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0UHZoZ6tlbXr5475ai7gNhq4VCBJGd { width:8.8125rem;height:9.6875rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxOw42UAhIRmOQMrXc9WGh31tBPH572 { width:8.5rem;height:16rem;top:77.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGDguZZyx9O8vplvexFPnyvEp1HTz5sX { width:8.8125rem;height:9.6875rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFELmINV8KeDcvSqZmm77fvRXEB8ePe0 { width:7.4375rem;height:1.25rem;top:54.75rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UOoIGaTwJdIVFvKgWNheJ8nwiw4T7WCa { width:19.625rem;height:4.25rem;top:57.4375rem;left:0rem;font-size:1.1875rem;color:#753190;display:block; }
 }@media only screen and (max-width: 763px) { #twuTxWLwDZxo50P53OucZVpCUXGXBJN3 { width:9.5625rem;height:2.16666675rem;top:66rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCuQL2DR2p0HP1MtPOb4lLetu9maBLzF { width:9.875rem;height:2.83333325rem;top:62.5rem;left:9.5rem;font-size:1.1875rem;color:#7665a5;display:block; }
 }@media only screen and (max-width: 763px) { #RkdkiOx2PbaQWpTwBOcB6qFKOUIOVkmu { width:8.8125rem;height:9.6875rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg1kaGvdM2GZDTUGEMpWFXyWT3JKQQgu { width:19.625rem;height:2.83333325rem;top:77.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9NHWOdtlUOi36FBnRIkGzE6HyzziEKl { width:8.5rem;height:16rem;top:94rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSuGribA8ORdqcm5RM66r2cICJEeaHzR { width:7.4375rem;height:1.25rem;top:74.3125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzqO8CsIaQBhb1hlztoe43TW7gQCBaNO { width:8.875rem;height:1.083333375rem;top:85.375rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXyCThlF6H4naBrBcvVUGa2Xtx7ShCU { width:10.375rem;height:2.83333325rem;top:81.9375rem;left:9.4375rem;font-size:1.1875rem;color:#7665a5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvzT563fqvc3PQDKu3oqUrRr2wcIHO6p { width:20rem;height:4.3125rem;top:100.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxs5ObUobRcEr61Lm4G0GwEB7h9N4aTK { width:18.375rem;height:1.3125rem;top:123.9375rem;left:0.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMdF0tOu38d5aETUDtXUlTdQQi3gNqfr { display:flex;width:1.8125rem;height:1.8125rem;top:101.75rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #t2pBvngmNlxSX4bGanzpUiiNT2JbXgPI { width:20rem;height:2.3125rem;top:93.3125rem;left:0rem;background-color:#573ba5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K95n1dgCeJ4Akny9T5m0R0gNHblmier2 { width:20rem;height:1.5rem;top:96.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPqlTAnZ7v1rbGXRy828gsdph6k1VMf9 { width:7.4375rem;height:1.25rem;top:93.8125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKrm23XvyIJEFTJACwS7TtpQ8MeIEzxJ { display:flex;width:1.625rem;height:1.625rem;top:22.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdpZFvNic9n0HewUzzduileqAWmAH3SN { width:11.1875rem;height:2.16666675rem;top:14.1875rem;left:3.4375rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #KUIplBXd5WW8rMIpwRn2IaFNRwg29vRN { width:20rem;height:2.1875rem;top:33.4375rem;left:0rem;z-index:15003;background-color:#573ba5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTw4VzAxTzsgcTzz229bUVCwtL7mT8fT { width:20rem;height:2.1875rem;top:54.25rem;left:0rem;z-index:15004;background-color:#573ba5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HwPBUbgd6b9TKIF1TtNDyvw06lZWLAv5 { width:20rem;height:2.1875rem;top:73.8125rem;left:0rem;z-index:15005;background-color:#573ba5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bICkxtK6nlM05FuJO5PAAvNwovo6A2II { width:13.9375rem;height:1.25rem;top:102.125rem;left:3.4375rem;font-size:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #AHKQhKsiyKlQqDTv04XxegzVuPPFcFzD { width:20rem;height:2.1875rem;top:121.4375rem;left:0rem;z-index:15006;background-color:#893f89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sD1Bv21ilQMeMNpEgGcvsnf5EdbJi3ZT { width:20rem;height:2.1875rem;top:142.375rem;left:0rem;z-index:15007;background-color:#893f89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dexfNfk6OcUWvJtVw27a3wkC4L5To9mi { width:20rem;height:2.1875rem;top:161.4375rem;left:0rem;z-index:15008;background-color:#893f89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZK16B2iHDShuFb16G0AkUz0zixxtMTQV { width:16.25rem;height:1.25rem;top:188.8125rem;left:3.5625rem;font-size:1.3125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #uz6TpfZoeVOE4nBScq7mJgw7cFBMPvUu { width:19.875rem;height:58rem;top:85.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOoqaOBGr7ATZGzVTPGUBhMOiPTFwgoS { width:20rem;height:4.3125rem;top:187.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0fGeHTEeUtiww7nxDhg2bgKGSsWaFnB { width:20rem;height:0;top:238.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zavvap4TzDIFTPGIhQN87OLuD8A4GFaX { display:flex;width:1.8125rem;height:1.8125rem;top:188.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cXAR26DT4HTO7RRUmWvibTTzPTCT17Vr { width:8.5rem;height:5.3125rem;top:188.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO9LtwCPl8ITbgJTAqWpkC2fZssAqUXQ { width:20rem;height:1.5rem;top:183.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krQQceJsC8nv5QiCzmWoQoJA2KXPMQva { width:7.4375rem;height:1.25rem;top:181.0625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3yANhfa08AAZUk9mWfHHgaiTAVvbZAn { width:8.4375rem;height:10rem;top:124.6875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUfmrE3X3gftD6xDp7NGrf6brKv5vU29 { width:8.8125rem;height:9.6875rem;top:169.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu6MucsPzeyaiUAO7JghTnRF7OVwoZqd { width:19.625rem;height:4.25rem;top:164.4375rem;left:0rem;font-size:1.1875rem;color:#953495;display:block; }
 }@media only screen and (max-width: 763px) { #vgouRtK7Q8uzdvAoSurT1w5PbbmegEaP { width:7.4375rem;height:1.25rem;top:161.875rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBRdhQtw7cHInTgVsXCBAh2zazgZ7Cl5 { width:9.5625rem;height:1.083333375rem;top:171.125rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSc93HRdiFZDRA6eXv5Ca9p7nUEXJD1 { width:10.375rem;height:1.416666625rem;top:169.375rem;left:9.5rem;font-size:1.1875rem;color:rgba(144,73,144,0.68);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KP60Rg8Sc28PUfgwAgoby7emiOCySmTu { width:8.4375rem;height:10rem;top:112.6875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImWtO3yd5wprEnTVZNhXlo2GlE1pVeBT { width:8.8125rem;height:9.6875rem;top:149.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhlbyVtM0AD2Wkep64RLE8rwQcU7TD5K { width:20rem;height:2.83333325rem;top:145.625rem;left:0rem;font-size:1.1875rem;color:#953495;display:block; }
 }@media only screen and (max-width: 763px) { #alxtMi4o7pZ3rhQatHwNCIaqnh0d5rk9 { width:7.4375rem;height:1.25rem;top:142.8125rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TgZofrM3qL3yTnNnT294zSoXQLH4fktC { width:10.625rem;height:3.25rem;top:152.6875rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwmzqDbpmhaPWUfiCCPSKt3GBR0wZDb { width:10.625rem;height:2.83333325rem;top:149.4375rem;left:9.5rem;font-size:1.1875rem;color:rgba(144,73,144,0.68);display:block; }
 }@media only screen and (max-width: 763px) { #MaCSmHHn2Mih1MJE9XBT68E1QNR5PZe3 { width:8.4375rem;height:10rem;top:100.8125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cua4ZTCIF2eJsnVsGevTOzWa3AvR0u6h { width:20rem;height:5.6666665rem;top:124.5625rem;left:0rem;font-size:1.1875rem;color:#953495;display:block; }
 }@media only screen and (max-width: 763px) { #exdNGvaxxTXKxobqQkvL8cTicPlnEE55 { width:8.8125rem;height:9.6875rem;top:131.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xePACwim5chkTG6SxHOAbPgmhxWJtVBp { width:7.4375rem;height:1.25rem;top:121.875rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q0VAz9ZI9eaIBRbt3TdF4NpSOBe9HfuI { width:10.75rem;height:2.83333325rem;top:131.25rem;left:9.375rem;font-size:1.1875rem;color:rgba(144,73,144,0.66);display:block; }
 }@media only screen and (max-width: 763px) { #HPlad3JbDf0utHNnk6HTWPDEIMn9h65s { width:10.5rem;height:3rem;top:134.4375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmT0CEQVTzddmc6QBNUKQReMLQQa51DT { width:20rem;height:0;top:98.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNXh7ZzrMfaM0pILq4OJaBhkRNof71d1 { display:flex;width:1.3125rem;height:1.3125rem;top:188.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic62nViaiWdQIsyRk19NKiuRvi7JWTPr { width:8.625rem;height:1rem;top:188.8125rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra49myKtA7owezvJGlVLmRbeDl8pAPr0 { width:20rem;height:2.5rem;top:113rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stltXTSQQwOBDQ0twDxEBvwp5KxGZT7S { width:8.5rem;height:1.833333375rem;top:109.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHuDSsoerRt68v0NHSNhyfChzmaxcNcm { width:20rem;height:4rem;top:116.3125rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MyPdNTdiRvVvfTd2ERLJ8EguRAgi6Tmo { width:19.9375rem;height:3.375rem;top:234.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTez9LW3ITi7G9Q3dVhM38tPZ5H6Sxm { display:block; }
 }@media only screen and (max-width: 763px) { #Kw5hlLmpawPttBBTRZg1XTOTa8qrtO4k { display:flex;width:2.0625rem;height:2.0625rem;top:196.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5trnMvDXUXq5RQKCPG6QFPG5sFVcorT { width:9.125rem;height:1.25rem;top:22.3125rem;left:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va4DMbisH21MxMgcKC2lSJhcmFhQHF45 { width:9.6875rem;height:2rem;top:26.3125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9Qou12TgwrDLk2erpNElQFuTmXklEqD { width:9.6875rem;height:2rem;top:91.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6RDpdTEtr8F7fWwSw04gfs1hrDVkNQF { width:9.125rem;height:1.25rem;top:110rem;left:9.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2yoy9rUhUqD5qif2hzrnrPTcmvAG6Iw { width:19.875rem;height:35.5rem;top:150.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CANxDtPGLeT0OfJBLsMfZc6KIomsdB9c { width:8.8125rem;height:9.6875rem;top:212.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bcASCPSTSWswkzw2T5MbFVn0m5okPz { width:10.375rem;height:1.416666625rem;top:212.0625rem;left:9.3125rem;font-size:1.1875rem;color:#494b8e;display:block; }
 }@media only screen and (max-width: 763px) { #knyK2XbgkMaKI4PVXugrSMsqzrlUt8my { width:20rem;height:0;top:160.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyaUmnT5vddlutgo2cT1OXrpUZMTKxt4 { display:flex;width:1.3125rem;height:1.3125rem;top:195rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfqJrBpT3EhxcQzZCM5s2K5lA7NEdTHV { width:8.625rem;height:1rem;top:195.25rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #brn8dxW6C7cAzEv6JTTbV7LltwU8tGJI { width:16.5rem;height:1.666666625rem;top:194.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRlBtDeBabMCMREuWEW1t5vGdfeVyWq { width:7.4375rem;height:1.25rem;top:199.4375rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ccZxpuk1Kumui6XXgSp1qcUo2sP6ShvM { width:19.875rem;height:2.1875rem;top:198.875rem;left:0rem;background-color:#20226b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g5XNMk2Ug2kewFXm7FgJtkV6s4CdTfou { width:20rem;height:1.5rem;top:202.4375rem;left:0rem;font-size:1.25rem;color:#515276;display:block; }
 }@media only screen and (max-width: 763px) { #JTFwWmOdrxcXzxDTMZFgvtcMGCPzBqmE { width:7.4375rem;height:1.25rem;top:205.75rem;left:0.5625rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MuSa0lvKXNFkdJH7pztEUbXSZri5rGyt { width:19.875rem;height:2.1875rem;top:205.25rem;left:0rem;background-color:#20226b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Hgidh8Vz1nw6sr9EXusq2tOLxlUm8O6o { width:20rem;height:3rem;top:208rem;left:0rem;font-size:1.25rem;color:#515276;display:block; }
 }@media only screen and (max-width: 763px) { #hgRV1T90517s93uCxuaxDAUr21SgDWNT { width:7.4375rem;height:1.25rem;top:223.6875rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mgunehmIP10e80edqc0QRr5FkvF7NeED { width:19.875rem;height:2.1875rem;top:223.1875rem;left:0rem;background-color:#20226b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qSBtKSHcgCBa6qMgwSw6qmcB0BHipI3z { width:20rem;height:1.5rem;top:226.4375rem;left:0rem;font-size:1.25rem;color:#515276;display:block; }
 }@media only screen and (max-width: 763px) { #aqxObq7bGg6GLHyJz1AleVxXozRbKgk8 { display:flex;width:1.75rem;height:1.75rem;top:230.625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Lbkd3SNFPegF6vn516OfpvQFCRPMQvWJ { width:20rem;height:1.166666625rem;top:230.9375rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE3cCW9hvTbJixfZJuwKJVBC02fZIbHP { width:9.875rem;height:2.1875rem;top:21.8125rem;left:9.125rem;z-index:15004;background-color:#573ba5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rPXnTLhOtQcfkq7Jzp5BIUy1nEBBfNcP { width:8.9375rem;height:1rem;top:107.5625rem;left:1.625rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #n99rIMOcllik28bLpZh8ek0iw6f911en { display:flex;width:1.3125rem;height:1.3125rem;top:107.375rem;left:0rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #lkVP2OJcxR5GrI2Q6DP3Nbma3WINliUz { width:9.875rem;height:2.1875rem;top:109.5625rem;left:9.125rem;z-index:15005;background-color:#753190;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NuR8mAQcsIgQpI0wScvgsFwMwzUVThRN { width:20rem;height:2.1875rem;top:180.625rem;left:0rem;z-index:15009;background-color:#893f89;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h6RirakN6f7PMAwIim4ylDM2sTFC713z { width:8.9375rem;height:1rem;top:193rem;left:1.625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lMypZ8cXriSVPsXLscwZoKXXTcUmDPPe { display:flex;width:1.3125rem;height:1.3125rem;top:192.8125rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #IuppTSVGNu6qh3ZrpbnCn3Wkeu39rNOO { width:19.875rem;height:3.375rem;top:229.75rem;left:0rem;z-index:15148;background-color:#0d0d53;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDpip7Tvl0kBiEQT3OqQAZCtRawflOz { width:20rem;height:4.3125rem;top:244.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoC4iFA2cpIo8vngvsBspa00KllxCNob { width:8.499375rem;height:4.3333335rem;top:213.9375rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji60nvtXHz4euM4yfOrEvZgWllOV87ZL { width:10.375rem;height:2.875rem;top:49.5625rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfOotsV4XkBW6hxiEJg0lStrsq7y8zwB { display:block; }
 }@media only screen and (max-width: 763px) { #QBZHiPVMVpmPyEVJuNuFLUR9wNm26wIk { width:10.375rem;height:2.875rem;top:69rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWcTTyE9BASAp3PA0r0HhBrfUSVXSdL7 { display:block; }
 }@media only screen and (max-width: 763px) { #mCGBT6MavLwgoGexbnGa0qkFEFeDNnOG { width:10.375rem;height:2.875rem;top:88.5625rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnNVfi3Ard8FEqFQmFe3pVcKAov5fATR { display:block; }
 }@media only screen and (max-width: 763px) { #tHFp4LceK9gf4soaGpO5q3b9qla5CCwo { width:10.375rem;height:2.875rem;top:138rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0w5boIJczl7x747q3iqX2HAelxVypPw { display:block; }
 }@media only screen and (max-width: 763px) { #bIFHTnPfft0dlZzoN7bWTHNfEEQs2NAX { width:10.375rem;height:2.875rem;top:156.375rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfftolrsNTv8KUWPhtfZGpiTbTzPdm0V { display:block; }
 }@media only screen and (max-width: 763px) { #oqy7oTqIazsi73xV4EGSJrAOKGro9rNz { width:10.375rem;height:2.875rem;top:176.125rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dGFaGTf94wRzDOJlEnh5f7cD6Gan3Q { display:block; }
 }@media only screen and (max-width: 763px) { #rpy9sOegP6Tfyxo3hTErOudzqXVdfJMK { width:10.375rem;height:2.875rem;top:218.9375rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfieVnKVUy5BPWHgu6ebgMSXvlTffJs { display:block; }
 }@media only screen and (max-width: 763px) { #lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R { display:block; }#lrn3i0LwXz4KQSshtzGmT7Ox1P7nnA3R > .row .container { width:20rem;height:202.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZQkdtb4Oi9WwM30TiGtaMIZRyfDokDZ { width:4rem;height:4rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh7oaveWwU82fCSSEVXgH33gbghrfuC0 { display:flex;width:3.5625rem;height:3.5625rem;top:3.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ma0v8gKr1uBa0MvVgrb9tv4Eb8P4cNHp { width:19rem;height:3.375rem;top:17.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGITfXRsIiBBqm1rQsTOAgb35sXdpTfD { display:block; }
 }@media only screen and (max-width: 763px) { #u7wDzFiV1TTCwwT4i2lhPl0J2IeTPAx7 { width:16rem;height:2rem;top:23.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PxsT7O4Kq8WT4EEv2fNbpIt9ReEvrT26 { width:11.5rem;height:1rem;top:3.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwmFnayE6upPXWTamTbkNzLtuBynVvPE { width:13.375rem;height:1.833333375rem;top:4.6875rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvHOcU69TL3i7oq8H65WUn2J0aSeM502 { width:19.875rem;height:79.375rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7bLmVc3pxzqMM1TeyCozl6VOLUCv9Aq { display:flex;width:1.3125rem;height:1.3125rem;top:8.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f0OmGTBlziAxw3Gkwo9qck7WV59Jb4ET { width:8.9375rem;height:1.00043125rem;top:8.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OocESPL8IpqMUA08bqch1hr1PBy25KRQ { width:20rem;height:0.0625rem;top:40.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTTqWuQTZ7ehuyTzzDpDHv4VkcRoTArF { width:19.9375rem;height:2.5rem;top:13.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQGE6bUZ5Hyo9KEizDnf9BzKs5exiBJ { width:8.5rem;height:1.833333375rem;top:11.125rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZArSpcUM4GBRUJHnJ7dZhxTerXi9VkwF { width:7.5625rem;height:16rem;top:43.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBXaxD4XfhCJrSUhapPcTa4H6Kh9Lp6D { width:7.4375rem;height:1.25rem;top:22.9375rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v9cF4mN2yMWwrezbHATfqRi8fg9CEIUl { width:10.125rem;height:2.83333325rem;top:30.3125rem;left:9.3125rem;font-size:1.1875rem;color:#6994a2;display:block; }
 }@media only screen and (max-width: 763px) { #SND6n7puP89OAG2VCKJ5CQyGgGaAvTUB { width:10.3125rem;height:2.16666675rem;top:33.625rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISd1pc4E4vXK4sHldbuRB4bXMmMKQSNm { width:20rem;height:4.25rem;top:25.5rem;left:0rem;font-size:1.1875rem;color:#1d738e;display:block; }
 }@media only screen and (max-width: 763px) { #hEw5ePurlXTL7auwA6XLpAsMST8Eur5U { width:19.8125rem;height:2.66666675rem;top:17.5625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GnT6lvEke7sndQDTIzkrHVCtGa3Tm9dx { width:8.8125rem;height:9.6875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsDvMamOhD0FvO0pG8Mkged6AuBN5ll { width:8.5rem;height:16rem;top:84.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okk6A5qaPgJGiQmUGGMyCOo535TcBLDD { width:8.8125rem;height:9.6875rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWblbGtgEsiwgwZwZxhw6biCDR9fXo5D { width:7.4375rem;height:1.25rem;top:42.1875rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B34VAgxdkt58NKucShKRIvimRPnCpyno { width:19.5rem;height:2.83333325rem;top:45.25rem;left:0rem;font-size:1.1875rem;color:#1d738e;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7LHTt2PRZ2OinXdoFE9u5ToyU1arGU { width:9.5625rem;height:2.16666675rem;top:51.75rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm5EMmk6HC1FpaAkhuBnOBiIiMUMQ8wR { width:9.875rem;height:1.416666625rem;top:50rem;left:9.5rem;font-size:1.1875rem;color:#6994a2;display:block; }
 }@media only screen and (max-width: 763px) { #bkpvNFfkZPKJ1PGDSz6TiJz39kIgTAqs { width:8.8125rem;height:9.6875rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSNUHTgHaTrhsXs5aVyu3yurEs1UWUm { width:20rem;height:6.6666665rem;top:64.25rem;left:0rem;font-size:1.125rem;color:#1d738e;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vie2B0XFPVeqwKkCWtF32rXsWvlAAx { width:8.5rem;height:16rem;top:101.0625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AboyzOKxM9TUoI9OAqI34ewgCmZBLMpy { width:7.4375rem;height:1.25rem;top:61.75rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVQnUh1iJkdHLnvTATDVa60Tr0cfg3D { width:10.1875rem;height:2.83333325rem;top:72.6875rem;left:9.3125rem;font-size:1.1875rem;color:#6994a2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ziVvJbccZ0JwetsD7SHfPZh5lJvStINc { width:20rem;height:4.3125rem;top:91rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTwLfCrGuDyameHi1hnWT0nxykonAP4 { width:18.375rem;height:1.3125rem;top:131rem;left:0.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #priNso6hwF9Fs26lUCcI95RrTl3gJa1U { display:flex;width:1.8125rem;height:1.8125rem;top:92.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #V3Wm8dJniV7F0XLuPhpX34ukig51z8Nu { width:20rem;height:2.3125rem;top:84.5rem;left:0rem;background-color:#1d738e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t5dBSzJM84W1HEoi8fCsI0Qa7s4srk0O { width:20rem;height:1.5rem;top:87.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehitTBLbvvbqazu5rPUP9iuubtQeCbQz { width:7.4375rem;height:1.25rem;top:85rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt2G9CdnKG7LDfbRpV6gJGTTVE68NZW4 { display:flex;width:1.625rem;height:1.625rem;top:22.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE3JvxceQOwDwbeuAJ5AIMPenTaDiRE5 { width:20rem;height:2.1875rem;top:22.5rem;left:0rem;z-index:15003;background-color:#1d738e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GW4EuddWGudI88MN6eLHvLab9i0HGR4g { width:20rem;height:2.1875rem;top:41.6875rem;left:0rem;z-index:15004;background-color:#1d738e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kEKvtaTr9mIDH2FGLEAh8WJ9q9q6JbTu { width:20rem;height:2.1875rem;top:61.25rem;left:0rem;z-index:15005;background-color:#1d738e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WKxUKIboywALfAhT9olnsJbCNh1ed4VX { width:13.9375rem;height:1.25rem;top:92.625rem;left:3.4375rem;font-size:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #P55iO1CsnbTTdlMZvJDzXB2rZM3WCGE8 { width:20rem;height:2.1875rem;top:117.375rem;left:0rem;z-index:15006;background-color:#54aca3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oO0q37IVsU287AxC4v9vB0b4mwPCVCJ5 { width:20rem;height:2.1875rem;top:163.9375rem;left:0rem;z-index:15008;background-color:#54aca3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ls4479dzeKX0JGMWKKpuCfdGd1lg6Ivz { width:16.25rem;height:1.25rem;top:139.75rem;left:3.4375rem;font-size:1.3125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #RC4naRdiiaXbPbSsO7Fhlw2xCyyUDqwC { width:19.875rem;height:40.25rem;top:91.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u98IpzraWa2ba7ayT4uXJQfXVT8vRE3X { width:20rem;height:4.3125rem;top:138.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8TkWkZMTCdgykxPAHffILeVudniWMI { width:20rem;height:0;top:245.4375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETl8kBX28W9TzBK0GdDoKyBnP9wGAzXX { display:flex;width:1.8125rem;height:1.8125rem;top:139.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #AKdI5SRJVklZFR6Kyr8MM7QBqxIWCXy0 { width:8.5rem;height:10rem;top:106.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOS35XpL8kX5V7wgSoPItXAVFGithxOd { width:20rem;height:5.6666665rem;top:120.1875rem;left:0rem;font-size:1.1875rem;color:#54aca3;display:block; }
 }@media only screen and (max-width: 763px) { #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw { width:8.8125rem;height:9.6875rem;top:126.5rem;left:0rem;background-color:#e5f3f1;background-image:url("https://images.assets-landingi.com/uc/c4789e1d-309b-4170-8e7a-65d9499e20f6/Sandra_11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.adaptive-delivery-prevent-bg, #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.lazyload, #sRcTR1zgv6khRNTXLA3bWScPbUGSCHEw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KkUhptPMNvJGKikxnd2EIISL5mvbEQLF { width:7.4375rem;height:1.25rem;top:117.875rem;left:0.4375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KA5LaHiOBkrom6peausHilps5bR4cCh5 { width:10.125rem;height:2.83333325rem;top:126.6875rem;left:9.375rem;font-size:1.1875rem;color:#6994a2;display:block; }
 }@media only screen and (max-width: 763px) { #EgTVFz7ykZ13qbni2oseqivI0efkhpkp { width:20rem;height:0.0625rem;top:104.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXcaVOAJfzkT8ZFq3K9rFaRUa1gTHUyV { display:flex;width:1.3125rem;height:1.3125rem;top:195.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnW1ywHeLO1L6o2RycZhZ1zLawTWoFXM { width:8.625rem;height:0;top:195.875rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNXVzUtacRuXTJyEZdTgNmMGVT9bgLsV { width:20rem;height:2.5rem;top:108.6875rem;left:0rem;font-size:1.3125rem;color:#479089;display:block; }
 }@media only screen and (max-width: 763px) { #rlJfqSmNUHx6dD4W1f6LMaSds9rA7Dcm { width:8.5rem;height:1.833333375rem;top:105.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFeyMnMM0HVrs7hEL3iQwTW7iiTuy1EE { width:20rem;height:2.66666675rem;top:112.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yIFKrrPZxR1FFr6nTLPPim5uTRsd91Ll { width:19.9375rem;height:3.375rem;top:197.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM26VcPkzPVennXVUQnFmBIft03fkJBL { display:block; }
 }@media only screen and (max-width: 763px) { #aoGAzcLDiTJ5AwetpcqmqvawTFG0NM90 { width:9.125rem;height:1.25rem;top:11.375rem;left:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5LRI3U7QURy8Box87bPkesGwnvScqg { width:9.6875rem;height:2rem;top:17.1875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHbzDSrtipdhchywodkz4BRKFevfczCr { width:9.6875rem;height:2.0625rem;top:97.125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwVfWBlih5TQTdWFZlogeBB0KpVCQ9H7 { width:9.125rem;height:1.25rem;top:105.6875rem;left:9.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupNlEv0rz4XqIb4OiiIhIiLUPXRIACN { display:flex;width:1.75rem;height:1.75rem;top:194.25rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #LIt3FL8Uc9NrTsIUcI9Ms6mPiJnmUt4P { width:20rem;height:1.166666625rem;top:194.125rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGiiRndvh1JTGZTWGT0mXVvImgNAOUcw { width:9.875rem;height:2.1875rem;top:10.875rem;left:9.125rem;z-index:15004;background-color:#1d738e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qBuauSuRuZxocbkMfys5uxlydzqntgDT { width:8.9375rem;height:1.00043125rem;top:102.5rem;left:1.625rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #V21Dq9S9KKzhptgT3hIJewVne3gfypCU { display:flex;width:1.3125rem;height:1.3125rem;top:102.3125rem;left:0rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #gEnxHf6afkTLkECIxFFy2L4ag5UvNfcw { width:9.875rem;height:2.1875rem;top:105.25rem;left:9.125rem;z-index:15005;background-color:#54aca3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bNl5VGyqD7dFbaqNoBKn1BCiTgJdVJhi { width:20rem;height:2.1875rem;top:185.8125rem;left:0rem;z-index:15009;background-color:#54aca3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6Hn9xTk4USzEyeCiVHdJQzeCaOTXSVs { width:8.9375rem;height:1rem;top:149.25rem;left:1.625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #d46vPrUyDOL2eg7Zk3uqKVWbr7v3MSM4 { display:flex;width:1.3125rem;height:1.3125rem;top:149.0625rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #B1QfBCRgCpM23ZtAqkPrfBFQcXQGcuqo { width:19.875rem;height:3.375rem;top:192.9375rem;left:0rem;z-index:15148;background-color:#0d0d53;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOHiTXxJ8b1fUc80TTibTGBs0m31PHR { width:20rem;height:4.3125rem;top:251.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3nFqzTMNqavIN4aw6ayKoXBF0kUquII { width:20rem;height:4.3125rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVHqZk2mGTGnzwkRJ09HanzPaZ56tNtb { display:flex;width:2.75rem;height:2.75rem;top:96.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #T7xE146Twk88aIUPB22d25SMqixLNppV { width:12.625rem;height:1.25rem;top:97.6875rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxoKaH3asR2TWFvcSg7u3TCyPNrqB4w { width:19.875rem;height:46.375rem;top:143.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyBptc2coWgROvcclykBnRFueIarr6r8 { width:8.5rem;height:5.3125rem;top:182.0625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFRKQFIHDVUmV8umk0TTNHSWck8G6u9R { width:20rem;height:1.5rem;top:188.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywQC9DOccAzTNyufg0MBGksCsIBd1nsw { width:7.4375rem;height:1.25rem;top:186.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMdSWeQgtQaN8ZNBkLvpAoUWS3u3T5o { width:8.5rem;height:10rem;top:158.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZST7ehhwdw2AW8uQ6utHZ8zA1soIiZs { width:8.8125rem;height:9.6875rem;top:173.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLybSIRkUDzAQun1U8TzpQIvRlUJ26U { width:7.4375rem;height:1.25rem;top:164.375rem;left:0.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fZWcXtuSGkfTGnQ8Wyz4ekBAsIAUOOBG { width:20rem;height:5.6666665rem;top:167rem;left:0rem;font-size:1.1875rem;color:#54aca3;display:block; }
 }@media only screen and (max-width: 763px) { #ru34GZvtvFPa4RdiTWGbKGauTNfmwST2 { width:8.6875rem;height:1.416666625rem;top:173.875rem;left:9.375rem;font-size:1.1875rem;color:#6994a2;display:block; }
 }@media only screen and (max-width: 763px) { #UTFvZx5UVCq5L6DfOoGJlZvBK2BTN5q4 { width:20rem;height:0.0625rem;top:156.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ecm8DnlzMXpJcCITEL7MGos0V2pC32gD { width:20rem;height:2.66666675rem;top:159.4375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OMaGb3uxZZEHzSl74ZP6cU4xKRUIsOqV { width:20rem;height:2.5rem;top:155.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gMBZpokE9wyLTozGMOSn9aomnu0cGL { width:8.5rem;height:1.833333375rem;top:152.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNsKeXBZMWOe6vAVny2pMkMp09JRESvr { width:9.6875rem;height:2.0625rem;top:148.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFIwxH4c2MH8iPIaBEQuhTHEGAzrDBAC { width:9.125rem;height:1.25rem;top:152.625rem;left:10.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiqCJcvalOpTZPE2Tw5oJ8wHd1GIpQpz { display:flex;width:1.3125rem;height:1.3125rem;top:146.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEIymNsW1Tvb8FzgASAkllaVKi7NGA4G { width:8.625rem;height:1rem;top:146.3125rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaQ5Xrbod9Uk3y2LrTD2fQcvJGfkoB0W { width:20rem;height:4.3125rem;top:143rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6clp0VT7WvWRrQJz3dlE7vEszQT5pZI { display:flex;width:2.5625rem;height:2.5625rem;top:143.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #LyLMvSZ1kbQDbOSlt1AoHVNWFxH88F99 { width:12.625rem;height:1.25rem;top:144.5625rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFG9FHXNo9oqXcVn1hZ8mAd31E3M29H { width:9.875rem;height:2.1875rem;top:152.125rem;left:9.5rem;z-index:15006;background-color:#54aca3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BZPhJdkRLOLl47NOvRxfnDiRJO7VxuSm { width:9.875rem;height:2.16666675rem;top:175.625rem;left:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmxJ20qCXC5gSHWnFKCVWKP6UzvnJAI { width:8.9375rem;height:2.16666675rem;top:130.1875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwTZxbxEfNilo7CtslBaTAfOwmIL24DQ { width:10.5rem;height:3.25rem;top:75.8125rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqEBaTDOPdmtevTNGil4LBXKA3aLWzKu { width:10.375rem;height:2.875rem;top:37.4375rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICEV8AD1sTcolWC5365JPq8hV89CR07M { display:block; }
 }@media only screen and (max-width: 763px) { #FGt8phfJHe9BstwhdOxPDSF5aHEV7fEA { width:10.375rem;height:2.875rem;top:56.6875rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMNI0pyPIhnc6FTqT5Txx0AIEBTPArL { display:block; }
 }@media only screen and (max-width: 763px) { #FIfoiWpTkfeBFEBmabP66QlgQ0Q2eEzV { width:10.375rem;height:2.875rem;top:79.6875rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke76xeONEVfJnPIHpmUBlW3Sb4T4JK5d { display:block; }
 }@media only screen and (max-width: 763px) { #po5KF7xRExCEhFoR8OCBK4Ozt68iO92I { width:10.375rem;height:2.875rem;top:133.375rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLpwZsgom5qCl1pE6ZdRF3WeVBpp8rA7 { display:block; }
 }@media only screen and (max-width: 763px) { #CFEUDGaAJQQ9FZuMFKfsXu7Pd2MHDKp0 { width:10.375rem;height:2.875rem;top:180.625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbihSh3WQwLqhIP1dFEg0IRtuI5mDze { display:block; }
 }@media only screen and (max-width: 763px) { #tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE { display:block; }#tvKb5T42f4dI4dRJiSMOQkmOqfy7OQhE > .row .container { width:20rem;height:251.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJt5PmaTAxT1TT9yDerp8WuZCNT8I4TN { width:4rem;height:4rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTR9hzserVJuL5AFmNBPHaSX4TvgAmP9 { display:flex;width:3.5625rem;height:3.5625rem;top:3.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #IAlOds0E0FKXyEz6chDQ3LMrpqVVPduC { width:19rem;height:3.375rem;top:17.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnheWDl1w9wDC2otvQU5Ec8TnKzpefoT { display:block; }
 }@media only screen and (max-width: 763px) { #xSfkherS1ISlda6Q4KoESkaXgrp8ii0G { width:16rem;height:2rem;top:23.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3XtVAQaQAiOa7dOReN2BcRi0vkeU18D { width:11.5rem;height:1rem;top:3.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7MZQUqkT7EbyzuThldQVanbCvcoxvAa { width:13.375rem;height:1.833333375rem;top:4.6875rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okqLUG9DTw9W4andGcLmkVk3897oTxWd { width:19.875rem;height:79.375rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2PAGnsIudUTsh11xyhxaTMrhndBCnzv { display:flex;width:1.3125rem;height:1.3125rem;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tkyDb3vg2tyFGCKMhu0wQA7bvqHTPnPQ { width:8.9375rem;height:1.00043125rem;top:8.125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77T2J7I90B7u38boUqbESIT4nhkGQTz { width:20rem;height:0.0625rem;top:40.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1bfcZzZx68AoUTKZxM1spJzemf3065t { width:19.9375rem;height:3.75rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8w3amiqoXf7XuH6bC3darQVwXtNaeRR { width:8.5rem;height:1.833333375rem;top:10.4375rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM7OSa4gviwq1BkQWZAFUQJE0xAyP5kp { width:7.5625rem;height:16rem;top:43.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUIMqVTOGGoUe6Awxg646PGxSTktxoWa { width:7.4375rem;height:1.25rem;top:22.25rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kocydo2tSUPV2BiCtb2vWWm2cggxUArE { width:10.125rem;height:1.416666625rem;top:30.1875rem;left:9.375rem;font-size:1.1875rem;color:#688673;display:block; }
 }@media only screen and (max-width: 763px) { #oHSQ66WucSDdZnXlqVQJg6KDU8SIqI0n { width:9.125rem;height:2.16666675rem;top:31.875rem;left:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpdSts8CybuEMttOXkLvuKrwI41TwO3B { width:20rem;height:4.25rem;top:24.6875rem;left:0rem;font-size:1.1875rem;color:#437b58;display:block; }
 }@media only screen and (max-width: 763px) { #G9aX7AVb41UJrPeugw63HrHNVXLugAqo { width:19.8125rem;height:2.66666675rem;top:17.6875rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DvqiEFAN47cFiWWz3xMAGq8Rcnuy97Lg { width:8.8125rem;height:9.6875rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vokP4pxe5A5kSFaG26z7m77TDIfSTvIy { width:8.5rem;height:16rem;top:84.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6v1FiPOA2T5XiMWlgTkttJS7D4eIWrP { width:8.8125rem;height:9.6875rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI9z1DVuvQTPuyugubmPW9gpyTBaWd9H { width:7.4375rem;height:1.25rem;top:41.5rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MoZsSvZVfhiT2ziGgH1C6Gfh1XPqzI2Q { width:20rem;height:5rem;top:44.125rem;left:0rem;font-size:1.0625rem;color:#437b58;display:block; }
 }@media only screen and (max-width: 763px) { #hlAC9ytIEnVUzuuTsT06bEmyKQBrKMrE { width:10.4375rem;height:3rem;top:53.25rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPVPtE4bdxqNFzac0nNVA5Xp7vl1yW8 { width:9.875rem;height:2.83333325rem;top:50rem;left:9.375rem;font-size:1.1875rem;color:#688673;display:block; }
 }@media only screen and (max-width: 763px) { #flwheTJ70C9AMshBfdCS8En1eO2kMa1O { width:8.8125rem;height:9.6875rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSw7kaaXkQqTaTTgqHm8AyWVA1U5oqJe { width:19.625rem;height:2.83333325rem;top:64.0625rem;left:0rem;font-size:1.1875rem;color:#437b58;display:block; }
 }@media only screen and (max-width: 763px) { #DtdxaKV6xMvFSZULalJkezF9hQwDHTTe { width:8.5rem;height:16rem;top:101.0625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGC8IxHaBQ45gcFtIlC54TPObaZ7W6Lp { width:7.4375rem;height:1.25rem;top:61.0625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWbBhGDqJ4qWc8lrV0akao5QsLi1B0go { width:9.1875rem;height:3.25rem;top:72.25rem;left:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMBQftZlODuBGXkwpcQQvn1O1M64mTm { width:10.375rem;height:2.83333325rem;top:68.9375rem;left:9.625rem;font-size:1.1875rem;color:#688673;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeTMKva3Pg7KpumOLpz3G5zUwrnS6xqP { width:20rem;height:4.3125rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PB2TvXXy9FSKm70kSeWC19vrz9AKVt { width:18.375rem;height:0;top:131rem;left:0.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMXWIPVFFVCNv9CwzWB5cdyyyV3Wx93X { display:flex;width:1.8125rem;height:1.8125rem;top:88.1875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #OTsChq7rwDO2KLo9OpRXBAsmSdMH96os { width:20rem;height:2.3125rem;top:80.4375rem;left:0rem;background-color:#437b58;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hyH8brXGslfM0sSWf6ugtaUDlFpTw8IE { width:20rem;height:1.5rem;top:83.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwpG76GJaHbxeOgdlypLOKgcdERE3tb0 { width:7.4375rem;height:1.25rem;top:80.9375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZHBF78t7asSWg3SufM4Lck7L5w8S1Xa { display:flex;width:1.625rem;height:1.625rem;top:22.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HreNOqILGS3AlyKsOdLakFvAwVwzBLC0 { width:20rem;height:2.1875rem;top:21.8125rem;left:0rem;z-index:15003;background-color:#437b58;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RlNV1gbVS2CszuS7GLX0QWvb3t3ivBHF { width:20rem;height:2.1875rem;top:41rem;left:0rem;z-index:15004;background-color:#437b58;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gbTMWkS9guBacXU2vlydJQqKXhwxFiGd { width:20rem;height:2.1875rem;top:60.5625rem;left:0rem;z-index:15005;background-color:#437b58;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #knHepXHTgJTiwhUWPc3BeFuVZhegU9ci { width:13.9375rem;height:1.25rem;top:88.5625rem;left:3.4375rem;font-size:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QuzJd8EFAQpZJRHeaaFiW05o9Ks6DsZf { width:20rem;height:2.1875rem;top:113rem;left:0rem;z-index:15006;background-color:#7aac54;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WVmO44sIHrRI44OSVI4l0pUKHUIRas3K { width:20rem;height:2.1875rem;top:135.0625rem;left:0rem;z-index:15007;background-color:#7aac54;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M5MmJfw5Iyaqur9wBLgPe3CwMh92hTkK { width:20rem;height:2.1875rem;top:197.3125rem;left:0rem;z-index:15008;background-color:#ff8d3c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1xI5bftDHP1hBkR7OCIemylZ3xkmTU { width:19.875rem;height:40.25rem;top:91.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyG09Eegz3oeXobtmIszoEkwxKMwizSn { width:20rem;height:4.3125rem;top:183.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUVHAmADDIQpqiVEw2Q5nS7194rEEIG { width:16.6875rem;height:1.25rem;top:184.75rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psasCTfv5OQRVm0mCvaxnDdGMqhOH3U5 { display:flex;width:1.8125rem;height:1.8125rem;top:184.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #xpbmbAzsf3aIkwvkQ3tqqVy7xoiQwn8G { width:8.5rem;height:10rem;top:118.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiwHAuTnSWXNQt74O4aNTSIUCf4CEp0O { width:8.8125rem;height:9.6875rem;top:121.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XCVfeVGn0fge8RX5FhO9qwcFGB6T8W { width:19.625rem;height:4.25rem;top:116.375rem;left:0rem;font-size:1.1875rem;color:#7aac54;display:block; }
 }@media only screen and (max-width: 763px) { #qwWMOE7zREyxdHvTS0g5EmhHV8y4migo { width:7.4375rem;height:1.25rem;top:135.5rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yX2g81nfRr5hEl8DHxG4PmBrvD5sShKN { width:10rem;height:1.416666625rem;top:121.8125rem;left:9.4375rem;font-size:1.1875rem;color:#89a078;display:block; }
 }@media only screen and (max-width: 763px) { #KT0V8LpLz4GWg8goz1iDFfToZgT3Ld5b { width:8.5rem;height:10rem;top:106.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hxxl6deohTHhQG9o8gAKevcz2K0iiBa3 { width:20rem;height:4.25rem;top:138rem;left:0rem;font-size:1.1875rem;color:#7aac54;display:block; }
 }@media only screen and (max-width: 763px) { #uyHhlWr4ZOeT5yvynUmrDhf8mGRKeAql { width:8.8125rem;height:9.6875rem;top:145rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPe3snu16sLG4nBo4eQ1dZqc9SyiWoa { width:7.4375rem;height:1.25rem;top:113.4375rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VOc0wqSUinqDzHRMw7bMS3C3Rm8TlgeP { width:10.125rem;height:2.83333325rem;top:145rem;left:9.5rem;font-size:1.1875rem;color:#89a078;display:block; }
 }@media only screen and (max-width: 763px) { #gvHxADEc6yU5CdKElB4c4cUXafHiH8Zt { width:20rem;height:0.0625rem;top:104.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxWERPuDwIVWoPe1sldJWDTV3r2zKgzP { display:flex;width:1.3125rem;height:1.3125rem;top:195.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu18qc7ryg0ZE1yqfbvrB3wWBc2nliQ4 { width:8.625rem;height:0;top:195.875rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3fqIpoBSuJ4lSQbsaCWE53XSWNHU4Eo { width:20rem;height:2.5rem;top:104.3125rem;left:0rem;font-size:1.3125rem;color:#7aac54;display:block; }
 }@media only screen and (max-width: 763px) { #HlFx1SvTDnpK6XwAZu5NdBEOu9eGhq3r { width:8.5rem;height:1.833333375rem;top:101rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8eettyKMrWqNq28L9Ry6cHzh6LheWb { width:20rem;height:2.66666675rem;top:108.25rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D3pTSR3b2A1VGZux5tgFTvqAWLPJ3aC1 { width:19.9375rem;height:3.375rem;top:224.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgCUfiIgssONaLaQpqu65nFvHDxcR5P { display:block; }
 }@media only screen and (max-width: 763px) { #yBhgBcU7dbc7uzvcBl28M01PiyK8X6fd { width:9.125rem;height:1.25rem;top:10.6875rem;left:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGGD5Ok8zfdlGe7EeQcsua0CHTJFbum { width:9.6875rem;height:2rem;top:16.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcxvEIKVTKpVXVdnFqIOiG4eNpuWm2RK { width:9.6875rem;height:2.0625rem;top:97.125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sve0qCnsqPFrEmZhqE1qNdkxLCLZrhul { width:9.125rem;height:1.25rem;top:101.3125rem;left:9.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIZvcuwCJKTPM7483szGFahrCAGEWkXG { display:flex;width:1.75rem;height:1.75rem;top:221.375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #rHl4zODM9a7B0U4SLTcOHZsTzROyeG98 { width:20rem;height:1.166666625rem;top:221.625rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fShpMiimxi8ipn5iCBPKyihXIL4CJTTE { width:9.875rem;height:2.1875rem;top:10.1875rem;left:9.125rem;z-index:15004;background-color:#437b58;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pfzDqzxvztHQICXaXzpP1TmSFEyTDzRz { width:8.9375rem;height:1.00043125rem;top:98.125rem;left:1.625rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ONGcxhrMJG8l5wZaXG2RcfKcAc6tNTTN { display:flex;width:1.3125rem;height:1.3125rem;top:97.9375rem;left:0rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #Qhze3wEPCGFPMnW60ZtG4OGLkE6l5SuH { width:9.875rem;height:2.1875rem;top:100.875rem;left:9.125rem;z-index:15005;background-color:#7aac54;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RoxfZ6LTQqtxo0xubHnk3pU90fWIKzPK { width:20rem;height:2.1875rem;top:176.3125rem;left:0rem;z-index:15009;background-color:#7aac54;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rDPlpRWwblGxqavNNrxHGmnIzgHD65CO { width:8.9375rem;height:1.00043125rem;top:188.8125rem;left:1.625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IJfMlXpqB7DlgyJTuWif2JT3UeKPRoOV { display:flex;width:1.3125rem;height:1.3125rem;top:188.625rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #GX0UJBFhJ9omuhTpi7mxnCir2kWHFWJT { width:19.875rem;height:3.375rem;top:220.4375rem;left:0rem;z-index:15148;background-color:#0d0d53;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIPB0XAnUG3krNpLNteALTVgtLHHlzop { width:20rem;height:4.3125rem;top:251.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKZQ1W4ci8VhIUSqKWg7mxrShPEDReLn { width:20rem;height:4.3125rem;top:91.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuNoGgXOHK2yEEwmi5MNolX5dZVqkObo { display:flex;width:2.75rem;height:2.75rem;top:92.75rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #UvayoARmQ9AiVHZ0nMulKGV9JLwwdXUz { width:12.625rem;height:1.25rem;top:93.625rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Q9TWTakqbsvWHmnHVkzp4flEpIAM6R { width:19.875rem;height:46.375rem;top:143.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMIaaaiOu2RBTW8WSf5s1vbZ8f0Bidbk { width:8.5rem;height:10rem;top:158.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqIuDVviEcr226JtCzZlUGxH278SXWVm { width:8.8125rem;height:9.6875rem;top:208.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxC4TFQBT6QTghxraf2NblTUq5aDMpv { width:10.25rem;height:2.625rem;top:215.3359375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBqgSIVUrOsbneZy19oA7VndOBtMVSmb { display:block; }
 }@media only screen and (max-width: 763px) { #evV1o7qJ5ZconaOmKtN0VSaSmaokPVKQ { width:7.4375rem;height:1.25rem;top:197.75rem;left:0.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U7IqJIG8n84tDNMPkiWxQEWNJhD4lGHR { width:20rem;height:5.6666665rem;top:200.81164550781rem;left:0rem;font-size:1.1875rem;color:#ef9142;display:block; }
 }@media only screen and (max-width: 763px) { #cGOgCgB8ntkVIC7w6bTxcJ4rPSJuZ3bs { width:9.8125rem;height:1.083333375rem;top:213.33530044556rem;left:9.4368498921394rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUxZXct2N6TRQAPQEcC6vIuQHTKxNu5 { width:10.375rem;height:4.25rem;top:208.5rem;left:9.4375rem;font-size:1.1875rem;color:#ed8a15;display:block; }
 }@media only screen and (max-width: 763px) { #IiHktTaxg7f58EKqn1lqV79RqneLqNom { width:11.625rem;height:3.66666675rem;top:191.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95KQ5TgFFSk0fNW9mxm4t9S4a0mwIah { width:9.6875rem;height:2.0625rem;top:148.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugxmdJFAcpn4NTVdXHGAUOl58hyh5h5z { width:9.125rem;height:1.29980625rem;top:213.1875rem;left:9.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6kbsupVzn7QL6KuTvK9r9NrNQrtSgIT { display:flex;width:1.3125rem;height:1.3125rem;top:146.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXZF4QfimlvVq9k9OzvV8EpGclX81TRy { width:8.625rem;height:1rem;top:146.3125rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD6dghVKsCld6tK3n0Inc7fIQwwq7zHi { width:20rem;height:2.1875rem;top:155.875rem;left:0rem;z-index:15010;background-color:#7aac54;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KINfx2E1czcMdrwELVZamkt0o9kmqOHn { width:10.0625rem;height:1.083333375rem;top:148.3125rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7iNn7LJGpb01s4mCmsV04pte3T3Tawh { width:7.4375rem;height:1.25rem;top:156.3125rem;left:0.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sCLNE53dPB6PgD2qXEqzUvWvlzs1JJJE { width:8.4375rem;height:10rem;top:119.8125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqzf8qMsmvCUGC2KoLBC3qK62UZvVo2v { width:8.8125rem;height:9.6875rem;top:164.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy8TiUitDgrHUpHnlpFgT4AqTgcDnTtQ { width:10.0625rem;height:1.416666625rem;top:165.375rem;left:9.5rem;font-size:1.1875rem;color:#89a078;display:block; }
 }@media only screen and (max-width: 763px) { #KLn9GGzcN3vHyVrrPrLPzJ8CP7nDx5FM { width:8.125rem;height:1.083333375rem;top:167.125rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acg0WiA9uHuF9rdOIpnOc8DJQ4OO1R7R { width:20rem;height:4.25rem;top:158.9375rem;left:0rem;font-size:1.1875rem;color:#7aac54;display:block; }
 }@media only screen and (max-width: 763px) { #grEHZaVSIpIRSTfnP4Fs7xH7H3CmN91k { width:7.4375rem;height:1.25rem;top:176.75rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVKpM0ITHZkLBBRVFb4n8TcrtPSk8w0I { width:8.4375rem;height:5.3125rem;top:132rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULsd1d0QHEImbAaEpuxDKLP1solzzxTL { width:20rem;height:1.5rem;top:179.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySCOBk02PKStWs1tTW7D7RT2wDMSCNow { display:flex;width:6.25rem;height:6.25rem;top:190.375rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #NKobCGJH2k165sG7ZSLbhTaZVFAibl3V { width:3.9375rem;height:4.0625rem;top:151.3125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpVDIkrn8Vx2hZFy47yATTySDpzv3hUt { width:10.375rem;height:2.875rem;top:36.875rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQRxsGT9C1S7Tx60tBn2xQnEVZZq4NF { display:block; }
 }@media only screen and (max-width: 763px) { #X8aRx9JmIXA4dT5hkQFoaIRykxdwBtwe { width:10.375rem;height:2.875rem;top:56.75rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JWHXi489NVLOwfTVUWnGbCXUEnyECl { display:block; }
 }@media only screen and (max-width: 763px) { #GeUoXrWgxwqTAEcKHItczleS8vLvZssg { width:10.375rem;height:2.875rem;top:76rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi5DvXpuWPTDx7pVxAESxK5pqEcnnXJf { display:block; }
 }@media only screen and (max-width: 763px) { #tlw4cR5zIQaGQ5qwaStVghseO5rDJLui { width:10.375rem;height:2.875rem;top:151.875rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZwXDrpNMnNL3dHOV5t4pl5V6UveK4O { display:block; }
 }@media only screen and (max-width: 763px) { #X7wSTMQBxkvgShvrB2FgTzIBzUvZsJAH { width:10.375rem;height:2.875rem;top:128.5rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnbh0NUckskfASOyurKgQRk9bwX1BrLb { display:block; }
 }@media only screen and (max-width: 763px) { #lFLeMN4gUMwSGZZAACraMUoiqrKNUx1M { width:10.375rem;height:2.875rem;top:171.25rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf13vW5OTZLs8BG5LsyVCNGBVktgT9Vy { display:block; }
 }@media only screen and (max-width: 763px) { #TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT { display:block; }#TpRAr7bR0rK1XH9bBZ1eA44DP4ILLvqT > .row .container { width:20rem;height:206.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBSxltTTBOAI6p5zikTHAuAP2bzttgvN { width:4rem;height:4rem;top:2.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL4uc2Gp52oAo4KX5nVvRTFTcL6spO8m { display:flex;width:3.3125rem;height:3.3125rem;top:3.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #SeX4GqQuGTczIO43FTwDuHGATsQo8X2T { width:19rem;height:3.375rem;top:17.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPhM9CTPbUdNnOrL4ugWSBSoy9i68NNA { display:block; }
 }@media only screen and (max-width: 763px) { #phSXtXu5Ne9TgZ2RTTRaf6uXRQAPqUtI { width:16rem;height:2rem;top:23.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ALtNbrq5p7rMTlWrkvyRddFo6zumZmW8 { width:11.5rem;height:1rem;top:3.5625rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRc2S5islMxzToIEVsalrTxKrvtVPlM { width:13.375rem;height:1.833333375rem;top:4.6875rem;left:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThyaTiluqegWrNXyznnUD5KueFO0ilM { width:19.875rem;height:79.375rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHUswZp03GMEVXSFWRD3FUfWsfX6VtAa { display:flex;width:1.3125rem;height:1.3125rem;top:8.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IeR2R5i9qEIuBZnOO3xKF3lWI1UmKS7D { width:8.9375rem;height:1.00043125rem;top:8.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJdAaOoiglDgeAMgSkZKsr9Tq95O05GH { width:20rem;height:0.0625rem;top:40.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiNxigml5HVPIeN15bX0FZrWcrcu9114 { width:19.9375rem;height:3.75rem;top:13.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmyRm1PFTKABwgiJdTyTIscJvDi5dbd { width:8.5rem;height:1.833333375rem;top:10.5625rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euINZdTcJUOopuwxyrsLtIw2fCbRXs8p { width:7.5625rem;height:16rem;top:43.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q530POINhp4egbmHeDimro092GPKZyTO { width:7.4375rem;height:1.25rem;top:22.9375rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IVARwTpSfMNVJMSONZkc2zEbvMGoaNzf { width:10.125rem;height:2.83333325rem;top:32.0625rem;left:9.4375rem;font-size:1.1875rem;color:#97877e;display:block; }
 }@media only screen and (max-width: 763px) { #VeLU3aJhBfLcrhJFqRnAs8tTIHVbrWbD { width:9.125rem;height:1.083333375rem;top:35.375rem;left:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIq88X3sZRQBm8TP90hqFbR5t2diaQB { width:20rem;height:4.25rem;top:25.0625rem;left:0rem;font-size:1.1875rem;color:#97877e;display:block; }
 }@media only screen and (max-width: 763px) { #UeXpod1tL6J4NkAE9d8dOItoECF2hCVT { width:19.8125rem;height:4rem;top:17.875rem;left:0rem;font-size:1.0625rem;line-height:1.3;color:#6b6b6b;display:block; }
 }@media only screen and (max-width: 763px) { #bk3B0QewPrfF1O2hw4WDcva4stIZLMhL { width:8.8125rem;height:9.6875rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESFXAJZoIhncvI9tWxE9AERZmo70vH4 { width:8.5rem;height:16rem;top:84.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcyvX3BfFrFSz3dKyCfsSgaUKTJ2ZIst { width:8.8125rem;height:9.6875rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0qmIzLVuAbSUMurAH4sP0P7v0MNbNK { width:7.4375rem;height:1.25rem;top:43.5625rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hcGKn9oRf2K81uXvZVAQ5hTTGaXeh7Hb { width:20rem;height:4.25rem;top:46.0625rem;left:0rem;font-size:1.1875rem;color:#97877e;display:block; }
 }@media only screen and (max-width: 763px) { #bTMp5KklAMiP22LhmbQAqZTQbtCXlAWK { width:9.5625rem;height:1.083333375rem;top:53.3125rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCkZi2nF5U9hFfUaBTz8NI6OeyWCnTpa { width:9.875rem;height:1.416666625rem;top:51.5625rem;left:9.5rem;font-size:1.1875rem;color:#97877e;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3QMzQ6OvOZTyff4bda2mlLlr54i1mk { width:20rem;height:4.3125rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNiZQLqEDgTG3BvfzoTlUf8hWF8Km7a { width:18.375rem;height:0;top:131rem;left:0.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3SLBh14SyzfvnRpv24sLTS0zduQrrJI { display:flex;width:1.8125rem;height:1.8125rem;top:70.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kplMvMb0TwdD7rIbzE0hcHoezFSdhilN { width:20rem;height:2.3125rem;top:62.5625rem;left:0rem;background-color:#946f5b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTeqTPHCoGpNzV4qcNITTr6Or3QVu1kE { width:20rem;height:1.5rem;top:66.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #va9kboPV1T0qshoIBEwoE5b5oZBgoR95 { width:7.4375rem;height:1.25rem;top:63.0625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEG5TnmHqny7OCHuubd6K6GJFZZXTeuM { display:flex;width:1.625rem;height:1.625rem;top:22.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF83MFAgvSNyPxEEZ0h2MUf2WNIZAAnG { width:20rem;height:2.1875rem;top:22.5rem;left:0rem;z-index:15003;background-color:#946f5b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxzBRVvwy4ADedLNWICUTqKJGk0JT0Gc { width:20rem;height:2.1875rem;top:43.0625rem;left:0rem;z-index:15004;background-color:#946f5b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KTCnTkedDgBinU2mgqfcRi9tODgkU4rT { width:13.9375rem;height:1.25rem;top:70.875rem;left:3.4375rem;font-size:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yWK2cay9P7cs9K1wTAPO2CHsCHvp7EiN { width:20rem;height:2.1875rem;top:91.375rem;left:0rem;z-index:15006;background-color:#ae5353;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gwFgyLHfRKgIvwKkBUQJ0F1PNkQpdXvc { width:20rem;height:2.1875rem;top:110.75rem;left:0rem;z-index:15008;background-color:#ae5353;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uvds72s5g9cZbPgHaAhx0V67k1NkLpcd { width:16.25rem;height:1.3125rem;top:154.8125rem;left:3.4375rem;font-size:1.3125rem;z-index:15152;display:none; }
 }@media only screen and (max-width: 763px) { #o0QMD9EFxZJVRef9EMoSAVt4pcTA2yrs { width:19.875rem;height:40.25rem;top:91.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0dnTB2Up4w2lS3epknBHo5p8ua2GCEy { width:8.5rem;height:10rem;top:106.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxQuZEtI2FAm9oyp3ZQasivsB85RyyTU { width:20rem;height:4.25rem;top:94.311889648438rem;left:0rem;font-size:1.1875rem;color:#ae5353;display:block; }
 }@media only screen and (max-width: 763px) { #A8XrTtb7gKTXDlG6RiDBURPLiL588DVs { width:8.8125rem;height:9.6875rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGLHmb7VugphKtePBhN7slpUt29mo16K { width:7.4375rem;height:1.25rem;top:91.8125rem;left:0.5rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WcOKG8IGBfsN1auVu14qDbrGcITHQapT { width:10.125rem;height:2.83333325rem;top:99.375rem;left:9.5rem;font-size:1.1875rem;color:#b37c7c;display:block; }
 }@media only screen and (max-width: 763px) { #FUxeuZz15npmf9VOxt56BCsKvgn7ueuk { width:9.1875rem;height:1.083333375rem;top:102.62414550781rem;left:9.4997838139531rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJF1ekaw6xsag1SmHTDKTzL9tf0O5lJV { width:20rem;height:0.0625rem;top:104.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGu3XPIzTg4LVGuS8tFHpck2gWGwXxnC { display:flex;width:1.3125rem;height:1.3125rem;top:195.625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQncF2RU1L1da9nGn3m0XiRuJihyeBAT { width:8.625rem;height:1rem;top:195.875rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcB29SV97eyhHETIHqp1f95BCiOULHX2 { width:20rem;height:3.75rem;top:81.3125rem;left:0rem;font-size:1.3125rem;color:#ae5353;display:block; }
 }@media only screen and (max-width: 763px) { #W0UOAemiT2hoCeZqz1B4vAbLP2Acw1rB { width:8.5rem;height:1.833333375rem;top:78.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ9uC5F8X5E6hzDIAk1D02RCTcaWp0wi { width:20rem;height:4rem;top:86.125rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y0niaIll9ZTxyucdDQd7fpFDT5pHz5HC { width:9.125rem;height:1.25rem;top:10.8125rem;left:9.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQf99Q2V2mb6XJHNTWw6975zQymtVlE { width:9.6875rem;height:2rem;top:16.5625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoQATbauWmriOc5eilHuyLTayZnQpfkD { width:9.6875rem;height:2.0625rem;top:97.125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOreK7DpuENqpqWSAIovDCZi9T1DIS77 { width:9.125rem;height:1.25rem;top:78.5625rem;left:9.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3mdNTcsoAmprAIaNAb1GJ2NtMu7AnR { display:flex;width:1.75rem;height:1.75rem;top:230.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1zTUAxBSZEMVD90OgWpCsJ0hTNtoP2N { width:17.8125rem;height:2.33333325rem;top:188.3125rem;left:1.125rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IJBwEIFHvIpCW2zFzNK3TxqsKCaZVguN { width:9.875rem;height:2.1875rem;top:10.3125rem;left:9.125rem;z-index:15004;background-color:#946f5b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OLyDlmCUOO7MoT2cQq78RybwVbagSmvu { width:8.9375rem;height:1.00043125rem;top:75.375rem;left:1.625rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tkZ9f6PmqAv8mdHURJBkzp5Iwdkx9BuJ { display:flex;width:1.3125rem;height:1.3125rem;top:75.1875rem;left:0rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #eMly775m7BmSBc7SGlvLoRZ94sXBOTuK { width:9.875rem;height:2.1875rem;top:78.125rem;left:9.125rem;z-index:15005;background-color:#ae5353;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lrTwfGWsmIl2N0H2ciON8NmEXs9h7fFr { width:8.9375rem;height:1rem;top:164.6875rem;left:1.625rem;font-size:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #gdpOJyFtlHC9kATkHb6SZDTS5fK9T8VO { display:flex;width:1.3125rem;height:1.3125rem;top:164.5rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #k8eMCTUlhp3r17KTZ1q1UNXzr6mCG5UJ { width:19.875rem;height:11.25rem;top:181.3125rem;left:0rem;z-index:15148;background-color:#161b3a;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QovWbHtQhRUV6lxEo6XudiEdLtJL2e2c { width:20rem;height:4.3125rem;top:251.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlTRUATKLioO9JxVHKpQoVs0F9uK8JsZ { width:20rem;height:2.1875rem;top:116.625rem;left:0rem;z-index:15010;background-color:#ae5353;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BthD4AlnrKfqE4XzGVkdngvOQW8dIKhA { width:10.25rem;height:2.625rem;top:159.75rem;left:4.875rem;z-index:15103;background-color:rgba(51,190,199,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(53,65,134,0.63);display:none; }
 }@media only screen and (max-width: 763px) { #WQDdgPB0OA1xh47gaKUTz0xtP0lTOTTJ { display:block; }
 }@media only screen and (max-width: 763px) { #FdKihCstcaBlDPfXF9GusZDfzWqhTzp9 { width:7.4375rem;height:1.25rem;top:111.1875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEGWnecMPz5dnM8MpXdCAGyILNuXcTG { width:8.5rem;height:5.3125rem;top:154.5625rem;left:0rem;background-color:#437b58;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #i2JE9Bqw306QnZZEmsezrZznzy13CtfJ { width:20rem;height:1.5rem;top:113.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubJ8v54sGZF1IFTswWlB2hvlGRJmmd3s { width:19.875rem;height:26.375rem;top:99.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD1Ey4b4PRUIuWlFT20tK75hrXnERaWQ { display:flex;width:1.25rem;height:1.25rem;top:102.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gepxCETVic6CXQdDIqmMSxBZEuuLF4Qf { width:8.5625rem;height:auto;top:103.0625rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeVgL3lQsJPIroACnq2rRQc5qeBeQDCn { width:20rem;height:0;top:110.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AT05PEg9gTVqdCmUZJNczz7zB201e9KN { width:19.8125rem;height:1.666666625rem;top:128.75rem;left:0.125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI { width:8.8125rem;height:9.6875rem;top:132.8125rem;left:0rem;background-color:#e5f3f1;background-image:url("https://images.assets-landingi.com/uc/c4789e1d-309b-4170-8e7a-65d9499e20f6/Sandra_11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.adaptive-delivery-prevent-bg, #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.lazyload, #pzkeCoRNTslKKT6UVQcKBMu9Nu0DCdEI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RVZTyoBlI1hzTdWiOVsefomgnPzISuJH { width:10.125rem;height:2.83333325rem;top:132.75rem;left:9.375rem;font-size:1.1875rem;color:#7665a5;display:block; }
 }@media only screen and (max-width: 763px) { #tb5vln2JLXMJAlmcRDZ0fhqDAhF0EVDp { width:8.5rem;height:9.875rem;top:188.625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIpUBpo4TLDZ6KFoxyE4vsQH7aBLTQhx { width:10.25rem;height:2.625rem;top:139.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGxhxyNdHThE5R02srTUUmhDdwLRaeUl { display:block; }
 }@media only screen and (max-width: 763px) { #dgsWu0Gdd3DG9cMKWIeieuV6wsXRy8Dk { width:10.0625rem;height:2.16666675rem;top:136.4375rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXhuq3Lm0AhXAqdN2Tgok57VuHhO3AWt { width:7.4375rem;height:1.25rem;top:117.0625rem;left:0.125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nn18uaowqV3Xn0yJbfsvPdIJQuq55GoH { width:12rem;height:12rem;top:118.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc { width:8.8125rem;height:9.6875rem;top:144.3125rem;left:0rem;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/a25455aa-b2de-4b4a-954d-88201b32ac0d/FbioCSampaio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.adaptive-delivery-prevent-bg, #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.lazyload, #CUgLvybxaIdPUUT22vWn1r9vL0Vgl5tc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C24fiDZQx76MnvsbR1hmt12IfnhCbI6o { width:10.625rem;height:1.416666625rem;top:144.1875rem;left:9.25rem;font-size:1.1875rem;color:#7665a5;display:block; }
 }@media only screen and (max-width: 763px) { #Qslsvi6RAGOsZDddBeqZKcTpLIqCP9U7 { width:10.8125rem;height:5.4166665rem;top:145.8125rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUWJR6TRrqNmem9HiKBSrF2BRz876iQg { width:10.25rem;height:2.625rem;top:151.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2yTm8JPiHlAhN1w6mrdrwtsPmADRhK { display:block; }
 }@media only screen and (max-width: 763px) { #aPTOKHgJLnUWrfsrv0vscw7CHVIdrPVF { display:flex;top:183.0625rem;left:8.1875rem;width:3.6875rem;height:3.6875rem;z-index:15170; }
 }@media only screen and (max-width: 763px) { #RI6Fd86nP4bkKacQsNWBMexPAUNLFFGT { width:19.875rem;height:24.6875rem;top:127.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT { width:8.8125rem;height:10.5rem;top:168.90083312988rem;left:0rem;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/b8829940-b531-48ba-afab-b76d7fd3ae91/AndrBeltro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.adaptive-delivery-prevent-bg, #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.lazyload, #EfIpHB0zVUm1FvsuBUkCkl3ltucksTkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WSbswPOxAg2PBKeaBPRbv0w8rgdGHX8H { width:8.4375rem;height:9.8125rem;top:140.0625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3tXxfAdHO49eCm3h7lL4Rf8HHpgloZS { width:10.2495625rem;height:2.62478125rem;top:176.62479019165rem;left:9.3728306889531rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRm1KqLy5xVBTQM09o0hNp8q2yIRz7a6 { display:block; }
 }@media only screen and (max-width: 763px) { #P3CRhWoa5ThQZ73qq2M6GyAGdSUH6MuD { width:10.5620625rem;height:4.3333335rem;top:171.59939956665rem;left:9.4368498921394rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4glTRvq7AXVgTwZAJQGh8BUyUZEfv9B { width:7.4375rem;height:1.25rem;top:157.0625rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aThfw4EVOam95XZkg7u9CCv6leXdHw6T { width:20rem;height:0;top:138rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB7AQ7XaCUeVLGSTL4wxv7q6ObQ7fDxz { width:10.625rem;height:2.83333325rem;top:168.46333312988rem;left:9.4368498921394rem;font-size:1.1875rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #sOFQ7taxwabTmEu160P9M1ws4A8MdLx9 { display:flex;width:1.25rem;height:1.25rem;top:130.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXzOcJHWA7BqnGzFOUUMi8PDil4qUWVW { width:8.5625rem;height:auto;top:130.8125rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmuhzflUuAHTJINmCalDCKoTQktg0G80 { width:19.5625rem;height:1.25rem;top:160.5625rem;left:0rem;font-size:1.3125rem;color:#4b7b50;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GE7mfQdlaiC4QLs39W1sRGKudvEKXN2W { width:9rem;height:1.29980625rem;top:133.818359375rem;left:5.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAnEpDDQpl2f8CDMhbNp9V78u02elva0 { width:9.6875rem;height:2rem;top:105.8125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUOvHw5HOzXGBfIsJtpam14pEIhFKG0m { width:8.4375rem;height:1.29980625rem;top:177.0625rem;left:5.78125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKzPpI2TrMLrTXmFVPwTZgaXZSwTyg8O { width:9.6875rem;height:2rem;top:133.5rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJzzkNLTB8Ka7Jty64NskBJoAzET6OBA { width:1.375rem;height:1.375rem;top:160.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZgzzVvRzQJIGeti9p6vmQWBW8LNT0x { width:20rem;height:4.25rem;top:159rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRW21bPxS3V02miplpUu0R0aCPCEUWns { display:flex;width:2.1875rem;height:2.1875rem;top:160.0625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybfXRvupumdfDLy7lTfFzxzuI36k5UiH { width:20rem;height:2.33333325rem;top:200.4375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gr7AlzEpRd9dBQHOqgfeVDc8UxGDAuOP { width:20rem;height:2.1875rem;top:156.625rem;left:0rem;z-index:15011;background-color:#ae5353;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IpEZcDQ8B9DKT4tDSpVWDH5vIf143CfA { width:19.875rem;height:10.9375rem;top:193.8125rem;left:0rem;z-index:15001;background-color:#d5af23;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GTVnW6IEqZ1VF7h5LUlvon9xGndWN4JG { display:flex;top:195.0625rem;left:8.1875rem;width:3.625rem;height:3.625rem;z-index:15203; }
 }@media only screen and (max-width: 763px) { #OJlEgEZxRaz7l8PnM6CuHMDz01eDnw2i { width:10.375rem;height:2.875rem;top:38.6875rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oIfyA29f6n9e6nSDpiOTbDnQ8OSvwp { display:block; }
 }@media only screen and (max-width: 763px) { #gQy1hneN6MHGTr5JPllGTSBWrrazNQui { width:10.375rem;height:2.875rem;top:58.0625rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpSmPt5LcgMT0NAHAh4byRM59tH8Zys { display:block; }
 }@media only screen and (max-width: 763px) { #sOFKCXrTfEpZ4yXuPhhLaWrUw7JeJkpE { width:10.375rem;height:2.875rem;top:106.125rem;left:9.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZ3o2kVoisvTwczXmKk1JoS86wnmZIm { display:block; }
 }@media only screen and (max-width: 763px) { #pQ2aIi9lr1laB1QKK8NumaS7EPOufhsH { width:20rem;height:4.25rem;top:163.3125rem;left:0rem;font-size:1.1875rem;color:#ae5353;display:block; }
 }@media only screen and (max-width: 763px) { #w773rGChsuKkrFeaClqDFwb1Wxqzz8er { display:block; }#w773rGChsuKkrFeaClqDFwb1Wxqzz8er > .row .container { width:20rem;height:516.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM5kF80s3EWTG6ULEWe1Zq4Nd4BmvqSk { width:20rem;height:19.25rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G89xCFGGVvTLIkdbebLV5Jqfnp1RVGbf { width:20rem;height:1.583333375rem;top:18.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVycaBogQ76rTl0G0bQMolGGc9xXd7Vk { width:4.625rem;height:4.625rem;top:1.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI9DxA7legckoJRDwTioiEg8ZaEbOUo3 { width:11.6875rem;height:2.66666675rem;top:8.125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egJ3DXFLi12Pbr07LX5v8o9gniNTZJg1 { display:flex;width:2.1875rem;height:2.1875rem;top:3.125rem;left:4.1875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #z6mQiO6cG2DvHaZuM4ymVMdryc0Lr8Ro { width:8.75rem;height:1.583333375rem;top:3.3125rem;left:8.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAeCgrPyaPIZIb9gHsPIrHvu5TfdvdPW { width:7.8125rem;height:1.666666625rem;top:8.8125rem;left:11.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ubi9TZWLZ1ZKZrHp4ke5drL3HaxRwaCR { width:18.5rem;height:5rem;top:21.50390625rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTTqCzMiSQu2cPw65UA6G92RxFxAnQc { width:19.375rem;height:1.25rem;top:28.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUrJsznb9cMGDnaVOXCPmEZBHyXVTnmw { width:20rem;height:2.6875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hRMJc0K709DlAWgC0kzf5LdTg13vbe { width:20rem;height:2.08333325rem;top:13.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLwRSi15ydBCh3P39ownuCD5EeUi9rM { width:20rem;height:24.6875rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzl9BU1mpWIdnSpE2e5RlbF8qddX72n2 { width:18.5rem;height:6.6666665rem;top:43.25rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9WKywCOoFe5nhTG8mzq4eLX32TzawM { width:19.375rem;height:1.25rem;top:51.3125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1UXDF2blEELODfZtJBUVc7EtbkQQ6Vk { width:20rem;height:1.583333375rem;top:39.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDWtlvr6QEHheNkGUnhXFIGGVUcyVDU { width:20rem;height:2.6875rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNsmvTrkdVK9oADtcoBQtNqVzBJTHzTR { width:20rem;height:2.08333325rem;top:34.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XmTD8mAtRxarJCZKRuSvSv8KDlEETm { width:20rem;height:22rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk808oSvl972SHSfVdJzOmPccc2Ml6Xe { width:18.5rem;height:5rem;top:68.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2fb20ZT62wBBAOFONRvVc39QVVbT88S { width:19.375rem;height:1.25rem;top:75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJkBTtV0E15TTQE8h3pAxJpF6VshqDt { width:20rem;height:1.583333375rem;top:65.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ2VLwHssicJUynTFT39J2mbkCeoJE39 { width:20rem;height:2.6875rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfXXIAWAQyTWIKnWqEiL2XTgmbHqlIII { width:20rem;height:2.08333325rem;top:60.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKsMfef5b7xGIHSVWu1wUCkp6ZDkZU0A { width:8.75rem;height:2.5rem;top:8.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqZbwJztLecPDCFzwdJ7mshC4VIZJgg { width:20rem;height:20.375rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyDQk7damAuGyomXQiNukNaiHDv6cmPB { width:19.375rem;height:1.25rem;top:109.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlgCipkX4A8qZl6Ev5EhTrAmtbL3TLnm { width:18.5rem;height:5rem;top:103.5625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGsGIcwEdptOD0TLehdDV73Xe1JspPc { width:20rem;height:20.5rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6V83me8G9T6wfRGJJcvew0TXJmA1DOr { width:19.375rem;height:1.25rem;top:133.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gac4SeT4ksfRrAQbdwScONPr9si8lhpE { width:19.5rem;height:4.75rem;top:127.4375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErSxX2VFROnWgaKM7Wdxb9dH81pmBVd7 { width:20rem;height:1.583333375rem;top:100.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7Wch8C3xZCL15k45XX0hQbtcFytHpe { width:20rem;height:1.583333375rem;top:124.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbFnphdF7cCCoNvrIc9xhGvcMwWapNam { width:20rem;height:2.6875rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbedpO1JpoXEgVzTNQUchPpxcPH5uaEn { width:20rem;height:2.08333325rem;top:96.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbLrJUQK9vJLZVcvrrxytgWMdP19Gwco { width:20rem;height:2.6875rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVEmkRzZT8IeyoycdIB5PdNZpadlNXiw { width:20rem;height:2.08333325rem;top:120.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dvvDwuXKaSfmdZwQ3r4yoa4TWRATq4 { width:20rem;height:20.8125rem;top:143.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpkAku6hz2zcUpoF6fACfe1TqQ3SobgK { width:18.5rem;height:5rem;top:150.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbUFQD9eRGK5T0eZhp6tfMtVhLg9mzwi { width:19.375rem;height:1.25rem;top:156.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZIt8bAINC5HcX0o5OITl9bdWPW6TTQw { width:20rem;height:1.583333375rem;top:147.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IydbI64E2odKlPiZqyPHX6gkRDNg79 { width:20rem;height:2.6875rem;top:143.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaJ0hT75CJVUCrDoiKZcTb63TCCbhgdi { width:20rem;height:2.08333325rem;top:143.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGRrv5b8xdoq23HEn4PwzWCzQDMEDhA { width:20rem;height:1.333333375rem;top:90.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naR5ikaR3hLF9nIlTkAqur3bLl204ZaZ { width:7.8125rem;height:1.666666625rem;top:93.0625rem;left:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDonBZBlUkVL9fyHgxf3TNeTirSPQeT { width:8.6875rem;height:2.5rem;top:92.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNBZ1HvrIDTz8bzShk1a8sE7ggle4tC { width:10rem;height:1.583333375rem;top:86.3125rem;left:7.6875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nv2HTLktZlNBw1o0dTLiPCA2O6srQ3ad { width:4.625rem;height:4.625rem;top:84.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX152gkuWpEVemEbtgXbWLSVsRr7KOla { display:flex;width:2.1875rem;height:2.1875rem;top:86.1875rem;left:3.5rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ytk0z0xkLKJGvMxfmTeaCvnTPO6Z0i29 { width:9.375rem;height:1.833333375rem;top:92.9375rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4bUzuER4cdMvp4SOKce8SqVS0lCrGJ1 { width:8.6875rem;height:2.5rem;top:175.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntuMly3bPCTtlZZwuGfH0HT9Mi73vcmp { width:8.875rem;height:1.833333375rem;top:175.4375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWppcr298hbxhKUpZzrccaBBz4llp533 { width:7.8125rem;height:1.666666625rem;top:175.5625rem;left:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQpGPrBgEa7T4ICxG7yuVhmwLfrhxzf { width:20rem;height:1.333333375rem;top:172.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kw5wcZEuTmis4ceyXRozEoew2wA7Znd0 { width:9.5rem;height:1.583333375rem;top:168.3125rem;left:7.75rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrmO6FaBycH5abzT0Q0vSaenRNxVL29o { width:4.625rem;height:4.625rem;top:166.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuGnzF8VZudvNlO3qNoOBuprUdR7GQKi { display:flex;width:2.1875rem;height:2.1875rem;top:168rem;left:3.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #MoLPFU8Aw1nHfuEpi4xQT6ZZ02UkhsFD { width:20rem;height:19.9375rem;top:202.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fMAOe6CE1e6mDl13MHBwzzw5UCTWxS { width:19.375rem;height:1.25rem;top:215.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0vdF8MB9azLVTu2LhRqDzRns3y7lAVD { width:19.625rem;height:4.75rem;top:209.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgTyLAyefBlIfWTVvJMKbxDJcl5VEJ1J { width:20rem;height:20.9375rem;top:225.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Vf5VdF3kAMmEEBbnatsADruaTHXl3O { width:18.5rem;height:5rem;top:233.4375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLNhC0znAOnKLWACoMOcDXobmLykfIm1 { width:19.375rem;height:1.25rem;top:239.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHNtQ16uBgpOksfpWRO6lDfbIJ0Ea4sn { width:20rem;height:19.9375rem;top:179.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6sGMOT7ptc3u7gprFqL0kDbrHkH4beN { width:19.375rem;height:1.25rem;top:192.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQhRlQiNTNwgq43vfGNGwvH4n8ruotBW { width:18.5rem;height:5rem;top:186.1875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Oz42mr3BFmAi3imM9MyofokkXtbN8W { width:20rem;height:1.583333375rem;top:183.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7a2aTTevzfBwK7nM9LUKa592CJuz06m { width:20rem;height:1.583333375rem;top:206.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbAZ73hObHCrKi6oDm08eMrX2Fv3OvDV { width:20rem;height:1.583333375rem;top:230.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBx1xVxGBJ1CRmUXBliWrABPAguh8qD { width:20rem;height:2.6875rem;top:179.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNuz89gSpA5QflF5GspTurzBBbxqIBn { width:20rem;height:2.08333325rem;top:179.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOiMaQZK1FpBEi8D6dmGmMdffF4tx9Tk { width:20rem;height:2.6875rem;top:202.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG0cVCsHMhkJd7u9v5Z4NXzfHrndhbiN { width:20rem;height:2.08333325rem;top:202.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PyE2TWZBqlI4aVIeXF07T3XR6rVQog { width:20rem;height:2.6875rem;top:225.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsNrMwov9CazxinO3rouaTgUtxFJz7Ky { width:20rem;height:2.08333325rem;top:226rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGATe3FGXvtSDoSnKuNVSntmg67tlJkb { width:9.3125rem;height:1.583333375rem;top:252.125rem;left:8.0625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uWdWM5vp16kkWMt2FTusWLsosAuQgSFq { width:4.625rem;height:4.625rem;top:250.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA684SgKpNHoNZ4mIP9soLoyEUDJHR7n { display:flex;width:2.1875rem;height:2.1875rem;top:251.8125rem;left:3.875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HhRALsSmTUy9piyTQF4nobxlHqiR6JGz { width:20rem;height:1.333333375rem;top:257.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPUzlEloponWB1bw45re5pCMP38mevX8 { width:20rem;height:15.4375rem;top:264.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK0SeHhQ0BRBbiuGQ8xBs4P90ZrIbTsR { width:20rem;height:22rem;top:281.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSUNKtCDMuvLdl7di6EZoaIukyH4dRH { width:20rem;height:2.6875rem;top:264.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOaTMAP0M7kFEaFUPOcZe2dCTZ2AUzHq { width:20rem;height:2.08333325rem;top:264.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVESPOptQPNcoEIirpRF9rJUgLhAGWTs { width:20rem;height:2.6875rem;top:281.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkQ4qpqyr6W9XLZHKaCO5Ax1BdGeXy { width:20rem;height:2.08333325rem;top:281.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6nc9J293MeyledgAX1Ei24sIfrkZvk { width:10.9375rem;height:1.833333375rem;top:260.8125rem;left:0.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsl9Dw8qV2KfMB6g4evGaQ3TnC1SIBKT { width:20rem;height:1.583333375rem;top:269.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFfZJ2zITa3SSoZIlboLx5WVnINgMV2 { width:20rem;height:1.583333375rem;top:286.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVCJAKzIq0nWsWDTuhKrggTphILTy1H { width:7.8125rem;height:1.666666625rem;top:260.875rem;left:11.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI8XNMrhzUE33OO8O3l4M0NLiKOV7rN2 { width:8.6875rem;height:2.5rem;top:260.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerx09SuEJtqAxAIcUUzCk1SufsTTuFB { width:20rem;height:22rem;top:306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMmOTx3IZtAZQ3XLEpgDQx4c2W1XIJL { width:20rem;height:1.583333375rem;top:309.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0CCirHrFm3W2G8HKSBOxmI5Wtste9v { width:20rem;height:2.6875rem;top:306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVk137hVKMExLXrm5J6onmCP5mXW4cm { width:20rem;height:2.08333325rem;top:306.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS2GbW147Pq0ZOKPPqnuyPcMwA0R7OTi { width:19.375rem;height:1.25rem;top:276.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J87czZL19dalmp2m46vwA7a9Tp6WvE5G { width:18.5rem;height:1.666666625rem;top:273.875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoPNSemFTPEKIR1noyUrbdTIenmOIoH { width:19.375rem;height:1.25rem;top:295.8125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJsFM3ykooxXfkhOOSvBPNnbEFV1QDC { width:18.5rem;height:5rem;top:289.3125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCO7fzdpdf4RtbCpTtIfgATPxKWn4hzW { width:18.5rem;height:6.6666665rem;top:312.4375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgU4m5CNvxr488dGoo8kP7swhEiiEUlU { width:19.375rem;height:1.25rem;top:320.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbch02AIUlNPG3sNLcWrAmzVDedPPT1K { width:8.6875rem;height:2.5rem;top:339rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVS157Kx7JZFdbA2JkRDXipH9V8UIo7a { width:9.5625rem;height:1.833333375rem;top:339.375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68alIIiiEAR74LfbPyAhqQm5dWpppEr { width:7.8125rem;height:1.666666625rem;top:339.5rem;left:10.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLNTcIXteZRgVvGfZDMKLZR2eBUMMJhs { width:20rem;height:1.416666625rem;top:336.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czAMT7ZPNg4cNArJKp1OvtO3TuBcGt3K { width:9.875rem;height:1.583333375rem;top:331.6875rem;left:8.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vOc2HHr1qEEZm24q8eW9obNPxhBDXkmG { width:4.625rem;height:4.625rem;top:330.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKDcRACPBDrpbpQJTXzlJCxCAH7cV0tZ { display:flex;width:2.1875rem;height:2.1875rem;top:331.5rem;left:4.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #I0zi0vW9ZkgLOTDWIVJ0WHVnZdohsyJT { width:20rem;height:22rem;top:360.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2IabVsHa39e8Xq7MGL9k5agThvSBhCL { width:20rem;height:22rem;top:385.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCfacJTcDC9u9knALQ2TqRNuBF5qgypT { width:20rem;height:16.1875rem;top:343.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkId4TTyNg5Fs9Zr9zkcFh3kRnvB0uT { width:20rem;height:2.6875rem;top:343.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OiqXQp07yRyza97z6ngATgHTuNzKTu { width:20rem;height:2.08333325rem;top:343.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faNohC7clIFu8X612bgKH3DMrO7VeInZ { width:20rem;height:2.6875rem;top:360.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErmqyKHSO0CqKHCAHhfxAuvzRuXbgHTK { width:20rem;height:2.08333325rem;top:361.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZSqEreRTRIMm2HwLdcXXqyaZQsiHbb { width:20rem;height:2.6875rem;top:385.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMiFI8TTdq8HwFJnfRAy4AXiyLdwTP1I { width:20rem;height:2.08333325rem;top:386.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVH5vsMH7KzOMpJ1rZRRPPA66Hr2x2p { width:18.5rem;height:5rem;top:368.8125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAhR7GTrc49DGsLtpMaVv91lfWEVf87n { width:18.5rem;height:1.666666625rem;top:352.6875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulCZIbCcifVESvQabcUcJy4BcWyyVa64 { width:20rem;height:1.583333375rem;top:348.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUcM9Cqx5kR9Mln4A62cUWoJkHxOCJiN { width:20rem;height:1.583333375rem;top:366.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6lXV0KmxlBF6ZPSFOnnCEmqDOBGGuIe { width:20rem;height:1.583333375rem;top:390.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauf0JTPzAcPK7pMzxIPkbVWWUfn9AU2 { width:19.375rem;height:1.25rem;top:375.1875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctffTaborLKl7mboaf70nm38SfTbFwVt { width:19.375rem;height:1.25rem;top:400.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AaIA22QvcTWquQneeXxTmt0xqFRvTM { width:19.375rem;height:1.25rem;top:356.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFiq6Mhi0wqZMWTMVenk6n279swTL3I { width:20rem;height:22rem;top:469.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXePkZZNhzNKP74WOEIUVP3nobCNAyxM { width:19.375rem;height:1.25rem;top:484.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5pyUHSqGIZPP4cglfdsgQST1VUE59Qh { width:20rem;height:22rem;top:444.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAgfr1mq629lJfCHvlLnxNXwtQMVaUpv { width:18.5rem;height:6.6666665rem;top:451.4375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2DTA4Le2fLc1kuyCqTL4yMhNoUQ6N7 { width:19.375rem;height:1.25rem;top:459.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxfpWTgbzpOTHAx60KgatTosUd4vUFlm { width:18.5rem;height:6.6666665rem;top:476.5625rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ySATLHUfw85uIOm4zEDdcMLphW1TTn { width:20rem;height:1.583333375rem;top:449.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMBzJ5W8BUzKHVRPbEr0O87wgKSVt9c { width:20rem;height:1.583333375rem;top:473.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32BJ5N3QuUC8999srXQEQB4J7MT132m { width:20rem;height:22rem;top:420.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2DqlzlZM3MGprhdaxVwhKbt8imJKwr { width:20rem;height:1.583333375rem;top:425.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLVJumITTTTTlUVx5ArBdPcnZzVOTnWz { width:19.375rem;height:1.25rem;top:435.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slq4BIxrIR7lSOlGkXBVf3t45l9fA9Q1 { width:20rem;height:2.6875rem;top:420.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5FZFzhd5iCG3qGie1IFBqTSxC6lN0u { width:20rem;height:2.08333325rem;top:421.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJ7nDU1p8nysbANeZTUT8xu1fOP43eT { width:20rem;height:2.6875rem;top:444.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvR1aKiAJ9bCdgbrBmSNK2ZmHfwRD61 { width:20rem;height:2.08333325rem;top:445.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBiVpqo1TmOAgKIT8kCVAtct0hMzHbJ { width:20rem;height:2.6875rem;top:469.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkiTsuAU5OFCspWbNouNIMEe9dcq5I3q { width:20rem;height:2.08333325rem;top:469.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDIRACSfJLJH7Dy8A4PPq65c2y56k4Ur { width:4.625rem;height:4.625rem;top:410.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qPgUbiu7B6Fip59QQKPNpnPh2RnxWC { width:8.9375rem;height:2.5rem;top:416.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkGRrLhUyJAWwPHtFiWGQy2mxhrsf2rF { width:9.75rem;height:2.66666675rem;top:416.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBWxNv2l1qPEyEixmEesyK5v4xNzndMm { width:7.8125rem;height:1.666666625rem;top:416.75rem;left:11.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otEaHc2br9Xh1XXH4siqPULCVwokSlfe { display:flex;width:2.1875rem;height:2.1875rem;top:411.75rem;left:3.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #vp2ZP5v3DBhJlQWhN8sShQD3pWCMdK53 { width:10.0625rem;height:1.583333375rem;top:411.875rem;left:7.6875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gAWZ6Oc6BM447ihJ0FICzGE7fUmydLxD { width:5.5rem;height:2.5rem;top:79.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcVv2l9DRc7TC5agREzNVXreK6oXiyQ { width:7.3125rem;height:3.6875rem;top:79.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9tXGmaXI8mTzmdJIZGCsgi05Bg5G74d { width:11.625rem;height:3.6875rem;top:114.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbnTnukpHN4lN8FhvT0n2XMM3TVhVTcH { width:9rem;height:2.3125rem;top:115.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMB4FD0KGw0aMIbIovqHOIei0Dx1gfT { width:9rem;height:2.3125rem;top:197.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObMPeENDfKHTboydyE8xWw977K4LeCLi { width:11.625rem;height:3.6875rem;top:197rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHw7MoZQQdaSgZiri7lWRKPVPx4Lr196 { width:8.75rem;height:3.6875rem;top:488.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5ZElrNkHWtU8dvZwSOJAnknkfHb6D6 { width:9.4375rem;height:2.3125rem;top:325.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpKdeMDsv7uLoQK2ly8vStF7NzXcZQsu { width:5.1875rem;height:4.625rem;top:243.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS0h9V67RAkOGzvy46zKVL3TrIpM3wo { width:4.0625rem;height:4rem;top:244.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrIRJBxH55ba5ucVs3JLPxTvy4Fpyfe5 { width:4.0625rem;height:4rem;top:161.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktq3SSX4ibCJzSSgk8DGo9sWTkp2LnXg { width:5.1875rem;height:4.625rem;top:161.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxsfIsCneWXdWq6fv7FGSPzTpvcyOiF { width:10.125rem;height:2.375rem;top:138.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcF0WHTT87Ry4o6qd1rzEm69ILD8D6nF { width:11.625rem;height:3.6875rem;top:137.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6oXaKzOUy5i1oKQ14et9cEXKQT2TUp6 { width:10.125rem;height:2.375rem;top:220.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7gJzSTzG6oDLlVbSBS5StMZoolLtvAL { width:11.625rem;height:3.6875rem;top:220.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS4ZK6dQN1FPpXno36RUTuqolvb2vEMh { width:8.25rem;height:4.0625rem;top:300rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lroAeS2EZAUUwp1qL6ZuGHFeedwfPTsm { width:4.5rem;height:2.9375rem;top:300.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1sdDHkSgoPafIJfBeJfkHXXLZ7fyH4 { width:4.5rem;height:2.9375rem;top:379.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZ6kTtGLhee4WToTiPR5UmcfkNFQGUk { width:8.25rem;height:4.0625rem;top:379.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUGORQ1hJdl3vVHZrqKSF4SAbWOLAGad { width:8.25rem;height:4.0625rem;top:463.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTMWKKhkITpbVl4xcg0dAmC8OI0vWdf { width:6.5rem;height:2.25rem;top:464.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCT0BcgMKTHXPQMeoyqxaGANLdRqVpT { width:7.5rem;height:4.0625rem;top:404.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DprXWpNmkdUnLBHuG9blJgmpg6FrT41N { width:3.6875rem;height:3.6875rem;top:404.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1eOEL107LIRXqsTT2084feMKpcRoAU { width:3.6875rem;height:3.6875rem;top:488.875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcn1BTrLufQg8EnK0PPyiTT4pfuyQny { width:11.0625rem;height:4.0625rem;top:324.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIgOiwCnVK8U0cUub71vGwRi4ElQazhu { width:3.75rem;height:1.166666625rem;top:77.6875rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwfg0HBKtdAvwfNvV2Zl73UAgPDyxK8v { width:3.75rem;height:1.166666625rem;top:112.8125rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0yoOIubPeDdnpD48wG3BuTImN5iXww { width:3.75rem;height:1.166666625rem;top:136.4248046875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm1E8RKzAKa35XcP8UDvhH82ZTeKTMfe { width:3.75rem;height:1.166666625rem;top:159.5498046875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLnLm2nQWL4XkICIMqFbCAsRJ0xnm5ET { width:3.75rem;height:1.166666625rem;top:195.4248046875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBDR7ac8TpfwnxcdyvLATnzTztp4OUP { width:3.75rem;height:1.166666625rem;top:218.5625rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgaOP5gnXT4stSUQVFyEZ2TWQoM92pQv { width:3.75rem;height:1.166666625rem;top:242.4248046875rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34UqpJdi1y718uctsEq1IIDnqUtgSne { width:3.75rem;height:1.166666625rem;top:298.375rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rlR5ZppSSVo6OISx9QGp7BdbNgTT9T { width:3.75rem;height:1.166666625rem;top:323.0625rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nryt2vqEqfKi2WZl3Nim9L8LgmvD3IW3 { width:3.75rem;height:1.166666625rem;top:377.6875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5i68kpKV6TTPTauuOCcktmgqICSaeL { width:3.75rem;height:1.166666625rem;top:402.8125rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucKKUuDK0ORJhIAqgfiw3tnphR6zywnN { width:3.75rem;height:1.166666625rem;top:462.1875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXzIwp29mEf2mrG7D1raQHQ29QRlzbh { width:3.75rem;height:1.166666625rem;top:487.125rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF4VdmvLxznbepcOVQ5RoMca1JbsVZaH { width:18.0625rem;height:6.6666665rem;top:392.8125rem;left:0.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmAdORUO14Om5mTENmGCr7In9Do4qGq { width:18.5rem;height:3.33333325rem;top:429.98048114777rem;left:0.74921876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw48dW9wMBKmroh74w8unqMftI0OC9Ay { width:19.375rem;height:2.5rem;top:53.912109375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPI1D4P4a7eauE4XctV0By7VlH3QSzd { width:19.5rem;height:2.5rem;top:500.375rem;left:0.25rem;background-color:rgba(110,193,218,0.23);background-image:none;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #FOrAEW7GIqInMuuwncSD3PeLP0CRqc7k { width:19.0625rem;height:1.083333375rem;top:501.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AduAkkf3WRqWLew9r5uOBlJzFyB9ROG3 { width:19.5rem;height:4rem;top:508.375rem;left:0rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;z-index:15425;display:block; }
 }@media only screen and (max-width: 763px) { #VlLsaB9KWgNbsHFx4qVDJDmptdKoL0hy { display:block; }
 }@media only screen and (max-width: 763px) { #sGB5KHC008e0s4xlQsxfoQiRki5Q1pfD { width:19.5rem;height:4rem;top:495.5rem;left:0.25rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmNkHKxDMMQAKw38PgtgAwSLghTPVKz { display:block; }
 }@media only screen and (max-width: 763px) { #HLPyBy966pB6lApDqVV23cdMhOcnAH8M { width:20rem;height:8.875rem;top:201.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6qPJwK84dEtoV2BTRvWfuAsi67FmMyQ { width:20rem;height:8.875rem;top:505.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiLpzhVX8TdswlfgvrVigA5eVyznG2qT { width:15.0625rem;height:1.583333375rem;top:505.9375rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMoiRScd6BVTluJzFhW5fA6745VOVMmD { display:flex;width:1.875rem;height:1.875rem;top:505.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #hAmzbMfvkeEGfIGWTenVNTiU82xxTMBL { width:17.3125rem;height:2.33333325rem;top:438.25001335144rem;left:1.3437500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwuQcao1kLTasW9iHktqtPs4m8qotKL { width:7.8125rem;height:1.666666625rem;top:427.5617313385rem;left:6.0937500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU { display:block; }#h9nNb5FDX52UmqCqGBJ51IaNHPQctWHU > .row .container { width:20rem;height:491.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqOFTLeq5TgIUA7xGyW1BnTZMMO0yNo1 { width:20rem;height:18.375rem;top:117.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXAJ5euUzW1WyKh6TlEEue8TdD9MLl7Q { width:19.375rem;height:1.25rem;top:131.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0pbDTw7FTvv5Z7RaZphU2y36xm4hZBv { width:20rem;height:19.9375rem;top:94.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBTRJCaTDB97JZsah3y5GNESLoMrcAA { width:19.8125rem;height:1.25rem;top:107.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6m459qTMvNvzd7qOR3XlhPv7k9VT59r { width:16.125rem;height:5rem;top:124.9375rem;left:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvbXo4bqE14s3fHesoBUVHRAMAMa7sN { width:3.875rem;height:1.083333375rem;top:110.3125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGTW0OLyogz2CfTAK7lcZbqTcbQ2JVOm { width:7.3125rem;height:3.6875rem;top:111.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQE0vr5vPGKZxZ6u8qQXWSniuFe2Wl8 { width:4.5rem;height:4.5rem;top:111.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkuDs9FrC4BL2mpnv3VJbV2AAaU95rC1 { width:16.125rem;height:3.33333325rem;top:101.75rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmwhDXvdT5OQGM427iCsWcfi4a9G6k9 { width:20rem;height:1.5rem;top:97.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L39XZ9c7BMcTXiign5udKznNxaXhw06T { width:20rem;height:1.5rem;top:121.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxtCKnrE3rgTqXKLQU1eoecuVawyhSK { width:20rem;height:1.583333375rem;top:95.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXGQmid85kUEyZBATl5ItMlMclTuzoKa { width:20rem;height:1.583333375rem;top:119.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTF7ItUNVkV0aG8H3Er4oe6H6RT66wG { width:20rem;height:1.25rem;top:87.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0NJnThRxAiw1zJeMSI6q9aJ3imE4Cyr { width:8.5625rem;height:1.583333375rem;top:84rem;left:8.1875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfV9CT6L1MHA4IgHPJJXkHepsdc31ee3 { width:3.25rem;height:3.25rem;top:83.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp1T8THgOhCy7fBRZpAdgzbt7DCZov50 { display:flex;width:1.875rem;height:1.875rem;top:83.9375rem;left:5.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QfTwSTx4NiarH7tTUITNFx6F5kB6VJpP { width:20rem;height:19rem;top:187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLoSlWO3TNd033gq3d28vPkVSOPHH48o { width:3.875rem;height:1.083333375rem;top:202.875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNXHeUD6yrDSEuOWD6cEfFhZn8wudRr { width:7.3125rem;height:3.6875rem;top:204.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT37mADoZIhwt08WqnORmXw263K0Trg { width:2.8125rem;height:2.8125rem;top:204.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbdsAPcPwskzcxRnWVDTH8WMbJRSpyEB { width:19.375rem;height:1.25rem;top:199.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuvS5WJFhcvLbgfSJax3NQpZ5c0T4Ldg { width:17.5rem;height:5rem;top:193.5625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqgMUkReKcnkmp4aH5vo3T4zofqkUu9n { width:20rem;height:24.375rem;top:161.1875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QeDdo53SVVEJ7GJoDb2F74Inx8lZlTby { width:18.375rem;height:10rem;top:167.6875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuW3Rnk2GfvWmTTcei8Sy7Por1qC99a { width:17.125rem;height:2.5rem;top:180.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTFq5Ayb8xxPDI7H4rNO9JbICFlIOKG { width:20rem;height:1.5rem;top:165.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhJs7xSakqcGR3TiHxPu475GpOW9qfZ { width:20rem;height:1.5rem;top:190.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuDVIcTU7oIxfIUu0V0os4W7n4sTBXVA { width:20rem;height:1.583333375rem;top:163.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUmRT25yGG8zi2smaIipufrdPLzTRtk { width:20rem;height:1.583333375rem;top:188.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfeqBeCLQ3TDbb5buXGp1JJ3lXZ0PoB { width:20rem;height:20.8125rem;top:268.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRrxuArRMz2OxvMrSTsw4MlTSqFLgLX { width:19.375rem;height:2.5rem;top:281.625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tJ8GeyTvdtt9r1lThxcUw7bTCoTI1A { width:20rem;height:17.3125rem;top:246.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSxAD8TNFbczroJ3f3fP2aHk4wnI7Ch { width:19.375rem;height:1.25rem;top:258.3125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBG6Xga2kGw3Brx3IHHiJvarcHfSC0ct { width:18.3125rem;height:6.6666665rem;top:273.9375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O233mLCZ7a6WxnqeBkrC2UCpHEpCzqa0 { width:18.5rem;height:1.666666625rem;top:254.9375rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPdHzbS4uRKUHcrBdSFotJuz1XbBDETB { width:20rem;height:1.5rem;top:250.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTfO0xUr3loteWwSIBrz4zGKPhN4HxD { width:20rem;height:1.5rem;top:270.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDQsDSfS52DTg0eLKsE4SLyLMai4ctu { width:20rem;height:1.583333375rem;top:248.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyyniUNeSQMywTWkmA2NQmSDGb6f03ax { width:20rem;height:1.583333375rem;top:269.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3tbKkvctcGqzi6uM46Tte22IiJf7Hw { width:3.25rem;height:3.25rem;top:235.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4co4zdDBO54wlmyTUlbLktIMhbbe1TR { width:20rem;height:1.25rem;top:239.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTFN48y97a3NA4Z8rSoc8HActuqTDOm0 { display:flex;width:1.875rem;height:1.875rem;top:235.8125rem;left:5.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rptTVvAH9nlcr0Iy02KUB6fbsX2q2xRT { width:7.125rem;height:1.583333375rem;top:235.875rem;left:8.5rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezFkqMXuBVNtsHAw2WIN27DtbTKue74v { width:20rem;height:19.9375rem;top:368.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvi7T4wA12hyWbTs2UWThwB1KOEIAWSg { width:19.375rem;height:1.25rem;top:383.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCdbBQQ3gkNPDud3VxgeP4RH8BTrl2Dc { width:20rem;height:19.9375rem;top:318.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqaD2DZuMOX1xtDIyWsBGKvmhT9zkkQZ { width:16.125rem;height:5rem;top:375.0625rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlHITqOi3U6eCXLUEHru8x9acyoxeiB9 { width:18.5rem;height:6.6666665rem;top:324.75rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUK1A32sNTc4BmZwwA2puJ9G4Uk9cN3 { width:20rem;height:1.5rem;top:322.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cA4o6c5gJJfOU2NrK515BKdGft8gnk { width:20rem;height:1.5rem;top:371.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPtfb2ncmvvBTncZLHtkPrKBLvCpKKBe { width:20rem;height:1.583333375rem;top:320.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcS7NRyHoarZSbiKvbaw64CKUGRtmcok { width:20rem;height:1.583333375rem;top:370.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JKI8OA3VtLGIGViNC4PvFBZaSy02RQ { width:20rem;height:19.9375rem;top:424.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpLRRVVT7EWiCQyZ8btmch4DQlCyopA2 { width:18.4375rem;height:5rem;top:408.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eot1MWVoKn6QU4SxcALaPSUtypM67iEB { width:20rem;height:19.9375rem;top:400.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyml6f78CzC61P62SKdzNNezmC9KwVBo { width:20rem;height:1.5rem;top:404.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNP66xsbMB3Q7EHcLTzwR6dbZzlgn3fM { width:20rem;height:1.5rem;top:428.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HamZltP1OVtxLU6T3aualM4qwZWo5Nqw { width:20rem;height:1.583333375rem;top:402.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZHHw8fHDIJdkirF08lfkeyVDdral1q { width:20rem;height:1.583333375rem;top:426.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ZbzRDx0Ddxyby6vEAN6LAdWIlcrAC2 { width:3.875rem;height:1.0996125rem;top:447.0625rem;left:8.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU5PkRFxV7SSBnrLLtOwteAdNxUubyFO { width:9.0625rem;height:3.6875rem;top:302.5625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGDe39XpqfsSLQAIVvvCIS2huU90oB7l { width:7.9375rem;height:1.375rem;top:303.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNGe0k2t0TLyJsrcxqvH0NGyBpskalTl { width:18.5rem;height:5rem;top:432.724609375rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owbhONOqNPkWbNWa9Jgs9ZOkV5slAyUy { width:20rem;height:1.25rem;top:394.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WevaGmvGWRF0XQW7Kfe8prJUZJ17AM3s { width:3.25rem;height:3.25rem;top:389.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoLQGSwSzmpQy0ZzcBwVv1T3BUokrE7 { width:5.875rem;height:1.583333375rem;top:390.75rem;left:9.125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1RnFOS6Pt3w6Py4aLV04gS5L66q6dCJ { display:flex;width:1.875rem;height:1.875rem;top:390.6875rem;left:5.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #d93UUA2ue7omhUEu8hx9vt160tkFXXJ7 { width:4.0625rem;height:4rem;top:129.3125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIqqXKNUTtI2OZ9dsPmRP9yt1T2ufRvD { width:5rem;height:4.625rem;top:129rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoivElIbDRrVtKcy25rQi5xitnvyGEZn { width:4.0625rem;height:4rem;top:221.1875rem;left:15.46875rem;z-index:15327;display:none; }
 }@media only screen and (max-width: 763px) { #JGTnRLpTP8xwMfk9QmEvXfZ2d6gnoT3S { width:5.1875rem;height:4.625rem;top:220.9375rem;left:14.90625rem;z-index:15324;display:none; }
 }@media only screen and (max-width: 763px) { #uVUThEN20aQZyi9QPtEZNeU6ZOospyU1 { width:4.0625rem;height:4rem;top:219.5rem;left:8.28125rem;z-index:15327;display:none; }
 }@media only screen and (max-width: 763px) { #dMdZ1eQDd4ICuu2MA4RTerC5dNSt1Wqb { width:5.1875rem;height:4.625rem;top:219.25rem;left:7.71875rem;z-index:15324;display:none; }
 }@media only screen and (max-width: 763px) { #p4Ssww9Nr49Cfyg1O5xR1PlOBW5gIrSb { width:4.0625rem;height:4rem;top:217.0625rem;left:9.21875rem;z-index:15329;display:none; }
 }@media only screen and (max-width: 763px) { #fZ3mwEZ9FHd904vtsK7KwqWxpvWPcAxy { width:5.1875rem;height:4.625rem;top:216.8125rem;left:8.65625rem;z-index:15326;display:none; }
 }@media only screen and (max-width: 763px) { #sc3TBJQT1bLNDRFypfAXsWLEE2cMKwBC { width:5.1875rem;height:4.625rem;top:287rem;left:7.4375rem;z-index:15320;display:block; }
 }@media only screen and (max-width: 763px) { #kvZ3B22r7TEg958CJTzlRRLixMyLO6AG { width:4.0625rem;height:4rem;top:287.25rem;left:7.9375rem;z-index:15323;display:block; }
 }@media only screen and (max-width: 763px) { #qXNwDl6l9ZXTtk8EuIJQf0qctr9UzcQr { width:19.5rem;height:4rem;top:482.25rem;left:0.25rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;z-index:15419;display:block; }
 }@media only screen and (max-width: 763px) { #aDZaDJNID4N73RXRNm4wUCI8oVl4SHNw { display:block; }
 }@media only screen and (max-width: 763px) { #h6uVNZioWf2hITSpkaUTp65OZlwychWO { width:20rem;height:19.9375rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOee5cJhtc7WIFU9f0DKD5ylBmlRll1q { width:20rem;height:19.9375rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrfrGycUVRETGs8uSLbJXB3UVOUBHIq { width:19.375rem;height:7.9166665rem;top:42.75rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XM08Hg7xeiuWrxp8oRqPpwuR5yuhaB { width:19.375rem;height:1.25rem;top:52.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5b3NnHtkrAudsEyoXZII6fl8TZSr8HO { width:19.375rem;height:1.25rem;top:76.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCRf96edTpd9ftmkXhipf90B9K7ib0Q { width:16.125rem;height:5rem;top:69rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPWTZm1bvRyQrJI5ParrKMdxX1mNT2oT { width:3.875rem;height:1.083333375rem;top:54.625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBersRvTR3kPvL0fITpR1ibmyTxIrL9 { width:4.3125rem;height:2.8125rem;top:56.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6fBH1om62rxHUHFPh2pwVrEZGu3Msw8 { width:7.3125rem;height:3.6875rem;top:56.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umg13t9q0I0HSJFanmdHtslGTpTM4CoP { width:20rem;height:1.5rem;top:40.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDPX98HXWlSCqsNgQJ0S47XfM0PzKHrF { width:20rem;height:1.5rem;top:64.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8AMJPb3DfXpnWn8TWuvwlslFrWUl6R { width:20rem;height:1.583333375rem;top:38.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RXbiZEoQhs7ghrQAlT1WpKvtvf2f89 { width:20rem;height:1.583333375rem;top:62.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0xstzeSbQfKFwnzNC0cxcZ9awpVWtcB { width:20rem;height:19.9375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI0eqXfAvp7MvHvNcHuHnawwddaytIbO { width:20rem;height:1.5rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUrWN5X6xPNRFbmbMDV48nD6tdsB8INy { width:18.75rem;height:1.583333375rem;top:22.75rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCgBXI54QStvXb7yJzk91BiZBU1cycZ { width:19.375rem;height:1.25rem;top:28.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGNHqRn84ID7zZqLhNZFFZW5kOroJzF4 { width:3.875rem;height:1.083333375rem;top:30.8125rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFhTUNSUeTVBMKghX1MXReCkdcXCT7i { width:7.8125rem;height:1.875rem;top:33.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu2KTATmP3eexqPHTbpW7VQdsEXQGAWZ { width:9.1875rem;height:3.6875rem;top:32.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUCRd7xJ6qvJToFkAa9h3GwCZb6CNzE { width:12.25rem;height:1.75rem;top:13.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNtbCUCtJHFXerb1Rd44mTesenBkNv82 { width:20rem;height:1.25rem;top:6.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wobZuWT4NRet6RIOT6sRvJXe0lfyIuDu { width:19.875rem;height:2.0625rem;top:8.875rem;left:0rem;background-color:rgba(29,152,208,0.26);background-image:none;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZBxEbN9T39CokLlVIF3S0mmbuChenS { width:20rem;height:1rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#8edcff;display:block; }
 }@media only screen and (max-width: 763px) { #debJrWZoZLnbXtfdWeRcTgHbxAppZ0vs { width:3.25rem;height:3.25rem;top:2.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqEtaFkR8kNDJWmEqNnBFWitEa57dkwC { width:8.3125rem;height:1.583333375rem;top:3.125rem;left:7.6875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8cKZHAJI5KXu8OcrpudMlIMoPnwhuVK { display:flex;width:1.875rem;height:1.875rem;top:3rem;left:4.5625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #sOzdB8ErfnVHX9hguT31xkWosyNkUGQF { width:12.375rem;height:1.583333375rem;top:13.25rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTKOmHUHJE3xvupW9C2eToV2ng8t6uf { width:19.875rem;height:2.0625rem;top:90.0625rem;left:0rem;background-color:rgba(208,96,29,0.26);background-image:none;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8cFIy06InWcPHCyqOn4iGGBsmZq9DxP { width:20rem;height:1rem;top:90.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffb88e;display:block; }
 }@media only screen and (max-width: 763px) { #JXSAXWN1dv2m6Xv6oDDVwyRkfkVofu7O { width:20rem;height:19.9375rem;top:137.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwddmF9Bevk7mokVhBtS2PVya9shI4Fz { width:7.8125rem;height:1.875rem;top:156.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmHTRvx7xyBL2lneh10csuT63Hx3Svt { width:9.1875rem;height:3.6875rem;top:155.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUnnOhh9TGET65TzcmJHJ3Zyw58DwbD { width:19.375rem;height:1.25rem;top:152.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol8UsTOTMlQJCpULSelxtilDQkgUr9i0 { width:3.875rem;height:1.083333375rem;top:154.625rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1gFSMKK3wiKnyqCym3x6wIKybBvdxA5 { width:18.75rem;height:1.583333375rem;top:146.5625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v35h76xUt4J51VDpLJZZL3y1vTZwWR3B { width:20rem;height:1.5rem;top:140.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqQQU9lJu2VoVS9cTdIZogGbZOImZos { width:12.25rem;height:1.75rem;top:137rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrMprtMviiAkiBRo7XanZ1e5uTCvPTMt { width:12.375rem;height:1.583333375rem;top:137.0625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bvJ8OXeCo7Xch5UiCTSdbu03UeyI0p { width:20rem;height:19.9375rem;top:210.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnEKyP0k1dxATt2waMw2P3ItT5r3R0ts { width:7.3125rem;height:3.6875rem;top:228.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lpoMiBLTV3EkkFEylWK6cMqETd3hlZ { width:19.375rem;height:1.25rem;top:225.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZmSN5RyRQCWzs8E0O86LETCsBTbv68 { width:3.875rem;height:1.083333375rem;top:227.25rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RkWMdEWsAgDzzTq99T9J2JB7lZ9MCy { width:18.75rem;height:6.3333335rem;top:217.4375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaBwMWrXJtpd8RCEu69IWKchK6RX2NK { width:20rem;height:1.5rem;top:213.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uflVTyP7EoI6Kakih5Rwm9csT7x0nx5p { width:12.25rem;height:1.75rem;top:209.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhNCJdOxmJAJJJlpdtLXTE0wPPgHxRh9 { width:12.375rem;height:1.583333375rem;top:209.875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvH7EPriednZ3iEu3K5i2RdTMTw2mMsQ { width:2.8125rem;height:2.8125rem;top:229.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtV9JHO59WIFRk4l4VLZvacIxik4WdP { width:19.875rem;height:2.0625rem;top:242.1875rem;left:0rem;background-color:rgba(227,183,218,0.26);background-image:none;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsmAIAyfslJ4I1Aim7UN7GynuXLygpi { width:20rem;height:1rem;top:242.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#fdd7f7;display:block; }
 }@media only screen and (max-width: 763px) { #fLORcDWiOKKygM6Zd3lPWVCaUfu1tECe { width:6rem;height:2.25rem;top:263.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE6k1P18Z18PrF25ZwbM9WDKNNTpnzuw { width:7.3125rem;height:3.6875rem;top:262.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETHEuEnTmVNLmsBUolMQUo45yvTm5AC { width:20rem;height:19.9375rem;top:294.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOK8q9Qxt8vsRdRouT1JovXh38sFWMQW { width:7.3125rem;height:3.6875rem;top:312.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk7yNX43lxuVwQeL9E0b9l6PFTQDaiKJ { width:19.375rem;height:1.25rem;top:309rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D00pGmlih5NeQKMG2amp7SSE3s21xTmz { width:3.875rem;height:1.083333375rem;top:311rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBF86TaaIPbwkuSFtKzIIoyOhUTyCFU3 { width:18.75rem;height:1.583333375rem;top:303.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2kbwJfs40J2ETbJvSKfTnCBsuxRETa { width:6.3125rem;height:1.5625rem;top:313.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKIxTfgzzkopdRc00XMA7USfFIzOpME8 { width:20rem;height:1.5rem;top:297.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkZDDvCvkJVysCZsun7fnKwSDqzs80Q { width:12.25rem;height:1.75rem;top:293.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaCHWT3NfeDwnwuq3GT6PxZuaGmZCGd { width:12.375rem;height:1.583333375rem;top:293.75rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qahTJMC2rGyE5fsu3k1nmMX6P5o1Ozei { width:20rem;height:19.9375rem;top:344.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veWJavmBpnRZKmk2hXztElwcQIOGudQ4 { width:7.3125rem;height:3.6875rem;top:362.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhGel6UepWwvgkcQwGUCAa2TdB2LOmuV { width:19.375rem;height:1.25rem;top:359.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6pJkLGz5sOZ3Ry3LJ9smTtRtIyvynAN { width:3.875rem;height:1.083333375rem;top:361.4375rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv7xKXTrLfhap3hePiUeVo6sV5Zvzzg { width:18.75rem;height:4.75rem;top:352.0625rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zztbFKai1nqDEV9Lk6Ic2hHXBZqkTmgM { width:20rem;height:1.5rem;top:347.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ulQlxizKSBH4k28KrIUBc1lVkZL3ww { width:12.25rem;height:1.75rem;top:344rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhbV8J6kWXfLqXdheOs4fRLkPah247P { width:12.375rem;height:1.583333375rem;top:344.0625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUz83bwHA5TTt4TB82GO7PAm5rPav3xd { width:4.0625rem;height:2rem;top:363.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUdpbE59ligWyCzkgL5u1XAffvTqvn4 { width:3.875rem;height:1.083333375rem;top:335.875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGktRkqCluM7iHsBBWSrmwBGyphnaTvk { width:6.4375rem;height:5.125rem;top:337.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEpKgm8EnGzBafFhf9soELxfMXRKc2tB { width:3.875rem;height:1.083333375rem;top:161.14587402344rem;left:14.895833969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ex7TuxFs5EPGtE9I4GkQ5CdH1Ku3vchO { width:3.875rem;height:1.083333375rem;top:261rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfw6LUeII5R6WuzBxEX4whB53rEWXDeW { width:4.3125rem;height:4.25rem;top:337.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRA2TeTi1dqOUAJ5tScMpHtJTG1t3WNP { width:19.875rem;height:2.0625rem;top:396.375rem;left:0rem;background-color:rgba(103,165,103,0.26);background-image:none;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAVpTnZRxdTpnTqMASqTf6i2vRtzNlv { width:20rem;height:1rem;top:397rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#9fd59c;display:block; }
 }@media only screen and (max-width: 763px) { #gJUvTT3tr992TdB7B3czVWnRK3BNn9ow { width:19.375rem;height:1.25rem;top:437.841796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7TypZSL6uD94TelIsrKWVc6N10EcMk { width:3.875rem;height:1.083333375rem;top:440.3125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2VEUyUHAHxH3ZyaKOSnu5dTnklnZ6k { width:4.1875rem;height:2.125rem;top:442.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTe9u3f6PTh6kvJhW2TZMSw8p0wTiWZc { width:9.0625rem;height:3.6875rem;top:441.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1HevypyVTqk6MuyyAea7W4FLX79gWW7 { width:20rem;height:19.9375rem;top:447.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rVW9soTob2Di2QbvKTM1NEvb677gXC { width:7.3125rem;height:3.6875rem;top:465.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLryFJMreCtaGdUXQXTlei1yALcDTfdD { width:19.375rem;height:1.25rem;top:462rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWe3appBvJJGVneENBlih870ekBhDyL { width:3.875rem;height:1.083333375rem;top:464.125rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshH6FfniqSuHPsOTXTAQCMZAlhoz2nL { width:18.75rem;height:4.75rem;top:454.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6kPwVRMdGU3r181fDb2qAB6SVLiRTJ { width:4.0625rem;height:2rem;top:466.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQwuy0UZ9NlDF0DePT6izfFsGTA2oqn8 { width:20rem;height:1.5rem;top:450.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdhPPBpi8t0Vu4To4gJS2qadwfOMDmwz { width:12.25rem;height:1.75rem;top:446.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm2L3AIVryqPsfH4Ikb63pFnI7MwSBLe { width:12.375rem;height:1.583333375rem;top:446.75rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHBvpgdaSnhgaU5TxyzTCPnfwGRtKvL { width:3.875rem;height:1.083333375rem;top:285.2001953125rem;left:8.0625rem;font-size:1rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #JzULFicbzf3mH3x8qZttgAeQn4fZ9JnR { width:19.5rem;height:4rem;top:472.3125rem;left:0rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4fWqVEAJ4A2Tl0RNulVwhEunHUGCO1e { display:block; }
 }@media only screen and (max-width: 763px) { #qd5oSTKwIVIx9tWlqmb1KClQDu9vkumP { width:20rem;height:8.875rem;top:472.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IId7SreFMmzTIZQlpAfqNxb7bCPSl7iA { width:20rem;height:10.125rem;top:477.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eOWaAAwOmMtdG4ISDTNUZFTTHelWQe { width:15.1875rem;height:1.583333375rem;top:479.5625rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuGAxg0ieyyU7mIAIciduh8KSApwR1Fv { display:flex;width:1.875rem;height:1.875rem;top:479.375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #slW1sMpTtcDZppS11MLJr7Bk8gHycz2s { width:19.375rem;height:1.25rem;top:333.0869140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTiq8pGVmgwVlDCsmxPZPaAb3rWQHUG { width:19.375rem;height:1.25rem;top:415.56249427796rem;left:0.31171876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg { display:block; }#aWZht9Ku7L1afyt1imAeZ3OuC9K7gtHg > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV5kq7EcWWA2f5HLAKSKM5CCQakdzeqH { width:18.5rem;height:11.083333rem;top:15rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySRMDOhm3OslKex7u32oOyw267is5HUc { width:15.25rem;height:4.5rem;top:9.2587890625rem;left:2.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seBxUxf7AdyTd5HgxWq7NUTFwX2pTOK6 { width:20rem;height:5.1666665rem;top:2.875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVDWqbuzFQxbUNT3G8dmavU1lhVFOP2u { width:19.4375rem;height:3.5rem;top:27.2822265625rem;left:0.28125rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn59BDg1eNwNxin1NCgxd6kqV9qTGcfB { display:block; }
 }@media only screen and (max-width: 763px) { #GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 { display:block; }#GJa7T63a6XqS8tJX32WPoKdWFVJH1N13 > .row .container { width:20rem;height:462.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB4xHsarmVDyvV2wy7IwylLuVezo1Vgd { width:17.125rem;height:12.3125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgzgtUiIpOKzUcVTzRD4X3F1Z4hNWWPu { width:15.0625rem;height:1.25rem;top:3.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0NEs2pw3dpdll5cNxMpRLb3OzoBWR4 { width:10.5rem;height:1.25rem;top:5.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTGmeCTZKzSAPQKnOFDL6OATsb8Cl9e { width:15rem;height:3.75rem;top:7rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxVPSorcvltpu7vTkF37zDvdwCloEcU { width:17.125rem;height:12.3125rem;top:14.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMc37ibPnqnk8GGO5Z6FcH2zAKX7o9ad { width:15rem;height:3.75rem;top:20.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMAwhOUucsNJ75nw3hxoDivJsaJSUXpN { width:10.5rem;height:1.25rem;top:18.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnVo1xr22T0ST4FNK27FCTWcTuSACyW { width:15.0625rem;height:1.25rem;top:16.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsSWsQ2eXbZAwlxBOsJGnWRqU4dobfe { width:17.125rem;height:12.3125rem;top:53.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPgFtBttrCR4Tvdk0lRuROW2MQ6z2Wi { width:15rem;height:5rem;top:59.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkHUHhmmswRX7oOElymQBcKDW8bIzhx { width:10.5rem;height:1.25rem;top:57.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLb8X8wsJvdFNImEDVIu0pqb4iIkhzna { width:17.125rem;height:12.3125rem;top:40.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgTvNWPnrA81hA00x6nwbfC3U6gPesh { width:15rem;height:3.75rem;top:46.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEuy1F8tQoHu3OD29srA0eHOIxyf0wda { width:15.0625rem;height:1.25rem;top:42.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn2l3vMMT5TDXE8gTseh49rSc6hl9Rmy { width:15.0625rem;height:1.25rem;top:55.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skm48o9uTum2iROeFdVpVuIkpRACTWQo { width:10.5rem;height:1.25rem;top:44.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkOQfZ4IDUMwTPlBEKNa6tKbEocCBRWA { width:17.125rem;height:12.3125rem;top:80.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3AU4zkQhpNHB2RH6IdKuQvLH5p0ut9O { width:17.125rem;height:12.3125rem;top:106.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl1csUG86QQ187sg6BbHtx4rZ8civIAX { width:15rem;height:6.25rem;top:111.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1A577XZt5HUcimMeOlmSQRtq5mMiKxU { width:17.125rem;height:12.3125rem;top:93.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESKCZ8S6DW7Ax3AMyvNgIZ9JN1VBaC6 { width:15rem;height:2.5rem;top:99.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiCrdHO5lIOwk4cK7SdRQqdxCFJoQpab { width:15rem;height:2.5rem;top:85.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Gxi3tnHivnKoZarVvVcGw9U2PlldaU { width:17.125rem;height:12.3125rem;top:66.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrWagT4iazEIuauaTtBHN1i6rEDWyZQ { width:15rem;height:5rem;top:72.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63y3IUTq49MqF2SV9kA8papk72qgETB { width:10.5rem;height:1.25rem;top:84.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhD2sMrFpSWISax7lD19EmRqgP8K5WB { width:10.5rem;height:1.25rem;top:109.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfnanJq8Bhx4gxIOQ1htFOeSzr61lLZ { width:10.5rem;height:1.25rem;top:97.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzeXk1SnguXdOW1JxooMIyc1bwEN7UzU { width:10.5rem;height:1.25rem;top:71.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbK9XFtWTrf6GTR8Fe23rFCVGzyX5VrT { width:13.1875rem;height:1.25rem;top:68rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk1BSsgDtwpsnl8eCH4rtWqM3uAFTawe { width:15.0625rem;height:1.25rem;top:81.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI62xcQq8T0eRqr59KMt3BfVfTfHqUbn { width:15.0625rem;height:1.25rem;top:95.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsT6RFgPHwfwtvJRWIDx0hVSdHHkUV8Q { width:15.0625rem;height:1.25rem;top:107.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG2MGFvpiz54NbWCI1tXR4QX5pDPngix { width:17.125rem;height:12.3125rem;top:211.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTNrcEOCwTM71sdvNBaynEWGfDqXwEJg { width:15rem;height:2.5rem;top:216.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw9DvCWCmTtCb52gTporl2sEX8mig9Wt { width:17.125rem;height:12.3125rem;top:198.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTagKIFdBPKsTyicilu4GmXfhWvQKgJ { width:17.125rem;height:12.3125rem;top:185.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9viuR1yX8rQee40ZARmKaqiZyQz6k6q { width:15rem;height:3.75rem;top:203.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgouotm2Hqm43N5P7HrvncTWVUe3BcqQ { width:15rem;height:3.75rem;top:190.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwaFuNcQPdTT9s6FDT3z6A3SDTZRIe3 { width:10.5rem;height:1.25rem;top:189.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPsJgmlkzTFpcG0mTgLwsvCNVyOiQJ9h { width:10.5rem;height:1.25rem;top:214.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hci4sNrsx37pfhDvT1lMEIg1uIaxBEK4 { width:10.5rem;height:1.25rem;top:202.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIEzZZoaWEgm4dJlZwhNXVPe2DBiMNI { width:15.0625rem;height:1.25rem;top:186.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvCv1TxHQD5W8p5ZJeCkwe6HnQmNgIXU { width:15.0625rem;height:1.25rem;top:199.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT29p8ApXAXnptkDgl4m0v2AdH9dwAxX { width:15.0625rem;height:1.25rem;top:212.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSCXW6D6B8rCI597L8TKfo51mxxGJ6v { width:17.125rem;height:12.3125rem;top:119.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTXLBHvfyASfUzw3a1PLXGwlo2IpuR0 { width:17.125rem;height:12.3125rem;top:132.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAsKigZE0VXL5RnGVqTs9xu5BwQbemA { width:17.125rem;height:12.3125rem;top:158.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTa5FGeWKgQGdvuaN9iTc8MeSLeZh7B { width:17.125rem;height:12.3125rem;top:145.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWRJTcElU21SiWoBvIrMcRL0xe0Q9nd { width:17.125rem;height:12.3125rem;top:172rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcp0UTVhZ63DmZsUfGi0n3qTE3MRkmu { width:15rem;height:3.75rem;top:177.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaknAxN7e2dioGTXkbn280HApWbJXsb { width:10.5rem;height:1.25rem;top:176.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgMdt6vMAluayARof0b1oqxaskizvw9 { width:13.1875rem;height:1.25rem;top:173.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv0elx9A9h8aqkhTucDVSG2MnGFD4pJ { width:15rem;height:5rem;top:164.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRfnkRf1prCiIpckCQzkp5sCFG8DC1v { width:15.375rem;height:5rem;top:125.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrT0mopyRgUqs9GtZOScv7Vl1dZuU04l { width:15rem;height:5rem;top:151.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peT3BnuNhhunvCuzA4CbDJNUqmJfDpsG { width:15rem;height:3.75rem;top:138.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLwlHsTKSDxBf7ZZx44MiqUDDNlozByL { width:15.0625rem;height:1.25rem;top:121.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEXKLV9HOV6aQXCL3CZMyI5u33HUToEi { width:10.5rem;height:1.25rem;top:123.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyvytOSZcXTS6AO50an3pT8AhQJgo6J { width:10.5rem;height:1.25rem;top:136.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4c8PWxLnWTrZXFUkgqLzr4zfBzXABAH { width:15.0625rem;height:1.25rem;top:134.5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9JXZfl8UtvkqMI8FredrhV99fuPDxNT { width:10.5rem;height:1.25rem;top:163rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBspMhCdkEqVWk2aorgayLislPuLdd2y { width:15.0625rem;height:1.25rem;top:147.5625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPSVFZxJkzbuVdn52C9zP3n1gQtcHAa3 { width:15.0625rem;height:1.25rem;top:160.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqvolR8pikAg6ANMJeyG7gltercxqBZ { width:10.5rem;height:1.25rem;top:149.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNsmuCpnNTuL5cyVlUgtayhG0lr1BKy { width:17.125rem;height:12.3125rem;top:315rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7Zo5PbVisSMlPN4XUG8NldsmklrX3T { width:17.125rem;height:12.3125rem;top:301.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRBsn0QsimDUoQwehRayIxOfIzE9FQXA { width:17.125rem;height:12.3125rem;top:289rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOe56bQIV2oQqKxTbOgLw1CM5vdneDhx { width:15rem;height:3.75rem;top:307.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn8nK4NgzcPHmJDZMb7ItLhk3nI84K7x { width:15rem;height:5rem;top:294.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlIWUUvTWN19BxT9stenQug3HiikZ1N { width:15rem;height:3.75rem;top:320.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9cxNT4SeQF8IbGU5k7y2yXH0dVOqnQ { width:10.5rem;height:1.25rem;top:293.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Rh1F9peVK68MVF3FFbAf1uWVZur6Q8 { width:10.5rem;height:1.25rem;top:306.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh6SXAxaMpv3ydimv03VEZnte2zNqH20 { width:10.5rem;height:1.25rem;top:318.5625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnop6R5XkbXL5VNkZ8uNKqqAiyedaOvi { width:15.0625rem;height:1.25rem;top:290.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5O6IDKPcQn8STEFvRNcR0mg6gmZ71aK { width:15.0625rem;height:1.25rem;top:303.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwk2rkB6nyUcCuFPUuOwdwKkBe2Tiet8 { width:15.0625rem;height:1.25rem;top:316.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsT8PN55X0bgPOGryh1unDOO4QczOlQO { width:17.125rem;height:12.3125rem;top:276.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTAg79q8WqzdrgAXUqtF28Rh0lCIMuM { width:17.125rem;height:12.3125rem;top:224.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2POa1obKaNiyHE2HeCIABa3NQABDl59 { width:17.125rem;height:12.3125rem;top:237.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTCkier5pbmURDxpyaRmfnnS0STvIPL { width:17.125rem;height:12.3125rem;top:263.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJhOBPqKlAgqgaCh7TOvOGJNk7hh5b7 { width:17.125rem;height:12.3125rem;top:250.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFuKPmkIhFGmAKTK1mF3WHNl722XSaBz { width:15rem;height:5rem;top:281.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71gN06234B60sxGkpbhQUglA9MbS7O3 { width:15rem;height:6.25rem;top:268.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPrfLy65yMM9ZP5NKmL2rIDCxF2rbpu { width:15.375rem;height:5rem;top:229.875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5wDJVkzW4VBLolJaThEG9FVfyUPt7c { width:15rem;height:5rem;top:255.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky5euZ5782BC5SkEPyLf7Qu14bk8lhFU { width:10.5rem;height:1.25rem;top:280.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNE8p00tU5UcGn562uUUg5ub9h88TxJ { width:13.1875rem;height:1.25rem;top:277.875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIodK50pIU93h5A4fE3sa23c7PMlm19 { width:15rem;height:1.25rem;top:242.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuNw5PfP9yQZT3AT9bFRsw9TQx0vLiIg { width:10.5rem;height:1.25rem;top:228.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od7orC1LpqcfzUHeTGt7ezisokrTvR5b { width:10.5rem;height:1.25rem;top:241.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCRoctbFHFEQqlPr8ANv1WaO72X3MaUW { width:10.5rem;height:1.25rem;top:267.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ITmfKuHHKRM30PNU7bm9Tpp4VSOBse { width:10.5rem;height:1.25rem;top:254.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDsEnXrPN2vwHKAmlpRQNAO22rnRHPUn { width:15.0625rem;height:1.25rem;top:225.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #on1oFhgk7ShD1cZ6xG7JrMlnGcBfs8dT { width:15.0625rem;height:1.25rem;top:239rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PphNs6TSxamfxz7JGf2AbimrzXIgH2Tf { width:15.0625rem;height:1.25rem;top:252rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTtscXzBtv2DOCMg9bbV1g8IGWCQO7Z { width:15.0625rem;height:1.25rem;top:264.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRyDPu0pnxtIb6H64nlMum80NzBFf3oT { width:17.125rem;height:12.3125rem;top:341rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTzDm6hnTq15DFfzCU32B9Xwr6FuiZL { width:17.125rem;height:12.3125rem;top:367rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuZiTqHurT7Kw81qwvm2wAGUfzNiy8e { width:17.125rem;height:12.3125rem;top:354rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vMwXmfBASEDOzq3uI4OgQr62mGNfxh { width:17.125rem;height:12.3125rem;top:380rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWFBULsWkkzlKXL5Sa7lsT7nVzTUryat { width:17.125rem;height:12.3125rem;top:328rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkNM0DHJ8gcHmWiTOGAE0gBnteAX7i7 { width:15rem;height:3.75rem;top:372.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ip3N6EOmdgTDFa5JsGbuTtLUKbVowl { width:15.375rem;height:2.5rem;top:333.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW9sGTcbmcxorwHfCSa16HJSm0ickNTT { width:15rem;height:5rem;top:359.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRbtrsJJ4ODPQHezcnUlKmAXZiaaCvG { width:15rem;height:3.75rem;top:385.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTuX0PwlfO0JpThFSoTOGJKrqXRT8h8h { width:13.1875rem;height:1.25rem;top:381.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN2ZAqASeaFrZCSZMMOnigrX0tBCF9R4 { width:10.5rem;height:1.25rem;top:384.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3nMHGQmfCUGbvVIK1hHWAOvZ0VuvbH { width:15rem;height:2.5rem;top:346.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1T1Gaz1d04RemP3PAPA7sXTxJ7UZSRA { width:10.5rem;height:1.25rem;top:332.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP1pZQyTuVb13oEX5sKSDqXtQaFdUC6T { width:10.5rem;height:1.25rem;top:345.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAnZdTcCUDHSEitUDST2TJKSJ9lqzQ6L { width:10.5rem;height:1.25rem;top:371.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkukX7IPkwkXTbHGITOEF4r4w0rqBu2 { width:10.5rem;height:1.25rem;top:358.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2UhDgM5WsFOwOfp7KZ3aHyIdcgvWH5 { width:15.0625rem;height:1.25rem;top:329.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EGEGwwkEMMoV2qRps5RSL5GzMl1ZbW { width:15.0625rem;height:1.25rem;top:342.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSSmpkOR70UOByK0tuGrF9CPhTFxw2p { width:15.0625rem;height:1.25rem;top:355.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBCKKicDonfIgVFTOVpXFgQ7laJvyCW { width:15.0625rem;height:1.25rem;top:368.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTeGONo2vul33Io7rAtBOcaiFqBt7F2f { width:17.125rem;height:12.3125rem;top:27.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpn1gt1Gw3xBnVmacLKC2fEd1T9BiT2 { width:15rem;height:3.75rem;top:33.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKLK1bxvthgu7DTv3dDDNO9b3yNHErau { width:10.5rem;height:1.25rem;top:31.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKsIRDHGMpCqdRsChgNbwt2yGETXtGnT { width:15.0625rem;height:1.25rem;top:29.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL6l0gb1kaPOIPQXhKE5bZLxzuZ4GmbB { width:17.125rem;height:12.3125rem;top:393.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfU48uA8i049RblErwN8QO6O8gNNRGqV { width:15rem;height:5rem;top:399.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH2ka7gsdc1pOoBtQbDw54QFAl99z5UI { width:10.5rem;height:1.25rem;top:397.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcO9OPvKGgdpoximbTx7JM9USVJZTJDL { width:13.1875rem;height:1.25rem;top:395.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtyBnuv1tXAUT5scC9sCAsqBZZt7p4z { width:17.125rem;height:12.3125rem;top:407.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRtaIIQVrr7wDAuR8ArgqiTSvxNKlDk { width:15rem;height:5rem;top:413.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Wyp5fSqSwnni5K5wke4PTTzdt3xCxi { width:10.5rem;height:1.25rem;top:411.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSkcVuMUIV7kBxdpzmVE8FV7f3ipDFkG { width:13.1875rem;height:1.25rem;top:409.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkIFfZCxuq7rVNg7BZqVbtTRNBJeCJh { width:17.125rem;height:12.3125rem;top:421.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBoi5ZB7ZszBHu22Se9CM7uMnviFl8dF { width:15rem;height:5rem;top:426.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpdssfDx4g5f41TgVpSGnZUzyuU93IZ0 { width:10.5rem;height:1.25rem;top:425.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Rwp5eRgIryp2oByVxbwWcMC1Goi1wS { width:15.0625rem;height:1.25rem;top:422.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglJ42oyeobrZ5QTIISfnCxhzEBnyXGk { width:17.125rem;height:12.3125rem;top:434.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTyDwQrPI7N65F7SJrc4fJg4DSITGyN { width:15rem;height:5rem;top:440.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5Ua49q0lKGl6VkDlLT5pepS7c6k9Qd { width:13.1875rem;height:1.25rem;top:436.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #morpex1kgUMonHJA0HmzTfrhSJg367FN { width:10.5rem;height:1.25rem;top:438.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTplJaIqO9ebyK28H2OFmRmrzFsdJP4f { width:17.125rem;height:12.3125rem;top:448.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhfzWt0drkVkBeUglgx8Kh6O3RgoSLd { width:15rem;height:1.25rem;top:454.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCF1PL4r8TTNr2FJt7Z3AcvSrTLmdP9 { width:10.5rem;height:1.25rem;top:452.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhyXDHJTfapPk34nR5m496iftAJTwGq { width:13.1875rem;height:1.25rem;top:450.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv { background-color:rgba(237,237,237,0.34);background-image:none;display:block; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { background-color: transparent; background-image: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container > .video-iframe-container { display: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row > .video-iframe-container { display: none; }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .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); }#LQo9hTCsEI6E9lbaz0Q3qRk3ofaqo8Cv > .row .container { width:20rem;height:159.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6rgobqZvMtINermDCSrVw8AX8DXJZU9 { width:17.125rem;height:2.625rem;top:92.69375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSTdGdTttzoIHEyd4Xox7RSRvAk57plq { width:7.375rem;height:1.70625rem;top:93.06875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iu21QvZMegmb3J4WvW8ClnS0vKqK5zkG { width:16.75rem;height:3.5625rem;top:87.38125rem;left:2.59375rem;color:#009fff;border-top:0.125rem solid #009fff;border-left:0.125rem solid #009fff;border-right:0.125rem solid #009fff;border-bottom:0.125rem solid #009fff;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #azhiEevdErOZRaVb2WRVKb1I4SChxqDm { display:block; }
 }@media only screen and (max-width: 763px) { #ptkIPUpZcrLxHPByMdQfdUVRLv8X8OiQ { width:17.4375rem;height:1.583333375rem;top:37.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15043;font-family:heebo;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i1Ur0DIckzg7HROlhbTAuwadAaHHTccr { width:16.3125rem;height:3rem;top:1.6117191314698rem;left:1.8437499403954rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdXRxRJRvRtP7Icki60EEOJwgyEPyMei { width:2.9375rem;height:3.0625rem;top:45.25rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8VGKkpMLSA92WwEKOapfpVAyA00T39M { width:20rem;height:3.0625rem;top:39.9375rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NOXZot9KHamMFGnCLWAJOpZ3wwQ3OsfG { width:8.125rem;height:3.0625rem;top:95.13125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4mqNLtk6yno1ePCwOwgaTqRJIyw5Tly { width:8.125rem;height:3.0625rem;top:99.44375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #usU17dmgkLE7zuKX5dkfENTTSd9RPl3v { width:20rem;height:1.8rem;top:92.749203491025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6VAIehDGTAwO3BBOR1zllOoX14z3kvT { width:7.8125rem;height:2.125rem;top:97.00625rem;left:6.0624961853028rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr9Kh0IbtFOZTDCi5qKD0bnMAiyIrLvF { width:7.375rem;height:1.70625rem;top:97.38125rem;left:6.2499961853028rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiAMBQa9vCN6Q1itKVGzbv79lTu8HOWP { display:flex;width:2.375rem;height:2.375rem;top:9.8125rem;left:16.8125rem;z-index:15150; }
 }@media only screen and (max-width: 763px) { #HsWO29lXe0vHX3fibI4gyULAzFpZbxCH { display:flex;width:2.375rem;height:2.375rem;top:40.3125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #MUd1M1eKxgUQ7ihaL5Kc5xCs6VTOPoIT { width:1.6875rem;height:1.70625rem;top:52.63125rem;left:-0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvUpsNRgn3OPVCzefmDtE6tGdqunVSrG { width:2.9375rem;height:3.0625rem;top:47.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4QGPxGaLb1UJmDKTcq2lWzsX6FwIBOT { width:1.6875rem;height:1.70625rem;top:56.19375rem;left:-0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Egn2afWzhlta0Uhv5B3uxI0xoKkEadWl { width:20rem;height:3.0625rem;top:162.50625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhGXQovgGEVS25lC4uZax4Nh9wZmNxHp { width:8.125rem;height:3.0625rem;top:166.81875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoxP2TmF33heaBJuMUqUSX9MDXlQXFrt { width:8.125rem;height:3.0625rem;top:171.13125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JI2A6TkA1rFPrQ1UJTgs18lfdS6cOBEh { display:flex;width:2.375rem;height:2.375rem;top:167.19375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLgTu39er0xFEN3bomCmzcAzLLRzgpZd { display:flex;width:2.375rem;height:2.375rem;top:43.75rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #c1xwiwfRTrotT4OfFzTOhBZ12F8AfFvp { width:2.9375rem;height:3.0625rem;top:51.1875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfTxXZF7KD1f4rfuVgT05nyPTBQtKKck { width:20rem;height:1.8rem;top:107.94375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4QGzRFGKHrAoiSD6XCSQ5g6mFfJJqzv { width:1.6875rem;height:1.70625rem;top:59.75625rem;left:-0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #orTGA6HgntWssMaxe0Bdpla4QXASNDDo { width:20rem;height:3.0625rem;top:175.44375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHbA1JUvcWnEuTI8pKRD12ZwRnviyvE5 { width:8.125rem;height:3.0625rem;top:179.75625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn6S1qTyncxcJRbRdvveKFmCxtPewCzm { width:8.125rem;height:3.0625rem;top:184.06875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #va6KOswS5Iky2xTI4Q0kH82sb7aF9hSP { width:20rem;height:1.8rem;top:166.81875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikMGLf9yuVQKokUed6R92yJL4dPARdu4 { display:flex;width:2.375rem;height:2.375rem;top:180.06875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqtQQH0UfMoT6cgMlRzPSOWu6MINk5oT { display:flex;width:2.375rem;height:2.375rem;top:184.38125rem;left:8.8124961853025rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMdUtnFHvpIS3A2ZGoITVEeyZBnSMGbI { width:20rem;height:3.0625rem;top:204.38125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw54aq5N7NLpowTwyH034BaWNOdpdefh { width:8.125rem;height:3.0625rem;top:208.69375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpTTELlwioIApuFfW3G1FODNRQ8SrV3U { width:8.125rem;height:3.0625rem;top:213.00625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVfV2sEGtFbL0peTPTNES5WzTBpVXZ2w { display:flex;width:2.1875rem;height:2.1875rem;top:196.63125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzIdVM2sLrFF0lW7DATrqtBUVnAaeH3h { display:flex;width:2.375rem;height:2.375rem;top:213.38125rem;left:8.8124961853025rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO7W4OVeZ6dXBkiaoAr8NzgJ1QfE3BXp { width:20rem;height:1.8rem;top:192.56875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEwdqrbW9rWLCggJgTd5wli5SRlTqVL4 { width:2.9375rem;height:3.0625rem;top:54.75rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBM0ePgfsyCtDT5dfO3DN5FeHXWWoHpS { width:1.6875rem;height:1.70625rem;top:63.31875rem;left:-0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKB6CBO5dTxpHsArWqV2TSMvzmvKO8ln { width:2.9375rem;height:3.0625rem;top:58.3125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXdfHIZDBFTWLICS3SyA767s6qiAKlib { width:1.6875rem;height:1.70625rem;top:189.25625rem;left:-2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAfCH2Ve43HwrE1kNBmW0LCSkUx1MO5o { width:2.9375rem;height:3.0625rem;top:61.875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZZz4MGX7ePXJyIBEZzKI5RkkFwdLqE4 { width:1.6875rem;height:1.70625rem;top:205.25625rem;left:-2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSL66K5NDDs5JbihUdThlmA9pr5tDNoL { width:20rem;height:3.0625rem;top:243.19375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJtOIQlW2pcl20UlpK5e50JkFhCPMgSw { width:8.125rem;height:3.0625rem;top:247.50625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC7iXSD43WWD2D7es9heamrVxSIQhueA { width:8.125rem;height:3.0625rem;top:251.81875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8mcwfEGM9K55gEvSG7X0NTX57w4vxnT { display:flex;width:2.375rem;height:2.375rem;top:252.19375rem;left:8.8124961853025rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOSznrRWHDKL8spAiAcm4vn6w3PiChav { width:20rem;height:1.8rem;top:243.81875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNRFVkZ3hkHdm1Th1Odftf4aryLJIFsW { width:20rem;height:3.0625rem;top:230.25625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PId5KwZqnKsF5poEF78esfTdf5yWr9ak { width:8.125rem;height:3.0625rem;top:234.56875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lETdN4LHdPsvTDQ0qXIucuyFIhlbbNyv { width:8.125rem;height:3.0625rem;top:238.88125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #we05GwlJ2GEen9Wd7sEekTy5vrlAPaX6 { display:flex;width:2.375rem;height:2.375rem;top:239.25625rem;left:8.8124961853025rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRW01KxNXAiAcToCUMtTfmRrwkqQDaZ0 { width:20rem;height:3.6rem;top:240.25625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3LgyAJTbxSwQNswK9tCX9rMANTmhDD7 { width:2.9375rem;height:3.0625rem;top:76.69375rem;left:-1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyNSxnU0IIN7bChNEExovqpA6d79hg7G { width:2.9375rem;height:3.0625rem;top:80.25625rem;left:-1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLXyLzSPDiEO0ts6ARJSbdHBJrk6DP7H { width:1.6875rem;height:1.70625rem;top:231.13125rem;left:-2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZynrrxZzVNzI5LyiHxzlKZLo9FV8C6RE { width:1.6875rem;height:1.70625rem;top:244.06875rem;left:-2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybDrKOholi9u3uRPDfoW72X9skDryIb2 { width:20rem;height:3.0625rem;top:217.31875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5Op6ZmbFQuyeUgTFKNPrdLwSBMF9lHp { width:8.125rem;height:3.0625rem;top:221.63125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxAxI3H6auzNFUEfvDDP8UssNpMPcrbf { width:8.125rem;height:3.0625rem;top:225.94375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKRKQ045BTkDEhRGZhLlTMlbTnlR07Jt { width:20rem;height:3.6rem;top:208.69375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMt0xA60IQboNlTmE4S9QbHZbMOIZS3F { width:2.9375rem;height:3.0625rem;top:65.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OD68E3fPKwP8QRovsN2M5TiZ6famresC { width:1.6875rem;height:1.70625rem;top:74.00625rem;left:-0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f533UGTPMHyepltzJaJcSGnTbT5f1gZh { width:5.625rem;height:2.2rem;top:231.44375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqN4itXlr5NpGhSigXJHHR6ShXVsXSte { width:12.6875rem;height:2.2rem;top:36.566407203674rem;left:4.1874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivcgSSuG06IuNXQcdn9q7AAXdNPF5Tle { display:flex;width:2.1875rem;height:2.1875rem;top:244.38125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2wFrkmfqakDEIPbxIoEAo5xsXKBfp2V { display:flex;width:2.1875rem;height:2.1875rem;top:68.375rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntXSdVrkQdLeiPXGCTsP7Tt8WvLHefVd { width:9.3125rem;height:1.75rem;top:40.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #BC6T3G70TJn3411SJBuT85wSXbntXmNL { width:14.125rem;height:2.33333325rem;top:43.75rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15066;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tDrz41TQVgiSVgRsT4x4aIQru6h0Ky1Z { width:15.3125rem;height:1.166666625rem;top:47.628448486328rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15089;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a79bWQrr39M6Fd74pikWLopH1GCtpA9u { width:15rem;height:1.75rem;top:50.453826904297rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #ByVPUZQePNSNf6PGCqUfMAO7iS8UmKSN { width:14.4370403125rem;height:1.75rem;top:53.843292236328rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #WUuXcU6puiObxdIvhC3quiD3pC3rqul0 { width:14.25rem;height:2.66666675rem;top:57.373626708984rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15113;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wzxmgcS36QA8FbVRyDVMb8ET8ZyNuwTG { width:14.375rem;height:1.25rem;top:74.8977355957rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15114;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wmkSGy7ph2b7UTg1LfvahND5e0kPo2Cw { width:20rem;height:1.8rem;top:38.575015306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15074;display:none; }
 }@media only screen and (max-width: 763px) { #J8TUln8PtdzNslIoWmxcewt8mEBvm5vP { width:20rem;height:0;top:42.012515306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15075;display:none; }
 }@media only screen and (max-width: 763px) { #RXco01X1eAxJoE5Rm9FydKTZtSi9DU99 { width:20rem;height:0;top:45.575015306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15083;display:none; }
 }@media only screen and (max-width: 763px) { #RMabKsxdWFTrGXR6ZhHdQpMhTWLe9IsK { width:20rem;height:0;top:49.262515306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #orHToDU3u6T8Xz5wDTlILxnQGoicokZh { width:20rem;height:0;top:52.700015306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #pmPCwrWwcT6neMzBumLt3g2CUQxksEL6 { width:20rem;height:0;top:56.262515306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15107;display:none; }
 }@media only screen and (max-width: 763px) { #x6Db5Vqyh8LQUt3gpslWKVwM8igFV0GR { width:20rem;height:0;top:59.950015306473rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #GD1o9olm1wl6KCqxyG8Z1i1BGp46T6oK { width:20rem;height:0;top:63.387515306475rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #CVeTvyQl0H69wJVTIMPeB0J1mBxOHOaR { width:20rem;height:0;top:66.950015306475rem;left:1.3999999761581rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #J6MCbIxpZR9v9928VMD9ftghh6Wwr20z { width:20rem;height:2.4375rem;top:36.75rem;left:0rem;background-color:#5f2c9d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rNvzuLWXEOmE6bPbG87p7toiTTtnmsW4 { width:20rem;height:3.0625rem;top:46.625rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #yZHeHxWnTVetxuTywcuGms2PnwQIoCuM { width:20rem;height:3.0625rem;top:53.1875rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #aOQqAyqdU70zNZ6T8lt0TyuldyZ4Guby { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:46.865814208984rem;left:16.81181037426rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #DDTHw6zG7FvaBF1NuOgs3cMJMVSLLngo { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:50.186126708984rem;left:16.81181037426rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #T2wwpkIGp1l4dwmhmPELJlxKzMLoDwMy { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:53.520233154297rem;left:16.81181037426rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #CK6ZNNoCpz2hU80fRqDAH5ebtrWTKkDm { width:5.2493105rem;height:1.833333375rem;top:57.799865722656rem;left:14.750688433647rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #SfJ7GQXSXmJznKbnTtzk4EJuztCLSKbf { width:20rem;height:3.875rem;top:61.185668945312rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #m6kU3lhSEMqZvU5TV5Mx3P7pC319TfNT { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:61.926696777344rem;left:16.81181037426rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #k0KiA14Ca8px1hdra3m8nVzC7wJOUwL2 { width:20rem;height:6.3125rem;top:22.8125rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #hE6PWmxVRaJBVRwhq7nh46Ucw8fUgk5a { width:5.1875rem;height:2.16666675rem;top:25.0625rem;left:14.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15143;color:#0086a9;display:block; }
 }@media only screen and (max-width: 763px) { #iZ958C92rZEpLQ7yrGtPDmh2oM37S2lh { width:9.8125rem;height:4rem;top:23.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15140;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EfMGlVgC4EUyFry7RBzHnQrIechLi8Ll { width:15.1240806875rem;height:1.75rem;top:20.218292236328rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #yk5hPQycM0vqQ1Tuzf77TTOL2GbDhfr6 { width:15.3125rem;height:1.166666625rem;top:17.042724609375rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15116;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tp2BCZRBRHhHpvO3nOI1XkqDnH1TAZlv { width:20rem;height:3.0625rem;top:16.125rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #vlcbyXFgloUsTPOi2fFRmJLEQdCUeNc6 { width:14.0625rem;height:2.16666675rem;top:13.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15093;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zD3qLMwdCvUmt3Tc87Pk9LLbzp0mqpTv { width:17.4375rem;height:1.583333375rem;top:6.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15070;font-family:heebo;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fF0sXATdGvMwMEaslyJ3xV24SITvqzHq { width:20rem;height:3.0625rem;top:9.4375rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #aSzSNHuKMOMDsC3zvb4nATTdBCG5LAXT { width:9.3125rem;height:1.75rem;top:10.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #iVWvKrh4uDioT2u7i2JPyXEUofn9a44d { width:20rem;height:2.4375rem;top:6.25rem;left:0rem;background-color:#03d0bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15069;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH67AzsT3w9gymoAzLTVraAZfxm02ene { display:flex;width:2.375rem;height:2.375rem;top:13.1875rem;left:16.8125rem;z-index:15151; }
 }@media only screen and (max-width: 763px) { #hItcKaNfOPDkF1c2Hy8i1lcqDu34FIl7 { display:flex;width:2.375rem;height:2.375rem;top:16.4375rem;left:16.8125rem;z-index:15152; }
 }@media only screen and (max-width: 763px) { #uTICLTyxLlqTa98IQr1vASBD6ikR1Ewv { display:flex;width:2.375rem;height:2.375rem;top:19.9375rem;left:16.8125rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #b8n1BsWvpXLf1wPpN8HMbvQrTbxKI7q5 { width:6.9375rem;height:3.0625rem;top:16.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVLfoTN7PXe9WdiWc85BDPTuln8RDGw2 { display:flex;width:2.375rem;height:2.375rem;top:108.12500190735rem;left:12.300000369549rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsHpZ8OWcpyw8qzxFkM7fCJOx89cwzFG { width:6.9375rem;height:3.0625rem;top:16.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRrWUNfSsrxVDHxKn8p4Pz4tq8p0JqyJ { display:flex;width:2.375rem;height:2.375rem;top:16.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxabOPT0Z6Nr1eKngC8e4GDtIVW0PlIn { width:20rem;height:3.0625rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #khqTSqn81pA14e8xkO1znsJ23SHsdan0 { width:20rem;height:auto;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BM7XfvbFvHi3EUQ2bfxRJu3DpD5v0X9Z { width:2.9375rem;height:3.0625rem;top:16.0625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTSHI7pVxFl0N4mkzRuI2P8DFh0kA4zM { width:1.6875rem;height:auto;top:16.9375rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMSBE6igrU1WGE1KrOZD4KNMdfVF0X7i { width:20rem;height:3.0625rem;top:48.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpBgAPl3itboX5kNv60Q0XAcCUpetEP7 { width:6.9375rem;height:3.0625rem;top:48.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6fT4xdPcXRoMmBIzOiKL9cQ9kJ48EQo { width:6.9375rem;height:3.0625rem;top:48.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnzpmWWAEoG0ig90xTA7i8NTTQe3UpSH { width:2.9375rem;height:3.0625rem;top:55.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8IfrvCT8vK84utUVZTzokwm95z11D4K { display:flex;width:2.375rem;height:2.375rem;top:48.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5fRLMvcq1NUTKGXCuwNz092Vd9fzTAQ { width:20rem;height:auto;top:48.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpQCB1eAMxUKz2kJ3VhvtTdMqG3M1LRW { width:1.6875rem;height:auto;top:56rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPGrXtdIu6wiy4WuWG7rnedeWyw1saSn { display:flex;width:2.1875rem;height:2.1875rem;top:48.5rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4WcS7gdrlCD4aiLQCLzJ5h0aDFUg20T { width:15.5rem;height:4.5rem;top:1.4250001907349rem;left:2.2499999403954rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RD4nc8wZVrudUCzOHK7MHKNEOyQlk0bQ { width:20rem;height:3.0625rem;top:55.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUXGTfn1udTt0xcTqgwwpenGG1JP7hli { width:6.9375rem;height:3.0625rem;top:55.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGE1KgU3CMmzae82qi2xh7HNvbA5spWz { width:6.9375rem;height:3.0625rem;top:55.0625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWZSvZ1uz9L6fkaS6kDiUHI0lOkXzNlr { display:flex;width:2.375rem;height:2.375rem;top:55.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNVrScT7TkhZNkeqTGRwJeoQ1ni2JXL3 { width:20rem;height:auto;top:56.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtXi9UDh2DM16rkbNvKLW7SurbpCGFGP { width:20rem;height:3.0625rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhhtRd40uUHVJIJAh6lEW3yIGos6SfBN { width:6.9375rem;height:3.0625rem;top:51.5625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsEOuNiymEdPF8xdGXL5UnlMAehQwL4W { width:6.9375rem;height:3.0625rem;top:51.5625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAqhm3HwEcAoTQ7AUXD5k0IF5Sh2dQuo { display:flex;width:2.375rem;height:2.375rem;top:51.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #umJzRpMvR3n7pwJ5UIfi4Diyyi66IWTp { display:flex;width:2.1875rem;height:2.1875rem;top:54.5rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFU6ByM30FVAhm7csv8Co8JPogBliBqg { width:20rem;height:auto;top:52.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbfVvfMmeWdV2sPK2VL4luoTeCXXRcS1 { display:flex;width:2.1875rem;height:2.1875rem;top:58rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGNX0puS9hl2SBIW5MMWxCl8OuVw1rWT { width:20rem;height:3.0625rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f90o6VuScUaU36l26vf95owURXhZqtDb { width:2.9375rem;height:3.0625rem;top:40.9375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHPodurSDxvubmMvRAQNf34Gg3vilJw9 { width:20rem;height:3.0625rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXvoAHwmltdGQpW5Tmpu63uFbWMsdBpO { width:20rem;height:auto;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMz7OMd2x5baFMo32rIkRyEX013b5Wgb { width:2.9375rem;height:3.0625rem;top:44.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxz6hs3T4bSqmSJ1BiUhTvBGtavPlJts { width:20rem;height:auto;top:38.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2ZHcOrL8DsZQiatzs1GDLkx5NwQtkK3 { width:6.9375rem;height:3.0625rem;top:37.4375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x07Q3mBRXh4iphqdK4Ri43VhnvpPp856 { width:6.9375rem;height:3.0625rem;top:33.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FB9UGKF5Zfq3sBvuGsUidacnLv1GpNtW { display:flex;width:2.1875rem;height:2.1875rem;top:34.3125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5tDEd6OCMhXLQOP1BKxqlgXEBmQAQEf { display:flex;width:2.1875rem;height:2.1875rem;top:66.5625038147rem;left:10.125000178814rem;display:none; }
 }@media only screen and (max-width: 763px) { #yb4uvktVLgvy648IEmTC7k6HE6rLrvfW { width:6.9375rem;height:3.0625rem;top:37.4375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMSIrrqUPcpbW1zzbQTFbVlJP36o5VZ9 { width:6.9375rem;height:3.0625rem;top:33.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4wbrDQaMoIboHpB9CqJn4T0aNVJ3RUh { display:flex;width:2.375rem;height:2.375rem;top:37.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc7oldGzcJDJKBTTClOpn2nGLQvAyfrc { display:flex;width:2.375rem;height:2.375rem;top:34.25rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxJs7dX9wvE1qnrw5qWsmdM4iEq4Wp5D { width:1.75rem;height:1.75rem;top:187.5rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oauGZSTzW65gLHZIOoz5SJC1F5LFP2uc { width:1.75rem;height:1.75rem;top:191rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI0Lh0dNRTsbPUk0QNNPksN48XFu8gS6 { width:20rem;height:35.5rem;top:95.5rem;left:0rem;z-index:15003;background-color:#fffee5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rnVs3e1CTb1mJASnq5hOqstNHVXizrhn { width:15rem;height:3.33333325rem;top:97.125rem;left:0.8125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtPVMH8skhJIWibWo8HwE18OzaKyskn0 { width:18.3125rem;height:27.5rem;top:101.875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVenm2e6Zfs0CQpkqo0IXm7SPgFRpOMb { width:20rem;height:25.25rem;top:132.375rem;left:0rem;background-color:#edffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TeMfbZN2UTR0PcuMSMooT0f8q2N7r4GD { width:11.5rem;height:0.9166666875rem;top:84.3125rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"open sans";font-weight:700;font-style:italic;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #iHAt9pIc6CnyG389urPyVp3xmucRScwb { width:16.6875rem;height:18.75rem;top:136.875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODXMcHCuEZs2SnraoUkS3icXivlqwTo { width:10.9375rem;height:auto;top:55.1875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v555nLpe89upb9CQJr0RV2XWLf9gc9rf { width:11.6875rem;height:1.125rem;top:84.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztys3BR0iB3TfcKie6iSBmJ6d9HKVeXx { width:11.3740806875rem;height:2.33333325rem;top:66.209777832031rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15116;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aLMZiqXtemDFdZtBH1SAlQUI0n7JfrXO { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:66.160400390625rem;left:16.81181037426rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #r1nTWwU4zAAxhWn8oorz3RPpA87WLvxt { width:14.6875rem;height:1.166666625rem;top:78.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15125;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M76prfUlNmQy9y8XXryBkaFrmNH8GI4I { width:20rem;height:3.0625rem;top:77.25rem;left:0rem;background-color:#fff2d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #cM6aonPGQ3QF5KGSTZhFBGxp6ll517Lc { display:flex;width:2.375rem;height:2.375rem;top:77.6875rem;left:16.8125rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #LhGeXT3qWBcNnsq144xHw6N0XWDTs0GN { width:20rem;height:3.0625rem;top:80.75rem;left:0rem;background-color:#fff2d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #RDHn04JJMU7NUKhG55fZxFZFJ3pcM2SO { display:flex;width:2.375rem;height:2.375rem;top:81.1875rem;left:16.8125rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #ZUOAheHPvb1WigyU6ZJVXVpnsCony9w1 { width:14.6875rem;height:1.166666625rem;top:81.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15128;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n9RyluFRzbaLmsTaZcKMt0y5N2zDPPbX { width:20rem;height:4.1875rem;top:84.25rem;left:0rem;background-color:#daf1ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #LwQJZxoCTREPRu1RGQtUUEfa5zLnCvib { display:flex;width:2.375rem;height:2.375rem;top:85.25rem;left:16.8125rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #eP3iPJ6kfXuCwozGmtc5grvtgWUkvJP0 { width:14.6875rem;height:2.16666675rem;top:85.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15131;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l9tyiNn9IPqMpiutHirm9xs0xeXXxcKh { width:17.0625rem;height:1.666666625rem;top:134.125rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#5bc7ff;font-family:bahnschrift;font-weight:700;font-style:normal;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #iLg0hToR3ip2LwDu6ZEiD3Id89zr35Gb { width:17.875rem;height:3.1875rem;top:90.125rem;left:1.0625rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOBEJuJMyWhyXQZ77gzy1p5PCBzfMu7M { display:block; }
 }@media only screen and (max-width: 763px) { #ODfMOlq67xsX2iaGS1uGTgJFFUTo1hze { width:20rem;height:4.1875rem;top:69.25rem;left:0rem;background-color:#f4f4d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #WJrIIRL7NFd2gRTTna8lKpc6bJyqZ2f4 { width:14.375rem;height:2.5rem;top:70.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15115;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kwHtiG75t8itEIp4oH0P6mbmRAQdrfnE { width:11.3740806875rem;height:2.33333325rem;top:61.960021972656rem;left:0.81227016448975rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15117;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yRKlmqEsvOOuOSQKJgBBdxC4UbGZeJrE { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:70.118347167969rem;left:16.81181037426rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #W6ykspuQkbV27FvO0LHETrsqmxhuTw6f { display:flex;width:2.3747701875rem;height:2.3747701875rem;top:74.296875rem;left:16.81181037426rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #aA2Duis2ZiIWbCTBBESl0bzTVTu5NqZc { width:18.75rem;height:3.1875rem;top:31.0625rem;left:0.625rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDirDHTo1MRvRRgSiZml8uwC7QfV0ww { display:block; }
 }@media only screen and (max-width: 763px) { #zEf9uuniUpc57lUambJOTgs66ppf9GRq { display:block; }#zEf9uuniUpc57lUambJOTgs66ppf9GRq > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOTg5qao87BlBg98AeS8IGFBBcqCgXA5 { width:19.0625rem;height:4.5rem;top:1.49609375rem;left:0.46875005960464rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irail7cZfRkTA0EumVSJw5E9i5PdyTtu { width:15.9375rem;height:3.0625rem;top:84.25rem;left:2.03125rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(305deg, #3e4097, #5053be);background-image: -moz-linear-gradient(305deg, #3e4097, #5053be);background-image: -ms-linear-gradient(305deg, #3e4097, #5053be);background-image: -o-linear-gradient(305deg, #3e4097, #5053be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );";background-image: linear-gradient(305deg, #3e4097, #5053be);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EsuGX4zPrEIxLDnA78qzuPCugFzfhPg1 { display:block; }
 }@media only screen and (max-width: 763px) { #afmnqKAM38ZWRtlKllTywrrVfBtkPikh { width:14.3125rem;height:2.625rem;top:88.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHBx98oFpuSRwzFFdiATnHFUEyt2MiSN { display:block; }
 }@media only screen and (max-width: 763px) { #qhAhuhpTPKaS9hTUnlGK87FBKib91ZwD { width:16.75rem;height:7.3333335rem;top:7.1242198944094rem;left:1.6249999403954rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XnW1ASJEf6rlXSwVAmr0XsWc7yQ6VfDk { width:9.125rem;height:1.75rem;top:18.6875rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVPxvOTWpgxkZMlP5rN0SPLaf2uqfC7 { width:17.1875rem;height:11.666667rem;top:21.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PTRoaZkMeiS0H4vLAUsAROs8XiPq9hiK { display:flex;width:1.625rem;height:1.625rem;top:18.8125rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #pkFirvyyBwoDrEmE6Lz1ZV6qUq3VhTTA { width:2.9375rem;height:2.625rem;top:18.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0pUNtsdPT1MnbPsWTul6gF3ugFUmlsP { width:20.1875rem;height:24rem;top:16.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HtZw1LAtx1TBbWfx01snB1SrHWcH01wx { width:17.875rem;height:11.666667rem;top:48.375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DFVlnw9HhEg7Fp6m0CLM0105VOnseI3I { width:20.125rem;height:25.3125rem;top:42rem;left:0rem;border-top:0.0625rem solid rgba(110,6,209,0.16);border-left:0.0625rem solid rgba(110,6,209,0.16);border-right:0.0625rem solid rgba(110,6,209,0.16);border-bottom:0.0625rem solid rgba(110,6,209,0.16);display:block; }
 }@media only screen and (max-width: 763px) { #Fba4qKd4rf0kdkQRJmDVSN6P9BVrelTc { width:12.6875rem;height:1.75rem;top:44.5rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5CXhbmgaUafGS6iqPhGNIb4ZkDPNsx { width:17.0625rem;height:3.5rem;top:61.6875rem;left:1.375rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJgJkW2DxZJwEHRPbe6bBycZ7nLKlxu { display:block; }
 }@media only screen and (max-width: 763px) { #a2C4m00DSmqtsNkwXpoKQhDZUCPsGhFp { width:2.9375rem;height:2.625rem;top:43.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVSbNdaoUMr9lwbnNERUoWyEpvOpeedN { display:flex;width:1.625rem;height:1.625rem;top:44.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #WVMbMUCnnUUPpZo4a1z3ZduAOepGVcfR { width:12.875rem;height:3.1875rem;top:68.662492370606rem;left:3.5625rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcWzDTZ7ZLGpZ0gllCLsXx2dT3g1CLOW { display:block; }
 }@media only screen and (max-width: 763px) { #L2OUgurO5un9WkKLE0vOJLamwl7koki1 { width:17.0625rem;height:3.5rem;top:35.125rem;left:1.46875rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrc50bv7o8n4B9tiimt3PbBkDFK65XH7 { display:block; }
 }@media only screen and (max-width: 763px) { #cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 { display:block; }#cX6dKfJcv4T8J2zNHugdJIdz58CTzN98 > .row .container { width:20rem;height:139.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDZtmTB4FsJxnuqmbvdtMlJW0VBhHZEg { width:13.1875rem;height:10.5625rem;top:50.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgs7Eiq4XmekiyOMorfyfIMJxqi2BfA { width:4.8125rem;height:4.8125rem;top:52rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Xwy2QTq1Hb7AqCAGU0NpDpT79nbIlW { width:18.0625rem;height:4.3333335rem;top:3.9781248569489rem;left:0.96875005960463rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarrUBXMSbRp4mChoeAo7Z4wT8sSbSQm { display:flex;width:1.6875rem;height:1.6875rem;top:37.502343177796rem;left:3.9375001788139rem; }
 }@media only screen and (max-width: 763px) { #hFrEXtQF5runVB6A8UelQLWTdILFUpkA { width:18.8125rem;height:34.6875rem;top:1.8835906982422rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu { width:14rem;height:3.72375rem;display:flex;top:30.125rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #REG9uk6OFH9WtPra6LGVv3cnC1Aa4m8m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #u0XmrnGWXdXgDNKwBVrOShTK0G2iFHhA {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xT6mbW8RFfPrZ3PkywexWRLco2WO0pA3 {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qQ0UKSK8MLUSVISnE64cRs5GM3knDVP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #fEugUzDTM7kuvb1eeueVQmTx8F99yNLW {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #DE5FKUz5LT4g5xS6yZQHsZqIrvIrE3Cc {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #xnK5ZSwtpSuDHxfhqFfIspAMgnbZm8k9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #m0ncSdkgVcpUqSt7JTMoE3AMGqpvdLOx {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #MHhff4bsF5qLxWuOVetwnl5RTSFNJZIs {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #ubI0RWKHz6qBe4dAeNZg5KhaWkTTqBGQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #E33XOpPtU8GHt82EWTN2XauPLeTLOyOR {  }
 }@media only screen and (max-width: 763px) { #PCGk3TSpEuhn4PWxE0wEK6IEHlVLqdUu #qSw4JI8gkKC8Ip4U7auwTraFmxONupDw {  }
 }@media only screen and (max-width: 763px) { #hBM4eJcNk12tOhd54Z3TVnTnnTkUPJDf { width:20rem;height:0;top:180.08625057221rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKrqrVFrh7sHpm2xR9nIwrWE8aZZ4xgA { width:12.6875rem;height:5.1rem;top:140.3125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #g70DBWcLNHS9lTVV1AgugP45mJgnCMqv { display:flex;width:1.125rem;height:1.125rem;top:140.5rem;left:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClTgqCLpHcXDHxBSTTfFs33IkOis3ErG { display:flex;width:1.125rem;height:1.125rem;top:142.1875rem;left:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6cKDVqiPWOJz6fNFScN6CV9EaMPo3gT { display:flex;width:1.125rem;height:1.125rem;top:144rem;left:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1Py3CPfhMxTwz7rw2KwX66x0y9uNyCV { display:flex;width:1.125rem;height:1.125rem;top:145.75rem;left:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9LyA2SpXddJKN2sT43Ew2mU7cxUT0mt { display:flex;width:1.125rem;height:1.125rem;top:147.4375rem;left:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZPcP46bEuvqlbU9kvpB9qrBFzcfl8DX { width:15.0625rem;height:3.16666675rem;top:41.410938262939rem;left:2.4687499403954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpRmEyF2N3rak639ZMXr0RTSkTTo53x { width:13.625rem;height:4.75rem;top:64.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg7XTUk3fXle0ZIO4GhGXbDZMa6LDhFN { width:11.8125rem;height:1.416666625rem;top:57.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HbyTGBWCzw28K4T0bBTkhX8GrkiKo9 { width:13.5rem;height:1.5rem;top:61.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72dOIdHtlPt7wIEcdaGAUSMO7Z1TEEh { width:13.625rem;height:3.0625rem;top:67.25000190735rem;left:3.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfWLxmvQRB5ZU0PwJlcSJl92rC6trqZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #KWqkPkdinx3AWiOnplWuScbwUvcZTRWX { width:6.125rem;height:1.666666625rem;top:64.9375rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQHQfik78g4W7gTER190bPqvWD5luDil { width:13.625rem;height:4.75rem;top:86.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAseBpKcfKhPFz2SvFUyc3x7W3xy8x9Q { width:13.625rem;height:3.0625rem;top:89.43750190735rem;left:3.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndD4LCBQuLWuL9LDVQTAgXhykmoq933T { display:block; }
 }@media only screen and (max-width: 763px) { #efOMgbKPi0Bdlu6fRHh950oxhW40shpp { width:13.1875rem;height:10.5625rem;top:72.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ILrGd3Bek4dz1SqrdouxDDRBxFbLd2 { width:13.5rem;height:1.5rem;top:84.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9rXrCsxTlT0IXTmmTCuRXOBKS2KWLL { width:6.125rem;height:1.666666625rem;top:87.0625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktHgdgwKnCflK377fFT7Qo7xxZwdaeo1 { width:11.8125rem;height:2.83333325rem;top:79.75rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6XXAm0NOry0lwgINhZm72XgJg9hyFmT { width:4.8125rem;height:4.8125rem;top:74.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmnxkBihGFOTK7AcRbPcAHuaf1Tbh6z5 { width:13.625rem;height:4.75rem;top:130.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9LRqy9MnKZzDgST0Pg6TtAZJA3qSb5X { width:13.625rem;height:3.0625rem;top:133.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEXi4WldQkGdnUnNdES1hJVq63QbkVRk { display:block; }
 }@media only screen and (max-width: 763px) { #c7lZwO6dWZKxRep0xuho3vOD1O61PSAX { width:13.1875rem;height:10.5625rem;top:94.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlnneXSoLv0QlNQ2CwRpcMF54n78d5BE { width:13.625rem;height:4.75rem;top:108.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdk6ky6qoNiPqHupPk9T60HT2g6EiAc { width:13.5rem;height:1.5rem;top:106.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqLbwXynn3hEoS0XtxfC4LQ5lMT2vXK5 { width:13.625rem;height:3.0625rem;top:111.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPE3GZssLf5HbsG0Za1AkfWLbv7AZfT { display:block; }
 }@media only screen and (max-width: 763px) { #nTBn5hhWx6cF0rWGkXqzXgayFgXDaJZi { width:6.125rem;height:1.666666625rem;top:109.0625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3G0pyqCaMGdM5mLC8hfugyoM3zhsoq { width:13.1875rem;height:10.5625rem;top:116.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXbpCXoA0slGDCdw8TfRkQV62QDKgdMZ { width:13.5rem;height:1.5rem;top:128.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4HZpGs2ZM6hw1yovoqiat8QRLvGrO7 { width:13.875rem;height:1.25rem;top:131.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9ctGolbWQc83sKkJ3HMNSD6BSl9LnF { width:11.8125rem;height:2.83333325rem;top:101.9375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpeBb0D9X4MGGqTLw1Ql9p6xXb3X2PXX { width:13.1875rem;height:2.83333325rem;top:123.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP4VSgBINyeaRTITrSASPEBXJoe5l5Lt { width:4.8125rem;height:4.8125rem;top:96.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgIPPlPTTo5n0grxuek8cA4Z8KpK3Tcd { width:4.8125rem;height:4.8125rem;top:118.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTpnQAsQ47ESrrJ5vvOApwPWhhpHwTp { width:16.125rem;height:14rem;top:9.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0FFkZ2uuTqUdf48Gz0NIzxVVp7TpX64 { width:18.8125rem;height:10.625rem;top:36.004687309265rem;left:0.59375005960464rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZyEn4OzJ7mHMGElc0A0DWLxMl7Wh8I { width:10.375rem;height:2.66666675rem;top:37.796093940735rem;left:5.2500001788139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTO5yMr3lmuvPux2BPWbS7kkdeHv0nVJ { width:20rem;height:14.625rem;top:139.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFyHl1OaupSGbglRfO4MP0MTOq1cMlAX { width:14.875rem;height:6.8rem;top:145.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #kb4Z4cZ2nVScdpQABb2XdTH2pI1AAABe { width:12.5625rem;height:11.875rem;top:164.7721875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3kaomCFfrxpli2I4MkyborZET8dDTNa { width:12.25rem;height:11.6875rem;top:10.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqhpvhRud4TzWGLhQ4J5TCpWsGknr9E { width:18.6875rem;height:10.625rem;top:36.003885269165rem;left:0.71875005960463rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #LIFlmsTStnVnyfWCI8FXTpZvdMuBawmL { display:block; }
 }@media only screen and (max-width: 763px) { #dvdbSpg9KSzUUxRSWx78NeSAQACeAWSE { width:11.375rem;height:2.83333325rem;top:25.643751144409rem;left:4.2500001788139rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNAsmlsNUCBvWh8hz4Ji7eI19ktqFc9B { width:16.1875rem;height:3.6875rem;top:25.10000038147rem;left:1.8375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R { display:none; }#PfO52BmaeB3hXXxCHxG5xUkLZHwzqX1R > .row .container { width:20rem;height:137.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bil57hoXOADOZD7FHifklslkyk826T4P { width:17.25rem;height:10.5625rem;top:80.0625rem;left:1.1875rem;background-color:#4a1f72;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iP7BrnloZbbmcWO3ftqyLgobOBsWluLS { width:4.8125rem;height:4.8125rem;top:81.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s53KRB4MotZ4QZU9cWfwVxmQ8fbqOX9g { width:18.5rem;height:3.8984375rem;top:4.1023445129394rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhAzXC0p81FLD33OfiyxQaJ4TlGcreR6 { display:flex;width:1.6875rem;height:1.6875rem;top:37.501953125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #fcSc35lTwJaGhdxiEUnqNpdKTSoBJfgX { width:18.8125rem;height:34.6875rem;top:1.8835906982422rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUWLZE7yuJUJItLfS9VZEMbNH88bwkZW { width:14.6875rem;height:1.5rem;top:25.875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq { width:14rem;height:3.72375rem;display:flex;top:30.125rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #aThiARrKNEyKc3KOKSrp3LlPghL2dLSa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #fhHgueVinOLsB4lcpqdGs142vrl2oDDM {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mo0JGNKObQTBAqwKJ141wBsaoKzymBL2 {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #sGGOuOzyuxpQfkLAKdkOnvSD52kRUKAr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #DIzFm6WHez5pleGnl0hw0SuOLBTekm5O {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #niAx1o8hUQDXrx0rci5qSN4XeAJouJVB {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #LmC71zM4WVhQEVTG37a3nWCy0TRtwtMG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #Q8GHZueucp5grqLEZ5yi7UfDahO10s29 {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #nlWJT5fK41cNZEnzz4Kgva2LC05ws3wI {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #vrKL6Q0Alx2oBse5Iqw3k5QH5RawWdzx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #BDtQTolrVyXGaedBonrI5ZBqEpnucO9f {  }
 }@media only screen and (max-width: 763px) { #s328Ad1S2tpFC5bPTsJmoQ9yGD9C7dgq #mcGCrKFIWTU3PT9gaivw17lv32FdQJku {  }
 }@media only screen and (max-width: 763px) { #Mh4tHTnLIOWDnLl8zFodCukIo4W5p7sf { width:15.0625rem;height:3.25rem;top:41.410938262939rem;left:2.4687499403954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSlgk4xokZfR98DAC3m8EX3AVrvb8lOM { width:11.8125rem;height:1.42480625rem;top:87.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9bknJgywuTTAZaUfPPB6vsAvgSqqB1 { width:13.5rem;height:2.17480625rem;top:92.0625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcXXGVmPURpJ0X3rbAR9bdongk9MxSa7 { width:17.25rem;height:10.5625rem;top:108.8125rem;left:1.3125rem;background-color:#4a1f72;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OoZdEQeM0MG03LTwP7awaQJRtDHNdA6x { width:11.8125rem;height:2.8496125rem;top:115.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCtg9BSWvGGSWlIhgvFgsvHKTeltvsR { width:4.8125rem;height:4.8125rem;top:110.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6OMGT44gZu6EA7BnQGnViNTfG4rwAg { width:16.125rem;height:14rem;top:9.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKIAA2ELzMpkuSRvGTPRpJ2QguJ37MHa { width:18.8125rem;height:10.625rem;top:36.004687309265rem;left:0.59375005960464rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of7Ig8FXipAtsX6N76Tq9xymUcpHLs0O { width:10.375rem;height:2.7rem;top:37.796081542969rem;left:5.0625001788139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJLQU5NnN1iBmawGLNaPxO8czATNJ4UB { width:12.25rem;height:11.6875rem;top:10.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3xOLInn0e8CVxK2geXOO22BWGcKmvd { width:18.6875rem;height:10.5625rem;top:36.03515625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq2LBrLCWZdSsupFU06de9KJgKiTE53 { display:block; }
 }@media only screen and (max-width: 763px) { #DNVfToRhqprEy5OdNCy947Rbl3M7s7eT { width:17.3125rem;height:15.4375rem;top:89.25rem;left:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hcLd3bBVftXaS1MJZEF5kgE4Q2u18gnu { width:17.3125rem;height:4.1875rem;top:102.3125rem;left:1.375rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B4lvATEcE7QJZ1eT3NQskSx9npBioBiK { display:block; }
 }@media only screen and (max-width: 763px) { #JhdzSdKgOtbqwnDA8JzrngUB6bVBu3EK { width:11.375rem;height:2rem;top:97.125rem;left:4rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVVZrSVn70f1fglL2nu5LF224GvWknz { width:6.9375rem;height:1.6494125rem;top:95.0625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGi6XHWTsc8P7IkUVJfcsBaHhvVA8Ti1 { width:12.5625rem;height:11.875rem;top:129.3125rem;left:-1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrTPrfXEIBJP03urk6nJzo4iuzwXwepb { width:7.6875rem;height:2.17480625rem;top:121rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#e1caff;display:block; }
 }@media only screen and (max-width: 763px) { #HpzAO97t25T0UyktWTfxNA5y1Vm0gZ9Z { width:15.75rem;height:1.625rem;top:99.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAy3qTd7UCZ1olatX7GqLG3MxobbqA9 { width:12.875rem;height:1.19921875rem;top:99.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnuubHuAnta2LUcTNGJ0hHG7JOJCO9fF { width:17.3125rem;height:15.4375rem;top:117.4375rem;left:1.5rem;z-index:14998;background-color:#302a80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mRlCrmMDimpZaodQmEhwLWuPoncD56PE { width:17.3125rem;height:4.1875rem;top:131.5625rem;left:1.4375rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mvvq0qRnacE1lXRs0BqAcpBVgsmp4X5R { display:block; }
 }@media only screen and (max-width: 763px) { #pE5BIDgqHIPw5fRKHCy29q9dbAAhP6og { width:11.375rem;height:2rem;top:126rem;left:4.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBrIL3MUTDyAU8CMKZcgzT6K5sI4i0A { width:15.75rem;height:1.625rem;top:128.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGqcq1lR120pd8nr30woABrOV7DvIi6b { width:12.875rem;height:1.19921875rem;top:128.8125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck7hySSIoTSrmJcTCXSZ7RVnWcT2m1G6 { width:6.9375rem;height:1.6494125rem;top:123.625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TXOO7zUkIC3txnuNmK4q5TyLlDXrwa { width:16.8125rem;height:2.625rem;top:25.3125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNh3mS4VOEqx3TKx9XrRul1S5RwrPaP { width:20rem;height:30.3125rem;top:48rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #G77zcVP1AxQJSR0PnKbcZXzGd98igDmi { width:16.8125rem;height:1.8056625rem;top:70.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #WqrJbsBQ96fAZX5KR4LMCmRfakXQ53xW { width:15rem;height:2.9746125rem;top:72.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #LwoaRrcq2hLVL7D6b7SF5PVS4TFCgeGc { display:flex;width:1.25rem;height:1.25rem;top:70.25rem;left:0.875rem;font-size:0.75rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #GMZl8VZTTd4xZkp3hSLHA0MMfvFMTPp8 { display:flex;width:1.25rem;height:1.25rem;top:72.8125rem;left:0.875rem;font-size:0.75rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #dOCAQTm5sTBWhdh04ufyh4u6K7CuBSGG { width:16.5rem;height:4.4619125rem;top:64.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #KXBeXSwoNTmFoXET3sCtn7mTCRUnNkTm { width:16.125rem;height:1.8056625rem;top:62.125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Gi77O4p6wXAbpHu4biO8WcNr2yTgnvdp { width:14.875rem;height:2.76171875rem;top:58.1875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #JXNTVHUd2r4rpSfhEXubZ5nmEz09FPHU { width:15.6875rem;height:2.76171875rem;top:54.25rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #kH3TNqIFchXxwROF0ErKVnGr2Ql1zzT3 { display:flex;width:1.25rem;height:1.25rem;top:54.25rem;left:0.875rem;font-size:0.75rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #TEAM7TgiAMLe4STncnFWGCmdETXeStWG { display:flex;width:1.25rem;height:1.25rem;top:58.125rem;left:0.875rem;font-size:0.75rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #EVJJdpWN54rDXtH3oT97unvPsJTEaw5G { display:flex;width:1.25rem;height:1.25rem;top:62.1875rem;left:0.875rem;font-size:0.75rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #lvkN1AyWDnKFCGB0VzHCldWT2l0dRMVI { display:flex;width:1.25rem;height:1.25rem;top:64.8125rem;left:0.875rem;font-size:0.75rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #QosPtcDZNW6ZmuOxVVyhar0fpeWIEImT { width:17.6875rem;height:2.79980625rem;top:50.5625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15143;color:#24fae7;display:block; }
 }@media only screen and (max-width: 763px) { #P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU { display:block; }#P3N6rwrcxvRukoFp9LtXPiZwlBVLXZZU > .row .container { width:20rem;height:141.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih1HEBE2LCtc4nqIlsTdmX5wS8JIUqxb { width:13.1875rem;height:10.5625rem;top:50.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mg5KbILaWZ9ADtfzBageUWETayus7agT { width:4.8125rem;height:4.8125rem;top:52rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyiaTHqLFAsaUFVgkx2GBMaNInSqgmTA { width:18.5rem;height:1.916666625rem;top:3.6640625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK5Os3Tgvi4epPh0JUFKxs5apsq8rIEq { display:flex;width:1.6875rem;height:1.6875rem;top:37.502349853516rem;left:3.5000001788139rem; }
 }@media only screen and (max-width: 763px) { #X68Z0OA4KObwsVwITG0XT0CtriXBPhXz { width:18.8125rem;height:34.6875rem;top:1.8835906982422rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V { width:14rem;height:3.72375rem;display:flex;top:30.125rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #ggaRSl4cD3DcAasusbuzGhzzneiqVb7H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #bEAoObWL7a2f5iqMq4uQ2ZzwbTtXcHvf {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #o1dXsdSF9maVUGERTs1rsvXpTTdrzLAn {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #cSWL2IROCvTGb6QqpwPzoMohihPWXvEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #QsmBRihmZxNMDQWiuiQXinQ1eBDgEtiU {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #H8TJefvmhR02JXfvDExOIh2SgiZ6Iql6 {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Tqz24wopwJVblngSlm06pm0Wl2FkDDez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #LoLXlE7TttuVJAF1kX9WmmvcQHrlr3Wp {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #XWaqlwLUiFZzR3al5E6kJpWPZCnz4kPi {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #W6JzHhzEsQ39hG9apeToDHSTlhqEpWup { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #Eq61pqkegKdD2oWG2TuLgrJTc8NmoS5f {  }
 }@media only screen and (max-width: 763px) { #lX2gSluXaJlpLW52k2kmmv2s7u0MMK0V #WfZRRAffiU2T7MfERMwx6ElKw5chQCxm {  }
 }@media only screen and (max-width: 763px) { #HNJ3Bly4lBvOJ4dvf5afHTNHa9dvcyCi { width:15.0625rem;height:3.16666675rem;top:41.410938262939rem;left:2.4687499403954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX55oExMfJ9rRoyI6idcl3VVa0zZXt39 { width:11.8125rem;height:1.42480625rem;top:57.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqTwsEoC9TW1XaAid99lfKv7AooLAh39 { width:13.5rem;height:1.5rem;top:61.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXbZWNSScT0qXRlZe1fdfPfzDqBO0u5m { width:4.8125rem;height:4.8125rem;top:74.25rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTDar9lMRJU7BGiD6LKZTwxxJgJUg801 { width:16.125rem;height:14rem;top:9rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJmRxVZr5GA1Wt4S0TUvH3FM3efdQmk { width:18.8125rem;height:10.625rem;top:36.004687309265rem;left:0.59375005960464rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQKvlKUNdiGRWIBc5ZVHTk1e3zb1blN { width:10.375rem;height:2.66666675rem;top:37.796081542969rem;left:5.0625001788139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyZSafI9qyS5boA27IQZI44dINqcuZyS { width:12.25rem;height:11.6875rem;top:10.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftT6dOva9T2c0AC28b29I3d8iJiNO1Gi { width:18.6875rem;height:10.5625rem;top:36.035937309265rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #H36aaE23TGSa6DwTnZLoDW1JOccwAtZT { display:block; }
 }@media only screen and (max-width: 763px) { #p8AebxoqUIGveMxztSvqLLlNmD4xyedk { width:14.0625rem;height:11.1875rem;top:84.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9ztvXGcBd1wR32sQ8apvnZuAy4Hz6P8 { width:19rem;height:11.125rem;top:96.625rem;left:0.5rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #BDVBdmtPxTT5ZOxJVfAnuqm00m9A76AF { display:block; }
 }@media only screen and (max-width: 763px) { #kRclDMLATPtB04V7FCUIMaEgy0dmC28y { width:11.375rem;height:2rem;top:90.1875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9m7G58oJiIqnlRmHoEfde94TQJ7nmmv { width:6.9375rem;height:1.6494125rem;top:88.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmmkzmJzxV2rvZ3KoUrVxsmAuVGExdIR { width:12.125rem;height:1.19921875rem;top:92.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSTKK111eFoN3nb5eK9vytTpHUTbWtVr { width:19rem;height:11.125rem;top:177.44921875rem;left:0.5rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yRT5qSHPuEDIZrEGHImGnHlK8M9CPhKT { display:block; }
 }@media only screen and (max-width: 763px) { #DSIVaLxHRerL8i4R6TxkerL2JKf0vsB1 { width:19.625rem;height:10.8125rem;top:152.57421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ackIgTB11dervzR52ZnXi9za9dDTuPTT { width:12.875rem;height:2.8496125rem;top:156.63671875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZWeHL320IHMd76BAU5rCiryR2Xat5Mp { width:7.6875rem;height:1.5rem;top:166.63671875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFAh9Rokoq7yIGMAyIiRTpIQs9FF4sg7 { width:14.0625rem;height:11.1875rem;top:165.01171875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBZZLqfsLTlF5N7mzvFwnMIw5waRVQ8W { width:11.375rem;height:2rem;top:171.01171875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDe6UqqC3C37wunHRT4bvWvsn8kKFwAU { width:6.9375rem;height:0;top:169.07421875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #avPTxJOWTUIT5OiWBIAM9u3lMkDINsld { width:12.125rem;height:1.19921875rem;top:173.51171875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ny9ygKFT4CTGtckQTKuS1xTUDCmkcfHH { width:16.125rem;height:3.5rem;top:25.0908203125rem;left:1.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx16rEhRkLySxTCqAtrltLuWNkiQG2qT { width:20rem;height:2.9375rem;top:136.26171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT32e633pkvyStKW4M7n8WC7fyE5nQdA { width:12.5625rem;height:11.875rem;top:194.19921875rem;left:-1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1JhTLy77x3qtybAlaAm3lBoTEPTWpCi { width:17.875rem;height:1.8056625rem;top:203.57421875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #KCvZUFb61I7HNpn0X3GeonzocKwuDtZb { width:20rem;height:3.611325rem;top:205.69921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #QIHE00iVyzUA1UnpXww1oE29DbHs9NRK { display:flex;width:1.25rem;height:1.25rem;top:203.69921875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMxsITJ5dSOA2eL7o1c7a4kIiQmbAIp0 { display:flex;width:1.25rem;height:1.25rem;top:205.76171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqAOXDok5pFfwOW85AC9R8tVS4FS7hwu { width:16.8125rem;height:1.8056625rem;top:199.26171875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #L51dcCOAlEQZACG6RHxZCmrvIRX6lTi2 { width:20rem;height:5.41699375rem;top:201.38671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #GoLT0AJLyvv0q2yz24TNPtzbrH4M7GQV { width:20rem;height:3.611325rem;top:197.19921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #d7mIhyUAUqS4HKLt2Tw8qsgbheHnwQpv { display:flex;width:1.25rem;height:1.25rem;top:197.32421875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNv7aUt0o3fTgOvCrJuuOTe58gQ5xrcb { display:flex;width:1.25rem;height:1.25rem;top:199.38671875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIeWcKTHTJQbS2wyIS0WDNTIEAQkIg7y { display:flex;width:1.25rem;height:1.25rem;top:201.51171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vy9LMJIV4AdIdqnLEPtBUq5MBEQ8hPPN { width:20rem;height:3.3984375rem;top:195.13671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ErAmokTmVpc7AIvPe4wnPWhhdgvmI5Lz { width:20rem;height:2.79980625rem;top:191.13671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15115;color:#24fae7;display:none; }
 }@media only screen and (max-width: 763px) { #LUSKWOFuT5ht8kLWSVDmpFEB3hmAivzp { display:flex;width:1.25rem;height:1.25rem;top:195.26171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH0viwyme1kAIirrFfeSMOzO5czwSFEh { width:17.25rem;height:10.5625rem;top:109.1875rem;left:1.4375rem;background-color:#4a1f72;background-image:none;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #pLcy284ntwCZLNIT2NHuSP45D19wNTMc { width:11.8125rem;height:2.83333325rem;top:115.8125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #q3UrEx1G53AONXcCPfT3hJLnTpXtVM97 { width:4.8125rem;height:4.8125rem;top:110.4375rem;left:7.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CbIguPEiaa4dtO8X1o6HTxfWkRi3mrsM { width:17.3125rem;height:15.4375rem;top:117.8125rem;left:1.625rem;z-index:15018;background-color:#302a80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oW0Eb1dwFVkukOlchOexbEaWSHg90IQa { width:7.6875rem;height:2.16666675rem;top:121.375rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#e1caff;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #nGvOiXXaKK1pTRgZkiAgvzhQWgEnbIJz { width:17.3125rem;height:4.1875rem;top:133.0625rem;left:1.5625rem;font-size:1.3125rem;line-height:1.2;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #otpkImOPmDrvBnJon3dhqgxHaggTxrCz { display:block; }
 }@media only screen and (max-width: 763px) { #bppCon1VUDN56TQmGiaPrWGT9lzVd1mC { width:11.375rem;height:2rem;top:126.375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #PPgpu3cAgHn1t5tyIs0ztVo7ZcUENsJa { width:15.75rem;height:1.625rem;top:128.9375rem;left:2.5rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #k9h8VsdXmgJ5CSD8XVmL9lgzB45mx28g { width:12.875rem;height:1.166666625rem;top:129.1875rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #cUU8oiOCcBQ0KI0MtpcJbC3hreErbBVa { width:6.9375rem;height:1.583333375rem;top:124rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #ifpnz5aKQhybrTwhWUDJWeDdKHxI3tWm { width:17.3125rem;height:15.4375rem;top:89.75rem;left:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OLMPO8QmTEf7SIiJPg556ZxNRFpKZO10 { width:17.3125rem;height:4.1875rem;top:103.9375rem;left:1.625rem;font-size:1.3125rem;line-height:1.2;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #wbiB68JT4tGfviTemVBih0tZhvqNzpbW { display:block; }
 }@media only screen and (max-width: 763px) { #mn8WRIkMX7omlNQxOhAQsV483VaOmxfT { width:17.25rem;height:10.5625rem;top:80.5625rem;left:1.4375rem;background-color:#4a1f72;background-image:none;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #UG93sZsSmxTi1eK4L0glOdR7pVgd7F0N { width:11.8125rem;height:1.416666625rem;top:88.1875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #BFGyciz45AmbiwKUvc3QkrfiTJdMBzwE { width:13.5rem;height:2.16666675rem;top:92.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #DuwRTXEIll8qypcEkz8Dud1euJdsKoTg { width:6.9375rem;height:1.583333375rem;top:95.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #RmPNMO8zzJZt6eNrvmw8hWcoJHranFKL { width:11.375rem;height:2rem;top:97.625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #U4EWlrWAnKWd6fFsyrWo5wdeT3nTkqmz { width:15.75rem;height:1.625rem;top:100rem;left:2.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #lB6UEIpkXrpi3vzLylyMVvTV9B9zCBmT { width:12.875rem;height:1.166666625rem;top:100.25rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #r7724SWZExqentwKhWLggESA74rlGupW { width:4.8125rem;height:4.8125rem;top:82.25rem;left:7.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ETTXmAuZOJ8ea5oy7LS1mm6gUIVKB4gx { width:20rem;height:30.3125rem;top:48.0625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #IfcITk3FOZbRL6L0UnMUempQ6V9HH9nT { width:16.8125rem;height:1.75rem;top:70.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #O59KBqwavFeOhxgeL5D72IQLcFqOPSBO { width:15rem;height:2.83333325rem;top:72.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #M1XmNap5hxLFsF1LtTZiTVtETorVFKfx { width:16.125rem;height:1.75rem;top:62.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8Ts6VoWaoOZHWBcNAhw1FSaw0fLx7b { width:16.5rem;height:4.25rem;top:65rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ft5wdNloV7DT2bTM5WNNN8eBLhnEP8de { width:14.875rem;height:2.66666675rem;top:58.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #wJvstPGfD8SWCMqWAUaGkL68SdpX7TS5 { width:15.6875rem;height:2.66666675rem;top:54.3125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #CfmS93Ss7ilON4E66lBJkBZ57dq7ddGN { display:flex;width:1.25rem;height:1.25rem;top:54.3125rem;left:0.875rem;font-size:0.75rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #K9aPhAk6TqPf4pa6xrI5lJfRAQTIHn5r { display:flex;width:1.25rem;height:1.25rem;top:58.1875rem;left:0.875rem;font-size:0.75rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #vnTTr6dQBy5OnPe0ap4nEw9ogREJOwq9 { display:flex;width:1.25rem;height:1.25rem;top:62.25rem;left:0.875rem;font-size:0.75rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #aHyHxa4pdmwDfnfwo6nVUkLG0yFT8NQ3 { display:flex;width:1.25rem;height:1.25rem;top:64.875rem;left:0.875rem;font-size:0.75rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #ZosNHaB5HfTNSGlm0VHyVQJFu8bmNHPw { display:flex;width:1.25rem;height:1.25rem;top:70.3125rem;left:0.875rem;font-size:0.75rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #XISaqFvR1PbK8wsudFUTOK7vRTWeLcbP { display:flex;width:1.25rem;height:1.25rem;top:72.875rem;left:0.875rem;font-size:0.75rem;z-index:15108; }
 }@media only screen and (max-width: 763px) { #qN1SFBvryTJZsQgIaGcULelWvODJ7yXI { width:17.6875rem;height:2.75rem;top:50.625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15129;color:#24fae7;display:block; }
 }@media only screen and (max-width: 763px) { #GnyseBKmBBGg5zxRvt1J8aOuZTbLnbwa { width:16.375rem;height:2.83333325rem;top:25.4150390625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK6WcQvVaN7hFFgQurSEhA3aItSkeGUz { width:12.375rem;height:auto;top:48.25rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENaCsBbcho8eTLDTOrbPruAPZEUWUqKX { width:12.375rem;height:auto;top:35rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHE7w3af8SDl5WTS2qVfdAdJDuxUPpzA { width:14rem;height:1.083333375rem;top:131.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #PRIsBsfxeos6QymchWoVBS86JbACuWQq { width:14rem;height:1.083333375rem;top:102rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w { display:none; }#a0FZOSmmNeLsGGswQlW2BrTlZS6xau1w > .row .container { width:20rem;height:198.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uo1L6CR3tpNRdA6kqEeEAlvJ2s2SXphw { width:13.1875rem;height:10.5625rem;top:50.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbAnqZEgfSbAhQ0LnyrFhkHbOh2ME7oG { width:4.8125rem;height:4.8125rem;top:52rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9zMrI3OHvrzW9UxmBUbwpODbUQwRUzi { width:18.5rem;height:3.8984375rem;top:4.1023445129394rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKn4hfSLtrNeVemiWGTO6yTMAx8hKTGG { display:flex;width:1.6875rem;height:1.6875rem;top:37.502349853516rem;left:3.5000001788139rem; }
 }@media only screen and (max-width: 763px) { #DpRzpN8uWA4gSV77gFLZbQnHq62Dy0SH { width:18.8125rem;height:34.6875rem;top:1.8835906982422rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUL87t1Sm2vc2ork0klboITmdTiyqyz7 { width:14rem;height:3.72375rem;display:flex;top:30.125rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #TlxEI91PL1vESNlol1Ovcsf9kGzF4Bv4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #PvrLTEscInEErIvtSG5ExOSH0Qgkzd51 {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #C9bMs5XOps2L61LvyVvX1BVHXrLUhOPc {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #IW1lJ4QD9HiMKKmvlh33lR1wOlQcKVEg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #kLHDGL666wytshsqRwqUIZLyBzwkKWK9 {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #Pt6GXkQToa3B9m4AHq7zRwivX6bxhdXy {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #MQZu3oMwmZtaI9OB42OxzaFuv02TunHX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #sdpiHncuXReZLZOa93msSLzaXlVgkAiq {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #KhqrfJ94mHqhp4wae4EMnXTNh7ldHJ0t {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #tvrvn5lX5BnMQaFgx5bTir4Xkg11E75k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #BlHeptEPO4vwT6BwBmvK2MfzCFe3hSZd {  }
 }@media only screen and (max-width: 763px) { #eUL87t1Sm2vc2ork0klboITmdTiyqyz7 #qqGpn8dotOI304u68HzC2Dkb6cToQEVQ {  }
 }@media only screen and (max-width: 763px) { #KqOKaX182Ec58RksScSDneqs6ssChGTL { width:15.0625rem;height:3.25rem;top:41.410938262939rem;left:2.4687499403954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhhhdNFUTMi1CW330p5FtApBSkyvV1F { width:11.8125rem;height:1.42480625rem;top:57.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7XbVnG7iokbxVRP16ZO0k6cJw0bRuoS { width:13.5rem;height:1.5rem;top:61.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMKD0xr7PBoo9bLxnWi6c0HTSWUGxsAp { width:4.8125rem;height:4.8125rem;top:74.25rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmo3mHeLRexCcZBQNxSIKt5bAVVwPGH9 { width:16.125rem;height:14rem;top:9.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idApmTeiB5Ob5BgB8bR8Kon4WqkWrSdM { width:18.8125rem;height:10.625rem;top:36.004687309265rem;left:0.59375005960464rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K541UAZM2IWybr06cA5uZOgPcIlCHk8J { width:10.375rem;height:2.69965rem;top:37.796081542969rem;left:5.0625001788139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7ErMRP9w7n0aWkoMMnqTTnqfRHvTtn { width:12.25rem;height:11.6875rem;top:10.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18CWEvmrmy2F13n2l46z9Xi8slOf6do { width:18.6875rem;height:10.5625rem;top:36.035937309265rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGUKVeAhX2T1pwLeZnd706FZt2NKBACW { display:block; }
 }@media only screen and (max-width: 763px) { #MC8zxa9lrPZTveoJXXX0Sk9hKfezhQdO { width:14.0625rem;height:11.1875rem;top:84.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSdnO1k1fNBNM9EvTZMPIx6g7rTIKHDT { width:19rem;height:11.125rem;top:96.625rem;left:0.5rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #URPx7O2LJNpUXnn5oJGM00VxF5h6y30N { display:block; }
 }@media only screen and (max-width: 763px) { #wEeP4U6IauOOcf2R9wlcWGp6ddxdUI3V { width:11.375rem;height:2rem;top:90.1875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CddD3TaCb1SJPqwc51PfzsIxSmg1bC4K { width:6.9375rem;height:1.6494125rem;top:88.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt9miLLBPslTRXpAI9aFpCf7mWd96g4I { width:12.125rem;height:1.19921875rem;top:92.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t70XbFl7b3XQTcGW6y0W1BsU0WKfBcEe { width:19rem;height:11.125rem;top:177.44921875rem;left:0.5rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #P0PLeK8DbJXFd5TaDX4zfkJw4ZwQcOE6 { display:block; }
 }@media only screen and (max-width: 763px) { #bClqx74zSEp9C1yVxHozxJcLAtvBoGuB { width:19.625rem;height:10.8125rem;top:152.57421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmeB8bgm6MpTWN9d7eswHaW2ZxezQhyf { width:12.875rem;height:2.8496125rem;top:156.63671875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIw7CfXPFVx4OuEw5XcPcAud60OaoTTd { width:7.6875rem;height:1.5rem;top:166.63671875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBhAcgPgzqO5xF4FeD1v5mAJSTZ1aZKH { width:14.0625rem;height:11.1875rem;top:165.01171875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLblXw8TVuet9q0Z5dVTr2MG88cHJBvp { width:11.375rem;height:2rem;top:171.01171875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzxh7b8z9OonRpWrl5rGKS6Ots82Tbyx { width:6.9375rem;height:0;top:169.07421875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuCgQ9ktb4pwziXzkbvCTzwnT8AL5zTF { width:12.125rem;height:1.19921875rem;top:173.51171875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWuXIOAOTxeRNdQvWhfT6VE54r25VKDO { width:14.0625rem;height:11.1875rem;top:187.1875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeCme6vur8IfRoho2ZqxggB9VQ1cgHaI { width:19rem;height:11.125rem;top:187.1875rem;left:1.625rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QQn7iu0TKs1MxQzq48lzyOn8aPRqOQJR { display:block; }
 }@media only screen and (max-width: 763px) { #RvTLzi0AczxfsIFSwbDEpOy35Rm055Tg { width:12.125rem;height:1.19921875rem;top:195.6875rem;left:8rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #abWUhnXMf3pG0P7nKXeWukQxnTtfW9vH { width:11.375rem;height:2rem;top:193.1875rem;left:8rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZWkrKuBtblsletQDR5UgvMGSobL72KM { width:19.625rem;height:10.8125rem;top:154.875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVxAwQeq0b0Xt73tA10bgiwrhmnAFqvO { width:12.375rem;height:2.8496125rem;top:115.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mtqKGS0oW6cBtkyDKFGifHLLRJhf5a { width:7.6875rem;height:1.5rem;top:188.8125rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmF8cRMshaO7ppJ6GTzQG3VXHF25En0K { width:6.9375rem;height:0;top:126.44921875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4zufPVZvdUhx6PMXJHI5WxriZNWA00q { width:15.25rem;height:1.57421875rem;top:25.45703125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddwcu4wgJfhEXSeWyFsO8M7hIfDZr5V { width:16.8125rem;height:3.9375rem;top:25.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9sTgPehk4Foz05dTordUmqibdMEh9Up { width:20rem;height:2.4375rem;top:146.51171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeHvCNlK5uTeWhsmmD7ktSxHF1wCMmif { width:18rem;height:3.82324375rem;top:162.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(255,255,255,0.83);line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uVhUTRh8t2ysCnRSKsXv3L0X6MPcGRi3 { width:20rem;height:2.9375rem;top:136.26171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x89CEQ3DOLek8oUGnpixb826M78FXV9h { width:12.5625rem;height:11.875rem;top:194.19921875rem;left:-1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W84UbDKTKZcCzXWlDEkMrWwUcNMqOGtz { width:17.875rem;height:1.8056625rem;top:203.57421875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #h79dLpOCcPIDhBFh4FLRUDwqFGIb5ZMw { width:20rem;height:3.611325rem;top:205.69921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #rKRtDPOgFN5NcESNw6hqHq9gT6Je5f4i { display:flex;width:1.25rem;height:1.25rem;top:203.69921875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqHhH6vtNaIHnMuFIvy2kvt93qCBcTo4 { display:flex;width:1.25rem;height:1.25rem;top:205.76171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnCJaDh4su2JaFTzm7emeAML1GivtuGM { width:16.8125rem;height:1.8056625rem;top:199.26171875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #wcSTSRyFAfcTTSWCPJiFcl9aK0BhcVB9 { width:20rem;height:5.41699375rem;top:201.38671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #mN1IEqcJ3h7naGVHqkiFMooyTlWWAfCs { width:20rem;height:3.611325rem;top:197.19921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #L21bI5FV4fTHkDFJEAOP6Be4G5pbqWOs { display:flex;width:1.25rem;height:1.25rem;top:197.32421875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXU9uxkkytDeRuDTh5FSPsZ5qN5iSv1l { display:flex;width:1.25rem;height:1.25rem;top:199.38671875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPVKUuy2BV9U5T8m0U5F3BewD1Ltv0w3 { display:flex;width:1.25rem;height:1.25rem;top:201.51171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuBiVrRoQo7bWqoT88Cu3NR0gWNQAAbH { width:20rem;height:3.3984375rem;top:195.13671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #SdclTOZnGUCZBgVh3VhlGUgips1F5xt0 { width:20rem;height:2.79980625rem;top:191.13671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15115;color:#24fae7;display:none; }
 }@media only screen and (max-width: 763px) { #yOkss58FXk8WeX0aLk8abwAXqN3eq4Cu { display:flex;width:1.25rem;height:1.25rem;top:195.26171875rem;left:13.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvkXq6fWfLi0CHZErapMlNS7lp4kOuhy { width:17.4375rem;height:34.4375rem;top:127.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTauL1SM89hvNOBoTtT7bCq9cXF4FL6 { width:17.3125rem;height:3.298825rem;top:136.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffa631;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AdaZmA1R3kux7Fzn2U56xKKgJVtiykqV { width:4.625rem;height:4.625rem;top:109.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuVLF2c2XJldHN1ZTDFcw0qKJb10VMpm { width:15.875rem;height:10.411125rem;top:141.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TTsWwfsZi5ckckZpvcCVMf6x4kNpKc1C { width:14.6875rem;height:8.496125rem;top:153.125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KgrbTM3ACq3bJFpnGynAv8nbkaEm4sKa { display:flex;width:2.125rem;height:2.125rem;top:103.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFTL8AoEZDNG4Nzo3CgtL8pDpyqnKvtG { display:flex;width:2.125rem;height:2.125rem;top:103.625rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGA8KGeTd4tMqSrJhC75JuZ0aEnZbwf2 { width:17.25rem;height:10.5625rem;top:108.625rem;left:1.4375rem;background-color:#4a1f72;background-image:none;z-index:15020;border-top:0.1875rem solid #ffa631;border-left:0.1875rem solid #ffa631;border-right:0.1875rem solid #ffa631;border-bottom:0.1875rem solid #ffa631;display:block; }
 }@media only screen and (max-width: 763px) { #n3MxMzx72kBfZDTS4LHVBHnbrPM2XfG1 { width:13.5rem;height:2.17480625rem;top:120.625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15080;color:#ffb658;display:block; }
 }@media only screen and (max-width: 763px) { #a1tuog47JKhmpElpl9tfps2BMfLUiAZw { width:17.3125rem;height:15.4375rem;top:117.8125rem;left:1.625rem;z-index:15019;background-color:#543a1b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PMIHdpu2r6XrDqLbXK3ELI3cU95zTf32 { width:6.9375rem;height:1.6494125rem;top:123.625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #HSXh2mf5EsrItXykKX9vA45p4cGy1XLT { width:11.375rem;height:2rem;top:125.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #CpLKAOl1EgnRUkOb1pQSvb8UBzI05uhs { width:15.75rem;height:1.625rem;top:128.0625rem;left:2.5rem;z-index:15027;background-color:#7d5921;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UpTSIwRHGF4god7hlXNnntgtwzwqscc3 { width:12.875rem;height:1.2000875rem;top:128.3125rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #XmmmmMoW2neTw9xLW6e1W7oTHGXyqzrM { width:17.3125rem;height:4.1875rem;top:130.875rem;left:1.625rem;font-size:1.3125rem;line-height:1.2;z-index:15086;background-color:#ffa631;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CPkdDTG4en1X6ItOKhOEsiwvoXyeSRgT { display:block; }
 }@media only screen and (max-width: 763px) { #VPc6IiZc1mUMipmQgwVNzgGT1wS2cq4r { width:17.25rem;height:10.5625rem;top:168rem;left:1.4375rem;background-color:#4a1f72;background-image:none;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #hJLJHdhoDnU4KfQWAtl08UvyxxH1QinI { width:11.8125rem;height:2.8496125rem;top:174.625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #WEODVuWPqB9dlXmUt9v1i3GqhFftw6AL { width:4.8125rem;height:4.8125rem;top:169.25rem;left:7.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eN3PGnXvfmghGD70TNzR469c0aDfl3ZX { width:17.3125rem;height:15.4375rem;top:176.625rem;left:1.625rem;z-index:15018;background-color:#302a80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nI5RFtzOSK7UIMoXe6yEIrfSzfnGcMpg { width:7.6875rem;height:2.17480625rem;top:180.1875rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#e1caff;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #OSd4IKBouIPtCIgQCvCwTbVdad36UG9v { width:17.3125rem;height:4.1875rem;top:190.75rem;left:1.5625rem;font-size:1.3125rem;line-height:1.2;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #tTmPDCqr9zuXQ2l5okWvBKefKpVgFBKE { display:block; }
 }@media only screen and (max-width: 763px) { #qbPD2lqmdLQ8cTFO6OnGKx20CgPOAz3H { width:11.375rem;height:2rem;top:185.1875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfIwByFwmH4U9aR33a91J9QaKA5L1yF { width:15.75rem;height:1.625rem;top:187.75rem;left:2.5rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #xmw5BmX8BeT7XUtUuke8aEtLvU1y335B { width:12.875rem;height:1.2000875rem;top:188rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #ISz9mXpniDQc4Oc95QcAQanw9p5rGroz { width:6.9375rem;height:1.6494125rem;top:182.8125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #KbV8nQ0rnAizIngW52VOv6th4zouudrc { width:17.3125rem;height:15.4375rem;top:89.75rem;left:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gvARlXv5SdSlo6dWQ6KrZ3JBItzZVzy2 { width:17.3125rem;height:4.1875rem;top:102.8125rem;left:1.625rem;font-size:1.3125rem;line-height:1.2;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #JCKJUot77wr3UcrTS1wetd8qFsT87PvQ { display:block; }
 }@media only screen and (max-width: 763px) { #EEhZwkpntQook0y5lTKAyTXv98GGiEiR { width:17.25rem;height:10.5625rem;top:80.5625rem;left:1.4375rem;background-color:#4a1f72;background-image:none;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #qQbAXWAkb34HTGvJRC61ZyooUQl3Qa18 { width:11.8125rem;height:1.42480625rem;top:88.1875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #zUrG9T4eGqRpoLScFn5havwTz2PpSTLV { width:13.5rem;height:2.17480625rem;top:92.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #nZHCRFPvx9Qp3RPoPtXmT910Zzw30UQp { width:6.9375rem;height:1.6494125rem;top:95.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #RcmdVIyTPdLrNHTDKUaoha0PgnTTIdJ9 { width:11.375rem;height:2rem;top:97.625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #LBa04aiCFGzBqNaekqnEkNOWNRnhZXwt { width:15.75rem;height:1.625rem;top:100rem;left:2.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #vrpcPtuNenMKHDxwFkgZtRSGuTpwE9nt { width:12.875rem;height:1.2000875rem;top:100.25rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #mpKhIVfMwXKgNLWIavzD7w6FBCeQV6EI { width:4.8125rem;height:4.8125rem;top:82.25rem;left:7.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NQmwTLuWhDdW3w3TGDnpWGt0Z5UXOmGn { width:20rem;height:30.3125rem;top:48.0625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #g9tLIuIgJwBzivJ8KDyqQDRyao1remrw { width:16.8125rem;height:1.8056625rem;top:70.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #heCCyXDZmmdu4xb2cW4FTl5KyEQnV009 { width:15rem;height:2.9746125rem;top:72.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Gf50c301MRIXEk5FyC9VA4y21imAD5Id { width:16.125rem;height:1.8056625rem;top:62.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.7;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #EbawN03t8LkzEIhWFx1r5Gvrr5kQWyZC { width:16.5rem;height:4.4619125rem;top:65rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.4;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #MsAva7VfmT7UOsHeIMgt2uPCOKxKVb1g { width:14.875rem;height:2.76171875rem;top:58.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #k7IvuSvsoWGeX4iciZcOM41xv8dln8rA { width:15.6875rem;height:2.76171875rem;top:54.3125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffd143;line-height:1.3;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dul7mvLsQyXnVZTfHF9vJKdRdCSBi2uC { display:flex;width:1.25rem;height:1.25rem;top:54.3125rem;left:0.875rem;font-size:0.75rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #ha2BCMA1zFdLZvRXngdPSmJbgw8UTG01 { display:flex;width:1.25rem;height:1.25rem;top:58.1875rem;left:0.875rem;font-size:0.75rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #TK7vmNQJL7nWS2xTFTnIzpnP9gkmgDHA { display:flex;width:1.25rem;height:1.25rem;top:62.25rem;left:0.875rem;font-size:0.75rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #V96kx11KwWW10HDDKJcLxJn1cOf5LJI5 { display:flex;width:1.25rem;height:1.25rem;top:64.875rem;left:0.875rem;font-size:0.75rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #VCPweUAExJyeMfEnakyHLWLGIwpuxihz { display:flex;width:1.25rem;height:1.25rem;top:70.3125rem;left:0.875rem;font-size:0.75rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #MAFN6pgqzspFIWa7iB6aZXxgdR2MAtKn { display:flex;width:1.25rem;height:1.25rem;top:72.875rem;left:0.875rem;font-size:0.75rem;z-index:15108; }
 }@media only screen and (max-width: 763px) { #lPvBJiN4GpNqTP9uWNB39vIg5COX4nsA { width:17.6875rem;height:2.79980625rem;top:50.625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15129;color:#24fae7;display:block; }
 }@media only screen and (max-width: 763px) { #uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z { display:block; }#uTe1x8ATx7Alc4S6JEbCfRvMLBQJzk8Z > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDW2zZtaFotE6PvS5Z9AzQpMJaD4PPDu { width:15.9375rem;height:3.0625rem;top:84.25rem;left:2.03125rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(305deg, #3e4097, #5053be);background-image: -moz-linear-gradient(305deg, #3e4097, #5053be);background-image: -ms-linear-gradient(305deg, #3e4097, #5053be);background-image: -o-linear-gradient(305deg, #3e4097, #5053be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4097', endColorstr='#5053be' );";background-image: linear-gradient(305deg, #3e4097, #5053be);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #K5TC0HZNo0ndJQAUTTVlZeBNJCafNivm { display:block; }
 }@media only screen and (max-width: 763px) { #IlyZfcV0XSk0dBrcLHE6el3EXGifzNVr { width:14.3125rem;height:2.625rem;top:88.5625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxWVxMCvQhGPpPuU1zVTqAxoNoKWFukt { display:block; }
 }@media only screen and (max-width: 763px) { #lBcvvqDwFcTldWxJQaFBRaKHJotsCFQO { width:19.25rem;height:2.83333325rem;top:63.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1HUimPZIDGX6FLfneixZ6FgMI1zXNF { width:2.3125rem;height:2.3125rem;top:58.5rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIURirkZewKxnefSMzxnCKyEg4z5PLi { width:14.3375rem;height:2.5875rem;top:66.956253051756rem;left:2.8312501311302rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTK9TLr4NPZ9lUn9TSno8oA5bCkOXo7W { display:block; }
 }@media only screen and (max-width: 763px) { #Zb6LElNqlu5rav1XOrl87MvBIRhnPwSD { display:flex;width:1.375rem;height:1.375rem;top:67.4375rem;left:4.2125rem; }
 }@media only screen and (max-width: 763px) { #nBXgiQJ1V4Obsm66TxK5v8zvzuGbTcGC { width:9.5625rem;height:1.083333375rem;top:67.681253433225rem;left:6.1875001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Tcp0ATmmPZTlNT7Ger4TfGV1JPgoqO { width:19.3125rem;height:19.375rem;top:10.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMwx8RJ077ADz6paW13fPmCTMoLbTAnw { height:10.982367758186rem;width:20rem;top:36.9375rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(0,0,0,0.14) ;display:block; }
 }@media only screen and (max-width: 763px) { #VHGhoubt0yzS0Dl1KB8AiTDQOMQFSLGA { width:20rem;height:11.9375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWDUQdKJ1foqCWtWBKL7EFllxS71o0zD { width:5.75rem;height:1.6875rem;top:2.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE6Tfg1DTbSM7Joh8VUm9739wpsmZ7Nw { width:3.625rem;height:1rem;top:2.5rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihPyHT7JwUIH5nrRF7DfHFWiR0l7kavP { width:20rem;height:3.66666675rem;top:4.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgddV7D5gHPmAF74TxuMcs7r6RzmVhk7 { width:17.5rem;height:6.3333335rem;top:28rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAukn7zemRIi7fyJ6oKOpMuuDI49Srne { width:19.3125rem;height:8.9375rem;top:26.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd8oEVMnIiT7mJag4nt2iGBtuD8GXeVK { width:19.3125rem;height:8.1875rem;top:49.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNv9TVqLWLMXcFTGtOK0OG2IEthuy5UT { width:16rem;height:6.3333335rem;top:50.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTPrztuLtxSpAAiGmVpC6XDC3TekdaHS { width:14.5rem;height:2.66666675rem;top:59.0625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUrACzt72ivLRtbdIKAGVeTA8uUaLfNt { width:14.3125rem;height:2.5625rem;top:66.96875190735rem;left:2.8437499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFiBLAZnQSBMnLK2xEZMkl3tVxpf0eUy { display:block; }
 }@media only screen and (max-width: 763px) { #zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP { display:block; }#zsa2Ja3kXwl4hiPhzsaTsfxPtV7bQUgP > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZF9nZ6TER2iAPCplNTC9k3ygriEehAFy { width:18.3125rem;height:4.5rem;top:8.4873046875rem;left:0.84375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6qMT6TVNfNCGDdctkWOu57Dtit36xcs { width:19.75rem;height:38.25rem;top:1.25rem;left:0.21875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wOUylEwxZf1ScTTV7wyDgWnFUTNJ4ibs { width:17rem;height:5.416666875rem;top:41.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVsmzSmsabMNbTdaFgVOc97rIVCwp1z6 { width:20rem;height:8.0625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwiqaVF99w1fnohG5cUsl2TenLvC0Tgl { width:20rem;height:11.6875rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxXPl3bKQXhr0rfK162gc9Ee5bC7KM0 { width:16.125rem;height:8.666667rem;top:50.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #c26ErWtQmLGUorqIw1cMSa0ETCGZBdwc { width:19rem;height:3.4375rem;top:35.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmhbEkWh8WUGkq4iIQdM3CDqGAHUQBM { display:block; }
 }@media only screen and (max-width: 763px) { #DKWq7XT3di8NsZT1nEGVumUPndM91S5t { width:19.875rem;height:3.75rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1L7wvTvh9FCZELZxMOD4Rg7aVye3PZ { display:flex;width:1.6875rem;height:1.6875rem;top:36.25rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #yLEyMk1If8vzwmhHf5Bnh0sKG1WkvUak { width:2.8125rem;height:2.8125rem;top:35.6875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1H9N4KDJ5rVxE0Sg9kWlRGH7vzqJ17c { width:16.9375rem;height:2.33333325rem;top:35.875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsGv29FOiafqd3MCVeTLVG6mcayORpWk { width:12.75rem;height:2.83333325rem;top:14.625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:poppins;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pTUF8rLXqfz6ZdpSycIcIKe00p0XTPHH { display:flex;width:1.75rem;height:1.75rem;top:18.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #AaZALTTqllpisUsftQ1bRRJCz5zrZWIx { width:15.1875rem;height:3.5rem;top:19rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoMMvofO26SrAHe6Gd8Hy4KRCIxCxql { display:flex;width:1.75rem;height:1.75rem;top:22.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #GQoCT1tg9QmiJms3XNyBfwXoHuQF7TNw { width:16.375rem;height:4.6666665rem;top:22.9375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15XwW0p4MwlJR07LmAmRt2QemJis09T { display:flex;width:1.75rem;height:1.75rem;top:28.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #aZakHu5TxGtT4tu9mfnWyIoa73WOgTJx { display:flex;width:1.75rem;height:1.75rem;top:31.4375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #D9boBLkdJKtL9d1TVS4Kp9N5KCrrB5cT { width:16.625rem;height:2.33333325rem;top:28.375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ0ELFTHFAf83Zo4wERagMTvRl1TVdJO { width:15.9375rem;height:2.33333325rem;top:31.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1qP6psfyMlJPiT3wA1yZcTHTSLsegQQ { width:18.5625rem;height:3.6875rem;top:62.270751953125rem;left:0.71875rem;font-family:poppins;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#34877a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(140,234,219,0.63) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMsQoLPTysGnAPSKNzxbuJhdemXVlAQh { display:block; }
 }@media only screen and (max-width: 763px) { #zsICdpTGfhgmrWQKLWaiXV6aI68ntnA8 { width:7.8125rem;height:7.3125rem;top:11.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9RE4S1eQ1qaTioNThVJThXkO6xxaHl3 { width:17.625rem;height:4.875rem;top:2.5615234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxRON7m3xo4kpCT2bIx04UXNLMiQEaS { width:15.9375rem;height:3rem;top:3.4990234375rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15043;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #io3tnU9MXvJDMD3AcOgEL8x2eVIIKpsd { width:19rem;height:3.125rem;top:67.2080078125rem;left:0.5rem;font-family:poppins;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#274a5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(140,234,219,0.63) ;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkJFaP5X1ZKaRR7u2lNt9NRBTnTBxsZ { display:block; }
 }@media only screen and (max-width: 763px) { #cRy4vF1JTuJGoM4uAnrVEQmXM8EhHzLO { width:19rem;height:3.125rem;top:71.5830078125rem;left:0.5rem;font-family:poppins;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#00a1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(140,234,219,0.63) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ZllFGklKqQHEOyLtso33qOmtemIF3M { display:block; }
 }@media only screen and (max-width: 763px) { #mGRac9dFT8xkBUinXG602QDEURiAftM1 { background-color:#c1efef;background-image:url("https://images.assets-landingi.com/uc/7c5fcdf6-d693-48c5-9e03-462a95ab2a89/HP_BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mGRac9dFT8xkBUinXG602QDEURiAftM1.adaptive-delivery-prevent-bg, #mGRac9dFT8xkBUinXG602QDEURiAftM1.lazyload, #mGRac9dFT8xkBUinXG602QDEURiAftM1.lazyloading { background-image: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { background-color: transparent; background-image: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container > .video-iframe-container { display: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row > .video-iframe-container { display: none; }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .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); }#mGRac9dFT8xkBUinXG602QDEURiAftM1 > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8ZA8wdP0a86ZQVg8Sa9THzdNMober5X { width:19.6875rem;height:4.5rem;top:8.3617553710938rem;left:0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p1gJbxCQGtgvDQZ5ZdhTNbUzKvXWL57m { width:18.5rem;height:6.3333335rem;top:51.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH11qE019SsBloe8p5LCAvmInpoiJH31 { width:13.6875rem;height:2.25rem;top:48.0625rem;left:3.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqAynfx2ULBKVDp261FwfcRU7nyFFPDe { width:19.875rem;height:3.125rem;top:59.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HECPinFOqdygw5gHdQ60elLniP72ScTt { display:block; }
 }@media only screen and (max-width: 763px) { #nWyHASpgK6HOadAmu8eFqbwTyA6LUdxG { width:18rem;height:6.3333335rem;top:72.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKvnduyeUUkupEdZdsxdXZKXCykHbqbP { width:18.625rem;height:4.75rem;top:93.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDXtJ6oWfZb0HeyMdvUg4DNy1IAt8x8 { width:3.6875rem;height:3.5rem;top:43.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENW8E9GfbQv3vkQlhlzx72mqFpm3u6qn { width:1.75rem;height:1.75rem;top:43.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDbeSn6ByeJTVxqMHm9os2PWarD1SZl { width:13.6875rem;height:2.25rem;top:69.3125rem;left:3.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrQMLAvzkLkJnvSvl36Znd2apkkW1naK { width:3.6875rem;height:3.5rem;top:64.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5rBhI6ZEfskkv1M0HV0HOX3IUcFCvLA { width:1.75rem;height:1.75rem;top:65.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLoLTS5FOJiQVyn1pXgM2s3BnhSB7LE { width:13.6875rem;height:2.25rem;top:90.5rem;left:3.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uo4zAaTskRWgTvLrW72pJOfGCRRRh6uh { width:3.6875rem;height:3.5rem;top:85.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ryrJ0cTd4LbhuacUaA5lCaqlF6ssyf { width:1.75rem;height:1.75rem;top:86.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qNbtepXL7DltHMKhaPIiSZLITzNPRT { width:4.75rem;height:1.375rem;top:15.612500190735rem;left:1.2804688811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnUsDkmkrhPJc56PlXD8OQaWK0BXJeZ { width:20rem;height:5.1666665rem;top:2.5500001907349rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH8CB2vXkQrcrFKqIfIACvwkTOb1JNTs { width:13.1875rem;height:14rem;top:16.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3sgP39pxRPHS3TcJlHypMhbtzUU0Dy1 { width:7.25rem;height:4.4375rem;top:15.612500190735rem;left:11.517969310284rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTcIDWlURxZ5zNwEl5dfGD30l7LMtw9B { width:19.875rem;height:3.125rem;top:79.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXTaleVGo6XBLqkTu45kaCmBAMh8STK { display:block; }
 }@media only screen and (max-width: 763px) { #zWDPwJPd1UZlWIu7zJOv2wG7ZWNAwxdt { width:19.875rem;height:3.125rem;top:99.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGqkiFQErGQxH2N2d7XqCd7TzVlNdXLS { display:block; }
 }@media only screen and (max-width: 763px) { #xnVLf5MfIAaK1bhpVwNL1r8bHVuHyQ4b { width:10.375rem;height:3.6875rem;top:36.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwQwKDIbmcvIaK6o4Tsyw58vvm8M1Je { width:9.625rem;height:1.416666625rem;top:35.0625rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sdPab2WENVPKBCQdzJabelb0RPy3Rg5T { display:block; }#sdPab2WENVPKBCQdzJabelb0RPy3Rg5T > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSPaJIGJ4ZV1HeHz0gAKn8ZgbAc0EGbN { width:20rem;height:4.5rem;top:1.749755859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zV4KZl7OlhMO2B3ODth9B8K9cVBhwKXF { width:17.8125rem;height:3.4375rem;top:13.138793945312rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc3t8whFGdpGTbfOTfoh1iEtnPfrG0CB { display:block; }
 }@media only screen and (max-width: 763px) { #HJNx5Qbp01XvGnfQchFaQd1AtUUaQcdr { width:19.75rem;height:2rem;top:6.911764625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC { display:block; }#WJcMriFWkyP0KeGiNzleOWIRfZfVFgeC > .row .container { width:20rem;height:254.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFPhU6z0g43ohPPhmX0GcHdmxBBTZ2Ku { width:20rem;height:1.666666625rem;top:4.74609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnooyh1tqcXTE51iHZf0hKbT3fDUO8Aw { width:20rem;height:20rem;top:6.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIl5pBChZHvQBT3NnC7oSReb10lEBPz8 { width:20rem;height:20.3125rem;top:4.3310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWaKTP1L1rN5cs6uZMCcnooZoITQcpE { width:20rem;height:3.75rem;top:3.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTgiWCko1565UcqM6xeHMqglPCwGEAG { width:20rem;height:100.375rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiis5DhtNErhLcRdqR7FcxGPWT6whgpZ { width:20rem;height:3.75rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Zfu6uZW04xmDs6pun2atoyHCfq6rH3 { width:16.6875rem;height:1.666666625rem;top:60.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAhZbS3Hw3HOKlxw9kCbVm5JblKKrkD4 { width:20rem;height:90.375rem;top:163.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Spf6B7rTMCSAm8cf2V8nTotQr52ENIl4 { width:20rem;height:3.75rem;top:161.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXwgZmccgI4btnW1Od1zcOA4U8qi6cT7 { width:16.6875rem;height:1.666666625rem;top:162.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1akPVInoycOTWWC2yTwLSWo3Ib8mFI { width:20rem;height:30.9375rem;top:26.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #q8FN9NhnARGflBJRpVSn4moc1hi6LeZi { width:7.1875rem;height:7.1875rem;top:47.5rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcyZ3q4odcUmDcSgLstomtVn4nMMOuXL { width:9.625rem;height:3.25rem;top:51.375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHHzQqQLJVhgRhmhEkT6NOn4tVIf6HXg { width:13.25rem;height:7.25rem;top:38.28125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRNrpBSr4dVImFx6etJJZ4VzPT2aIDOm { width:20rem;height:3.75rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvUAwBFIDpycBDP0LlFfDgTqL1vzJQqH { width:16.6875rem;height:1.666666625rem;top:26.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJPAdwIORTUqpgil68rx7SZR14lHJIU { width:16.5625rem;height:2.75rem;top:33.5625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZzidFVxJUGFH9dK2enSVVUOCihxq65 { width:5.625rem;height:5.625rem;top:124.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEkXVtZWt2IP7g3wuPdiEWlIJXwstdDx { width:8.4375rem;height:2.9375rem;top:147.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHwGrgwn7MiE0wbd4EzsNbV1kzIJc5C0 { width:6.9375rem;height:6.6875rem;top:109.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEp6nuUNSfzoC0Jp2mUFtxJqeV1oSC8T { width:8.6875rem;height:3rem;top:103.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7emiX9TuuWVh5a82gFFPvKoHB7OPTT { width:6.625rem;height:6.5rem;top:133rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxIlSVZsPAqnhyXF4XEFF04fqNm0Jf1T { width:11.9375rem;height:3.8125rem;top:75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFR9PmkWPA16RtSOiB7QSkUtvIgyFsp { width:5.0625rem;height:6.1875rem;top:215.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRc3HsNzp0czv3AFTRVXz1vSVChTALP9 { width:6.8125rem;height:4.375rem;top:178.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVD85bV6ehPvFTz6Df205nZJkrlGT3E { width:9.8115rem;height:2.936525rem;top:247.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9nG1dKZAxOxMvKearmGm527fJ08icfp { width:7.125rem;height:7rem;top:168.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioI2GV6ZTb24DqJC7RxD1p73gh3rwZ4I { width:7.75rem;height:7.625rem;top:204.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaaq92r3IkxR2yWhVTt15G975NiEK30 { width:12rem;height:12rem;top:192.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOb7P7Pamo4TiTqX2B3hH3dET6PdcHkg { width:12rem;height:3.5rem;top:64.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWIIlfQqKM4iZ8hdvvTRUWpgVZbTe3g { width:7.0625rem;height:4.6875rem;top:153rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5E9oXMNyECxDXkCWxL25x411ErvQgn { width:10.5625rem;height:4.6875rem;top:201.625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUZod7K4Ut29yWuneUGbeo63dzqIfBA4 { width:11.6875rem;height:3.0625rem;top:112.375rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #phlL2Ndrp0foz5ywe7dX0OUtgiCTKAPA { width:9.25rem;height:4.0625rem;top:247.5625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmu6sogM5mpGXrPs1zlM5xWA0oN85dci { width:11.9375rem;height:8.375rem;top:223.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNbedwmN0vMgbvoNzSwhmmOwCUxyeqgZ { width:13.375rem;height:2.875rem;top:141.78125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vItDAFwTIhqvIOslu0rS13zMMyuJy1vr { width:13.5625rem;height:3.6875rem;top:240.25rem;left:3.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ucypxoxs4zMKcfCP865PsyZcSFTKlFDe { width:9.1875rem;height:6.4375rem;top:185.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXAvM7qQR7eEGH5IMDbmolv8imczveO { width:11.3125rem;height:3.6875rem;top:118.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGl4IyBCBNTM4PUQeTJ4n744tE1JxR3z { width:6rem;height:7.625rem;top:87.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aToxq5kVkfRyzSv8Epz3Miq41ps91HNl { width:9.0625rem;height:4.125rem;top:80.75rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbtF3GQuhdcB0gbIoX3LpVpTRiU7uzic { width:13.625rem;height:3rem;top:97.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHe1NuEr2psn2p0DmPvdtSpkZkxXJZb { width:11.9375rem;height:3.0625rem;top:70rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDhAki4FnhXtgPXXif2mlL0kTLpTd5ag { width:12.9375rem;height:4.5rem;top:233.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK { display:block; }#PHtWrK5RJW93WJxB58ETmLmDTWD7gSPK > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVabeT8nonsLb2XSqwTALF6SH5n7xgz1 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI5oXs0TE4w3rx6HHkOaNQfJvXu2QDpl { width:19.9375rem;height:10.5rem;top:7.160937309265rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W { display:block; }#Ab2m5iLmMeJQEzexAWHMvm750nTQGK4W > .row .container { width:20rem;height:207.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiwi11lDg9rVstgOthdUcW85oEJVpAOB { width:15.1875rem;height:10.125rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlab4GQDcF3rWTnhIAEXzlcGbZk2cenM { width:15.1875rem;height:10.125rem;top:12.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv2N1XBMfAg1cL7QzSPhmAbmPeDUbsca { width:15.1875rem;height:10.125rem;top:46.499999046326rem;left:2.4062499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHUs8oQh9evcC6ALLVWW5GyMnP0HBhe { width:15.1875rem;height:10.125rem;top:35.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgZwxxr5XqpEd7i478FAoRf14htQThIH { width:15.1875rem;height:10.125rem;top:69.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTBaQIpI6SBcwrX9PUzxNgqryEpdx2N { width:15.1875rem;height:10.125rem;top:80.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZXOdstwLvkkDoCFzqU3fAJcVakBJffy { width:15.1875rem;height:10.125rem;top:57.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJ1O8cXu7ib2h8JZoNt7JS8H38xzwkG { width:15.1875rem;height:10.125rem;top:91.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5AM0lgklfy5BFCtVTw9WTe4Sk5v5BXv { width:15.1875rem;height:10.125rem;top:24rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC7TzU16Qbq8r8FiAgmVs1B1GN4mC13Z { width:15.1875rem;height:10.125rem;top:103.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGssrTxccxgJOiUAIIzgbTcCowyu98pf { width:15.1875rem;height:10.125rem;top:114.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5BlvuhbI6a6iZtwTiEXC9mrayK3eVT { width:15.1875rem;height:10.125rem;top:126.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esN0u6M3eG6PAMeFSBkpy9pm7DOf3hT1 { width:15.1875rem;height:10.125rem;top:137.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO2PwiPB4dxvHUdw1NBqfEEDRQqSeHr { width:15.1875rem;height:10.125rem;top:149rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opk36lFO1lCVXrSSecxW2Nydl52V2MQt { width:15.1875rem;height:10.125rem;top:194.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfoGfhDHIaMJopBkEiBulbVG2FT8FQR { width:15.1875rem;height:10.125rem;top:183.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khuIp0MQK0LNbw5C4J9qnpdF06uO1ERe { width:15.1875rem;height:10.125rem;top:171.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECEooENEWqaZmHSLMn5WwJCLxQDoVWnV { width:15.1875rem;height:10.125rem;top:160.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNgxleeO6ob79n1ptJqoH5hOThfCihr { display:none; }#XNNgxleeO6ob79n1ptJqoH5hOThfCihr > .row .container { width:20rem;height:154.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQAdg2n1dBAAaptRcGiRvG1w12NRkbkp { width:20rem;height:4.8rem;top:60.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwtnpN0MvsPz3tvI1TxnL56hcwo7xcwI { display:flex;width:2.125rem;height:2.125rem;top:80.5rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSBVC0Uqkym4s8m4ALF3FR8Mw4VQihsQ { width:20rem;height:19.375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5Xs4TGH7N0GF3gxGowXWm9cOBtaVxHE { width:20rem;height:2.85rem;top:67rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 { width:14rem;height:3.7234375rem;display:flex;top:31.009375572204rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #HNvCuMOT29qPxH6OVSIXfa3xb3xVcZ8T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #uBmH84Qmy123EIIzXLxTb5TMWDL9ptp8 {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #sNw1pE5H2tsl9r9ZCpMnftUsJELFt0bg {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #KORZo07VCHTxe0ivBZDHVhtDZx5PTE8P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #DFyqOh1pP378rd00KI3u8KVHMap3SXes {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #E1hmBtDt3NwHrx60RtcmPrN45DvfPqIu {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #cE7nKimT2pKuMWRrAHrxDTMZB7TlLEkR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #SRHSFXLdMnco87ihScAA4drqpTVkpHNy {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #GZh0FT8AIwxQNyy9G3EBoslmB1b8eqw6 {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #dgP1khMb9OnKDJg47ZDTAgsTTKQxuDyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #rqCnfIdOLDsMsqT1cvW82dUIvmVsUg9c {  }
 }@media only screen and (max-width: 763px) { #pP5TglxrKgoU8GHxpNeHUERcPwr8NpV7 #C3zTbTFukoTlQ8XfXLW76ZzCJkJG6TpM {  }
 }@media only screen and (max-width: 763px) { #b74qGvVEJtTzgWrtXWxP4XZ4JkTddKB2 { width:20rem;height:0;top:219.0596875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #semEsxnEyTiL6TVCAh5FLW01LfzJiSyT { width:15.625rem;height:0;top:221.9971875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#595b59;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #FhCqP0f5hXTDQq1zgCLzvbXvUB4tmaWq { display:flex;width:1.4375rem;height:1.4375rem;top:222.3096875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iK05p6oyDzlQGNdq3TETSTXl2yReZpMy { display:flex;width:1.4375rem;height:1.4375rem;top:224.3096875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtbQ6n2VwIks5AkgAKiCV47LUN8CeVC8 { display:flex;width:1.4375rem;height:1.4375rem;top:226.2471875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mmirez7twcbzXfVFTO7F4HKWxaFa8DbQ { display:flex;width:1.4375rem;height:1.4375rem;top:222.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcALS3IWTqEw8aKiWvmSRmcdcEsQTkMa { display:flex;width:1.4375rem;height:1.4375rem;top:224.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIzZlntMoMwi93OgGlNhTRICB4mkllvA { display:flex;width:1.4375rem;height:1.4375rem;top:226.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXJgHP9vSpVOE6upPDokeGqMgVHQ8ssv { width:9.6875rem;height:7.15rem;top:86.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKhdsrAmd70yrcPzw6R0ZXidXfCW8B1q { width:13.625rem;height:4.75rem;top:145.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1scA9SB0wuyRRxxvIBLHWARtxAkpfon { width:13.625rem;height:3.0625rem;top:148.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulnrKiT5XJmKILDI3n14h5QssS9h6dC { display:block; }
 }@media only screen and (max-width: 763px) { #DVAQlJkWmKtmP3H3xqo1dEDNXlkxhZWl { width:13.1875rem;height:10.5625rem;top:107.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIK7IleRZvAO2kXf7AIqNowtXE4JArp { width:13.625rem;height:4.75rem;top:122.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTueF1Gw4tK3dM0G7VikCOLMCxTJCX0L { width:13.5rem;height:1.5rem;top:119.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6kqRi0EnBBa68SKDsEeg92ITI3DHXD { width:13.625rem;height:3.0625rem;top:125.43750572204rem;left:3.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy5ZTyhAK3fKvXbfk3pSyT69H09Z1cGh { display:block; }
 }@media only screen and (max-width: 763px) { #VoilBpTlVsdqaTkkMfQNelvxPtVWP1QS { width:6.125rem;height:1.725rem;top:122.9375rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25ri9TKzdzZhINT9kSHnImdCCxKXWId { width:13.1875rem;height:10.5625rem;top:130.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMkKVhh8buO1qKr9c1NCrHkK5UmI7GP8 { width:13.5rem;height:1.5rem;top:142.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7TRI5zWsV8ymsJ6vnXdA3rfInWKRKH { width:6.125rem;height:1.725rem;top:145.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMk9OeoIyT3pqnmShITpeKthZBdXdUe { width:11.8125rem;height:2.85rem;top:115.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXDmFAG2sSkeOE400B7JQlbILrZxAH8 { width:13.1875rem;height:2.85rem;top:137.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqATqULSMnA8rhyN7I0lAu6ne2DB2nT { width:4.8125rem;height:4.8125rem;top:109.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me6JeTX7Eu9tFstSfPbnMSZiJbmzhFEz { width:4.8125rem;height:4.8125rem;top:132.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QouAhXTiWzsCUGbPyffooyPT5TuovsMD { width:16.125rem;height:14rem;top:59.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkZa7CgQuAZQ780ZwtOaUQ5ABu88XNJt { width:13.375rem;height:19.4375rem;top:77.6875rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDFb4g9KdB3oxxLfu8MTrz8k8zUwq2dd { width:10.375rem;height:1.2rem;top:83.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAEiJHxs1UiJW8pn0bxsJFUqbUviaqGT { width:20rem;height:13.25rem;top:216.8721875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbgUHuvDsTS0Gxeuzh69tBqlNpWShv96 { width:20rem;height:0;top:221.9971875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#595b59;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #LtsGPBDtRlA1rbxX9HEbUVweB2bbKs1L { width:12.5625rem;height:11.875rem;top:203.7471875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPFBOrwSbHfntbdPAXqVigINybo8ObmI { width:12.25rem;height:11.6875rem;top:60.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8B7RwwfkqT51bXiQUlzd2g9FTMyIZT9 { width:13.25rem;height:3.0625rem;top:102.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knWSvcdxnqWbTaOJPJltbcbm8QmtUu2K { display:block; }
 }@media only screen and (max-width: 763px) { #zq2OmrHTi9xh2uXFG5bymJz6dF9XMNq4 { width:13.3125rem;height:14.0625rem;top:89.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlvyCmWCyCmc55eg8oScnXsgsAy8ZBkh { width:6.125rem;height:1.725rem;top:100.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwq3XzwUDPrw5kfG6XWqdzqNDWuySlp { width:3.8125rem;height:1.2rem;top:97rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlGHvnPuacyeNwPTELthaTr0lnkeCiEp { width:5.3125rem;height:1.2rem;top:97rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrHMkFacbzeBn5u9NMZZQb2IrEHocHhR { width:13.3125rem;height:14.0625rem;top:60.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEaHsAHfB4iuMIbCqNN3g928nMv6XWf8 { width:13.25rem;height:3.0625rem;top:74rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU24elcitphP2ANrAs9xTvgQM5zgMgTu { display:block; }
 }@media only screen and (max-width: 763px) { #TDe7rqKyiN25Np3yc9Rb6yyGDQwhmwS2 { width:5.3125rem;height:1.2rem;top:69.3125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXn7NS2XwWcbgIzR6shCbSqnwlCUm5iO { width:5.3125rem;height:1.2rem;top:67.8125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXCtEvCOGDViW00tGmghtEvwtiPAEEKl { width:3.8125rem;height:1.2rem;top:95.5rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euyrbHX03D5JFV7I68gImcpftNuwvFkr { width:5.3125rem;height:1.2rem;top:95.5rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3PAQaAoytZIWb6bMuVTiuJNin8qUXqm { width:6.125rem;height:1.725rem;top:71.5625rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2pG8EXScOta2asowPVPMf9m5lrPHexd { width:5.3125rem;height:1.2rem;top:66.3125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCI46OLW2h7ugwiao0F97OT5kVmloXE { width:3.8125rem;height:1.2rem;top:94rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slFayaH0SDKw0XRXDUVTo6304OHvEsCl { width:5.3125rem;height:1.2rem;top:94rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIAoHOr1Cq82WLTuNCknP36MMVwdeGP { width:13.1875rem;height:10.5625rem;top:50.8125rem;left:3.5625rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #MpoRJz2b6MJ4M9RDdWJUNZTSa3LOQi0J { width:13.5rem;height:1.5rem;top:62.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDmRMbON4gA66ED7kxauaoLacuha1WCa { width:13.1875rem;height:10.5625rem;top:73.287504196169rem;left:3.2562500834465rem;z-index:15145;display:none; }
 }@media only screen and (max-width: 763px) { #soyquSy9hGe2G37yW5pXi1wWrAN3PmZt { width:5.3125rem;height:1.2rem;top:64.8125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0CBo2zCTZZrv0qUn5TDb50nTUfbVE7 { width:13.1875rem;height:10.5625rem;top:79.125rem;left:3.5rem;border-top:0.1875rem solid #a873f1;border-left:0.1875rem solid #a873f1;border-right:0.1875rem solid #a873f1;border-bottom:0.1875rem solid #a873f1;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #HNDnIsBXikc3qNdOdoI7t16lhbAAMHDg { width:13.5rem;height:1.5rem;top:91.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X30gGXCp1p8oLW2T5MsfzF37JAS5tfnA { width:13.1875rem;height:10.5625rem;top:132.5rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcZOhIoJQZS9TkL5u603uVzt9cv310TA { width:11.8125rem;height:1.425rem;top:58.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #qRVSqVDtCZ7VwwGrWOZlydTp8NOUzDXf { width:3.8125rem;height:1.2rem;top:64.8125rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZ4DLCda1CM21b7VSOyZyLK0J6rvIXi { width:3.8125rem;height:1.2rem;top:66.3125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU84xJJTSK3Wk3oGRvldnh6nhCPx0dEW { width:3.8125rem;height:1.2rem;top:67.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUbDQWEguZMZhM63IyLSJnTSOretMJBJ { width:3.8125rem;height:1.2rem;top:69.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn5DFyJGebaSx5nlvrPRhDqPKlqZoCZ5 { width:11.8125rem;height:2.85rem;top:86.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #vpEUhM9MxsntiNFFVnurqCQZGVCI5wFi { width:4.8125rem;height:4.8125rem;top:53rem;left:8rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #KWhHVncbPgkgDHCLKW5MB0f3IoXa7k5q { width:4.8125rem;height:4.8125rem;top:80.8125rem;left:7.8125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #NigEvNqXXvFgdK5BeXTIlgxWtg924avf { width:6.625rem;height:6.625rem;top:48.625rem;left:1.1875rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #tWmtroI2kXf8pJxSn2xulCxCpJagPQrt { width:18.8125rem;height:34.6875rem;top:2.1875rem;left:0.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #kZtx3MW37kDeIWgMg7A7JaFCJfpastRT { width:18.0625rem;height:4.2rem;top:4.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #KZ18wCNA7SMN3Xe2alvKRJ5fWpgFLKri { width:16.125rem;height:14rem;top:10.125rem;left:1.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UdDVy06RVovtnCsRNnT3gskcKyIOTJrf { width:12.25rem;height:11.6875rem;top:11.1875rem;left:2.75rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #xltx2Fssyd6zW3oLQMdWTaKkmLfyDxX1 { width:13.25rem;height:2.85rem;top:26.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #h7mkp9hwWuBbLaunhRtDRZW8MoVNyG4H { width:15.0625rem;height:3.25rem;top:41.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #xKxsQlHnrG6os7Dy4rrR2996dvaIh6GW { width:18.8125rem;height:10.625rem;top:36.3125rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #SmLEH52FfwrmuahC3tG9e07IaBsWT5oW { width:10.375rem;height:1.35rem;top:38.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #UIxSKUrFdd0S2hDVJmQrBedsIvOC74MJ { display:flex;width:1.6875rem;height:1.6875rem;top:37.8125rem;left:4rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #RiDEXytGXXRURcOErn2xf5Lhgsbf8bus { display:none; }#RiDEXytGXXRURcOErn2xf5Lhgsbf8bus > .row .container { width:20rem;height:108.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xKZNWztasWXuckpF46wWnuJqSFZkLs2U { width:20rem;height:4.8rem;top:60.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5vgCR8BqExezQWfuLs3KhDJtkvLu6Bn { display:flex;width:2.125rem;height:2.125rem;top:80.5rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylsLNZPrgJ4It1SxJDKBmIuunvxnPB25 { width:20rem;height:19.375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEUthRamZ7QCF6kTGykddAyh9LFyQeoB { width:20rem;height:2.85rem;top:67rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-number { padding-top:0.368125rem;padding-right:0.313125rem;padding-bottom:0.368125rem;padding-left:0.313125rem;width:1.88rem;min-width:1.88rem;height:1.976875rem;font-size:1.471875rem;line-height:31.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.50625rem;height:0.780625rem;font-size:0.551875rem;line-height:12.49px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP { width:14rem;height:3.72375rem;display:flex;top:31.009375572204rem;left:2.9515625834465rem;z-index:15076;padding-top:0.049375rem;padding-right:0.0475rem;padding-bottom:0.049375rem;padding-left:0.0475rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #UqOUdcpeMHUcGpytQzSFitKmt6LBWvPl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #hRpoxRmsxiH1DxarQwhRtunmA8TBCfrr {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HJQQtk9fJXVyzp0OzOvpsyyqOwJSJTyh {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #eGST7dWCL2rwTDJhtwrqRiMDVOvlAQvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #HAxDgTOZftUSsCOcn1ihtbaTzhsLdD7B {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #VnXmkp5cd3DRN5LmzCqu4bmySyKIOCua {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #JoHTJ5vyKPIIaDAdRfrsuIE6G3bwe88f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LCRBS2LVp4XKy0Qtz0uqldJW01D41x5Q {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #PeumfBDk5cwhTelMwqCGh5nuXTVG9BTw {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #aQ7BdvVNTVQUPa0nVPoHTWh8r8zI7tw1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #LRvmke0xhlwoe29G4h2zSXNvctcBCPtd {  }
 }@media only screen and (max-width: 763px) { #TKdbbGxHz5TyfmgpmK1vkTTmp9pdTAbP #sGv2WufaNHAebV8yz1ZfgatOatdXZr3Z {  }
 }@media only screen and (max-width: 763px) { #T75xootT1OXGhFV4AE90o6fq7zuHK0yO { width:20rem;height:0;top:219.0596875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeiB5Ff1wi26BEVVztQtR4qp9GnZrGha { width:15.625rem;height:0;top:221.9971875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#595b59;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #ia0cmiqd8Wbl7t384hVzMmGseRPK0PcT { display:flex;width:1.4375rem;height:1.4375rem;top:222.3096875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCVvkwBOQg4V9RZT1cOOu1vpcGbzflUd { display:flex;width:1.4375rem;height:1.4375rem;top:224.3096875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRyz5Ur6P9QwgT9OWlapLILmfas2rOKg { display:flex;width:1.4375rem;height:1.4375rem;top:226.2471875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmfxLqHJ9aUMbVVv1q0OJ2JUWM2LGE3F { display:flex;width:1.4375rem;height:1.4375rem;top:222.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQnkbuniPHTv5pI7cgF9xZuwvFFpb3bs { display:flex;width:1.4375rem;height:1.4375rem;top:224.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWe2TTamzDCRfsrGB1QdkkNlr2tKaQNd { display:flex;width:1.4375rem;height:1.4375rem;top:226.2471875rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdU359p79CHL6ltRh64uOOSWNCTmrEfG { width:9.6875rem;height:7.15rem;top:86.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9fke9twibSQMEJd5JRRuDqGyXSiqtZX { width:13.625rem;height:4.75rem;top:145.0625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaNGK5egd94IP47BNexLJs81zKTi3SVz { width:13.625rem;height:3.0625rem;top:148.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQPW1fzdP6SO4LnHsDgTKXmWJodLzd33 { display:block; }
 }@media only screen and (max-width: 763px) { #lTGAviXtDoB7mN3kdm3QtlMKxDMoALc1 { width:13.1875rem;height:10.5625rem;top:107.9375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEVIy97QU8meKtO1I0pEOkZ019MAaN6S { width:13.625rem;height:4.75rem;top:122.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2G5i7x8rxuBihKK8JJutkqnmVJWd3dg { width:13.5rem;height:1.5rem;top:119.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5s3rCCZT5LN7WBFkNR0MhgGVxoc45J9 { width:13.625rem;height:3.0625rem;top:125.43750572204rem;left:3.1874999403954rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoaKl0mRCE0xn5F82mnrTwAyopxEe2q3 { display:block; }
 }@media only screen and (max-width: 763px) { #NFNtv5V2uCEygZTWodKdRubXdTThD1bl { width:6.125rem;height:1.725rem;top:122.9375rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpeyXCTiZCeRqboH4DKsuQwsyMwRbwQ2 { width:13.1875rem;height:10.5625rem;top:130.5625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwRQCmPOiOgZ3KG2sfS3rzPJv5pxuV3W { width:13.5rem;height:1.5rem;top:142.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sg0rmTPwdA4u6NG0NGu1l8S0oKL4GayJ { width:6.125rem;height:1.725rem;top:145.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dl4NVTUkcIK6cTTIlSXQtlsAMOo7TZTf { width:11.8125rem;height:2.85rem;top:115.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyeJXfyvfSE2TeOTdDgCAQnBf1egSbFR { width:13.1875rem;height:2.85rem;top:137.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDarMsHLBVJRFvNlR5CuUaS12HeBmEwx { width:4.8125rem;height:4.8125rem;top:109.6875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yATMxD2GAF7T28QvFRZnUwTxAQGy3h5H { width:4.8125rem;height:4.8125rem;top:132.3125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHp0nn0xSVezf0EUUccQJvuFPgJTu99U { width:16.125rem;height:14rem;top:59.875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyRTPlgXiafAfTivsRMruA0ctXSs6Q4g { width:13.375rem;height:19.4375rem;top:77.6875rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRl82Dz2EUPqyPvxrJzFcooEM1x87T7V { width:10.375rem;height:1.2rem;top:83.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ak1JDBwmCUfdn7mNGTEaFNtDpF2sgI05 { width:20rem;height:13.25rem;top:216.8721875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2z3Ec0R3EbCqUmENIOssy9RndH71Kme { width:20rem;height:0;top:221.9971875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#595b59;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #QheuHoIXy5KikXGd3ZeELto4VWlMEtcC { width:12.5625rem;height:11.875rem;top:203.7471875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZRNGpetsTgU1z1V1AVy01c9Zq3I6dNE { width:12.25rem;height:11.6875rem;top:60.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFIk4krFfkfNFAhQ6PB8KhlD74Ntppp6 { width:13.25rem;height:3.0625rem;top:102.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMRZKWbeSiE5uPU5x9FbLoClcxV7BfP { display:block; }
 }@media only screen and (max-width: 763px) { #kNpJpI5Zrqx00S8si5NRWTZzG9fednpw { width:13.3125rem;height:14.0625rem;top:89.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPOsvpELpffGFnzpulFUazNixogaMcgk { width:6.125rem;height:1.725rem;top:100.125rem;left:7rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBQEiUPpy05teH8X9DOfP3LJ6ehnhvV { width:3.8125rem;height:1.2rem;top:97rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fco9efMF6Hs5ubNKMSpHH08pshHTHiEk { width:5.3125rem;height:1.2rem;top:97rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdxInrIUhFJfMI5yFHZh7TeJiGcKPwE7 { width:13.3125rem;height:14.0625rem;top:60.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOnZrPogk0XRwEmiylavbnSlOe4vloc { width:13.25rem;height:3.0625rem;top:74rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBePHvedq2nT8wc2CDEfXtzE6UTvCbaA { display:block; }
 }@media only screen and (max-width: 763px) { #lE2y9x4FiP6bSuFEiwT5m88aropcwwl4 { width:5.3125rem;height:1.2rem;top:69.3125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuVcpO72CtnOZExkDSoBbqN40BRcE7D { width:5.3125rem;height:1.2rem;top:67.8125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC73ZSaUJzgXb4Ee8naOMAGCbPzQWnKk { width:3.8125rem;height:1.2rem;top:95.5rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDcdTl89uMCOsOpuExMMrrDFC3f2sDG { width:5.3125rem;height:1.2rem;top:95.5rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7EGZvBtuHVTtgiWnFlhfqtv29VFSeLt { width:6.125rem;height:1.725rem;top:71.5625rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy4pO9Ci8VplPTFtkfNtLzXeyS8clDyz { width:5.3125rem;height:1.2rem;top:66.3125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvNrqvQ4OAExfXcdo9vDs0hRleWCOoxq { width:3.8125rem;height:1.2rem;top:94rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRkAiIvVIXN3BweNXHcivhJ7WiFLNXq { width:5.3125rem;height:1.2rem;top:94rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTqZEcI93g4A2UM3fzbDTLfvggUo7K0T { width:13.1875rem;height:10.5625rem;top:50.8125rem;left:3.5625rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #JTCUgsUI4TtpOROnuTS1l1lSkcAiuD0k { width:13.5rem;height:1.5rem;top:62.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFqiJU84BpzLT5unUUiCgqVf980qnSl { width:13.1875rem;height:10.5625rem;top:73.287504196169rem;left:3.2562500834465rem;z-index:15145;display:none; }
 }@media only screen and (max-width: 763px) { #GiLOXCG4ZM46gifaJ8cCfoTVAUuypQFu { width:5.3125rem;height:1.2rem;top:64.8125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8CdFx8BvuJMvCPeOgFSuX4esFfVfNg { width:13.1875rem;height:10.5625rem;top:79.125rem;left:3.5rem;border-top:0.1875rem solid #a873f1;border-left:0.1875rem solid #a873f1;border-right:0.1875rem solid #a873f1;border-bottom:0.1875rem solid #a873f1;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #RVxtF4QwI3bZFUUcthQTydSxqfycfcOx { width:13.5rem;height:1.5rem;top:91.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCmtqzyc8dT9Jtctgo698VqTa5UPbHJ { width:13.1875rem;height:10.5625rem;top:132.5rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #seV5Bkh6rult6P7bmTl7zqf6XCdgXKdA { width:11.8125rem;height:1.425rem;top:58.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #schQUgGzLUHvxfmHbU8FImsvISdhl6D7 { width:3.8125rem;height:1.2rem;top:64.8125rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InF4F8Rik73xBiBI5IxiskTHn4JPNNXs { width:3.8125rem;height:1.2rem;top:66.3125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dfgERZXFMiv3bSrC3zwXbmlJ7x93Uv { width:3.8125rem;height:1.2rem;top:67.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UA43Z1vy3tZzDiQiNAT8gm1AOhtcGe { width:3.8125rem;height:1.2rem;top:69.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gNyGWBmnI6x4RlaL0aSt94tL4swqcD { width:11.8125rem;height:2.85rem;top:86.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #g19TTnvmIpqoxQ6KTXtBd1wWmenvAvFC { width:4.8125rem;height:4.8125rem;top:53rem;left:8rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #F5D3iTtQbT95pNuTGMyIfZ3yig5gPJaQ { width:4.8125rem;height:4.8125rem;top:80.8125rem;left:7.8125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #rJJZZrKVQoTVMFQfJ3EWrETDdT0KLvQg { width:18.8125rem;height:34.6875rem;top:2.1875rem;left:0.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nxNadtvFi0g7SHoddu18f6y5egnkV6qp { width:18.0625rem;height:3.75rem;top:4.3750004768372rem;left:0.96875005960463rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #JNtWErh5yE0reTlxwIWmxd4VIgzVtQgm { width:16.125rem;height:14rem;top:10.125rem;left:1.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZkzTfd3ocqFcatVHJ7U5lcAFzkMVLFJg { width:12.25rem;height:11.6875rem;top:11.25rem;left:2.7499999403954rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #boU4hOdUh2wXqO81wPTHGxIRlU2iUDNq { width:13.25rem;height:2.85rem;top:26.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #nBTD8p64rGFoaw8Ju78HKuove5FKnDBL { width:15.0625rem;height:3.25rem;top:41.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #a3Kk0s4gr4JWEAr8AzgXtxvhqIPqv2VO { width:18.8125rem;height:10.625rem;top:36.3125rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #cGWzMU45Vmt3mcMNbQOnkmii2taNCTVp { width:10.375rem;height:1.35rem;top:38.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #R1kHh4F4cnxRn3NuRRykZbM2EMDaZp5A { display:flex;width:1.6875rem;height:1.6875rem;top:37.8125rem;left:4rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #eiDTBsloJpio45c5fk2iENPdrywoyUKf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a0542d2-bd4a-4e01-99f0-c6db65948a0b/CBO_Capa_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf.adaptive-delivery-prevent-bg, #eiDTBsloJpio45c5fk2iENPdrywoyUKf.lazyload, #eiDTBsloJpio45c5fk2iENPdrywoyUKf.lazyloading { background-image: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { background-color: transparent; background-image: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,117,144,0.79); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container > .video-iframe-container { display: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,117,144,0.79); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row > .video-iframe-container { display: none; }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .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); }#eiDTBsloJpio45c5fk2iENPdrywoyUKf > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M38vLoafTMohB3VvsIkLmrbDZQAo23dt { width:19.4375rem;height:3.1875rem;top:9rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5xMDkcM1CrGWiDIr4hTMTfNXvDeLIk { display:block; }
 }@media only screen and (max-width: 763px) { #w9xGs7G3V6E0vbv0nemTbTk66zgMmLA3 { width:12.0625rem;height:1.333333375rem;top:14rem;left:3.9375001788139rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E82TXnTO1JJrn1WPUvkKfH3pNiqH32x1 { width:20rem;height:4.1666665rem;top:3.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQ15TISGBiKX9MQ7GwK0SNNMWlNCXG3l { width:13.75rem;height:1.416666625rem;top:15.75rem;left:3.9375001788139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVw2gZBqfQU5aTSJirP0TLiVT36ekrpu { display:flex;width:1.75rem;height:1.75rem;top:15.5625rem;left:2.6249999403954rem; }
 }@media only screen and (max-width: 763px) { #cSsSeOIw8UKecc7HyWh8G5TpLOr11d0U { width:5.5rem;height:5.875rem;top:18.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbxdekneWPEAhzQy3FBDMD97XQMLtNHF { width:6.3125rem;height:6rem;top:18.75rem;left:9.6875001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM { display:block; }#UZoPGbtTaDVMHzzuf9aauH0Kio5IQrbM > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5CQw2xyZPM8wC3nbo1gVPbypS5Ip0Q2 { width:16.0625rem;height:0.9166666875rem;top:9.25rem;left:1.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McvAKJOvRhfzdRCwg31CA6KJS7gzetp4 { width:16.625rem;height:0.8333333125rem;top:5.0625rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3CHTP33V1BOfrwSDwHTi3GP1F9RqNua { width:3.25rem;height:1.1875rem;top:6.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsopXeyMXNwJhtA3tfHq7gsXVDEWkmEN { width:9.1875rem;height:1rem;top:2.25rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haqeKUnsvw2RqheTB3aRyhVMUGFBmVKd { width:8.6875rem;height:1.5rem;top:2.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3oEN91Cpmkm8TrRIkfoUNapm5qLuVWf { display:block; }
 }