.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(74deg, #000000, #072960);background-image: -moz-linear-gradient(74deg, #000000, #072960);background-image: -ms-linear-gradient(74deg, #000000, #072960);background-image: -o-linear-gradient(74deg, #000000, #072960);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#072960' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#072960' );";background-image: linear-gradient(74deg, #000000, #072960);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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:92.375rem;width:75rem;overflow:visible;position:relative;display:block; }#pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8125rem;left:29.75rem;height:3.6875rem;text-align:left;text-align-last:left;display:block; }
#ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { z-index:15003;top:1.8125rem;left:25.75rem;background-color:#6b6b6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:27.875rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpmgBt0dOONNo3LS390M9um3QzizONVC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4365234375rem;width:1.4365234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.25rem;left:27.4375rem; }
#PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9775390625rem;left:6.2177734375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#Z6imS60aX9VJpWoTHc1FCRanrz7g6Fur { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.2900390625rem;left:13.1552734375rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#Ho6MJrbyOIrWRIvWN0ORidoXIcd0if6o { box-sizing:content-box;height:26.5625rem;width:28.6875rem;position:absolute;display:block;z-index:14999;background-color:#232323;background-image:none;top:30.9375rem;left:43.6875rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
#WyltJxxX3l6H7uG2VdAkTaQeEEJcI8TL { color:#ffffff;display:block;width:17.06175rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.358642578125rem;left:12.73193359375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#pIrWVqAThEo7yw1GJylNsgTNzNI82IlL { 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:26.6235625rem;width:38.2483125rem;top:61.68701171875rem;left:2.138671875rem;overflow:hidden;display:block; }
#X7UNKgzQvkzC6Gv2eXopKrJ3MweCyoML { 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:14.812rem;width:10.3125rem;top:59.2431640625rem;left:1.263427734375rem;overflow:hidden;display:block; }
#ggXPgHa6qkFWLMydS82JrWD2bMCfJe1n { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:59.2431640625rem;left:0rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#C7uNdVsJTyTCNap6mZ43uyddbHMQ3BJc { 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:5.7495125rem;width:8.18725rem;top:59.2431640625rem;left:28.214111328125rem;overflow:hidden;display:block; }
#Xx4ZD8JehTs0hGJOBAypkxvXTUxipaGC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.2431640625rem;left:31.21826171875rem;height:3.625rem;text-align:right;text-align-last:right;display:block; }
#vVeZbTHWrUM3AKN6o4sAB5k3DzcrPk36 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:6.625rem;top:80.732421875rem;left:36.400146484375rem;overflow:hidden;display:block; }
#PHKPpV5EoKDfbyuPAnuLk5GPeCBF3Rdr { color:#ffffff;display:block;width:12.0615234375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:77.765625rem;left:40.38671875rem;height:5.4375rem;text-align:right;text-align-last:right;display:block; }
#QZtKJr5MX1FZa58Fa6oJeRdV1FSXsBuq { color:#c8fc7f;display:block;width:26.498046875rem;position:absolute;font-family:oswald;font-size:5.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.9375rem;left:45.5rem;height:7.6875rem;text-align:center;text-align-last:center;display:block; }
#SzZqDS0wFTfkK1CgNzd30TZElQLguHJt { 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:22.9375rem;width:41.1875rem;top:29.2900390625rem;left:2.138671875rem;overflow:hidden;display:block; }
#EGmqxfr9SSz686aQ008FDKM1TGLIGtlm { color:#ffffff;display:block;width:26.4970703125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.625rem;left:45.5rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#TFVtVT6CTCAE77rEMB9yUPzokbcLdfec { z-index:15003;top:40.8125rem;left:47.25rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.99925rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TZfkH5dm6G1iLXf6dO9rcZNlnnd5GUD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4et52su3RG0W9LhmMMdXApp9n2NJrTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:45.625rem;left:54.75rem; }
#R2LkxOVF31B5h3k60VQXsZqFRGTIzz1p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:45.625rem;left:56.3125rem; }
#wXVCP8HTgHcm0drxveoSrXkEBemglZi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:45.625rem;left:57.875rem; }
#R5Hvycss6tPVy1qI5vSBTnmlJeaw7ko1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45.625rem;left:59.5rem; }
#unBJBl9zxcJQyC5u3WeBGua4TWOQvTnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45.625rem;left:61.0625rem; }
#RhEH2kWWxXE2A1XE8MNr5wGWr0cPnD1F { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:47.5rem;left:51rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#TvQQehoNofThedvu9Ro19Ad8HuO7ciU4 { 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:15017;opacity:1;top:54.0625rem;left:50.625rem; }
#G67CVMXQJiVctvGcPiJuITglzd6bshIb { 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:15018;opacity:1;top:54.0625rem;left:54.75rem; }
#xCL4uXIrXf2e0mLthdhNfnszh1ychxN8 { 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:2.436525rem;width:4.6875rem;top:54.4375rem;left:58.375rem;overflow:hidden;display:block; }
#JTPbV58TLTLTry96ys9heipWWchV1GhB { 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:2.375rem;width:3.125rem;top:54.4375rem;left:63.6875rem;overflow:hidden;display:block; }
#G3iF0PdbpW4trDL3H9MTKd4Wspt7PAcE { box-sizing:content-box;height:0.3125rem;width:20.3125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:53.1875rem;left:48.6875rem;display:block; }
#GiOQDgKSKVmgE5B7xaUfEscqIDSqz94P { 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:15022;opacity:1;top:50.25rem;left:48.5625rem; }
#m1vV7SRKTi7GtfTZC61DfITroRzuqRpR { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:50.875rem;left:51rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#FZHUxKza5v80MrUsiTzQU8DU5wn7zsEb { 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:18.4375rem;width:32.875rem;top:43.3115234375rem;left:6.294921875rem;overflow:hidden;display:block; }
#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe { position:relative;display:block; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe { background-color: transparent; background-image: none; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row .container > .video-iframe-container { display: none; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row > .video-iframe-container { display: none; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .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); }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe { border-width: 0; border-radius: 0; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .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; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .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:215.375rem;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; }#DWLE1WOStDcI8H36bqnXce4wOJq5twZe { 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:22.3108125rem;width:31.6858125rem;top:30.12451171875rem;left:39.124755859375rem;overflow:hidden;display:block; }
#KnMeS9q0QwBVvKwiIhip7wFC4XBLbaQX { color:#000000;display:block;width:64.249375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.24853515625rem;left:5.374755859375rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#IrmOcRdlb6STBr4dH4NRuZMacDmMg4m7 { 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:9.9353125rem;width:14.2480625rem;top:24.390869140625rem;left:46.390380859375rem;overflow:hidden;display:block; }
#CMfQ02OEK0BJHPJdxESHZ2HEbUngh7Ri { color:#000000;display:block;width:15.875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.9365234375rem;left:58.560791015625rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#xVftsNU0wM7agmvc6o3dTlGDZWT1GU57 { 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:28.6853125rem;width:30.4980625rem;top:55.687255859375rem;left:39.124755859375rem;overflow:hidden;display:block; }
#o8oa3sA1wnkpXv6KzfD940Wndz6AMvLN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9353125rem;width:14.2480625rem;top:51.375rem;left:48.75rem;overflow:hidden;display:block; }
#d96AilAqLAfth6wTE3BBtzdPTPquhBgd { color:#000000;display:block;width:14.4995rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.875rem;left:60.5625rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#fLZvFJ2Dxzx9mhei2eMWp8aENaTBO9z5 { 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:25.99975rem;width:30.5615rem;top:89.42138671875rem;left:39.68505859375rem;overflow:hidden;display:block; }
#sXohHleEP4ok91xENy5IgKwNTTcxsFLQ { 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:8.1875rem;width:5.75rem;top:86.0595703125rem;left:38.265380859375rem;overflow:hidden;display:block; }
#Ds82TQtI6TuHco7p8us6g3dm8e4hp1U6 { color:#000000;display:block;width:25.875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:86.0595703125rem;left:39.68505859375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#McCFBPrXL1EwnyxkziJ0hFsPk7RfoAOD { color:#000000;display:block;width:25.874rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:116.85913085938rem;left:42.451171875rem;height:7.625rem;text-align:center;text-align-last:center;display:block; }
#U2cuVaoX6v0HPvNz0J4v8PwpAvu8BDDx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.81225rem;width:24.12475rem;top:126.62353515625rem;left:44.200439453125rem;overflow:hidden;display:block; }
#Kw52olB40JX8lc0D3J3tQpDpTBXcfEmE { color:#000000;display:block;width:32.937rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.3125rem;height:12.5rem;text-align:center;text-align-last:center;display:block; }
#sfgBL2XWHIOsFZbe8BRJ15bl31t5k9BE { 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:1.25rem;width:21.9360625rem;top:29.21142578125rem;left:2.31201171875rem;overflow:hidden;display:block; }
#AZ7psvwyTUkhFP6DW7d9F6BznqvMlHtl { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.530029296875rem;left:1.904296875rem;height:92.625rem;text-align:left;text-align-last:left;display:block; }
#pW5E88RsAlTRsULcfd9cwqQyTfiZflRG { box-sizing:content-box;height:192.5625rem;width:36.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:19.949951171875rem;left:37.7490234375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#PdAF9s87PudHGEWbk2ERlCnamvSdaBA4 { box-sizing:content-box;height:4.125rem;width:36.75rem;position:absolute;display:block;z-index:15023;background-color:#36ca37;background-image:none;top:20.150146484375rem;left:37.998779296875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GyCEplJ2eP0NhaJmMH1Abh6eIqMtJbDl { color:#000000;display:block;width:25.437rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.41015625rem;left:43.155517578125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#TVKTvAru5DPfTF5UVpQlQqq0eRlPmiNs { 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:0.9375rem;width:18.4375rem;top:120.20629882812rem;left:45.748291015625rem;overflow:hidden;display:block; }
#bIioiXbCVQ26SaoGk0rkms4szOekMkvA { color:#000000;display:block;width:25.8728125rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:172.49877929688rem;left:42.93701171875rem;height:3.8125rem;text-align:center;text-align-last:center;display:block; }
#I1C8QOQoJ6tunbitWtMSbrBWQGyUKCU1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.18725rem;width:20.37475rem;top:178.07861328125rem;left:45.684814453125rem;overflow:hidden;display:block; }
#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK { position:relative;display:block; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK { background-color: transparent; background-image: none; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row .container > .video-iframe-container { display: none; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row > .video-iframe-container { display: none; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .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); }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK { border-width: 0; border-radius: 0; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .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; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .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:27.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:block; }#kma54UJMGaExIsG8X1a4LXZH5LPazuix { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:12.9375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i10iokSZBfuTAMdX8SZ1FFICEOI2VDGQ { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gsd724JU7cKiwETPzoET7XJpP83VEKeZ { position:absolute;display:block;z-index:15010;border-top:0.25rem solid #cc0302;border-left:0.25rem solid #cc0302;border-right:0.25rem solid #cc0302;border-bottom:0.25rem solid #cc0302;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:15.1875rem;width:15.1875rem;top:6.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container { background-color: transparent; background-image: none; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container > .video-iframe-container { display: none; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row > .video-iframe-container { display: none; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .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); }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container { border-width: 0; border-radius: 0; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container { font-size:0.875rem;font-family:arial;height:250.6875rem;width:75rem;position:relative;display:block; }#S6TkPZCbUSh8MCzRDgOtQyfyAC4cTI6i { position:absolute;display:block;z-index:15028;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9375rem;width:23.6875rem;top:33.75rem;left:0.9375rem;display:block; }
#fsADDrD8TKOfBcw8QVtJ2TydwJzRGNNa { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:38.875rem;left:4.03125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#vmo2sbq8Tg8ic9XX0HEVoEPX3ZPffLR1 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:41.46875rem;left:1.65625rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#PbC7otzpJB70UgBH2e1aLhOwtJwvhT9G { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:29.875rem;left:5.4375rem;overflow:hidden;display:block; }
#DA27OoPrtBevTdRIQJUxCZ9dSJzUUwR4 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:39.625rem;left:28.8125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#Evk1qWaENlHKrt3OvRdbLyN3ig2Kg4b9 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:29.875rem;left:30.25rem;overflow:hidden;display:block; }
#PoAe6iP37yIybIX8MQFV9V6V54EF6vio { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:39.625rem;left:53.5rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#oKzOcACHRT5W5CF7URwlU5Ua7RkvZInx { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:29.875rem;left:54.875rem;overflow:hidden;display:block; }
#yAgkKny0gI40uL4LHo27pTm4Tsak80Od { color:#ffffff;display:block;width:75rem;position:absolute;font-family:oswald;font-size:5.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.73681640625rem;left:0rem;height:13.625rem;text-align:center;text-align-last:center;display:block; }
#O58Tmf4trLxPdu3IgELlu2zcOA8Mwvcr { color:#ffffff;display:block;width:42.6245rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.423095703125rem;left:16.1865234375rem;height:7.25rem;text-align:center;text-align-last:center;display:block; }
#RvUggpyJGRaTkHmG4GOCPxIJEmDIoHuT { position:absolute;display:block;z-index:15029;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:33.75rem;left:25.65673828125rem;display:block; }
#aH9GRveCmMJqFMw7NI42Mx0mkPIJmH3z { position:absolute;display:block;z-index:15030;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:33.748779296875rem;left:50.372314453125rem;display:block; }
#DJAWXOzJG0QeCZ2dKBh4OH3aMwMkyMei { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:51.29150390625rem;left:28.75rem; }
#a4A1vITpMLG7uRB7ozyHC52d91vaCTNQ { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:51.22802734375rem;left:31.15478515625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#stidKJoqIFblQ4ZSSbeUkhkb9lTVJBsE { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:51.25rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AqJ5royfOvTT1DT5pByHa2erg6Ei5wkR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:51.3125rem;left:5.25rem; }
#HuC8UKoP7hodchrBMU5Kb3XcTzDDtRhU { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:51.25rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#g1A3fOB3MeoLG9T6osK5OFkAINRf998k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:51.3125rem;left:54.6875rem; }
#FqORmyKddkx9idUyzMOLUHUeb9CloeCs { position:absolute;display:block;z-index:15066;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:61.125rem;left:50.375rem;display:block; }
#uzeuTRCuqskAuEz5TO2aVTIthEFgEmJS { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:78.625rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WNPqdzT5yzE6zbaaM0hOzimLNRHB2CUy { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:67rem;left:53.5rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#KPV7BVetx0eVuuvUyPO3gxL61duWy3LE { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:57.5625rem;left:54.875rem;overflow:hidden;display:block; }
#b7DOzZXIMSxuuqNqCsQO3h6E7kE1CftG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:78.6875rem;left:54.6875rem; }
#nWR35BCsP4t6htBPHzkw4LVw5koA8FzT { position:absolute;display:block;z-index:15065;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:61.125rem;left:25.6875rem;display:block; }
#wQAUHexlJiz1aHmFnSf6NM66qDuCv4ND { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:67rem;left:28.8125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#quqM4KJ0uSJl0dr9bMpOmCvo5ayWI0lE { 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:8.25rem;width:14.6875rem;top:57.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#LNTsh1hV4qgsoKsTef7DKVFQAT7arSDX { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:78.625rem;left:31.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AAGQICPcwfCAhwkU0FbnS6TTCJFWv0r0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:78.6875rem;left:28.75rem; }
#ehROP2KMDBNy1Jd9xFO96hFBHvzEcVaD { position:absolute;display:block;z-index:15064;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9375rem;width:23.6875rem;top:61.125rem;left:1rem;display:block; }
#Jig4ubTTWeE13FgMUeEr2eDC86IK0I99 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:67rem;left:4.125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#hmU06lEdoWzaTDyDMLO3hsFTWCpT2IeE { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:57.5625rem;left:5.5rem;overflow:hidden;display:block; }
#lBO7HPeP6ir8i5bBu4G8T6EZyeqvOTFp { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:78.625rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X59otBGT6Jh4S44s8H0y47TMgkwVn4DL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:78.6875rem;left:5.3125rem; }
#z8FGWx6B6D8wPk7fGORqMbiifnQcBqck { position:absolute;display:block;z-index:15102;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:89.5625rem;left:50.375rem;display:block; }
#CQ6kKKmUqKuuOFZQVLJE88NT9fFhH9pO { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:107.0625rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NWS6k0V47W7mKPQzyAWnHdftbzx1xJm0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:95.4375rem;left:53.5rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#IqUBUUMxFcknrDPqBF5g2QP6Puzx2l1W { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:86rem;left:54.875rem;overflow:hidden;display:block; }
#HsIK6B3BTrqb2BPKWB2sT8zgzh1DtwfE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:107.125rem;left:54.6875rem; }
#pPCEHW1HpPr470yCbpqIJ6NtIi1uTL40 { position:absolute;display:block;z-index:15101;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:89.5625rem;left:25.625rem;display:block; }
#iKlwuIgxfhQVgBO2FnfgVXCnpAIgfMFC { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:95.4375rem;left:28.8125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#D1sPWHfZ6sVfVSKgAI1F19CGTsSJcEb1 { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:86rem;left:30.25rem;overflow:hidden;display:block; }
#pNwQoycb5yZPGZ5IfEv4uLCGLKRW16XL { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:107.0625rem;left:31.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#k9gFak08ygsQ82PCQs6TFsS1DJheGkvk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:107.125rem;left:28.75rem; }
#kQ5lWvEPDXRdZFmGsV2auhrKvKOSzWpN { position:absolute;display:block;z-index:15100;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9375rem;width:23.6875rem;top:89.5625rem;left:0.9375rem;display:block; }
#Gb1WWSskea3JZnuA5B9vF4AFyCBoOxhf { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:95.4375rem;left:4.0625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#rwO8pay8QrGHUb45XxIkN1TrzzsEv7lD { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:86rem;left:5.4375rem;overflow:hidden;display:block; }
#HrKQomTi1dOENp9IwpEq31PGTkUADhTd { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:107.0625rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#q3dyvLdoRPhkqS6dhwD0owwolzCrn6h1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:107.125rem;left:5.25rem; }
#lbfRTGt6kvZ6ZOn4EBky4RhdP5xaTf8F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.3125rem;width:11.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:139.375rem;left:6.8125rem; }
#Fo30TrT6DkONhz7qqxDkCzr8l1laPPDB { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:oswald;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:138rem;left:26.875rem;height:10.375rem;text-align:center;text-align-last:center;display:block; }
#McU6TRKqULzd5J3926RlAIqixraBq6St { color:#ffffff;display:block;width:42.623046875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:148.375rem;left:15.8125rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#KLV7EOuXeeiUNOHQTneNTgHDGZr2twII { position:absolute;display:block;z-index:15101;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:152.0625rem;left:0rem;display:block; }
#xPDOS854oxF7gQvGen7crqxuZPdexXE0 { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15172;background-color:#96d934;background-image:none;top:152.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mWPpKKcTUgVfUiiWVoIfanCzuugxOTob { position:absolute;display:block;z-index:15147;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.437rem;width:18.687125rem;top:155.40405273438rem;left:2.498779296875rem;overflow:hidden;display:block; }
#h9nICAbvSqHruhfJfm82E0frBvqqhMKm { color:#000000;display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:166.4990234375rem;left:1.96875rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#AowGZiQGtplOQC9yiFORluFsR5xJxJIS { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:176.375rem;left:5.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hvp5AP5VrDpCOpUQwhbvS5Hl6ZkcU061 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:176.4375rem;left:4.625rem; }
#dzRuZA6hSfLZHb2gqlyxxKocfDorNomh { color:#000000;display:block;width:17.6865234375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:171.0615234375rem;left:2.6875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#Kquxe6qOP5UM8tJqTT6wlFOBkaQSmeQI { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:152.25rem;left:5.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zPee1yV8I5DFX8rTqumWUlTtgg2TpPWL { position:absolute;display:block;z-index:15109;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:152.0625rem;left:25.625rem;display:block; }
#Ic5vhlE41P5ymgKxVRHJ8vXk8QSpcyJg { color:#000000;display:block;width:17.685546875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:171.0615234375rem;left:28.6572265625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#CukWFiPyOBw5KbZ7pNIknzPIPwEuFeSn { color:#000000;display:block;width:22.749625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:166.49963378906rem;left:26.123657226562rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#DvIy4oUVBywhXIFgtpvpzNREyUstKua6 { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:176.375rem;left:31.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zpert5JmOLRdQItBpOva7anHpNt41pPZ { position:absolute;display:block;z-index:15155;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.499875rem;width:18.75rem;top:155.37048339844rem;left:28.125rem;overflow:hidden;display:block; }
#uTpML5ESStvCz1y8Bivz5JtRFGgA8CI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:176.4375rem;left:31.3125rem; }
#TMEbkNbUoGUteVm6Te1be7rV6yL7ipeX { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15180;background-color:#96d934;background-image:none;top:152.0625rem;left:25.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#K7FW0bsut8rfuEgJaEG1wZ9QHbsxlwDS { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:152.25rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SDLQzBgMzEBzvK8tTHTlTbL5y7TfxqEJ { position:absolute;display:block;z-index:15117;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:152.0625rem;left:51.25rem;display:block; }
#RK1fDFhu1zfsBnMedEt9GtOb6irehbOD { color:#000000;display:block;width:17.6865234375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:171.0615234375rem;left:54.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#T1a7U4FGbxVyuiXWQebGJHTVyaa4H6wE { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:166.5rem;left:54.375rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#kJHp0Mobhe4LmUdIQcwppz8SVMuvDsFV { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:176.375rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Fkkheq1hqaTJ6oHDOXdObMN6ea7KmMZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:176.4375rem;left:55.875rem; }
#Kti8HR2orOxzF4L8nquyDMBKrc1xgKf9 { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15188;background-color:#96d934;background-image:none;top:152.0625rem;left:51.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gq1LtFqgl5sM9EBoVi8oxQL4RFsZ4pJL { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:152.25rem;left:56.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pbbF4QuotLPwIImwCmTcJwFqUhVTNnAk { position:absolute;display:block;z-index:15133;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:182.6875rem;left:25.625rem;display:block; }
#FTab5BFIJIohUcIM7s4SZ4PbQTfQrLtV { color:#000000;display:block;width:17.68675rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:202.25rem;left:28.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#nsLzZTacdnX5vzU95JZHDkSmtKTmWrz6 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:197.125rem;left:28.75rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#EDlPRPWxirIaPD8nNkiVP6XWBI5GGfoK { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:207rem;left:31.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BoSWIG90SnD7QoXglNpLggydMWZRNT3N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:207.0625rem;left:31.3125rem; }
#kuMD3eGrkLmvwSeTALUrP3W3voswLpZD { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15204;background-color:#96d934;background-image:none;top:182.6875rem;left:25.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uzaTgu68l3TDIg796RppCTy7oLS5pz6s { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:182.875rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TFTHAOpSfZcr7eZf6G8QeKGowOxtOE5O { position:absolute;display:block;z-index:15125;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:182.6875rem;left:0rem;display:block; }
#xu28aTxNtTXNGnsoke03MWn3ZwzRWuh5 { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15196;background-color:#96d934;background-image:none;top:182.6875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RWVPs8k5imEpv4w2t9hdXLhmJbhltyvP { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:197.125rem;left:3.125rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#I6lp2gkEDqTrVoBIMRQdGovBRDkequWt { color:#000000;display:block;width:17.6865234375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:201.6875rem;left:3.9375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#xWvCGivp7tgT74eE5hutOvMDPLz6c5gU { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:207rem;left:5.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MgqSHdGRZ5I5QFwhQLx8nyauvqvLSasV { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:182.875rem;left:5.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TS4AaR7bQ0GyiP5Ric2Wscsa9fD6zJri { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:207.0625rem;left:4.625rem; }
#uw4TICTXBptfH6aMNtdTSxpusENDDRNO { position:absolute;display:block;z-index:15165;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:23.6875rem;top:182.6875rem;left:51.25rem;display:block; }
#um5QFF5GWivDHNF4wLIOMr9MLrNMolfm { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:207rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CmmXFc54qgrdDsAAQOatlcXEaDn5dgu0 { color:#000000;display:block;width:17.68675rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:202.25rem;left:54.25rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#Nhh5ETT8L2CM5QrJWvMGLgH1FCchU3gI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:197.125rem;left:54.375rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#ayBnpHpKiyCDl28wvbvWiXT8OuN5xxyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15231;opacity:1;top:207.0625rem;left:55.875rem; }
#FlbmyvoIvuHHsxyRA7ifhXuP88Vl426A { position:absolute;display:block;z-index:15157;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:26.75rem;width:46.0625rem;top:213.5rem;left:14.4375rem;display:block; }
#hBeZ8cVylvIzaKNMwUgsCQIumFqTsCXP { color:#000000;display:block;width:17.6865234375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:224.4375rem;left:38.2509765625rem;height:12.375rem;text-align:left;text-align-last:left;display:block; }
#iomgdnvniN3Dqz3zl3zMVNm0n5lciTq0 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:217.625rem;left:37.4375rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#supSSROGT5oBpx2EbTwQM1k8kt3zQgyt { color:#000000;display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:237.8125rem;left:35.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lAmgvor51gKt62T7QTGAikpu276aSbeX { box-sizing:content-box;height:2.0625rem;width:46.125rem;position:absolute;display:block;z-index:15228;background-color:#96d934;background-image:none;top:213.5rem;left:14.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vai9Pc7DNm7bsbrr6RcNBd1TimP0iLvu { color:#000000;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:213.75rem;left:25.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TDbrcOXwfqUcZL4OnMHICKTE3iGuEM2W { box-sizing:content-box;height:2.0625rem;width:23.75rem;position:absolute;display:block;z-index:15236;background-color:#96d934;background-image:none;top:182.6875rem;left:51.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Kzu4Ru0rflL9dT0d0B6uxxNq9leSgdet { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15237;line-height:1.3;letter-spacing:0;top:182.875rem;left:56.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kuxv56LWklTWCybaOZoKlXeeeexfg1Ih { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4990234375rem;width:1.4990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:237.875rem;left:33.6875rem; }
#xEPRaudRVqX0anA9t95Frp0wfdHLEvbN { z-index:15006;top:243.80615234375rem;left:26.000366210938rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRBhTp5kAaov9yEQmnVdx2Sn8HXuvxU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrNg8Ins8DAfkGHQsKsNeUMZUtxG9WcN { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.625rem;top:155.37170410156rem;left:53.466796875rem;overflow:hidden;display:block; }
#LiP2mkfbnWkl0oCaLRTwiG7AyPPoMNyp { position:absolute;display:block;z-index:15150;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.375rem;width:18.5rem;top:186.75rem;left:2.75rem;overflow:hidden;display:block; }
#cuZpwAHotxTSfc54g4aaqAf5IISES3Te { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.625rem;top:186.6875rem;left:28.375rem;overflow:hidden;display:block; }
#wgrIUwEVkltIPTLUSOOmFbg4xTWODGhm { position:absolute;display:block;z-index:15170;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:24.125rem;width:13.375rem;top:215.375rem;left:18.4375rem;overflow:hidden;display:block; }
#V3gzpEE5gUQJfSTNZAUl3C3he42oSWxg { position:absolute;display:block;z-index:15171;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.375rem;width:18.4375rem;top:186.6875rem;left:53.6875rem;overflow:hidden;display:block; }
#EWGZFzbBp8uxDycdli9z97G3OnLV8XqH { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:41.46875rem;left:26.375rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#ZbAcoZ1TXmMBu5OsUDzoMgJwKpSFsata { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:41.46875rem;left:51.125rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#snVfopBN5ccDWLRIDQ5vgr0FeZC6qidp { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:68.8125rem;left:1.65625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#nO6KLi4eKhTgE2nfxk9ZSJgSTV4VDape { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:68.8125rem;left:26.375rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#oV6GBD3wUtG4VQAypox5EwILOKVKFzkf { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:68.9375rem;left:51.125rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#IbNpMC5IyOSCRu0cbT7SkAvmGgd71hqv { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15238;line-height:1.3;letter-spacing:0;top:97.375rem;left:1.65625rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#TWqs5JF8r3oR6gdUSKtRJchmHWXxQfmQ { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15239;line-height:1.3;letter-spacing:0;top:97.375rem;left:26.375rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#mmQcDZbRBltetVldmxXFRNb8Rbk4rCxi { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15240;line-height:1.3;letter-spacing:0;top:97.375rem;left:51.125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#X5sUZU7OvInHC8o0aR0cNonhg2JzpcTg { position:absolute;display:block;z-index:15120;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:116.375rem;left:50.4375rem;display:block; }
#DxO7U9KMM4vzvukx6eOexM8Op04DCNkR { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:133.875rem;left:57.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TfsKvoKqAyAvi7tE0mFDKzyuibPC8VBV { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15258;line-height:1.3;letter-spacing:0;top:124.1875rem;left:51.1875rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#mrACr8MDEP3NCECXw6p8VRZECTF4TaFU { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:122.25rem;left:53.5625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#OibA7E4K1qVqMKnsMzhJWP0sVETQkuGy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15187;opacity:1;top:133.9375rem;left:54.75rem; }
#akJMBNtiuRTJbOEtCHOzqGBUebwZAd75 { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:112.8125rem;left:54.9375rem;overflow:hidden;display:block; }
#XzmEeP4PtzlBDhOSligaH4wcTq3aMM1r { position:absolute;display:block;z-index:15119;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9365rem;width:23.6865rem;top:116.375rem;left:25.6875rem;display:block; }
#K0M6KKvuInwcFAEO6w253pUGf6vqvd61 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:122.25rem;left:28.875rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#ZkTCUenu80QuMZAVuoEe2kMNP5zW16gB { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:112.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#Kq6Hyyb5icDsEiu60krdmtggQytAkvDb { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15257;line-height:1.3;letter-spacing:0;top:124.1875rem;left:26.4375rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#r90LveLgVBNWHxc4LqVgdtP9PsKcVkwn { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:133.875rem;left:31.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tWm1GCz9m66kTsoMOvETsp2Z6W5qn41X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:133.9375rem;left:28.8125rem; }
#l8HtKoxG5ZFJBB2VZb3bPhIPDpCovT1h { position:absolute;display:block;z-index:15118;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat: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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:19.9375rem;width:23.6875rem;top:116.375rem;left:1rem;display:block; }
#WNBspUneEz6hQinRkeE9tvvG8WhBHD6y { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15256;line-height:1.3;letter-spacing:0;top:124.1875rem;left:1.75rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#IoHZpwqEhcvuzCSWBwl7BOLVt8k7rK6M { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:122.25rem;left:4.125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#KS2xoX13zTnLP94Oa4XRmiySWRr6T5ty { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:112.8125rem;left:5.5rem;overflow:hidden;display:block; }
#DBAW1qaGoFxiBTbw14BxC8pbsoQxRKO3 { color:#ffffff;display:block;width:12.68675rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:133.875rem;left:7.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rlGvOC7EEXMe6esyZ0RzzQ5hFMED5f5X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15185;opacity:1;top:133.9375rem;left:5.3125rem; }
#KNP0BM6bZ8prSgc6US22VyAZRDHmpbo3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.3125rem;width:11.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:139.375rem;left:58.3125rem; }
#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { position:relative;display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { background-color: transparent; background-image: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container > .video-iframe-container { display: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row > .video-iframe-container { display: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .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); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { border-width: 0; border-radius: 0; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .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; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .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:68.625rem;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; }#QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { color:#000000;display:block;width:64.249375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.374755859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.87475rem;width:31.9995rem;top:13.46923828125rem;left:2.030029296875rem;display:block; }
#c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9983125rem;top:13.46923828125rem;left:40.21728515625rem;display:block; }
#T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9983125rem;top:36.12548828125rem;left:40.21728515625rem;display:block; }
#rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.24925rem;width:19.87425rem;top:36.12548828125rem;left:8.092041015625rem;overflow:hidden;display:block; }
#U3R5v4WMKH9C2p7CXwufGA5pHtFEHGme { z-index:15005;top:62.593994140625rem;left:6.529541015625rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hcyo4RnNtTv5dhpEmJgvoUsCC0f9lIaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU { position:relative;display:block; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU { background-color: transparent; background-image: none; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row .container > .video-iframe-container { display: none; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row > .video-iframe-container { display: none; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .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); }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU { border-width: 0; border-radius: 0; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .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; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .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:194.625rem;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; }#i0D9HcD4rD3TJvGywtqVnN6mKt98JT4z { color:#000000;display:block;width:64.249375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.735595703125rem;left:5.374755859375rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#zSnL7BgNbmQ35V2h9sHRTPIcF2ixsTNi { 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:24.875rem;width:44.25rem;top:17.3603515625rem;left:0rem;overflow:hidden;display:block; }
#MUE7A6aVPgA2zSZbyInStNNvCfrQWRX0 { box-sizing:content-box;height:28.125rem;width:28.6875rem;position:absolute;display:block;z-index:15019;background-color:#232323;background-image:none;top:20.1875rem;left:45.25rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
#HXyofKI8eXNuI1sfGvouc7zbCfDnaTOO { z-index:15023;top:30.1875rem;left:48.4375rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.99925rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aDilzPH9sNHAt1bskwnyr0hQlQICDh6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZpBLPmVT6ROSIzQnyyWd7myfJSsftkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35rem;left:56rem; }
#QkMTJWQQC4kgaThuP5Vai27EIcwZQpAp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35rem;left:57.5625rem; }
#W5dlFq9u6Uci6mhh2w0k0gBgMXN8wZ56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:35rem;left:59.125rem; }
#X0VKSK1ogLaFiFvNheETr6fIGQVZwvtR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:35rem;left:60.75rem; }
#aDRn3mNUXN8qTmT91VZ4vGzp5AhTTm1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:35rem;left:62.3125rem; }
#wG7bn5aawIMCVWZRv7E75X5eKwSrrTOx { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.875rem;left:52.25rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#diTniMqhSKkMLflsc0Ig3lm44x6AlQ1h { 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:15042;opacity:1;top:39.625rem;left:49.8125rem; }
#XA7OvVa4IsAzOqbalkO4sckyu507p0nN { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.25rem;left:52.25rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#LfoJ1mrI4byOBRWB5hLOdv9buet93rwt { 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:15037;opacity:1;top:43.4375rem;left:51.875rem; }
#REgmpT5X6QwIthpChsauI46zncAtMimp { 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:15038;opacity:1;top:43.4375rem;left:56rem; }
#HZJp8ETagE0zHiKyTDHKQfS84LeT9kh3 { box-sizing:content-box;height:0.3125rem;width:20.3125rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:42.625rem;left:49.9375rem;display:block; }
#S7fCOfI7TlzXfoeGTvVzalDyJHAo1k79 { 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:2.436525rem;width:4.6875rem;top:43.8125rem;left:59.625rem;overflow:hidden;display:block; }
#xGFAIC0plT5scLNT9mAQ3GEtCMFCpbNh { 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:2.375rem;width:3.125rem;top:43.8125rem;left:64.9375rem;overflow:hidden;display:block; }
#g0GcCTvnLMPQmTCwNMqAK2UhDVkxzuys { color:#000000;display:block;width:42.5rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.226318359375rem;left:0.9375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#GEsoQTz327oguJ1IVTuhUwIJbuDtRJaM { 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:30.874625rem;width:43.687125rem;top:60.18798828125rem;left:0.7275390625rem;overflow:hidden;display:block; }
#BGBUw7Wfltrw5h32qsUXT9h8coZ7dXFp { 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:4rem;width:5.75rem;top:65.594482421875rem;left:39.49951171875rem;overflow:hidden;display:block; }
#bWuBWqbqyzJDlfvEdDXv9InlFv3P7QF4 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:62.734985351562rem;left:48.499755859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#y9tLEWHeARCShqxx6bmMxUzgM9FIMre9 { 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:44.625rem;width:19.6875rem;top:83.939819335938rem;left:48.499755859375rem;overflow:hidden;display:block; }
#pKGhlWUTIQ21Mu1P0LbPL6zF5KVCkMZR { 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:20.37475rem;width:14.249875rem;top:98.368530273438rem;left:38.038940429688rem;overflow:hidden;display:block; }
#g5HSCAhSSWbbVN970TrupQTE9QbgTN3y { color:#000000;display:block;width:16.749875rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:96.618041992188rem;left:30.3515625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#G2KfnglO7f8pPpLVS9NXlfntz3zoUfDu { position:absolute;display:block;z-index:15046;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;height:38.49975rem;width:30.812375rem;top:93.186645507812rem;left:0.9375rem;overflow:hidden;display:block; }
#ZMck0Xo0qw4nGZptsGU33RqLE09BUUvl { color:#000000;display:block;width:67.375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:180.9775390625rem;left:3.8125rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#iw6kJOqAEThUGLvivxDTR9vDuE9Nh3gS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:44.25rem;top:31.75rem;left:0rem;overflow:hidden;display:block; }
#rtSCgkvNs8TCnIMA1r5srahHPPXRkoea { color:#000000;display:block;width:16.7490234375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:140.25rem;left:24.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#XW6C8TBuXTEDWSvy50kPovc6M8Pqgb9f { 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:8.1875rem;width:5.75rem;top:142.0625rem;left:16.875rem;overflow:hidden;display:block; }
#M0Bb1Bv1JTAwmXkCpAmJHyKvEOS8k5xk { position:absolute;display:block;z-index:15047;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;height:38.4375rem;width:28.8125rem;top:139.625rem;left:41.78125rem;overflow:hidden;display:block; }
#WiQx3GGBoEVv8cVZIzOKGVEx5ZA3RRa3 { 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:35rem;width:19.6875rem;top:142.9375rem;left:3.8125rem;overflow:hidden;display:block; }
#lPfxLtTHCLw73VAmgm68srFbkG4k2yPQ { color:#c8fc7f;display:block;width:26.498046875rem;position:absolute;font-family:oswald;font-size:5.9375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:21.875rem;left:46.6875rem;height:7.6875rem;text-align:center;text-align-last:center;display:block; }
#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 { 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; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container { background-color: transparent; background-image: none; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container > .video-iframe-container { display: none; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row > .video-iframe-container { display: none; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .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); }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container { border-width: 0; border-radius: 0; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#sMeJmTcTrnL9liNqaA9guh3n3Er5TIJq { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.249267578125rem;left:13.75rem;height:3.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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#veJdcrioSIsXORUQoy76CqIwi6x4J0Xr { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:4.25rem;left:10.6875rem;display:block; }
#fBAzMKGyucLiaWmylRZ4FkrT7oZIk07T { color:#000000;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:8.2497825622556rem;left:10.8125rem;height:14.4375rem;text-align:left;text-align-last:left;display:block; }
#wqidVsQ9xAMZLUROdaTqfQrHKZTLSVyW { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:21.75rem;width:55.1875rem;top:2.9375rem;left:9.9375rem;display:block; }
#VF7iSmrTZeUsltpOfiP5XzGnbukELJIe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:16.25rem;top:8.2490234375rem;left:47.8125rem;overflow:hidden;display:block; }
#qSCcIIgmuvt8TWammoUDO9r6c67NiFNg { color:#000000;display:block;width:67.375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.188842773438rem;left:3.812255859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe { position:relative;display:block; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe { background-color: transparent; background-image: none; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row .container > .video-iframe-container { display: none; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row > .video-iframe-container { display: none; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .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); }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe { border-width: 0; border-radius: 0; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .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; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .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:42.625rem;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; }#sBTQxJfGbTXDruNDlIuHpl89dvdMtZQy { color:#cc0302;display:block;width:55.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:9.6875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCSK2xZhgHJbc19Hb00wC5gO5yCCMCuD { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKvrqt16xluITMdaz3ZUkxl9SOiVBusH { position:absolute;display:block;z-index:15005;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.25rem;width:52.625rem;top:14.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT { position:relative;display:block; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT { background-color: transparent; background-image: none; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row .container > .video-iframe-container { display: none; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row > .video-iframe-container { display: none; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .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); }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT { border-width: 0; border-radius: 0; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .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; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.25rem;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; }#wMqB1kEh1px6kvTwL3dlwBVHT9M66nKV { color:#000000;display:block;width:50.812375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3739013671875rem;left:12.093505859375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJ4FuVL8au1Q191K99i5rq6FnurPqEpd { color:#000000;display:block;width:56.31225rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3431396484375rem;left:9.3426513671875rem;height:39rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo { position:relative;display:block; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo { background-color: transparent; background-image: none; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row .container > .video-iframe-container { display: none; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row > .video-iframe-container { display: none; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .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); }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo { border-width: 0; border-radius: 0; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .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; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;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; }#M4MWfVWWBMeBPinhtA8cwv3tAXscNqoW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:55.8125rem;top:0.625rem;left:9.5625rem;overflow:hidden;display:block; }
#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 { position:relative;display:block; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 { background-color: transparent; background-image: none; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row .container > .video-iframe-container { display: none; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row > .video-iframe-container { display: none; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .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); }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 { border-width: 0; border-radius: 0; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .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; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .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:43.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#teQhSTKtt6Zxs3Dhk7VkXENWWIrhP5iG { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.53125rem;left:9.3125rem;height:40.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh { position:relative;display:block; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh { background-color: transparent; background-image: none; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row .container > .video-iframe-container { display: none; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row > .video-iframe-container { display: none; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .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); }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh { border-width: 0; border-radius: 0; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .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; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OfLTVVnm02uL2g9gyrMgUeNvDhVDmD2P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:44.125rem;top:0.84375rem;left:15.4375rem;overflow:hidden;display:block; }
#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM { position:relative;display:block; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM { background-color: transparent; background-image: none; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row .container > .video-iframe-container { display: none; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row > .video-iframe-container { display: none; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .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); }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM { border-width: 0; border-radius: 0; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .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; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .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:17.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nr0wNt3JEJtVab24PTIwp3XCvR7kFyVS { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.53125rem;left:9.3125rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 { position:relative;display:block; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 { background-color: transparent; background-image: none; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row .container > .video-iframe-container { display: none; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row > .video-iframe-container { display: none; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .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); }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 { border-width: 0; border-radius: 0; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .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; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;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; }#CLsJNOPfV6LWV0Obuvu6kBtwvVGC3Wz5 { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:5.4375rem;height:29.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gi8w3wNseEGC1NEXR6Llkx4MFPq3gxVf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.25rem;width:18.25rem;top:0.875rem;left:47.125rem;overflow:hidden;display:block; }
#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee { position:relative;display:block; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee { background-color: transparent; background-image: none; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row .container > .video-iframe-container { display: none; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row > .video-iframe-container { display: none; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .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); }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee { border-width: 0; border-radius: 0; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .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; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .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:16.4375rem;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; }#e6EXVKsdaMW3lKm16FV8fESecnce6sJ3 { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.53125rem;left:9.3125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ { position:relative;display:block; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ { background-color: transparent; background-image: none; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row .container > .video-iframe-container { display: none; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row > .video-iframe-container { display: none; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .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); }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ { border-width: 0; border-radius: 0; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .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; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .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:56.125rem;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; }#vtqUkHiyidB4ZkqVm6J3ySAc9xDU64fe { color:#cc0302;display:block;width:55.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:9.6875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkteZwCOQvMRnWuTcCq12zv83pgFEfXw { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:9.3125rem;height:34.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRGvINtBAd2dJGNngrf4aySsAt7mohGv { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:43.8125rem;left:9.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI { position:relative;display:block; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI { background-color: transparent; background-image: none; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row .container > .video-iframe-container { display: none; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row > .video-iframe-container { display: none; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .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); }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI { border-width: 0; border-radius: 0; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .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; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .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:51.25rem;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; }#vvvJUJAXVrX4qguraoEvlovst96RAvhW { position:absolute;display:block;z-index:15000;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:17.1875rem;width:34.6875rem;top:29.75rem;left:31.6875rem;overflow:hidden;display:block; }
#rKrDUAgFHN7oJbvhRHVnxVyVC9C7alum { position:absolute;display:block;z-index:15001;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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:17.1875rem;width:34.375rem;top:4.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#twLZ6JCDgPZnBUDXRnsV772dA4IeTe3m { color:#ff0000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);top:1.125rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXdaFSzeheFtiv3wHbfomhWOZXkHQAaC { color:#0bd000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);top:26.5625rem;left:32.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuTJLFIXpVfQRTR0S2ZqiUKOTdlTObMo { 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:16.375rem;width:16.375rem;top:9.5rem;left:42.8125rem;overflow:hidden;display:block; }
#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz { position:relative;display:block; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz { background-color: transparent; background-image: none; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row .container > .video-iframe-container { display: none; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row > .video-iframe-container { display: none; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .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); }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz { border-width: 0; border-radius: 0; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .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; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .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:25.25rem;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; }#FBhohKzt4V2StNVmkWAaopciVnHztaor { color:#cc0302;display:block;width:52.9365234375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:11.03125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fG5VGJfUJhk0XKrOMTVN2mwBS3zKJLNK { color:#cc0302;display:block;width:52.9365234375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:8.6875rem;left:11.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osfR92JXgRaKcLTrgZXxzzSMibsWKArc { color:#cc0302;display:block;width:52.9365234375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.75rem;left:11.03125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl { position:relative;display:block; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl { background-color: transparent; background-image: none; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row .container > .video-iframe-container { display: none; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row > .video-iframe-container { display: none; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .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); }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl { border-width: 0; border-radius: 0; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .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; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .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:37.1875rem;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; }#pDgroLBmH6H7WEpD7h2CSdCMTh1Vf5nG { color:#000000;display:block;width:56.31225rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3455810546875rem;left:9.3426513671875rem;height:32.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh { position:relative;display:block; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh { background-color: transparent; background-image: none; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row .container > .video-iframe-container { display: none; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row > .video-iframe-container { display: none; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .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); }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh { border-width: 0; border-radius: 0; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .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; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .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:42.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#we8eHO67dhON7l78t7Okqx2aF37Zk20N { box-sizing:content-box;height:28.125rem;width:28.6875rem;position:absolute;display:block;z-index:15037;background-color:#232323;background-image:none;top:4.625rem;left:45.5rem;border-top-right-radius:2.375rem;border-bottom-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-top-left-radius:2.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
#TWm1qwGqKLrBMLKcWTz85L0Rnkd0UyQa { color:#c8fc7f;display:block;width:26.498046875rem;position:absolute;font-family:oswald;font-size:5.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:6.3125rem;left:46.9375rem;height:7.6875rem;text-align:center;text-align-last:center;display:block; }
#G71zQWPq114oaelwuV3O9tmLHlZ8WADL { z-index:15041;top:14.625rem;left:48.6875rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.99925rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UgvRfuzXdM5dhuerrQEZEUr8vWRS96dM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2Gmh9eeDsCeF8MZyRBCc1NsTTOGivBn { 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:24.875rem;width:44.25rem;top:1.8125rem;left:0.25rem;overflow:hidden;display:block; }
#iFbBzkbUnDRTCtOHFzAmdoMiXeaTDel4 { 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:24.875rem;width:44.25rem;top:17rem;left:0rem;overflow:hidden;display:block; }
#iMTxlq5m4TL6Q7dCZU1mG4abRsghFVFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:19.4375rem;left:56.25rem; }
#ITitxdHneMSOri9tpeqcHQbGICHgutAH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.4375rem;left:57.8125rem; }
#sqoGleKyCilFC5uIlmu0HsCQxToxnrcl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:19.4375rem;left:59.375rem; }
#xL5bOZBXy5z9QIeq2ZUePvUFhynmV8ao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:19.4375rem;left:61rem; }
#zTw11iDrwCBskixa5hitxesQghcFPw1P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:19.4375rem;left:62.5625rem; }
#nLSZTrraTswXxtZlEzNXbrqOrAL3oSa5 { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:21.3125rem;left:52.5rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#kbzEwW0l0cCPD4SDycAA0yNk5dwQvXva { 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:15060;opacity:1;top:24.0625rem;left:50.0625rem; }
#h8SHsa43o0DiCAlGMNAmTWbtKZTb3lTS { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:24.6875rem;left:52.5rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#gnB1GsV9EiUqI5Tz9ydOfP3dQTRsUHHS { box-sizing:content-box;height:0.3125rem;width:20.3125rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;top:27.0625rem;left:50.1875rem;display:block; }
#iMuCJ4DrJh0zz3qIeqxSTWKfq2z87nlI { 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:15055;opacity:1;top:27.875rem;left:52.125rem; }
#RK8107Byrzebc9yMn3rzGBcm7Ussi9gG { 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:15056;opacity:1;top:27.875rem;left:56.25rem; }
#fiT7EeTcmvpoARnKQlA9qdW52PhdLzc0 { position:absolute;display:block;z-index:15057;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.436525rem;width:4.6875rem;top:28.25rem;left:59.875rem;overflow:hidden;display:block; }
#cbfMxBWsKMR06gcUgdKXICzLqH8H8OSd { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.125rem;top:28.25rem;left:65.1875rem;overflow:hidden;display:block; }
#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx { 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; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container { background-color: transparent; background-image: none; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container > .video-iframe-container { display: none; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row > .video-iframe-container { display: none; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .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); }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container { border-width: 0; border-radius: 0; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container { font-size:0.875rem;font-family:arial;height:101.375rem;width:75rem;position:relative;display:block; }#ZoZSwvKhzL4RsTuyyZ93fN0RsBDLg69A { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.249267578125rem;left:13.75rem;height:3.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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIrIDL58EnhtEzRqxgzVp4zrcU1vCX9R { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:4.25rem;left:10.6875rem;display:block; }
#IT2AkH2qUiaXAUEyEK6D8oRMITMZc8PN { color:#000000;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:8.2497825622556rem;left:10.8125rem;height:12.375rem;text-align:left;text-align-last:left;display:block; }
#lKhWOBSlQTQuulqm2rKzelqny2aTUVV1 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20rem;width:55.1875rem;top:2.9375rem;left:9.9375rem;display:block; }
#QNpUbSa2IsFuHDrecCbtKXJLaEDuRZ9u { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:16.25rem;top:6.9059257507325rem;left:47.625rem;overflow:hidden;display:block; }
#mslJSLV0nZDwKeJDPqTTk1yElydbxroz { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:87.5625rem;left:39.5625rem;height:1.25rem;display:block; }
#o92PsuqsTUOgqrHgb3v5RrILh0HFWlTl { color:#000000;display:block;width:54.12475rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:90.625rem;left:10.5rem;height:8.4375rem;display:block; }
#d43b0TRINnPZH2eQlV1RNJQfqZKJ6b5D { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:87.5625rem;left:28.875rem;height:1.25rem;display:block; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#019c00;background-image:none;vertical-align:top; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:2.0625rem;color:#ffffff;font-family:oswald;height:auto; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.5rem;color:#ffffff;font-family:oswald;height:auto; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-trigger.adaptive-delivery-prevent-bg, #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-trigger.lazyload, #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-trigger.lazyloading { background-image: none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu { box-sizing:content-box;height:auto;width:52.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15075;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:25.301513671875rem;left:9.84375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Ml7yXW2eMtX1AdBvCQpcx33llElc5cFy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #z8wTZwQsBeDDRqoRGO174ba83wNRd6MR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #CguLamxPpEdhXlGoVth6JwBWSzI84vhE { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #zUaVfxy9s5w9eDnmAznJGThTtgH8OyNU {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Fmv3N4S9RnCW5o23GstWZ0Sm4hIFFxEz {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ELlVHzIzKcMAbZlR5cNQw9wT4Qb1h55V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tbOJ69q7WyKLOt51EXaNWa3lTK74Qn3e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ATRoiWIXSFsvmgm5fd4Tu0V0oGTs8ccy { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uEN6CD4qVtctgqFXxvkyIUskJlxDClKW {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tHwmMs3RdEDFXkrWeZ5Gkdmse2FxLQOF { display:none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LqFRh4rBGqc2imrSeyXOH505lwAEf8Dv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #I711V3G6TRmAFKKuTqJ1xTDTR9cyKfZX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #OUgX2zMX2IqXFlZi9dzDgAyKQLFNTIra { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #x9ASyOFvLzMbxHhbmAbI1Eygwbg8BhFU {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LuweCKBUmMQXMuVGNq1EyPcL5nol4cig { display:none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #gvZ6WsvRTTbCNZhEzH40eKe6hOkqlH5T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #r8giR3nOxhVZU8tNiv1sVWPEVhwkaTI0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #UM3ZRpGp08LgAkX45hv2g9EqV4tZX7nT { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ca7GlFhN9QfKeky2DF8KtVTRb0MbcX98 {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dS8BNtJ8mc6bHBHB4LUHxic0dkvruQk7 { display:none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #b4a2hJCP50busrcbDXeEn065CU6GwCTG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #VwKyMvB7kO8SO9yCuWa1WaX6LWJwAqow { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #TXhClt9xkL1RN1FVydvwF4nFttSyqNKm { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dhOfDRgmUbUBNp0oTuJxuZDQ3vTE19Gn {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #EoQqlhzuNxMU57SyaAdQE7VNC28m1PQ2 { display:none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #huHD8kFdZKVFa8RTKma599EE0T7iZrVd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ZyzmmA8ZBaWtCpJnBNKgEyd2p2ksBTR2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #qowS8seP2RBI3qMAiGS4l3TH7RiPQuVP { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #IAEHNQ1pq4JZTHvHHHxwSXx9xDDmBuNm {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uFfZz89e572U8ZQ2yREvGXcUfvwGO7Qp { display:none; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #BkW28NDs8QnTU8ybM93f48NFCkn8qtgu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hL1NBA5aBiJOP8CvmPMOUMlQeF0TSmJ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ICM7G7DWtFAtGvOINSFJhKMdTRRBpwXr { display:block;position:relative; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hGMIllS5vJL2rZtDzOPlA2azgPD4Ghlq {  }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #MWsclGsBbVBVVZyhT9fLawnvZ0re6p0q { display:none; }
#EEA2wyLQauJMhAMTmZNX3SIKrXd3pyWk { z-index:15025;top:80.2490234375rem;left:25.99853515625rem;background-color:#36ca37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.999875rem;height:6.62475rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UW0IpHsM0WN4ohPrg3K8Ept9EwEEfXBD { 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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { width:23.375rem;height:3.6875rem;top:1.8125rem;left:16.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { top:1.8125rem;left:12.125rem;width:27.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block; }
 }@media only screen and (max-width: 763px) { #WpmgBt0dOONNo3LS390M9um3QzizONVC { width:1.375rem;height:1.375rem;top:3.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { width:47.75rem;height:9.75rem;top:8.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6imS60aX9VJpWoTHc1FCRanrz7g6Fur { width:47.75rem;height:3.625rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6MJrbyOIrWRIvWN0ORidoXIcd0if6o { width:28.6875rem;height:26.5625rem;top:30.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyltJxxX3l6H7uG2VdAkTaQeEEJcI8TL { width:17rem;height:1.8125rem;top:56.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrWVqAThEo7yw1GJylNsgTNzNI82IlL { width:38.1875rem;height:26.581232648336rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7UNKgzQvkzC6Gv2eXopKrJ3MweCyoML { width:10.3125rem;height:14.812rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXPgHa6qkFWLMydS82JrWD2bMCfJe1n { width:17rem;height:1.8125rem;top:59.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7uNdVsJTyTCNap6mZ43uyddbHMQ3BJc { width:8.125rem;height:5.7057973144218rem;top:59.1875rem;left:14.589111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4ZD8JehTs0hGJOBAypkxvXTUxipaGC { width:12.5rem;height:3.75rem;top:59.1875rem;left:17.59326171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVeZbTHWrUM3AKN6o4sAB5k3DzcrPk36 { width:6.625rem;height:4.625rem;top:80.6875rem;left:22.775146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHKPpV5EoKDfbyuPAnuLk5GPeCBF3Rdr { width:12rem;height:5.4375rem;top:77.75rem;left:26.76171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtKJr5MX1FZa58Fa6oJeRdV1FSXsBuq { width:26.4375rem;height:7.6875rem;top:30.9375rem;left:21.3125rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzZqDS0wFTfkK1CgNzd30TZElQLguHJt { width:41.1875rem;height:22.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmqxfr9SSz686aQ008FDKM1TGLIGtlm { width:26.4375rem;height:1.8125rem;top:38.625rem;left:21.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVtVT6CTCAE77rEMB9yUPzokbcLdfec { top:40.8125rem;left:24.8125rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfkH5dm6G1iLXf6dO9rcZNlnnd5GUD8 { display:block; }
 }@media only screen and (max-width: 763px) { #T4et52su3RG0W9LhmMMdXApp9n2NJrTv { width:1.5625rem;height:1.5625rem;top:45.625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LkxOVF31B5h3k60VQXsZqFRGTIzz1p { width:1.5625rem;height:1.5625rem;top:45.625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVCP8HTgHcm0drxveoSrXkEBemglZi1 { width:1.5625rem;height:1.5625rem;top:45.625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Hvycss6tPVy1qI5vSBTnmlJeaw7ko1 { width:1.5625rem;height:1.5625rem;top:45.625rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unBJBl9zxcJQyC5u3WeBGua4TWOQvTnk { width:1.5625rem;height:1.5625rem;top:45.625rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhEH2kWWxXE2A1XE8MNr5wGWr0cPnD1F { width:15.375rem;height:1.375rem;top:47.5rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQQehoNofThedvu9Ro19Ad8HuO7ciU4 { width:3.125rem;height:3.125rem;top:54.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #G67CVMXQJiVctvGcPiJuITglzd6bshIb { width:3.125rem;height:3.125rem;top:54.0625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCL4uXIrXf2e0mLthdhNfnszh1ychxN8 { width:4.6875rem;height:2.4365234375rem;top:54.4375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPbV58TLTLTry96ys9heipWWchV1GhB { width:3.125rem;height:2.375rem;top:54.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3iF0PdbpW4trDL3H9MTKd4Wspt7PAcE { width:20.3125rem;height:0.3125rem;top:53.1875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOQDgKSKVmgE5B7xaUfEscqIDSqz94P { width:2.5rem;height:2.5rem;top:50.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1vV7SRKTi7GtfTZC61DfITroRzuqRpR { width:18.1875rem;height:1.1875rem;top:50.875rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHUxKza5v80MrUsiTzQU8DU5wn7zsEb { width:32.875rem;height:18.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe { display:block; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLE1WOStDcI8H36bqnXce4wOJq5twZe { width:31.625rem;height:22.267992822103rem;top:30.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMeS9q0QwBVvKwiIhip7wFC4XBLbaQX { width:47.75rem;height:14.625rem;top:2.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrmOcRdlb6STBr4dH4NRuZMacDmMg4m7 { width:14.1875rem;height:9.893081679965rem;top:24.375rem;left:32.765380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMfQ02OEK0BJHPJdxESHZ2HEbUngh7Ri { width:15.8125rem;height:3.6875rem;top:24.875rem;left:31.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVftsNU0wM7agmvc6o3dTlGDZWT1GU57 { width:30.4375rem;height:28.628349726109rem;top:55.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8oa3sA1wnkpXv6KzfD940Wndz6AMvLN { width:14.1875rem;height:9.893081679965rem;top:51.375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96AilAqLAfth6wTE3BBtzdPTPquhBgd { width:14.4375rem;height:3.6875rem;top:52.875rem;left:33.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLZvFJ2Dxzx9mhei2eMWp8aENaTBO9z5 { width:30.5rem;height:25.947429772753rem;top:89.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXohHleEP4ok91xENy5IgKwNTTcxsFLQ { width:5.75rem;height:8.1875rem;top:86rem;left:24.640380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds82TQtI6TuHco7p8us6g3dm8e4hp1U6 { width:25.875rem;height:1.875rem;top:86rem;left:21.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCFBPrXL1EwnyxkziJ0hFsPk7RfoAOD { width:25.8125rem;height:7.625rem;top:116.8125rem;left:21.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2cuVaoX6v0HPvNz0J4v8PwpAvu8BDDx { width:24.0625rem;height:43.699199603105rem;top:126.5625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw52olB40JX8lc0D3J3tQpDpTBXcfEmE { width:32.875rem;height:12.625rem;top:23.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfgBL2XWHIOsFZbe8BRJ15bl31t5k9BE { width:21.875rem;height:1.2465204272644rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7psvwyTUkhFP6DW7d9F6BznqvMlHtl { width:33.75rem;height:92.625rem;top:39.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5E88RsAlTRsULcfd9cwqQyTfiZflRG { width:36.75rem;height:192.5625rem;top:19.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdAF9s87PudHGEWbk2ERlCnamvSdaBA4 { width:36.75rem;height:4.125rem;top:20.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCEplJ2eP0NhaJmMH1Abh6eIqMtJbDl { width:25.375rem;height:3.125rem;top:20.375rem;left:22.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKTvAru5DPfTF5UVpQlQqq0eRlPmiNs { width:18.4375rem;height:0.9375rem;top:120.1875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIioiXbCVQ26SaoGk0rkms4szOekMkvA { width:25.8125rem;height:3.8125rem;top:172.4375rem;left:21.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1C8QOQoJ6tunbitWtMSbrBWQGyUKCU1 { width:20.3125rem;height:33.085854581038rem;top:178.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK { display:block; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kma54UJMGaExIsG8X1a4LXZH5LPazuix { top:7.5625rem;left:0rem;width:35.1875rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i10iokSZBfuTAMdX8SZ1FFICEOI2VDGQ { top:18.0625rem;left:0rem;width:32.1875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsd724JU7cKiwETPzoET7XJpP83VEKeZ { top:6.3125rem;left:32.0625rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 { display:block; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6TkPZCbUSh8MCzRDgOtQyfyAC4cTI6i { width:23.6875rem;height:19.9375rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsADDrD8TKOfBcw8QVtJ2TydwJzRGNNa { width:17.5rem;height:1.9375rem;top:38.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmo2sbq8Tg8ic9XX0HEVoEPX3ZPffLR1 { width:22.25rem;height:7.875rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC7otzpJB70UgBH2e1aLhOwtJwvhT9G { width:14.6875rem;height:8.25rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA27OoPrtBevTdRIQJUxCZ9dSJzUUwR4 { width:17.5rem;height:1.9375rem;top:39.625rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evk1qWaENlHKrt3OvRdbLyN3ig2Kg4b9 { width:14.6875rem;height:8.25rem;top:29.875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAe6iP37yIybIX8MQFV9V6V54EF6vio { width:17.5rem;height:1.9375rem;top:39.625rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKzOcACHRT5W5CF7URwlU5Ua7RkvZInx { width:14.6875rem;height:8.25rem;top:29.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgkKny0gI40uL4LHo27pTm4Tsak80Od { width:47.75rem;height:13.625rem;top:2.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O58Tmf4trLxPdu3IgELlu2zcOA8Mwvcr { width:42.5625rem;height:7.25rem;top:17.375rem;left:2.5615234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvUggpyJGRaTkHmG4GOCPxIJEmDIoHuT { width:23.625rem;height:19.875rem;top:33.75rem;left:12.03173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9GRveCmMJqFMw7NI42Mx0mkPIJmH3z { width:23.625rem;height:19.875rem;top:33.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAWXOzJG0QeCZ2dKBh4OH3aMwMkyMei { width:1.4375rem;height:1.4375rem;top:51.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4A1vITpMLG7uRB7ozyHC52d91vaCTNQ { width:12.625rem;height:1.625rem;top:51.1875rem;left:17.529296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stidKJoqIFblQ4ZSSbeUkhkb9lTVJBsE { width:12.625rem;height:1.625rem;top:51.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJ5royfOvTT1DT5pByHa2erg6Ei5wkR { width:1.4375rem;height:1.4375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuC8UKoP7hodchrBMU5Kb3XcTzDDtRhU { width:12.625rem;height:1.625rem;top:51.25rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1A3fOB3MeoLG9T6osK5OFkAINRf998k { width:1.4375rem;height:1.4375rem;top:51.3125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqORmyKddkx9idUyzMOLUHUeb9CloeCs { width:23.625rem;height:19.875rem;top:61.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzeuTRCuqskAuEz5TO2aVTIthEFgEmJS { width:12.625rem;height:1.625rem;top:78.625rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNPqdzT5yzE6zbaaM0hOzimLNRHB2CUy { width:17.5rem;height:1.9375rem;top:67rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV7BVetx0eVuuvUyPO3gxL61duWy3LE { width:14.6875rem;height:8.25rem;top:57.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7DOzZXIMSxuuqNqCsQO3h6E7kE1CftG { width:1.4375rem;height:1.4375rem;top:78.6875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWR35BCsP4t6htBPHzkw4LVw5koA8FzT { width:23.625rem;height:19.875rem;top:61.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQAUHexlJiz1aHmFnSf6NM66qDuCv4ND { width:17.5rem;height:1.9375rem;top:67rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqM4KJ0uSJl0dr9bMpOmCvo5ayWI0lE { width:14.6875rem;height:8.25rem;top:57.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTsh1hV4qgsoKsTef7DKVFQAT7arSDX { width:12.625rem;height:1.625rem;top:78.625rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGQICPcwfCAhwkU0FbnS6TTCJFWv0r0 { width:1.4375rem;height:1.4375rem;top:78.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehROP2KMDBNy1Jd9xFO96hFBHvzEcVaD { width:23.625rem;height:19.875rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jig4ubTTWeE13FgMUeEr2eDC86IK0I99 { width:17.5rem;height:1.9375rem;top:67rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmU06lEdoWzaTDyDMLO3hsFTWCpT2IeE { width:14.6875rem;height:8.25rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBO7HPeP6ir8i5bBu4G8T6EZyeqvOTFp { width:12.625rem;height:1.625rem;top:78.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X59otBGT6Jh4S44s8H0y47TMgkwVn4DL { width:1.4375rem;height:1.4375rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8FGWx6B6D8wPk7fGORqMbiifnQcBqck { width:23.625rem;height:19.875rem;top:89.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ6kKKmUqKuuOFZQVLJE88NT9fFhH9pO { width:12.625rem;height:1.625rem;top:107.0625rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWS6k0V47W7mKPQzyAWnHdftbzx1xJm0 { width:17.5rem;height:1.9375rem;top:95.4375rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqUBUUMxFcknrDPqBF5g2QP6Puzx2l1W { width:14.6875rem;height:8.25rem;top:86rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIK6B3BTrqb2BPKWB2sT8zgzh1DtwfE { width:1.4375rem;height:1.4375rem;top:107.125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPCEHW1HpPr470yCbpqIJ6NtIi1uTL40 { width:23.625rem;height:19.875rem;top:89.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKlwuIgxfhQVgBO2FnfgVXCnpAIgfMFC { width:17.5rem;height:1.9375rem;top:95.4375rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1sPWHfZ6sVfVSKgAI1F19CGTsSJcEb1 { width:14.6875rem;height:8.25rem;top:86rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNwQoycb5yZPGZ5IfEv4uLCGLKRW16XL { width:12.625rem;height:1.625rem;top:107.0625rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gFak08ygsQ82PCQs6TFsS1DJheGkvk { width:1.4375rem;height:1.4375rem;top:107.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ5lWvEPDXRdZFmGsV2auhrKvKOSzWpN { width:23.625rem;height:19.875rem;top:89.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1WWSskea3JZnuA5B9vF4AFyCBoOxhf { width:17.5rem;height:1.9375rem;top:95.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwO8pay8QrGHUb45XxIkN1TrzzsEv7lD { width:14.6875rem;height:8.25rem;top:86rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrKQomTi1dOENp9IwpEq31PGTkUADhTd { width:12.625rem;height:1.625rem;top:107.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3dyvLdoRPhkqS6dhwD0owwolzCrn6h1 { width:1.4375rem;height:1.4375rem;top:107.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbfRTGt6kvZ6ZOn4EBky4RhdP5xaTf8F { width:11.3125rem;height:11.3125rem;top:139.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo30TrT6DkONhz7qqxDkCzr8l1laPPDB { width:22.4375rem;height:10.375rem;top:138rem;left:13.25rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #McU6TRKqULzd5J3926RlAIqixraBq6St { width:42.5625rem;height:1.8125rem;top:148.375rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLV7EOuXeeiUNOHQTneNTgHDGZr2twII { width:23.625rem;height:26.6875rem;top:152.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDOS854oxF7gQvGen7crqxuZPdexXE0 { width:23.75rem;height:2rem;top:152.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPpKKcTUgVfUiiWVoIfanCzuugxOTob { width:18.625rem;height:10.402302387339rem;top:155.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nICAbvSqHruhfJfm82E0frBvqqhMKm { width:19.625rem;height:3.875rem;top:166.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AowGZiQGtplOQC9yiFORluFsR5xJxJIS { width:12.625rem;height:1.5625rem;top:176.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvp5AP5VrDpCOpUQwhbvS5Hl6ZkcU061 { width:1.4375rem;height:1.4375rem;top:176.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzRuZA6hSfLZHb2gqlyxxKocfDorNomh { width:17.625rem;height:3.375rem;top:171rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kquxe6qOP5UM8tJqTT6wlFOBkaQSmeQI { width:13.5625rem;height:1.5625rem;top:152.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPee1yV8I5DFX8rTqumWUlTtgg2TpPWL { width:23.625rem;height:26.6875rem;top:152.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5vhlE41P5ymgKxVRHJ8vXk8QSpcyJg { width:17.625rem;height:4.5rem;top:171rem;left:15.0322265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CukWFiPyOBw5KbZ7pNIknzPIPwEuFeSn { width:22.6875rem;height:3.875rem;top:166.4375rem;left:12.498046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIy4oUVBywhXIFgtpvpzNREyUstKua6 { width:12.625rem;height:1.5625rem;top:176.375rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpert5JmOLRdQItBpOva7anHpNt41pPZ { width:18.75rem;height:10.499875rem;top:155.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpML5ESStvCz1y8Bivz5JtRFGgA8CI7 { width:1.4375rem;height:1.4375rem;top:176.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEbkNbUoGUteVm6Te1be7rV6yL7ipeX { width:23.75rem;height:2rem;top:152.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7FW0bsut8rfuEgJaEG1wZ9QHbsxlwDS { width:13.5625rem;height:1.5625rem;top:152.1875rem;left:17.062255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLQzBgMzEBzvK8tTHTlTbL5y7TfxqEJ { width:23.625rem;height:26.6875rem;top:152.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1fDFhu1zfsBnMedEt9GtOb6irehbOD { width:17.625rem;height:3.375rem;top:171rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1a7U4FGbxVyuiXWQebGJHTVyaa4H6wE { width:17.5rem;height:3.875rem;top:166.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHp0Mobhe4LmUdIQcwppz8SVMuvDsFV { width:12.625rem;height:1.5625rem;top:176.375rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkkheq1hqaTJ6oHDOXdObMN6ea7KmMZL { width:1.4375rem;height:1.4375rem;top:176.4375rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kti8HR2orOxzF4L8nquyDMBKrc1xgKf9 { width:23.75rem;height:2rem;top:152.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq1LtFqgl5sM9EBoVi8oxQL4RFsZ4pJL { width:13.5625rem;height:1.5625rem;top:152.1875rem;left:34.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbF4QuotLPwIImwCmTcJwFqUhVTNnAk { width:23.625rem;height:26.6875rem;top:182.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTab5BFIJIohUcIM7s4SZ4PbQTfQrLtV { width:17.625rem;height:3.375rem;top:202.1875rem;left:14.999877929688rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsLzZTacdnX5vzU95JZHDkSmtKTmWrz6 { width:17.5rem;height:3.875rem;top:197.0625rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDlPRPWxirIaPD8nNkiVP6XWBI5GGfoK { width:12.625rem;height:1.5625rem;top:207rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSWIG90SnD7QoXglNpLggydMWZRNT3N { width:1.4375rem;height:1.4375rem;top:207.0625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMD3eGrkLmvwSeTALUrP3W3voswLpZD { width:23.75rem;height:2rem;top:182.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzaTgu68l3TDIg796RppCTy7oLS5pz6s { width:13.5625rem;height:1.5625rem;top:182.8125rem;left:17.062255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTHAOpSfZcr7eZf6G8QeKGowOxtOE5O { width:23.625rem;height:26.6875rem;top:182.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu28aTxNtTXNGnsoke03MWn3ZwzRWuh5 { width:23.75rem;height:2rem;top:182.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVPs8k5imEpv4w2t9hdXLhmJbhltyvP { width:17.5rem;height:3.875rem;top:197.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6lp2gkEDqTrVoBIMRQdGovBRDkequWt { width:17.625rem;height:4.5rem;top:201.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWvCGivp7tgT74eE5hutOvMDPLz6c5gU { width:12.625rem;height:1.5625rem;top:207rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqSHdGRZ5I5QFwhQLx8nyauvqvLSasV { width:13.5625rem;height:1.5625rem;top:182.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS4AaR7bQ0GyiP5Ric2Wscsa9fD6zJri { width:1.4375rem;height:1.4375rem;top:207.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw4TICTXBptfH6aMNtdTSxpusENDDRNO { width:23.6875rem;height:26.75rem;top:182.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um5QFF5GWivDHNF4wLIOMr9MLrNMolfm { width:12.625rem;height:1.625rem;top:207rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmmXFc54qgrdDsAAQOatlcXEaDn5dgu0 { width:17.625rem;height:3.375rem;top:202.25rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhh5ETT8L2CM5QrJWvMGLgH1FCchU3gI { width:17.5rem;height:3.875rem;top:197.125rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBnpHpKiyCDl28wvbvWiXT8OuN5xxyr { width:1.4375rem;height:1.4375rem;top:207.0625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlbmyvoIvuHHsxyRA7ifhXuP88Vl426A { width:46.0625rem;height:26.75rem;top:213.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeZ8cVylvIzaKNMwUgsCQIumFqTsCXP { width:17.625rem;height:12.375rem;top:224.4375rem;left:24.6259765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomgdnvniN3Dqz3zl3zMVNm0n5lciTq0 { width:17.5rem;height:5.8125rem;top:217.625rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #supSSROGT5oBpx2EbTwQM1k8kt3zQgyt { width:23rem;height:1.625rem;top:237.8125rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmgvor51gKt62T7QTGAikpu276aSbeX { width:46.125rem;height:2.0625rem;top:213.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vai9Pc7DNm7bsbrr6RcNBd1TimP0iLvu { width:23.375rem;height:1.625rem;top:213.75rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbrcOXwfqUcZL4OnMHICKTE3iGuEM2W { width:23.75rem;height:2.0625rem;top:182.6875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzu4Ru0rflL9dT0d0B6uxxNq9leSgdet { width:13.5625rem;height:1.625rem;top:182.875rem;left:34.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuxv56LWklTWCybaOZoKlXeeeexfg1Ih { width:1.4375rem;height:1.4375rem;top:237.875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPRaudRVqX0anA9t95Frp0wfdHLEvbN { top:243.75rem;left:12.375366210938rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBhTp5kAaov9yEQmnVdx2Sn8HXuvxU8 { display:block; }
 }@media only screen and (max-width: 763px) { #hrNg8Ins8DAfkGHQsKsNeUMZUtxG9WcN { width:18.625rem;height:10.4375rem;top:155.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiP2mkfbnWkl0oCaLRTwiG7AyPPoMNyp { width:18.5rem;height:10.375rem;top:186.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuZpwAHotxTSfc54g4aaqAf5IISES3Te { width:18.625rem;height:10.4375rem;top:186.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgrIUwEVkltIPTLUSOOmFbg4xTWODGhm { width:13.375rem;height:24.125rem;top:215.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3gzpEE5gUQJfSTNZAUl3C3he42oSWxg { width:18.4375rem;height:10.375rem;top:186.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGZFzbBp8uxDycdli9z97G3OnLV8XqH { width:22.25rem;height:7.875rem;top:41.4375rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbAcoZ1TXmMBu5OsUDzoMgJwKpSFsata { width:22.25rem;height:7.875rem;top:41.4375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVfopBN5ccDWLRIDQ5vgr0FeZC6qidp { width:22.25rem;height:9rem;top:68.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO6KLi4eKhTgE2nfxk9ZSJgSTV4VDape { width:22.25rem;height:9rem;top:68.8125rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6GBD3wUtG4VQAypox5EwILOKVKFzkf { width:22.25rem;height:7.875rem;top:68.9375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNpMC5IyOSCRu0cbT7SkAvmGgd71hqv { width:22.25rem;height:7.875rem;top:97.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqs5JF8r3oR6gdUSKtRJchmHWXxQfmQ { width:22.25rem;height:9rem;top:97.375rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQcDZbRBltetVldmxXFRNb8Rbk4rCxi { width:22.4375rem;height:10.125rem;top:97.375rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5sUZU7OvInHC8o0aR0cNonhg2JzpcTg { width:23.625rem;height:19.875rem;top:116.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxO7U9KMM4vzvukx6eOexM8Op04DCNkR { width:12.625rem;height:1.625rem;top:133.875rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfsKvoKqAyAvi7tE0mFDKzyuibPC8VBV { width:22.4375rem;height:9rem;top:124.1875rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrACr8MDEP3NCECXw6p8VRZECTF4TaFU { width:17.5rem;height:1.9375rem;top:122.25rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OibA7E4K1qVqMKnsMzhJWP0sVETQkuGy { width:1.4375rem;height:1.4375rem;top:133.9375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akJMBNtiuRTJbOEtCHOzqGBUebwZAd75 { width:14.6875rem;height:8.25rem;top:112.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzmEeP4PtzlBDhOSligaH4wcTq3aMM1r { width:23.625rem;height:19.875rem;top:116.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0M6KKvuInwcFAEO6w253pUGf6vqvd61 { width:17.5rem;height:1.9375rem;top:122.25rem;left:15.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTCUenu80QuMZAVuoEe2kMNP5zW16gB { width:14.6875rem;height:8.25rem;top:112.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq6Hyyb5icDsEiu60krdmtggQytAkvDb { width:22.25rem;height:9rem;top:124.1875rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90LveLgVBNWHxc4LqVgdtP9PsKcVkwn { width:12.625rem;height:1.625rem;top:133.875rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm1GCz9m66kTsoMOvETsp2Z6W5qn41X { width:1.4375rem;height:1.4375rem;top:133.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HtKoxG5ZFJBB2VZb3bPhIPDpCovT1h { width:23.6875rem;height:19.9375rem;top:116.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNBspUneEz6hQinRkeE9tvvG8WhBHD6y { width:22.25rem;height:9rem;top:124.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHZpwqEhcvuzCSWBwl7BOLVt8k7rK6M { width:17.5rem;height:1.9375rem;top:122.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2xoX13zTnLP94Oa4XRmiySWRr6T5ty { width:14.6875rem;height:8.25rem;top:112.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBAW1qaGoFxiBTbw14BxC8pbsoQxRKO3 { width:12.625rem;height:1.625rem;top:133.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGvOC7EEXMe6esyZ0RzzQ5hFMED5f5X { width:1.4375rem;height:1.4375rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNP0BM6bZ8prSgc6US22VyAZRDHmpbo3 { width:11.3125rem;height:11.3125rem;top:139.375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { width:47.75rem;height:4.8125rem;top:4.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { width:31.9375rem;height:17.840117130736rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { width:31.9375rem;height:17.83959395808rem;top:13.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { width:31.9375rem;height:17.83959395808rem;top:36.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { width:19.8125rem;height:24.173906719751rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3R5v4WMKH9C2p7CXwufGA5pHtFEHGme { top:62.5625rem;left:0rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyo4RnNtTv5dhpEmJgvoUsCC0f9lIaB { display:block; }
 }@media only screen and (max-width: 763px) { #NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU { display:block; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0D9HcD4rD3TJvGywtqVnN6mKt98JT4z { width:47.75rem;height:14.625rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSnL7BgNbmQ35V2h9sHRTPIcF2ixsTNi { width:44.25rem;height:24.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUE7A6aVPgA2zSZbyInStNNvCfrQWRX0 { width:28.6875rem;height:28.125rem;top:20.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXyofKI8eXNuI1sfGvouc7zbCfDnaTOO { top:30.1875rem;left:24.8125rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDilzPH9sNHAt1bskwnyr0hQlQICDh6A { display:block; }
 }@media only screen and (max-width: 763px) { #PZpBLPmVT6ROSIzQnyyWd7myfJSsftkg { width:1.5625rem;height:1.5625rem;top:35rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkMTJWQQC4kgaThuP5Vai27EIcwZQpAp { width:1.5625rem;height:1.5625rem;top:35rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5dlFq9u6Uci6mhh2w0k0gBgMXN8wZ56 { width:1.5625rem;height:1.5625rem;top:35rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VKSK1ogLaFiFvNheETr6fIGQVZwvtR { width:1.5625rem;height:1.5625rem;top:35rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRn3mNUXN8qTmT91VZ4vGzp5AhTTm1T { width:1.5625rem;height:1.5625rem;top:35rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7bn5aawIMCVWZRv7E75X5eKwSrrTOx { width:15.375rem;height:1.375rem;top:36.875rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTniMqhSKkMLflsc0Ig3lm44x6AlQ1h { width:2.5rem;height:2.5rem;top:39.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA7OvVa4IsAzOqbalkO4sckyu507p0nN { width:18.1875rem;height:1.1875rem;top:40.25rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfoJ1mrI4byOBRWB5hLOdv9buet93rwt { width:3.125rem;height:3.125rem;top:43.4375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REgmpT5X6QwIthpChsauI46zncAtMimp { width:3.125rem;height:3.125rem;top:43.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJp8ETagE0zHiKyTDHKQfS84LeT9kh3 { width:20.3125rem;height:0.3125rem;top:42.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fCOfI7TlzXfoeGTvVzalDyJHAo1k79 { width:4.6875rem;height:2.4365234375rem;top:43.8125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGFAIC0plT5scLNT9mAQ3GEtCMFCpbNh { width:3.125rem;height:2.375rem;top:43.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GcCTvnLMPQmTCwNMqAK2UhDVkxzuys { width:42.5rem;height:9.6875rem;top:48.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsoQTz327oguJ1IVTuhUwIJbuDtRJaM { width:43.625rem;height:30.830719934649rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGBUw7Wfltrw5h32qsUXT9h8coZ7dXFp { width:5.75rem;height:4rem;top:65.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWuBWqbqyzJDlfvEdDXv9InlFv3P7QF4 { width:21.875rem;height:4.8125rem;top:62.6875rem;left:25.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9tLEWHeARCShqxx6bmMxUzgM9FIMre9 { width:19.6875rem;height:44.625rem;top:83.9375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGhlWUTIQ21Mu1P0LbPL6zF5KVCkMZR { width:14.1875rem;height:20.285565004956rem;top:98.3125rem;left:24.413940429688rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HSCAhSSWbbVN970TrupQTE9QbgTN3y { width:16.6875rem;height:4.8125rem;top:96.5625rem;left:16.7265625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KfnglO7f8pPpLVS9NXlfntz3zoUfDu { width:30.75rem;height:38.421813070236rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMck0Xo0qw4nGZptsGU33RqLE09BUUvl { width:47.75rem;height:9.75rem;top:180.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6kJOqAEThUGLvivxDTR9vDuE9Nh3gS { width:44.25rem;height:24.875rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtSCgkvNs8TCnIMA1r5srahHPPXRkoea { width:16.6875rem;height:4.875rem;top:140.25rem;left:10.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6C8TBuXTEDWSvy50kPovc6M8Pqgb9f { width:5.75rem;height:8.1875rem;top:142.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bb1Bv1JTAwmXkCpAmJHyKvEOS8k5xk { width:28.8125rem;height:38.4375rem;top:139.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiQx3GGBoEVv8cVZIzOKGVEx5ZA3RRa3 { width:19.6875rem;height:35rem;top:142.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfxLtTHCLw73VAmgm68srFbkG4k2yPQ { width:26.4375rem;height:7.6875rem;top:21.875rem;left:21.3125rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 { display:block; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMeJmTcTrnL9liNqaA9guh3n3Er5TIJq { width:34.0625rem;height:3.0625rem;top:4.1875rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veJdcrioSIsXORUQoy76CqIwi6x4J0Xr { width:3.125rem;height:3.125rem;top:4.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAzMKGyucLiaWmylRZ4FkrT7oZIk07T { width:34.5rem;height:14.4375rem;top:8.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqidVsQ9xAMZLUROdaTqfQrHKZTLSVyW { width:47.75rem;height:21.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7iSmrTZeUsltpOfiP5XzGnbukELJIe { width:16.25rem;height:12rem;top:8.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSCcIIgmuvt8TWammoUDO9r6c67NiFNg { width:47.75rem;height:4.8125rem;top:29.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe { display:block; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBTQxJfGbTXDruNDlIuHpl89dvdMtZQy { top:0.9375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSK2xZhgHJbc19Hb00wC5gO5yCCMCuD { top:10.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvrqt16xluITMdaz3ZUkxl9SOiVBusH { top:14.6875rem;left:0rem;width:47.75rem;height:23.818516090414rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT { display:block; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMqB1kEh1px6kvTwL3dlwBVHT9M66nKV { top:1.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4FuVL8au1Q191K99i5rq6FnurPqEpd { top:7.3125rem;left:0rem;width:47.75rem;height:38.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo { display:block; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4MWfVWWBMeBPinhtA8cwv3tAXscNqoW { top:0.625rem;left:0rem;width:47.75rem;height:26.361374269595rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 { display:block; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teQhSTKtt6Zxs3Dhk7VkXENWWIrhP5iG { top:1.5rem;left:0rem;width:47.75rem;height:40.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzIzeEVlfPUkPSLJQcew6hELKFEidLh { display:block; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfLTVVnm02uL2g9gyrMgUeNvDhVDmD2P { top:0.8125rem;left:1.8125rem;width:44.125rem;height:25.687395537652rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM { display:block; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr0wNt3JEJtVab24PTIwp3XCvR7kFyVS { top:1.5rem;left:0rem;width:47.75rem;height:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 { display:block; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLsJNOPfV6LWV0Obuvu6kBtwvVGC3Wz5 { top:0.8125rem;left:0rem;width:26.625rem;height:29.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8w3wNseEGC1NEXR6Llkx4MFPq3gxVf { top:0.8125rem;left:26.6875rem;width:18.25rem;height:28.250273980109rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee { display:block; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6EXVKsdaMW3lKm16FV8fESecnce6sJ3 { top:1.5rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ { display:block; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtqUkHiyidB4ZkqVm6J3ySAc9xDU64fe { top:1rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkteZwCOQvMRnWuTcCq12zv83pgFEfXw { top:6.4375rem;left:0rem;width:47.75rem;height:34.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRGvINtBAd2dJGNngrf4aySsAt7mohGv { top:43.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI { display:block; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvvJUJAXVrX4qguraoEvlovst96RAvhW { top:29.6875rem;left:13.0625rem;width:34.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKrDUAgFHN7oJbvhRHVnxVyVC9C7alum { top:4.25rem;left:0rem;width:34.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twLZ6JCDgPZnBUDXRnsV772dA4IeTe3m { top:1.0625rem;left:0rem;width:33.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdaFSzeheFtiv3wHbfomhWOZXkHQAaC { top:26.5625rem;left:14.125rem;width:33.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuTJLFIXpVfQRTR0S2ZqiUKOTdlTObMo { top:9.4375rem;left:29.1875rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz { display:block; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBhohKzt4V2StNVmkWAaopciVnHztaor { top:0.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5VGJfUJhk0XKrOMTVN2mwBS3zKJLNK { top:8.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfR92JXgRaKcLTrgZXxzzSMibsWKArc { top:14.75rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl { display:block; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDgroLBmH6H7WEpD7h2CSdCMTh1Vf5nG { top:2.3125rem;left:0rem;width:47.75rem;height:32.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh { display:block; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we8eHO67dhON7l78t7Okqx2aF37Zk20N { width:28.6875rem;height:28.125rem;top:4.625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWm1qwGqKLrBMLKcWTz85L0Rnkd0UyQa { width:26.4375rem;height:7.6875rem;top:6.3125rem;left:21.3125rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71zQWPq114oaelwuV3O9tmLHlZ8WADL { top:14.625rem;left:24.8125rem;width:22.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvRfuzXdM5dhuerrQEZEUr8vWRS96dM { display:block; }
 }@media only screen and (max-width: 763px) { #U2Gmh9eeDsCeF8MZyRBCc1NsTTOGivBn { width:44.25rem;height:24.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFbBzkbUnDRTCtOHFzAmdoMiXeaTDel4 { width:44.25rem;height:24.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTxlq5m4TL6Q7dCZU1mG4abRsghFVFX { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITitxdHneMSOri9tpeqcHQbGICHgutAH { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqoGleKyCilFC5uIlmu0HsCQxToxnrcl { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL5bOZBXy5z9QIeq2ZUePvUFhynmV8ao { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTw11iDrwCBskixa5hitxesQghcFPw1P { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLSZTrraTswXxtZlEzNXbrqOrAL3oSa5 { width:15.375rem;height:1.375rem;top:21.3125rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzEwW0l0cCPD4SDycAA0yNk5dwQvXva { width:2.5rem;height:2.5rem;top:24.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8SHsa43o0DiCAlGMNAmTWbtKZTb3lTS { width:18.1875rem;height:1.1875rem;top:24.6875rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnB1GsV9EiUqI5Tz9ydOfP3dQTRsUHHS { width:20.3125rem;height:0.3125rem;top:27.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMuCJ4DrJh0zz3qIeqxSTWKfq2z87nlI { width:3.125rem;height:3.125rem;top:27.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK8107Byrzebc9yMn3rzGBcm7Ussi9gG { width:3.125rem;height:3.125rem;top:27.875rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiT7EeTcmvpoARnKQlA9qdW52PhdLzc0 { width:4.6875rem;height:2.4365234375rem;top:28.25rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfMxBWsKMR06gcUgdKXICzLqH8H8OSd { width:3.125rem;height:2.375rem;top:28.25rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx { display:block; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoZSwvKhzL4RsTuyyZ93fN0RsBDLg69A { width:34.0625rem;height:3.0625rem;top:4.1875rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrIDL58EnhtEzRqxgzVp4zrcU1vCX9R { width:3.125rem;height:3.125rem;top:4.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2AkH2qUiaXAUEyEK6D8oRMITMZc8PN { width:34.4375rem;height:12.5625rem;top:8.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKhWOBSlQTQuulqm2rKzelqny2aTUVV1 { width:47.75rem;height:20rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpUbSa2IsFuHDrecCbtKXJLaEDuRZ9u { width:16.25rem;height:11.9995rem;top:6.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mslJSLV0nZDwKeJDPqTTk1yElydbxroz { width:5.625rem;height:1.25rem;top:87.5625rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92PsuqsTUOgqrHgb3v5RrILh0HFWlTl { width:47.75rem;height:8.75rem;top:90.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43b0TRINnPZH2eQlV1RNJQfqZKJ6b5D { width:10.625rem;height:1.25rem;top:87.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu { display:flex;height:auto;width:45.25rem;top:26.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Ml7yXW2eMtX1AdBvCQpcx33llElc5cFy {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #z8wTZwQsBeDDRqoRGO174ba83wNRd6MR {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #CguLamxPpEdhXlGoVth6JwBWSzI84vhE {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #zUaVfxy9s5w9eDnmAznJGThTtgH8OyNU {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Fmv3N4S9RnCW5o23GstWZ0Sm4hIFFxEz {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ELlVHzIzKcMAbZlR5cNQw9wT4Qb1h55V {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tbOJ69q7WyKLOt51EXaNWa3lTK74Qn3e {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ATRoiWIXSFsvmgm5fd4Tu0V0oGTs8ccy {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uEN6CD4qVtctgqFXxvkyIUskJlxDClKW {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tHwmMs3RdEDFXkrWeZ5Gkdmse2FxLQOF {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LqFRh4rBGqc2imrSeyXOH505lwAEf8Dv {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #I711V3G6TRmAFKKuTqJ1xTDTR9cyKfZX {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #OUgX2zMX2IqXFlZi9dzDgAyKQLFNTIra {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #x9ASyOFvLzMbxHhbmAbI1Eygwbg8BhFU {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LuweCKBUmMQXMuVGNq1EyPcL5nol4cig {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #gvZ6WsvRTTbCNZhEzH40eKe6hOkqlH5T {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #r8giR3nOxhVZU8tNiv1sVWPEVhwkaTI0 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #UM3ZRpGp08LgAkX45hv2g9EqV4tZX7nT {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ca7GlFhN9QfKeky2DF8KtVTRb0MbcX98 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dS8BNtJ8mc6bHBHB4LUHxic0dkvruQk7 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #b4a2hJCP50busrcbDXeEn065CU6GwCTG {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #VwKyMvB7kO8SO9yCuWa1WaX6LWJwAqow {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #TXhClt9xkL1RN1FVydvwF4nFttSyqNKm {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dhOfDRgmUbUBNp0oTuJxuZDQ3vTE19Gn {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #EoQqlhzuNxMU57SyaAdQE7VNC28m1PQ2 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #huHD8kFdZKVFa8RTKma599EE0T7iZrVd {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ZyzmmA8ZBaWtCpJnBNKgEyd2p2ksBTR2 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #qowS8seP2RBI3qMAiGS4l3TH7RiPQuVP {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #IAEHNQ1pq4JZTHvHHHxwSXx9xDDmBuNm {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uFfZz89e572U8ZQ2yREvGXcUfvwGO7Qp {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #BkW28NDs8QnTU8ybM93f48NFCkn8qtgu {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hL1NBA5aBiJOP8CvmPMOUMlQeF0TSmJ8 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ICM7G7DWtFAtGvOINSFJhKMdTRRBpwXr {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hGMIllS5vJL2rZtDzOPlA2azgPD4Ghlq {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #MWsclGsBbVBVVZyhT9fLawnvZ0re6p0q {  }
 }@media only screen and (max-width: 763px) { #EEA2wyLQauJMhAMTmZNX3SIKrXd3pyWk { top:80.1875rem;left:12.37353515625rem;width:22.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW0IpHsM0WN4ohPrg3K8Ept9EwEEfXBD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { width:16.875rem;height:2.5625rem;top:1.44140625rem;left:1.90625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { top:0.78515625rem;left:-0.064453125rem;width:20rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block; }
 }@media only screen and (max-width: 763px) { #WpmgBt0dOONNo3LS390M9um3QzizONVC { display:flex;width:1.625rem;height:1.625rem;top:1.91015625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { width:20rem;height:10.25rem;top:5.7236328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6imS60aX9VJpWoTHc1FCRanrz7g6Fur { width:20rem;height:8.625rem;top:33.6533203125rem;left:0rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6MJrbyOIrWRIvWN0ORidoXIcd0if6o { width:19.375rem;height:27.4375rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyltJxxX3l6H7uG2VdAkTaQeEEJcI8TL { width:17.75rem;height:5.125rem;top:73.6875rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrWVqAThEo7yw1GJylNsgTNzNI82IlL { width:20rem;height:13.921431174251rem;top:87.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7UNKgzQvkzC6Gv2eXopKrJ3MweCyoML { width:6.31225rem;height:9.12475rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXPgHa6qkFWLMydS82JrWD2bMCfJe1n { width:16.9995rem;height:1.8125rem;top:80.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7uNdVsJTyTCNap6mZ43uyddbHMQ3BJc { width:8.125rem;height:5.7062329180218rem;top:86.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4ZD8JehTs0hGJOBAypkxvXTUxipaGC { width:12.5rem;height:3.625rem;top:83.25rem;left:7.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVeZbTHWrUM3AKN6o4sAB5k3DzcrPk36 { width:6.625rem;height:4.625rem;top:99.5625rem;left:10.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PHKPpV5EoKDfbyuPAnuLk5GPeCBF3Rdr { width:11.0625rem;height:5.4375rem;top:101.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZtKJr5MX1FZa58Fa6oJeRdV1FSXsBuq { width:19.0625rem;height:8rem;top:45.25rem;left:0.5rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzZqDS0wFTfkK1CgNzd30TZElQLguHJt { width:19.875rem;height:11.125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmqxfr9SSz686aQ008FDKM1TGLIGtlm { width:20rem;height:1.8125rem;top:53.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVtVT6CTCAE77rEMB9yUPzokbcLdfec { top:56.0625rem;left:0.5625rem;width:18.875rem;height:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfkH5dm6G1iLXf6dO9rcZNlnnd5GUD8 { display:block; }
 }@media only screen and (max-width: 763px) { #T4et52su3RG0W9LhmMMdXApp9n2NJrTv { display:flex;width:1.5625rem;height:1.5625rem;top:60.5rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #R2LkxOVF31B5h3k60VQXsZqFRGTIzz1p { display:flex;width:1.5625rem;height:1.5625rem;top:60.5rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #wXVCP8HTgHcm0drxveoSrXkEBemglZi1 { display:flex;width:1.5625rem;height:1.5625rem;top:60.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #R5Hvycss6tPVy1qI5vSBTnmlJeaw7ko1 { display:flex;width:1.5625rem;height:1.5625rem;top:60.5rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #unBJBl9zxcJQyC5u3WeBGua4TWOQvTnk { display:flex;width:1.5625rem;height:1.5625rem;top:60.5rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #RhEH2kWWxXE2A1XE8MNr5wGWr0cPnD1F { width:15.37475rem;height:1.375rem;top:62.6875rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQQehoNofThedvu9Ro19Ad8HuO7ciU4 { display:flex;width:3.125rem;height:3.125rem;top:67.8125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #G67CVMXQJiVctvGcPiJuITglzd6bshIb { display:flex;width:3.125rem;height:3.125rem;top:67.8125rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #xCL4uXIrXf2e0mLthdhNfnszh1ychxN8 { width:4.6875rem;height:2.436525rem;top:68.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPbV58TLTLTry96ys9heipWWchV1GhB { width:3.99963125rem;height:2.999875rem;top:67.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3iF0PdbpW4trDL3H9MTKd4Wspt7PAcE { width:20rem;height:0.3125rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOQDgKSKVmgE5B7xaUfEscqIDSqz94P { display:flex;width:1.6870125rem;height:1.6870125rem;top:62.5625rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #m1vV7SRKTi7GtfTZC61DfITroRzuqRpR { width:18.18725rem;height:1.1875rem;top:65.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHUxKza5v80MrUsiTzQU8DU5wn7zsEb { width:20rem;height:11.216730038023rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe { display:block; }#oxz3nQxtat2Sh8r56thuXwb4if7Vt1Fe > .row .container { width:20rem;height:337.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLE1WOStDcI8H36bqnXce4wOJq5twZe { width:18.9375rem;height:13.3125rem;top:26.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMeS9q0QwBVvKwiIhip7wFC4XBLbaQX { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrmOcRdlb6STBr4dH4NRuZMacDmMg4m7 { width:14.1875rem;height:9.893081679965rem;top:20.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMfQ02OEK0BJHPJdxESHZ2HEbUngh7Ri { width:15.81175rem;height:3.625rem;top:20.43701171875rem;left:4.188232421875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVftsNU0wM7agmvc6o3dTlGDZWT1GU57 { width:18.75rem;height:17.625rem;top:51.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8oa3sA1wnkpXv6KzfD940Wndz6AMvLN { width:14.1875rem;height:9.893081679965rem;top:46.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96AilAqLAfth6wTE3BBtzdPTPquhBgd { width:14.43725rem;height:3.625rem;top:45.375rem;left:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLZvFJ2Dxzx9mhei2eMWp8aENaTBO9z5 { width:20rem;height:17.014612198987rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXohHleEP4ok91xENy5IgKwNTTcxsFLQ { width:5.7495125rem;height:8.187875rem;top:72.061767578125rem;left:6.343994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds82TQtI6TuHco7p8us6g3dm8e4hp1U6 { width:19.375rem;height:3.625rem;top:71.124877929688rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCFBPrXL1EwnyxkziJ0hFsPk7RfoAOD { width:20rem;height:2.25rem;top:97.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2cuVaoX6v0HPvNz0J4v8PwpAvu8BDDx { width:18.6865rem;height:34.0625rem;top:103.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw52olB40JX8lc0D3J3tQpDpTBXcfEmE { width:20rem;height:8.25rem;top:182.99987792969rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfgBL2XWHIOsFZbe8BRJ15bl31t5k9BE { width:20rem;height:1.1396758192132rem;top:8.375244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7psvwyTUkhFP6DW7d9F6BznqvMlHtl { width:20rem;height:141.375rem;top:194.15710449219rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pW5E88RsAlTRsULcfd9cwqQyTfiZflRG { width:19.5rem;height:153.9375rem;top:25.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdAF9s87PudHGEWbk2ERlCnamvSdaBA4 { width:19.5rem;height:3.4375rem;top:15.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCEplJ2eP0NhaJmMH1Abh6eIqMtJbDl { width:20rem;height:2.5625rem;top:16.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKTvAru5DPfTF5UVpQlQqq0eRlPmiNs { width:18.4375rem;height:0.9375rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIioiXbCVQ26SaoGk0rkms4szOekMkvA { width:20rem;height:2.5625rem;top:140.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1C8QOQoJ6tunbitWtMSbrBWQGyUKCU1 { width:18.561375rem;height:30.3125rem;top:147.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK { display:block; }#UJeN0WaL6Ck5V65dXt0I6GkFz3gHrtUK > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kma54UJMGaExIsG8X1a4LXZH5LPazuix { width:20rem;height:7rem;top:14rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i10iokSZBfuTAMdX8SZ1FFICEOI2VDGQ { width:20rem;height:2.5625rem;top:21rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsd724JU7cKiwETPzoET7XJpP83VEKeZ { width:11.75rem;height:11.75rem;top:1.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 { display:block; }#IIBUJ2EiO5fw3RTAZw4bamPnfqcs2Pu8 > .row .container { width:20rem;height:667.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6TkPZCbUSh8MCzRDgOtQyfyAC4cTI6i { width:20rem;height:19.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsADDrD8TKOfBcw8QVtJ2TydwJzRGNNa { width:17.5rem;height:2.4375rem;top:29.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmo2sbq8Tg8ic9XX0HEVoEPX3ZPffLR1 { width:19.375rem;height:11.25rem;top:32.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbC7otzpJB70UgBH2e1aLhOwtJwvhT9G { width:19.9365234375rem;height:11.1240234375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA27OoPrtBevTdRIQJUxCZ9dSJzUUwR4 { width:17.5rem;height:2.4375rem;top:59.125rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evk1qWaENlHKrt3OvRdbLyN3ig2Kg4b9 { width:20rem;height:11.1875rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoAe6iP37yIybIX8MQFV9V6V54EF6vio { width:17.5rem;height:2.4375rem;top:88.8447265625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKzOcACHRT5W5CF7URwlU5Ua7RkvZInx { width:20rem;height:11.1865234375rem;top:78.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgkKny0gI40uL4LHo27pTm4Tsak80Od { width:20rem;height:5.125rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O58Tmf4trLxPdu3IgELlu2zcOA8Mwvcr { width:20rem;height:9.625rem;top:7.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvUggpyJGRaTkHmG4GOCPxIJEmDIoHuT { width:20rem;height:19.875rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9GRveCmMJqFMw7NI42Mx0mkPIJmH3z { width:20rem;height:20.4375rem;top:85.4677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAWXOzJG0QeCZ2dKBh4OH3aMwMkyMei { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:74.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #a4A1vITpMLG7uRB7ozyHC52d91vaCTNQ { width:12.623046875rem;height:1.625rem;top:74.3125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stidKJoqIFblQ4ZSSbeUkhkb9lTVJBsE { width:12.623046875rem;height:1.625rem;top:44.0625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJ5royfOvTT1DT5pByHa2erg6Ei5wkR { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:44.15625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #HuC8UKoP7hodchrBMU5Kb3XcTzDDtRhU { width:12.623046875rem;height:1.625rem;top:103.8740234375rem;left:3.6884765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1A3fOB3MeoLG9T6osK5OFkAINRf998k { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:103.9677734375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FqORmyKddkx9idUyzMOLUHUeb9CloeCs { width:20rem;height:19.5625rem;top:179.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzeuTRCuqskAuEz5TO2aVTIthEFgEmJS { width:12.623046875rem;height:1.625rem;top:197.0625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNPqdzT5yzE6zbaaM0hOzimLNRHB2CUy { width:17.5rem;height:2.4375rem;top:182.25rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV7BVetx0eVuuvUyPO3gxL61duWy3LE { width:20rem;height:11.1865234375rem;top:171.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7DOzZXIMSxuuqNqCsQO3h6E7kE1CftG { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:197.15625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nWR35BCsP4t6htBPHzkw4LVw5koA8FzT { width:20rem;height:20.5rem;top:147.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQAUHexlJiz1aHmFnSf6NM66qDuCv4ND { width:17.5rem;height:2.4375rem;top:149.6875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqM4KJ0uSJl0dr9bMpOmCvo5ayWI0lE { width:20rem;height:11.1865234375rem;top:139.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTsh1hV4qgsoKsTef7DKVFQAT7arSDX { width:12.623046875rem;height:1.625rem;top:165.875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGQICPcwfCAhwkU0FbnS6TTCJFWv0r0 { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:166.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ehROP2KMDBNy1Jd9xFO96hFBHvzEcVaD { width:20rem;height:20.3125rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jig4ubTTWeE13FgMUeEr2eDC86IK0I99 { width:19.8740234375rem;height:2.3125rem;top:118.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmU06lEdoWzaTDyDMLO3hsFTWCpT2IeE { width:20rem;height:11.1865234375rem;top:108.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBO7HPeP6ir8i5bBu4G8T6EZyeqvOTFp { width:12.623046875rem;height:1.625rem;top:133.9375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X59otBGT6Jh4S44s8H0y47TMgkwVn4DL { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:134.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #z8FGWx6B6D8wPk7fGORqMbiifnQcBqck { width:20rem;height:21.75rem;top:270.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ6kKKmUqKuuOFZQVLJE88NT9fFhH9pO { width:12.623046875rem;height:1.625rem;top:290rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWS6k0V47W7mKPQzyAWnHdftbzx1xJm0 { width:17.5rem;height:2.4375rem;top:273.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqUBUUMxFcknrDPqBF5g2QP6Puzx2l1W { width:20rem;height:11.1865234375rem;top:263rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIK6B3BTrqb2BPKWB2sT8zgzh1DtwfE { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:290.09375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #pPCEHW1HpPr470yCbpqIJ6NtIi1uTL40 { width:20rem;height:21.9375rem;top:238.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKlwuIgxfhQVgBO2FnfgVXCnpAIgfMFC { width:17.5rem;height:2.4375rem;top:241.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1sPWHfZ6sVfVSKgAI1F19CGTsSJcEb1 { width:20rem;height:11.1865234375rem;top:231.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNwQoycb5yZPGZ5IfEv4uLCGLKRW16XL { width:12.623046875rem;height:1.625rem;top:258.625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gFak08ygsQ82PCQs6TFsS1DJheGkvk { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:258.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #kQ5lWvEPDXRdZFmGsV2auhrKvKOSzWpN { width:20rem;height:19.875rem;top:208.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb1WWSskea3JZnuA5B9vF4AFyCBoOxhf { width:17.5rem;height:2.4375rem;top:211.6875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwO8pay8QrGHUb45XxIkN1TrzzsEv7lD { width:20rem;height:11.1865234375rem;top:201.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrKQomTi1dOENp9IwpEq31PGTkUADhTd { width:12.623046875rem;height:1.625rem;top:225.9375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3dyvLdoRPhkqS6dhwD0owwolzCrn6h1 { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:226rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #lbfRTGt6kvZ6ZOn4EBky4RhdP5xaTf8F { display:flex;width:15.1240234375rem;height:15.1240234375rem;top:392.931640625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Fo30TrT6DkONhz7qqxDkCzr8l1laPPDB { width:20rem;height:5.125rem;top:405.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McU6TRKqULzd5J3926RlAIqixraBq6St { width:20rem;height:3.625rem;top:411.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLV7EOuXeeiUNOHQTneNTgHDGZr2twII { width:20rem;height:26.6875rem;top:421.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDOS854oxF7gQvGen7crqxuZPdexXE0 { width:20rem;height:2rem;top:421.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPpKKcTUgVfUiiWVoIfanCzuugxOTob { width:18.6240234375rem;height:10.4013671875rem;top:423.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nICAbvSqHruhfJfm82E0frBvqqhMKm { width:17.5rem;height:5.8125rem;top:434.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AowGZiQGtplOQC9yiFORluFsR5xJxJIS { width:11.375rem;height:1.625rem;top:445.8125rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvp5AP5VrDpCOpUQwhbvS5Hl6ZkcU061 { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:444.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #dzRuZA6hSfLZHb2gqlyxxKocfDorNomh { width:17.623046875rem;height:3.375rem;top:440.1875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kquxe6qOP5UM8tJqTT6wlFOBkaQSmeQI { width:13.560546875rem;height:1.625rem;top:421.375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPee1yV8I5DFX8rTqumWUlTtgg2TpPWL { width:20rem;height:26.6875rem;top:452.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5vhlE41P5ymgKxVRHJ8vXk8QSpcyJg { width:17.623046875rem;height:4.5rem;top:471.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CukWFiPyOBw5KbZ7pNIknzPIPwEuFeSn { width:20rem;height:5.8125rem;top:465.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIy4oUVBywhXIFgtpvpzNREyUstKua6 { width:11.8125rem;height:1.625rem;top:477.625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpert5JmOLRdQItBpOva7anHpNt41pPZ { width:18.75rem;height:10.498046875rem;top:455.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpML5ESStvCz1y8Bivz5JtRFGgA8CI7 { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:476.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #TMEbkNbUoGUteVm6Te1be7rV6yL7ipeX { width:20rem;height:2rem;top:452.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7FW0bsut8rfuEgJaEG1wZ9QHbsxlwDS { width:13.5615234375rem;height:1.625rem;top:452.625rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLQzBgMzEBzvK8tTHTlTbL5y7TfxqEJ { width:20rem;height:26.6875rem;top:483.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1fDFhu1zfsBnMedEt9GtOb6irehbOD { width:17.623046875rem;height:3.375rem;top:501.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1a7U4FGbxVyuiXWQebGJHTVyaa4H6wE { width:17.5rem;height:3.875rem;top:496.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHp0Mobhe4LmUdIQcwppz8SVMuvDsFV { width:12.623046875rem;height:1.625rem;top:508.25rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkkheq1hqaTJ6oHDOXdObMN6ea7KmMZL { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:506.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Kti8HR2orOxzF4L8nquyDMBKrc1xgKf9 { width:20rem;height:2rem;top:483.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq1LtFqgl5sM9EBoVi8oxQL4RFsZ4pJL { width:13.560546875rem;height:1.625rem;top:483.8125rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbF4QuotLPwIImwCmTcJwFqUhVTNnAk { width:20rem;height:26.6875rem;top:546.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTab5BFIJIohUcIM7s4SZ4PbQTfQrLtV { width:17.623046875rem;height:3.375rem;top:563.1875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsLzZTacdnX5vzU95JZHDkSmtKTmWrz6 { width:17.5rem;height:3.875rem;top:559.3125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDlPRPWxirIaPD8nNkiVP6XWBI5GGfoK { width:14.5rem;height:1.625rem;top:570.3125rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSWIG90SnD7QoXglNpLggydMWZRNT3N { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:568.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #kuMD3eGrkLmvwSeTALUrP3W3voswLpZD { width:20rem;height:2rem;top:546.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzaTgu68l3TDIg796RppCTy7oLS5pz6s { width:13.560546875rem;height:1.625rem;top:546.0625rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTHAOpSfZcr7eZf6G8QeKGowOxtOE5O { width:20rem;height:26.6875rem;top:515.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu28aTxNtTXNGnsoke03MWn3ZwzRWuh5 { width:20rem;height:2rem;top:515.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWVPs8k5imEpv4w2t9hdXLhmJbhltyvP { width:17.5rem;height:3.875rem;top:528.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6lp2gkEDqTrVoBIMRQdGovBRDkequWt { width:17.623046875rem;height:4.5rem;top:532.625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWvCGivp7tgT74eE5hutOvMDPLz6c5gU { width:12.623046875rem;height:1.625rem;top:540.3125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqSHdGRZ5I5QFwhQLx8nyauvqvLSasV { width:13.560546875rem;height:1.625rem;top:515.8125rem;left:3.2197265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS4AaR7bQ0GyiP5Ric2Wscsa9fD6zJri { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:538.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #uw4TICTXBptfH6aMNtdTSxpusENDDRNO { width:20rem;height:26.6875rem;top:576.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #um5QFF5GWivDHNF4wLIOMr9MLrNMolfm { width:12.623046875rem;height:1.625rem;top:600.9375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmmXFc54qgrdDsAAQOatlcXEaDn5dgu0 { width:17.623046875rem;height:3.375rem;top:593.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhh5ETT8L2CM5QrJWvMGLgH1FCchU3gI { width:17.5rem;height:3.875rem;top:589.9375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBnpHpKiyCDl28wvbvWiXT8OuN5xxyr { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:598.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #FlbmyvoIvuHHsxyRA7ifhXuP88Vl426A { width:20rem;height:51.3125rem;top:608.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeZ8cVylvIzaKNMwUgsCQIumFqTsCXP { width:17.623046875rem;height:12.375rem;top:642.1875rem;left:1.1884765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomgdnvniN3Dqz3zl3zMVNm0n5lciTq0 { width:17.5rem;height:5.8125rem;top:635.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #supSSROGT5oBpx2EbTwQM1k8kt3zQgyt { width:12.623046875rem;height:3.25rem;top:655.15625rem;left:3.6884765625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAmgvor51gKt62T7QTGAikpu276aSbeX { width:20rem;height:3.9375rem;top:608.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vai9Pc7DNm7bsbrr6RcNBd1TimP0iLvu { width:13.560546875rem;height:3.25rem;top:608.46875rem;left:3.2197265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbrcOXwfqUcZL4OnMHICKTE3iGuEM2W { width:20rem;height:2rem;top:576.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzu4Ru0rflL9dT0d0B6uxxNq9leSgdet { width:13.560546875rem;height:1.625rem;top:576.6875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuxv56LWklTWCybaOZoKlXeeeexfg1Ih { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:656.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #xEPRaudRVqX0anA9t95Frp0wfdHLEvbN { top:661.1181640625rem;left:0.5rem;width:18.9990234375rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBhTp5kAaov9yEQmnVdx2Sn8HXuvxU8 { display:block; }
 }@media only screen and (max-width: 763px) { #hrNg8Ins8DAfkGHQsKsNeUMZUtxG9WcN { width:18.6240234375rem;height:10.4365234375rem;top:485.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiP2mkfbnWkl0oCaLRTwiG7AyPPoMNyp { width:18.4990234375rem;height:10.3740234375rem;top:517.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuZpwAHotxTSfc54g4aaqAf5IISES3Te { width:18.6240234375rem;height:10.4365234375rem;top:548.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgrIUwEVkltIPTLUSOOmFbg4xTWODGhm { width:12.5rem;height:22.5rem;top:612.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3gzpEE5gUQJfSTNZAUl3C3he42oSWxg { width:18.4375rem;height:10.3740234375rem;top:579.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGZFzbBp8uxDycdli9z97G3OnLV8XqH { width:20rem;height:12.5rem;top:61.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZbAcoZ1TXmMBu5OsUDzoMgJwKpSFsata { width:20rem;height:12.5rem;top:91.2822265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #snVfopBN5ccDWLRIDQ5vgr0FeZC6qidp { width:20rem;height:12.5rem;top:120.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nO6KLi4eKhTgE2nfxk9ZSJgSTV4VDape { width:20rem;height:13.75rem;top:152.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oV6GBD3wUtG4VQAypox5EwILOKVKFzkf { width:20rem;height:12.5rem;top:184.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbNpMC5IyOSCRu0cbT7SkAvmGgd71hqv { width:20rem;height:11.25rem;top:214.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqs5JF8r3oR6gdUSKtRJchmHWXxQfmQ { width:20rem;height:13.75rem;top:244.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mmQcDZbRBltetVldmxXFRNb8Rbk4rCxi { width:20rem;height:13.75rem;top:275.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X5sUZU7OvInHC8o0aR0cNonhg2JzpcTg { width:20rem;height:20.9375rem;top:368.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxO7U9KMM4vzvukx6eOexM8Op04DCNkR { width:12.625rem;height:1.625rem;top:387.25rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfsKvoKqAyAvi7tE0mFDKzyuibPC8VBV { width:20rem;height:12.5rem;top:374.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrACr8MDEP3NCECXw6p8VRZECTF4TaFU { width:17.5rem;height:2.4375rem;top:371.6875rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OibA7E4K1qVqMKnsMzhJWP0sVETQkuGy { display:flex;width:1.4375rem;height:1.4375rem;top:387.34375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #akJMBNtiuRTJbOEtCHOzqGBUebwZAd75 { width:20rem;height:11.1875rem;top:361.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzmEeP4PtzlBDhOSligaH4wcTq3aMM1r { width:20rem;height:22.875rem;top:334.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0M6KKvuInwcFAEO6w253pUGf6vqvd61 { width:17.5rem;height:2.4375rem;top:337.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTCUenu80QuMZAVuoEe2kMNP5zW16gB { width:19.8125rem;height:11.0625rem;top:327.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq6Hyyb5icDsEiu60krdmtggQytAkvDb { width:20rem;height:13.75rem;top:340.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r90LveLgVBNWHxc4LqVgdtP9PsKcVkwn { width:12.625rem;height:1.625rem;top:355.25rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm1GCz9m66kTsoMOvETsp2Z6W5qn41X { display:flex;width:1.4375rem;height:1.4375rem;top:355.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #l8HtKoxG5ZFJBB2VZb3bPhIPDpCovT1h { width:20rem;height:21.0625rem;top:302.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNBspUneEz6hQinRkeE9tvvG8WhBHD6y { width:20rem;height:12.5rem;top:307.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoHZpwqEhcvuzCSWBwl7BOLVt8k7rK6M { width:17.5rem;height:2.4375rem;top:305.5625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2xoX13zTnLP94Oa4XRmiySWRr6T5ty { width:20rem;height:11.1875rem;top:295.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBAW1qaGoFxiBTbw14BxC8pbsoQxRKO3 { width:12.625rem;height:1.625rem;top:321rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGvOC7EEXMe6esyZ0RzzQ5hFMED5f5X { display:flex;width:1.4375rem;height:1.4375rem;top:321.09375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #KNP0BM6bZ8prSgc6US22VyAZRDHmpbo3 { display:flex;width:11.3125rem;height:11.3125rem;top:392.931640625rem;left:4.3115234375rem; }
 }@media only screen and (max-width: 763px) { #FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { height:11.171720880813rem;width:20rem;top:7.6995875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { height:11.171565688034rem;width:20rem;top:20.1208375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { height:11.171565688034rem;width:20rem;top:57.96565rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { width:19.8125rem;height:24.174030163942rem;top:32.5420875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3R5v4WMKH9C2p7CXwufGA5pHtFEHGme { top:70.3869rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyo4RnNtTv5dhpEmJgvoUsCC0f9lIaB { display:block; }
 }@media only screen and (max-width: 763px) { #NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU { display:block; }#NO1fFgfZAklNX3lS55Vbiwy7s9q7eUyU > .row .container { width:20rem;height:251.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0D9HcD4rD3TJvGywtqVnN6mKt98JT4z { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSnL7BgNbmQ35V2h9sHRTPIcF2ixsTNi { width:19.875rem;height:11.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUE7A6aVPgA2zSZbyInStNNvCfrQWRX0 { width:19.375rem;height:29.875rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXyofKI8eXNuI1sfGvouc7zbCfDnaTOO { top:41.1875rem;left:0.5rem;width:18.9990234375rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDilzPH9sNHAt1bskwnyr0hQlQICDh6A { display:block; }
 }@media only screen and (max-width: 763px) { #PZpBLPmVT6ROSIzQnyyWd7myfJSsftkg { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #QkMTJWQQC4kgaThuP5Vai27EIcwZQpAp { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #W5dlFq9u6Uci6mhh2w0k0gBgMXN8wZ56 { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #X0VKSK1ogLaFiFvNheETr6fIGQVZwvtR { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #aDRn3mNUXN8qTmT91VZ4vGzp5AhTTm1T { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #wG7bn5aawIMCVWZRv7E75X5eKwSrrTOx { width:15.374125rem;height:1.375rem;top:48.0625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTniMqhSKkMLflsc0Ig3lm44x6AlQ1h { display:flex;width:1.4365234375rem;height:1.4365234375rem;top:53.2509765625rem;left:9.28125rem; }
 }@media only screen and (max-width: 763px) { #XA7OvVa4IsAzOqbalkO4sckyu507p0nN { width:18.186625rem;height:1.1875rem;top:51.125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfoJ1mrI4byOBRWB5hLOdv9buet93rwt { display:flex;width:3.125rem;height:3.125rem;top:54.625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #REgmpT5X6QwIthpChsauI46zncAtMimp { display:flex;width:3.125rem;height:3.125rem;top:54.625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #HZJp8ETagE0zHiKyTDHKQfS84LeT9kh3 { width:20rem;height:0.3125rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fCOfI7TlzXfoeGTvVzalDyJHAo1k79 { width:4.6875rem;height:2.436525rem;top:54.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGFAIC0plT5scLNT9mAQ3GEtCMFCpbNh { width:3.75rem;height:2.8125rem;top:54.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GcCTvnLMPQmTCwNMqAK2UhDVkxzuys { width:20rem;height:5rem;top:66.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsoQTz327oguJ1IVTuhUwIJbuDtRJaM { width:20rem;height:14.1339375rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGBUw7Wfltrw5h32qsUXT9h8coZ7dXFp { width:6.9375rem;height:4.8125rem;top:86rem;left:9.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bWuBWqbqyzJDlfvEdDXv9InlFv3P7QF4 { width:20rem;height:2.5625rem;top:89.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9tLEWHeARCShqxx6bmMxUzgM9FIMre9 { width:19.6875rem;height:44.624rem;top:124.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGhlWUTIQ21Mu1P0LbPL6zF5KVCkMZR { width:7.1875rem;height:10.375rem;top:121.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HSCAhSSWbbVN970TrupQTE9QbgTN3y { width:8.49975rem;height:2.5625rem;top:120.6875rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KfnglO7f8pPpLVS9NXlfntz3zoUfDu { width:20rem;height:24.989625rem;top:93.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMck0Xo0qw4nGZptsGU33RqLE09BUUvl { width:20rem;height:10.25rem;top:239.25390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6kJOqAEThUGLvivxDTR9vDuE9Nh3gS { width:20rem;height:11.2421875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtSCgkvNs8TCnIMA1r5srahHPPXRkoea { width:6.8125rem;height:2.5625rem;top:198.6875rem;left:0rem;font-size:2rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #XW6C8TBuXTEDWSvy50kPovc6M8Pqgb9f { width:11.4375rem;height:16.375rem;top:191.78125rem;left:2.3125rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bb1Bv1JTAwmXkCpAmJHyKvEOS8k5xk { width:20rem;height:26.6806640625rem;top:171.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiQx3GGBoEVv8cVZIzOKGVEx5ZA3RRa3 { width:19.6875rem;height:35rem;top:202.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfxLtTHCLw73VAmgm68srFbkG4k2yPQ { width:20rem;height:8.9375rem;top:30.7421875rem;left:0rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 { display:block; }#ss1qL5tsUaOLKsFzhlGvimmcI23KfsX9 > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMeJmTcTrnL9liNqaA9guh3n3Er5TIJq { width:18.062125rem;height:5.125rem;top:13.0712890625rem;left:0.9686279296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #veJdcrioSIsXORUQoy76CqIwi6x4J0Xr { width:3.125rem;height:3.125rem;top:15.107421875rem;left:10.74951171875rem;font-size:2.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fBAzMKGyucLiaWmylRZ4FkrT7oZIk07T { width:18.4375rem;height:24.75rem;top:18.270874023438rem;left:0.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqidVsQ9xAMZLUROdaTqfQrHKZTLSVyW { width:20rem;height:43.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7iSmrTZeUsltpOfiP5XzGnbukELJIe { width:16.25rem;height:11.9998125rem;top:0.62445783615113rem;left:1.8750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSCcIIgmuvt8TWammoUDO9r6c67NiFNg { width:20rem;height:5.125rem;top:44.8740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe { display:block; }#ewlsTPHG5OKo2imTX2oQ13cNlO0qHBPe > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBTQxJfGbTXDruNDlIuHpl89dvdMtZQy { width:20rem;height:13rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSK2xZhgHJbc19Hb00wC5gO5yCCMCuD { width:19.5625rem;height:7.5rem;top:15.0625rem;left:0.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvrqt16xluITMdaz3ZUkxl9SOiVBusH { width:20rem;height:9.9755859375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT { display:block; }#hhyPcCuXACPLnDbXIZElkAxQxgsbxMOT > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMqB1kEh1px6kvTwL3dlwBVHT9M66nKV { width:19.5rem;height:7.5rem;top:1.25rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4FuVL8au1Q191K99i5rq6FnurPqEpd { width:20rem;height:73.5rem;top:10.624389648438rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo { display:block; }#VHoMyUP4mzBJ87fJXaFvvJPubmB0KEoo > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4MWfVWWBMeBPinhtA8cwv3tAXscNqoW { width:20rem;height:11.04125rem;top:2.520751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 { display:block; }#wKR9hbpz8UgrTcJs9COnbCrlKe5cns93 > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teQhSTKtt6Zxs3Dhk7VkXENWWIrhP5iG { width:20rem;height:66rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzIzeEVlfPUkPSLJQcew6hELKFEidLh { display:block; }#GuzIzeEVlfPUkPSLJQcew6hELKFEidLh > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfLTVVnm02uL2g9gyrMgUeNvDhVDmD2P { width:20rem;height:11.6424375rem;top:2.083740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM { display:block; }#zcEE89JO8DWewuT5xLCP1CCzBGaTvKPM > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr0wNt3JEJtVab24PTIwp3XCvR7kFyVS { width:20rem;height:24rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 { display:block; }#nVxLU1ZB0EWuT80CKl1GT445ry1Ux6L2 > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLsJNOPfV6LWV0Obuvu6kBtwvVGC3Wz5 { width:20rem;height:30rem;top:30.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8w3wNseEGC1NEXR6Llkx4MFPq3gxVf { width:18.25rem;height:28.25rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee { display:block; }#rbTLJvyueC3UN2IdQkdgAZqdMJLsGHee > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6EXVKsdaMW3lKm16FV8fESecnce6sJ3 { width:20rem;height:24rem;top:1.6864013671875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ { display:block; }#Cfw0y4c24RF6dhk29yKtLi3GT1HxzTvQ > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtqUkHiyidB4ZkqVm6J3ySAc9xDU64fe { width:20rem;height:7rem;top:1.4996337890625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkteZwCOQvMRnWuTcCq12zv83pgFEfXw { width:20rem;height:61.5rem;top:10rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRGvINtBAd2dJGNngrf4aySsAt7mohGv { width:20rem;height:15.1875rem;top:75.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI { display:block; }#JKNWwLaBCQ6QLF0We520sG1Cc4bu1BnI > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvvJUJAXVrX4qguraoEvlovst96RAvhW { width:20rem;height:9.90990990991rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKrDUAgFHN7oJbvhRHVnxVyVC9C7alum { width:20rem;height:10rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twLZ6JCDgPZnBUDXRnsV772dA4IeTe3m { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdaFSzeheFtiv3wHbfomhWOZXkHQAaC { width:20rem;height:2.5625rem;top:15.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuTJLFIXpVfQRTR0S2ZqiUKOTdlTObMo { width:7.375rem;height:7.375rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz { display:block; }#gcaH8neLhO74nN4KzJe0AqVwUT0pSOuz > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBhohKzt4V2StNVmkWAaopciVnHztaor { width:20rem;height:6.75rem;top:0.936279296875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5VGJfUJhk0XKrOMTVN2mwBS3zKJLNK { width:20rem;height:7.6875rem;top:8.5992431640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfR92JXgRaKcLTrgZXxzzSMibsWKArc { width:20rem;height:10.125rem;top:18.986328125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl { display:block; }#QtRUIlRZWfEekiXsoJgJh6u3Otwswdfl > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDgroLBmH6H7WEpD7h2CSdCMTh1Vf5nG { width:20rem;height:60rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh { display:block; }#lIvJ74Bd7glKMwB1XNoHTXO57Rv3xxqh > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we8eHO67dhON7l78t7Okqx2aF37Zk20N { width:19.375rem;height:30.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWm1qwGqKLrBMLKcWTz85L0Rnkd0UyQa { width:20rem;height:7.1875rem;top:19.25rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71zQWPq114oaelwuV3O9tmLHlZ8WADL { top:27.375rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvRfuzXdM5dhuerrQEZEUr8vWRS96dM { display:block; }
 }@media only screen and (max-width: 763px) { #U2Gmh9eeDsCeF8MZyRBCc1NsTTOGivBn { width:20rem;height:11.2421875rem;top:1.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFbBzkbUnDRTCtOHFzAmdoMiXeaTDel4 { width:20rem;height:11.2421875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTxlq5m4TL6Q7dCZU1mG4abRsghFVFX { display:flex;width:1.5625rem;height:1.5625rem;top:34.3125rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #ITitxdHneMSOri9tpeqcHQbGICHgutAH { display:flex;width:1.5625rem;height:1.5625rem;top:34.3125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #sqoGleKyCilFC5uIlmu0HsCQxToxnrcl { display:flex;width:1.5625rem;height:1.5625rem;top:34.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #xL5bOZBXy5z9QIeq2ZUePvUFhynmV8ao { display:flex;width:1.5625rem;height:1.5625rem;top:34.3125rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #zTw11iDrwCBskixa5hitxesQghcFPw1P { display:flex;width:1.5625rem;height:1.5625rem;top:34.3125rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #nLSZTrraTswXxtZlEzNXbrqOrAL3oSa5 { width:15.375rem;height:1.375rem;top:36.375rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzEwW0l0cCPD4SDycAA0yNk5dwQvXva { display:flex;width:2.5rem;height:2.5rem;top:41.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #h8SHsa43o0DiCAlGMNAmTWbtKZTb3lTS { width:18.1875rem;height:1.1875rem;top:38.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnB1GsV9EiUqI5Tz9ydOfP3dQTRsUHHS { width:20rem;height:0.3125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMuCJ4DrJh0zz3qIeqxSTWKfq2z87nlI { display:flex;width:3.125rem;height:3.125rem;top:44.25rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #RK8107Byrzebc9yMn3rzGBcm7Ussi9gG { display:flex;width:3.125rem;height:3.125rem;top:44.25rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #fiT7EeTcmvpoARnKQlA9qdW52PhdLzc0 { width:4.6875rem;height:2.4365234375rem;top:44.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfMxBWsKMR06gcUgdKXICzLqH8H8OSd { width:3.125rem;height:2.375rem;top:44.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx { display:block; }#LwB5aKoU71ZTFkRFo9EwKMoyN2U3AIGx > .row .container { width:20rem;height:182.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoZSwvKhzL4RsTuyyZ93fN0RsBDLg69A { width:18.062125rem;height:5.125rem;top:13.0712890625rem;left:0.9686279296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrIDL58EnhtEzRqxgzVp4zrcU1vCX9R { width:3.125rem;height:3.125rem;top:15.107421875rem;left:10.74951171875rem;font-size:2.1875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IT2AkH2qUiaXAUEyEK6D8oRMITMZc8PN { width:18.4375rem;height:22.6875rem;top:18.270874023438rem;left:0.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKhWOBSlQTQuulqm2rKzelqny2aTUVV1 { width:20rem;height:41.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpUbSa2IsFuHDrecCbtKXJLaEDuRZ9u { width:16.25rem;height:11.9998125rem;top:0.62445783615113rem;left:1.8750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #mslJSLV0nZDwKeJDPqTTk1yElydbxroz { width:5.625rem;height:1.25rem;top:157.625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92PsuqsTUOgqrHgb3v5RrILh0HFWlTl { width:20rem;height:16.875rem;top:161.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43b0TRINnPZH2eQlV1RNJQfqZKJ6b5D { width:10.625rem;height:1.25rem;top:157.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu { display:flex;height:auto;width:17.5rem;top:43.312377929688rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Ml7yXW2eMtX1AdBvCQpcx33llElc5cFy {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #z8wTZwQsBeDDRqoRGO174ba83wNRd6MR {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #CguLamxPpEdhXlGoVth6JwBWSzI84vhE {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #zUaVfxy9s5w9eDnmAznJGThTtgH8OyNU {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #Fmv3N4S9RnCW5o23GstWZ0Sm4hIFFxEz {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ELlVHzIzKcMAbZlR5cNQw9wT4Qb1h55V {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tbOJ69q7WyKLOt51EXaNWa3lTK74Qn3e {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ATRoiWIXSFsvmgm5fd4Tu0V0oGTs8ccy {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uEN6CD4qVtctgqFXxvkyIUskJlxDClKW {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #tHwmMs3RdEDFXkrWeZ5Gkdmse2FxLQOF {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LqFRh4rBGqc2imrSeyXOH505lwAEf8Dv {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #I711V3G6TRmAFKKuTqJ1xTDTR9cyKfZX {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #OUgX2zMX2IqXFlZi9dzDgAyKQLFNTIra {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #x9ASyOFvLzMbxHhbmAbI1Eygwbg8BhFU {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #LuweCKBUmMQXMuVGNq1EyPcL5nol4cig {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #gvZ6WsvRTTbCNZhEzH40eKe6hOkqlH5T {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #r8giR3nOxhVZU8tNiv1sVWPEVhwkaTI0 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #UM3ZRpGp08LgAkX45hv2g9EqV4tZX7nT {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ca7GlFhN9QfKeky2DF8KtVTRb0MbcX98 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dS8BNtJ8mc6bHBHB4LUHxic0dkvruQk7 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #b4a2hJCP50busrcbDXeEn065CU6GwCTG {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #VwKyMvB7kO8SO9yCuWa1WaX6LWJwAqow {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #TXhClt9xkL1RN1FVydvwF4nFttSyqNKm {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #dhOfDRgmUbUBNp0oTuJxuZDQ3vTE19Gn {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #EoQqlhzuNxMU57SyaAdQE7VNC28m1PQ2 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #huHD8kFdZKVFa8RTKma599EE0T7iZrVd {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ZyzmmA8ZBaWtCpJnBNKgEyd2p2ksBTR2 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #qowS8seP2RBI3qMAiGS4l3TH7RiPQuVP {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #IAEHNQ1pq4JZTHvHHHxwSXx9xDDmBuNm {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #uFfZz89e572U8ZQ2yREvGXcUfvwGO7Qp {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #BkW28NDs8QnTU8ybM93f48NFCkn8qtgu {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hL1NBA5aBiJOP8CvmPMOUMlQeF0TSmJ8 {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #ICM7G7DWtFAtGvOINSFJhKMdTRRBpwXr {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #hGMIllS5vJL2rZtDzOPlA2azgPD4Ghlq {  }
 }@media only screen and (max-width: 763px) { #gS0x8lNPTU0Qr1l25RJGLPwksVuLDneu #MWsclGsBbVBVVZyhT9fLawnvZ0re6p0q {  }
 }@media only screen and (max-width: 763px) { #EEA2wyLQauJMhAMTmZNX3SIKrXd3pyWk { top:148.0615234375rem;left:0.4998779296875rem;width:18.999625rem;height:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW0IpHsM0WN4ohPrg3K8Ept9EwEEfXBD { display:block; }
 }