.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq { z-index:auto;position:relative;display:block; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq { background-color: transparent; background-image: none; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container > .video-iframe-container { display: none; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row > .video-iframe-container { display: none; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .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); }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq { border-width: 0; border-radius: 0; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#P2XcmXxGTTpTHMMvblQRzGr9yfznbvHf { box-sizing:content-box;height:1.625rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:#6425b7;background-image:none;top:1.12353515625rem;left:26rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#Ea7uSG1VSUfkZeDLpaaHEQGBi9VMndLJ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2861328125rem;left:29.28125rem;height:1.29980625rem;display:block; }
#Za3IDtxhEu4yy6FDErTm3PaaFaG0Qmz6 { color:#000000;display:block;width:50.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:12.4375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SJoV7fqK4IdDCB9r7V6CdZI3xyTWcmtD { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.9375rem;left:16.1875rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#y85TtNqWFu22uRsRdqiJfUXOQOnJsdST { box-sizing:content-box;height:34.8125rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:25.375rem;left:40.90625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#S8PnRI9B6n7axLeShhXNaFsXZASGokOz { box-sizing:content-box;height:3.6875rem;width:25.3125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:22.46875rem;left:40.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#M18NbOsmOUdvBwgr3qubv27CZpdVWDVF { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.62158203125rem;left:44.59375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#xCpO0vidS9svW4mLmT1OWOSl6Zk8qwOu { box-sizing:content-box;height:1.25rem;width:4.5625rem;position:absolute;display:block;z-index:15008;background-color:#6425b7;background-image:none;top:22.3125rem;left:41.53125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#E7dws07KQAl0mbDx5k0dTRa9wT5oLNBm { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.46875rem;left:42.03125rem;height:0.9746125rem;display:block; }
#ZXEKafybfEa5dtGeaZHvIUpMiEb8EwKr { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:28rem;display:block; }
#U8JTTaLMdTfzvtfVNvnBQS3rHhdFeV7E { color:#000000;display:block;width:8rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:56.57421875rem;left:44.8125rem;height:0.9746125rem;font-style:normal;display:block; }
#O0T7niQviSzTdQpdnNn3Uv3kRPBaH8K0 { color:#6425b7;display:block;width:5.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.4931640625rem;left:53.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#nuQggmz2kLoyLksenGqOmJ1yL8rbnzFU { background-color:#6425b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.73046875rem;left:47.03125rem;display:block; }
#T67BtFmbgAbzemXg9hnmInd4DQTPNAi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqmnfiNQDtFkHeLQOqZKnz6IttnrHW14 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.9375rem;top:64.53125rem;left:50rem;overflow:hidden;display:block; }
#aJaOV1pkOCn8OXyRILTwVeM6JLhKcg8O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:62.375rem;left:48.6884765625rem; }
#SmcrsHV9hoNTbik1VLpAFTFsw3z6PHZZ { color:#4f4f4f;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:62.375rem;left:50.875rem;height:1.3125rem;font-style:normal;display:block; }
#AquS8PLXqvoEW5Wy586Dt9SKGxbvTW5m { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.1875rem;top:23.62158203125rem;left:3.1875rem;overflow:hidden;display:block; }
#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J { position:relative;display:block; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J { background-color: transparent; background-image: none; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row .container > .video-iframe-container { display: none; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row > .video-iframe-container { display: none; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .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); }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J { border-width: 0; border-radius: 0; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .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; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .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:202.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; }#AOL0pbqI0v1At55L7ASMBB2QXAKoslmV { color:#000000;display:block;width:49.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:12.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egb1PVd4WAmENKvksp7K3ofR5DhmZnKv { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10.396484375rem;left:14.0625rem;height:48.3935375rem;text-align:left;text-align-last:left;display:block; }
#IHXVPeT6ZTCpLpKVzO4uC7d5se1xC50S { 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:25.375rem;width:33.8125rem;top:61.375rem;left:20.59375rem;overflow:hidden;display:block; }
#TvkKANgp5qsxkC8T0QMtC3X7pbUQaHi4 { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:89.5625rem;left:14.0625rem;height:30.79589375rem;text-align:left;text-align-last:left;display:block; }
#Gfv5X0LZSrqfvy4If611TylLV0noHvtv { color:#000000;display:block;width:31.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:121.9375rem;left:21.6875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLDk9e929nfhPpqffGkNe0UhR24MT2gv { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:131.25rem;left:14.03125rem;height:70.3906rem;text-align:left;text-align-last:left;display:block; }
#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS { position:relative;display:block; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS { background-color: transparent; background-image: none; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row .container > .video-iframe-container { display: none; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row > .video-iframe-container { display: none; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .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); }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS { border-width: 0; border-radius: 0; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .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; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .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:571.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; }#TyobmUbU2rwQUlHQThcT8c4x5nwfSSFo { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(100,37,183,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #6425b7;border-left:0.1875rem dashed #6425b7;border-right:0.1875rem dashed #6425b7;border-bottom:0.1875rem dashed #6425b7;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#xr0zideVaVqc52tDmVWTEXsLuMq1iZGG { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.04296875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrqecFybEhIqI4ldlEvpPvqtJVvLPird { 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:17rem;width:47.125rem;top:19.04296875rem;left:13.9375rem;overflow:hidden;display:block; }
#ySKbciTgKSFepTCgvcTTUsATlZq2WlLc { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#fNGX4Vqkx1Riz27KgUUR536VuehWVs2e { color:#000000;display:block;width:25.5rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.5rem;left:24.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLB3p1yenAXDJgsSS0FnvvBGE0xukZc4 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#WwpHy9mXmswZ0hNC1tWl6x0aXNJBuk2C { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.9443359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMXh6STT1rZf0pbxsry6L3xDBpu54vWr { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#V5J2WRNr7DhZyxVzozSUeyuukFQSs5XF { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.36181640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dy9ENZqtL9tplvUVcPqNEETR16x1Ca3U { 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:29.1875rem;width:41.4375rem;top:167.21533203125rem;left:16.78125rem;overflow:hidden;display:block; }
#v7sdzXsEXy4GI9T8bDAeLMeSisR4rA1r { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:199.14697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#RPPRKMQSaDPTaXQ6Sc7JXEwQP0LO2Err { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:244.12451171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQR1bCwCvwePT8SUKXxXi2Ofit97CgkG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#EMxUPabTa2OhOodEqc4lOXz8aWSzaGW8 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNqsh7DJxBWh4VBwm7SCnkPu4rsmS5We { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#HTp7DATInnfIrE13GtomhsbQnSUQ0nRg { 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:26.5rem;width:35.375rem;top:289.490234375rem;left:19.8125rem;overflow:hidden;display:block; }
#dfCVy9ygJ9M4LEzuz2ddnZKwe1qsNcop { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:344.69970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2STJWNhis2dGJoupzRBcfmi2tpVDDCA { 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:25.125rem;width:45rem;top:350.896484375rem;left:15rem;overflow:hidden;display:block; }
#CzA5TkBAzM6y3EGptCTpfVzsDxXVT8wQ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#DbCifhT1X299WUXlXemLIhGfHEt4o5Hm { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMMlGma7F2DlWd9n0EuBL2rwAZTT01io { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#6425b7;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#X68TKAoqHDycQyx70yDvEEvlhkKcByXE { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLLlIlbI57udAQp0pkxKImRr9PTZtTLC { 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:12.3125rem;width:7.875rem;top:421.09375rem;left:18.875rem;overflow:hidden;display:block; }
#QuAMfHg46qdG22wLTwuXyBVkgQGR1Dco { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#gIII3vAlKCQRevdat0Ct6sMeJEokMawb { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#xhfBz460PhxDOpKoX4tmbZQmdL2wzOKA { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#KPCNLehPu6x3vvMiVbnVMWVK3P1lyecZ { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#LrTFpckhUs5ID5ky59setTF6MV9GkpEt { 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:12.3125rem;width:7.6875rem;top:442.21875rem;left:18.96875rem;overflow:hidden;display:block; }
#avmrblOCmA7ShvxX0D0JGUfUN7pK68sD { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#oqwmpOTzfS9lxGvAlAar8mOfmb6dGTpf { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#qJybfi2SXBvt5tzXF7zw2HUVrC4PxiwW { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#gJHWLMLVbBueMBbz1FxTDcAJ8aFo74Au { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#z9D4PybB5SLJblNyApIeKwPI6Q7bmXIa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:463.53125rem;left:18.46875rem;overflow:hidden;display:block; }
#PTvr2KK3GiEQ5KJLOdd8GiLeTQX14md5 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#KfOEPntkb1UWe4bWIdJq2R1IOGQod9QH { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#OqCXfP3swxwydVPBDuP0OwcUH3JFyUdd { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#sHLlc8pKiXE1SQ6AT0JIvOA7Ig2N6DUl { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#d9atlvs2tkhaZoRSpXe43FJn88Wh8MqS { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#HX9rRxkCGJCX599DwIPxszF3mkDIWGaf { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#T5DvrrgNwIJzcnKU83wX1RdhTRt6nOev { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#mh4GtnsdghgAl1UOR4b79TZhD4525yGq { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#D01Z4qmtzcFKzFHoGsOtIuSE4mq4TNID { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:506.34375rem;left:18.46875rem;overflow:hidden;display:block; }
#MBSaSzlE5euunoeoUxWghCzmJ8v58knp { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#ODFRpTxF9TRIiUQD1T9TrH3ip3ZlzCdi { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#UpfbziM7PkB6lGPJtZryUgOTsT3qWTZM { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#dRIIerKfTR8FCfv469UEeMRumE7N5DD6 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#qyTqXNtrI9rAIgVya3MfZvF2o0yVBbtA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:528rem;left:18.875rem;overflow:hidden;display:block; }
#KSgs4mSp5T4dvEmBrOsqFtx8wJppt2TK { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#W9JhofXddM1NCmaHObWgFprJ4i4uVFLe { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4624rem;display:block; }
#NGZG4GahMhONv8M0iB0eI15cnJyypKq8 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#s5QJq7mwykUQ9XWD7kXBQxAmoAnDs4Ia { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#IcCHQTo6UwE4XT7a6nOLfMDT74zdRe9A { color:#6425b7;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.6875rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#munctCyw5BkwNMp41lQk9WbKqapD9Hmg { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#nBT4PQIrLheXP8MZmDnGmgZXD1Hv723I { background-color:#6425b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.65625rem;left:21.75rem;display:block; }
#TQ1s7vTuuK3NDTfCD6NJ44c4iclnVJ4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRXIIEaILwO2r8uHoUvfH0cLlwSwhGaA { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.5rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#COnU5U1lZzNLhTIdEaU9iSqAobMb71cC { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.5996125rem;font-style:normal;display:block; }
#TLUpdf93GeUT8CufMw0EWrSXbAStDGqr { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#z1BwgsfFD3RSZdMfzERxnxJN3kQCnrQT { 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:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#z2vky63s6cXrE37aMOmgMSTv8HMbflc0 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#UL7GfusSNH2JVF6ZvAClPKhx2beVGC6I { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#NFHAyhPmwJufm9T4TNPKdxhu7nl9kwWy { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#C6e6k8CdVdUg8J7we7sX44GTqBgJQqF5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#vPKqzcN8V1sqNhhl7M2VEMqW6Ghll0vb { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m8T8koh1ORu51pHfTtPWgwR9S5hB4B1p { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#NDa23UHkTUDIXSPNmhi0UonWITbIJVcn { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O1Llk9TFuEAdFi9QHqfWLs6kN5H2nQh5 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#EHFhCkEq9oeNTypEDa71W8JlvFMS98vb { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#zG7TdqoU5w5ravKSBVbQJqlmd3DaDDP9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#O87r2HW3xagZu9QNGgvDKyDb2olwrBgG { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#dQwBcxbPoBsBTSTi1Azgh9GvucCqDxyq { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#B0ZPUKbxRXANtJl6LwqwRIcNavcSrT1x { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#APOqUTfIx6cTi3dpH0AM31GiF7FJRAlX { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#sWc9qTrbFgAWkPZA9uvJdP7M4LPlnNnH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#PfmhTmdATkJLl0HoCkSvaqhQCRiJn9zv { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#hvIWcoehQio6Pm3BlzApmWeyTJdIpFDN { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#K5ikEAplNyor3zx5xB3Gb5Hr7kXQhXh5 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#XWJs3Qq0Wy46cJb2Jh3Dn0bR1LrTcT8t { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#DSq5Pp5uOzJ8eoJrM7Kwki0vFyk2GRmO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#hOQL1tk7eABSGweZO7ukSRLhWyPWGM4N { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Qt1XsA4LA9UDpSfmiADRTVa0T95REG06 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#TMlqOsZFKn9L3mrfwl8TA4qhs6usJMGG { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#g0L1RL72dhTXbcia1naMwNsPoqIJqvnk { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#TQoohlMJOMTabCyqMoAAII3kNmdwPwXR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#f3IfgtVsHPcK6qhWRBOsc6JwMvbxBwAv { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#hONXpScH3ELIbGFM46MFElayMzHwxNBR { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#cGIiT9cwGuGFyteifVBGAicIq0LPTtWu { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#HkfDGb4v5OereWv3uGOV8CbWPmDl45xc { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#LtODmPvyTOiyWxkdd8aIuJCmhMBLh8gD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#PuxUNiqHhAhQcppTM1wGVR8kUXHXmlNd { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#ZivLFHeb3yXaicfuvJWSxMEDL159ywQW { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#XPfgAex8FU3Tr3beuOJtLs7qOdtG9PFJ { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#kDAOu8ZBfnUIDOyJnJLWH4Q6CPB4BFJM { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#rX8JX9ynXdnSNP4T2nmom1G0T9Kxh5Go { 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:23.5625rem;width:42.1875rem;top:94.125rem;left:16.40625rem;overflow:hidden;display:block; }
#d3NsDvRQfrktyOLSckOIOnFMgRry1U5M { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:485.15625rem;left:18.96875rem;overflow:hidden;display:block; }
#CrRCIviFWOwuZnDdk2CWaCWtvSrlNb6g { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 { position:relative;display:block; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 { background-color: transparent; background-image: none; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row .container > .video-iframe-container { display: none; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row > .video-iframe-container { display: none; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .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); }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 { border-width: 0; border-radius: 0; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .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; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .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:459.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; }#LLz4vvN6bg5voDPo9F3cUt8kmlKtpHgF { color:#000000;display:block;width:42.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:16.3125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OzL56ILgmg9t2yR68OUwTbXnJTZK87CT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.2890625rem;left:15.625rem;height:13.19824375rem;text-align:left;text-align-last:left;display:block; }
#MWFSsd6fnu6UTPdNBScMa9gdhUM0VMAg { 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:22.1875rem;width:34.375rem;top:29.64697265625rem;left:20.3125rem;overflow:hidden;display:block; }
#uIt0GDOimy4UUKULz0OAuGWZ4vJz01IA { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:54.86572265625rem;left:15.625rem;height:17.59764375rem;display:block; }
#MmcoHWI15aGTUkNdwd3wIZlmJlXhlrQK { 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:22.75rem;width:34.1875rem;top:75rem;left:20.40625rem;overflow:hidden;display:block; }
#TyUxeolXWO05WU3OikCrIbnflrIywPA9 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:100.24072265625rem;left:15.625rem;height:24.19676875rem;display:block; }
#X73fLiZLfCAuAnGOr4wg9t4RvTebb5i9 { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:126.4375rem;left:15.84375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otxRRbiyDJ3kv1ua8cU2awdboTSCEO1R { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:137.1591796875rem;left:15.625rem;height:50.59329375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzJ3HgTfQRcb6lrvW9SDPZ64duM952Sb { color:#000000;display:block;width:37.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:187.751953125rem;left:19.1875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqbMMpJglQ5bRtuWmr9mZip0pPs0P3cm { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:197.271484375rem;left:15.625rem;height:24.196775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crOS6CsmOrpqqXzV40vf296hGuug5xSH { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:224.375rem;left:15.21875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFQhlZKqGhVnoqTHitZgtxMfUFG2TsUv { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:247.5625rem;left:15.625rem;height:35.1953rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ud2HUiAvru1JiGzTbS2l1MLs6gx2xaND { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:235.125rem;left:33.21875rem;overflow:hidden;display:block; }
#aUbmHXEPS6NaxxQP7a3lkSLTiPdU7qCX { box-sizing:content-box;height:125rem;width:53.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(100,37,183,0.12);background-image:none;top:286.3125rem;left:10.75rem;border-top:0.1875rem dashed #6425b7;border-left:0.1875rem dashed #6425b7;border-right:0.1875rem dashed #6425b7;border-bottom:0.1875rem dashed #6425b7;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#QMEEXCm3v0TnZRIBepxcCQW4WhfCVNPk { color:#6425b7;display:block;width:36.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:288.8125rem;left:19.03125rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ohf34owUZ9WdI1ETAT2WdNhWPMaa0C1F { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:302.1875rem;left:15.9375rem;height:106rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xkkC69NVVt9aphIDpGpE140RiFTccM9X { color:#000000;display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:415.4375rem;left:19.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUVTyJuTDJtNZTyf99sQvFctEyZh7zSK { box-sizing:content-box;height:97.8125rem;width:27.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(248,0,0,0.12);background-image:none;top:218.5625rem;left:27.875rem;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#FNGS97NJbdd4dNwbf5GJv2vhlxpwgFtP { color:#ff0000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:220.5625rem;left:30.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xEJwy66crvouBdq8Z1eBGgMRP0LrS1w9 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:225.146484375rem;left:28.78125rem;height:89.57820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,0,0,0.61);border-left:0.0625rem solid rgba(0,0,0,0.61);border-right:0.0625rem solid rgba(0,0,0,0.61);border-bottom:0.0625rem solid rgba(0,0,0,0.61); }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .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; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;line-height:1.7;overflow:hidden;height:auto; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .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; }#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-trigger.adaptive-delivery-prevent-bg, #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-trigger.lazyload, #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-trigger.lazyloading { background-image: none; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB { box-sizing:content-box;height:auto;width:46.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:422.5498046875rem;left:12.8125rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RCLymbEeSlCBxKtRHwdQyAx0lQ9ukDoq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #VVFTORN8gc6m29NpnaftMEzklEW86I5z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #l2k56QeqT0QGNdC22FkFbZrZgKzE5uP8 { display:block;position:relative; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NRkso4hGD3ScE4WTcycuKkrx0Ih7kDWi {  }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #DXqA8qgWp1J3xTA89Mkr2APviqxeDu7l {  }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #J8uTtyaESqszfIlQOHDvfJrmavbvemhD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #ddgQTPA6T05TzNVkUh8mghJ1WM9ubBMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #PuDZiDLCL0UqWQNET2Vx2N2ZP6B7phqA { display:block;position:relative; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #lcaKF8FsFRzclXOQxKwqwsmaFV2w9CwX {  }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NWfCEbh6LAuhdg01UvL581isXmFD6lQz { display:none; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #FwlCgMqTb7adL7tZ3dIH4XwRVFG9vzHH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #MhTizSrZXvcOPDUThSITC7duqDQdhEbT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #qXKhvThFukB0vKToC4xufudfGbATS2qw { display:block;position:relative; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LclbtfCuO7yTzxfGTSBFwX4L7RTnUvk8 {  }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #rpKOe3ZkFcsAokdvnZzdoUTZA1XTBxcI { display:none; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RJX7tn0DiR9DfAsBVzhTkgt9TIBX1XJU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #WwbtRst53vTVnooIV7e2CiOrXHPmoIN4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #TNfTwOxy743SelWWh0O60xBVBp2eFEKu { display:block;position:relative; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #kX27ltdVNyTH7Tt6hyVvV7fq4AsWr4Ik {  }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LfOS5ezRqPQQDViHxVkZzObSbNXLqLHg { display:none; }
#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i { position:relative;display:block; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i { background-color: transparent; background-image: none; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row .container > .video-iframe-container { display: none; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row > .video-iframe-container { display: none; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .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); }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i { border-width: 0; border-radius: 0; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .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; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .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:571.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; }#sy6Hhug8DXPKOUhLNFXRSihwd2fdU81A { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(100,37,183,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #6425b7;border-left:0.1875rem dashed #6425b7;border-right:0.1875rem dashed #6425b7;border-bottom:0.1875rem dashed #6425b7;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#T3e1y7K9bIPPMDQLuPPS86vdn8FdKlUg { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.04296875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mai6NJ6Imp0tL2oNnbmT6voEBxM8q5on { 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:17rem;width:47.125rem;top:19.04296875rem;left:13.9375rem;overflow:hidden;display:block; }
#BhJ6B1oifBeo6QQBITvoDCML6sLiioQU { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#AZTbI6PTH1gQyADvrITiTo67aH65gtSq { color:#000000;display:block;width:25.5rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.5rem;left:24.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdIU4DuS1TXtkS6kVsOZIOGcv6bN0xwK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#tdtwimkIccW8O5cn9MlQWUBJRtTR3ceL { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.9443359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#neNcBeM93vUSbV1kMV5ChMoX8pef2ach { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#UtqO0h5Th5mPrTJuswSFcfKLZ6pF3Z9F { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.36181640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDiM6PKuIor2ewQXOX5aIGdE8pcmN88W { 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:29.1875rem;width:41.4375rem;top:167.21533203125rem;left:16.78125rem;overflow:hidden;display:block; }
#qhMrl6syN9RamcxzUUbo4m5TgMlh5Ii1 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:199.14697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#fcg8EbGPslAo0NgtgpBCpACJLtOVrW2N { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:244.12451171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeHOgzLDHlWx1Z5vW0glakDH9sNqW9hS { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#yxdI2kXnnotNVD3pFrsnzRfChD1pF5WV { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OypRHQFAMhPTTMna3NvFRymJE7TZSP9e { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#v8BDh1Jfd5aw8gr01vF866uZbbB6xC9l { 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:26.5rem;width:35.375rem;top:289.490234375rem;left:19.8125rem;overflow:hidden;display:block; }
#MdkUzq2Cc4la6fETa0Q4xTNe1TJpARvc { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:344.69970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NR3WUaPaQ33Va1kV9WHopaaqaG0To5gB { 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:25.125rem;width:45rem;top:350.896484375rem;left:15rem;overflow:hidden;display:block; }
#gmgfE3qcGIU6ftOENeqikVdExmRmBnCS { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#KA3BPd6VWwBt1eHqsclQuc8BIyLu5FhD { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4d8TvytB7bg7yRcgGhk0p4PE437vI7J { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#6425b7;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#FKMXS999PS4rPg62y1L5gA53liT2XITr { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ry6LpK7AV4WSu0ChNTeE9Uzk7QAkoZIP { 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:12.3125rem;width:7.875rem;top:421.09375rem;left:18.875rem;overflow:hidden;display:block; }
#e3huiNTByEPXKXWwqqZ3e2fN0UUe5po3 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#mqeDwbrFEX6EnzOQ9LT4VyH95JQq4bhW { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#bFGHJiuVf1FERS2xg14UTssENmWdl6CJ { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#dNBSzVQQcUw9FtDCBPaEFemkgpictxH5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#nHiU4gow97wWWXsOayWWHqlFa4JuhHkw { 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:12.3125rem;width:7.6875rem;top:442.21875rem;left:18.96875rem;overflow:hidden;display:block; }
#dqR231MApgd02gqEEfFaQzUzlS6q7mA5 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#uuOMA0hXRsmTa9w25JLgRCb3SMBQZCev { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#TfiUiwfU3wrknXyeSq7pJPFqPTMD73MT { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#MhqTMOrit5ZllX0Uq9lyi5nszVMmBQ34 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#mFyIe1Tgq6Ob2CstncrAFkdtVwkIM8Hy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:463.53125rem;left:18.46875rem;overflow:hidden;display:block; }
#BfV5K7GXq9REN0N9yMMTmi0xls26ONnL { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#Jafcq9fWOteCX7gHmVOS1M8plTNFdayH { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#G8KTNiH2mpAfopsrpOEpXTlSgk1WaV9y { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#eWfX1xVXclo8WOud8btPBAU0Qh7wWD2G { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#i3MBz6231ZTMVNoarphnm0D6sMi38Qpc { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#QKw16mLfgqLHhtvEyaC0aBlbUFJSQtyy { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#vEIekFf8Tt0ioiWzLEHVbRS5rrHSx9Wv { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#AT531wPDBpTohwHBCHcbKJo9zoWpVxmW { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#N46b1aIaKQTgi6VDvxQicSs56NfZhqcS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:506.34375rem;left:18.46875rem;overflow:hidden;display:block; }
#JbelacnD0a3QaRW0sRFEau9mWA4BkbPw { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#SVadheoFZIlkbXJ0egN7IrOzMR9Oc5pP { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#mn7Tvb4JurrJzer8GPLKJp99NJvtAQll { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#VtxTdAzIuhTGOBfZATNrmPmdXbhyTLNz { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#xSfizgAT2yrs5hvLVJswwKRK17QpIhwV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:528rem;left:18.875rem;overflow:hidden;display:block; }
#MEhIkgoh9mMZmfObCEZ2NhqVJsBWc6Xu { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#xSBazDTfdTQQAWStPX9vm0xcCe9aNsWI { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4624rem;display:block; }
#cQJUICkQ6BmDfTuT1Inso0bK81pVJn0E { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#gDsCTkFngBbv4H4X2r5RnsnaBUevaKk5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#aHZePaTzgz8AIumGTyPCGdD60WAmqeiw { color:#6425b7;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.6875rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#ubsIQBTMK80LLcdIttgRLiwKVqH5hu2u { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#maCqUDa9A5oKZp3nc2ZS4ZsHuRJwIn3Q { background-color:#6425b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.65625rem;left:21.75rem;display:block; }
#KwW7MTZ1PkMwiMRT1Wm3vyo4nl9ab3ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfJsRcZIK061OgP5HU6Jov5ToXKhM3iI { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.5rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#Io21H4x3nB7pn6ODrWk9eRHG2W0HI4QM { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.5996125rem;font-style:normal;display:block; }
#KxgUmB6lLJ2P1qfFC0X77Q97atVVBTF5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#DBgTJFAV60LTgooKDElHVTxc6molUPZg { 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:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#aDzMkQhwhobV4uGl3wWC73TU1fq6tteX { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#U6Wap0HlRVEXQhfM8a07DIgt95SWM69F { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#sUOx09Wbduu86kRXT1nbe2KNIoU1qDh7 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#Pvyiql7cfTJysJr7GKREPSf0Gbzlhhoa { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#d1aoyDWNJIgVC3dMuishg01IxenOEy5P { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FETWTJnSKOgxn2luEBXFDl9PEuCw8aLn { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#eb11kuBFwFFoJ9IVDTwTBFn9h4Npvpfm { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dfUhzoZRRQnJvFpkATLMbMaHsBu65Iff { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#lpEpbRtl8SnTqz0v1VRNypHukWt5cBVr { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#yCGacQZqPRhpdgsfrQ2LFLvfWTb0Tvd9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#dib0nEIV4uyWrUovghzGDbzQUzfBea1v { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#GhbMF5EU8gOckEFXTbl9TrrrLPiMIvZO { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#JozmnW8WxTzI6O5AtS1ecwzwll3uhkIg { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#bFtZV1TSCKShPinLDKAQRwdbOhNGUI9w { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#ic37zyTRRPXs6D0aBOSavmyndJa4x58o { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#ztZTPCoFNTDM8ek8OJ1dNTNV57kzvx0z { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#esT11O8VPbQ1zQutykHgrm8krSHVZyTp { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#BuSlbbmNFCDXqGTaNIOA4xDQbx82yqbR { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Jl3k72QcfQq1E6UyuM1dd9yDrXa6yTcf { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#iu5hNi9BHcB7Wfn2TSv0RmVEeT6pTQud { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#dv7AiZ2gKO5WkAD1cdQM9tEZ25HWiCPe { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#oyZBtmNvzp9iJ9LN8829CGgGo63QvLq6 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#oEtewZKOTKXy5eWd4JgQxQxQi8t5lTP2 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#zahXXCDe9kPDwTE2JmixbKEzyEHTKwLg { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#MnD9y84cDSBXTDtXGlz2cqCHPTfhw7nA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#d4ZegHBWLybGMuxd4mbm0GAToeHT8wUH { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#QQBUESZ0RATaTIxTVyfO4P5KQEW5mg41 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#DFeyvu58t5MJ4V5FruHhfNB8i97NXt1g { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#ObzV8VGlfOgs0A3nW5SJmAskSWsCfyNX { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#FEcArN6n5dPKLsrgzI4XCLPiIgBpJfRE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#Z0QlCKfcPIyELZUuNwwhWtiIFrV2Dnkt { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#HxknM3Tp2vPcU8tEwZlDNOp4QSWHBigr { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#d6gDlnOsiuXnx4vptRJQFJdW7ZHI3VEb { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#CfoSitTs5pMlWly4IrTwq0CUI111abxX { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#nWvKWasnpw2slsXl1Ci5ECwUxJx2JqZX { 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:23.5625rem;width:42.1875rem;top:94.125rem;left:16.40625rem;overflow:hidden;display:block; }
#s0y2IFPZq7X0Jh9t7dHBvQQ0ke5GgCWb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:485.15625rem;left:18.96875rem;overflow:hidden;display:block; }
#o1z7QaDLXwasFVi1t9JxZKo5oku2by7T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl { position:relative;display:block; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl { background-color: transparent; background-image: none; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row .container > .video-iframe-container { display: none; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row > .video-iframe-container { display: none; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .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); }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl { border-width: 0; border-radius: 0; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .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; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .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:7rem;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; }#uKRewXsnvOizM7bulqsVnOvwdhq4finE { color:#000000;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:2.88720703125rem;left:30.875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq { display:block; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2XcmXxGTTpTHMMvblQRzGr9yfznbvHf { top:1.0625rem;left:12.375rem;width:23rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7uSG1VSUfkZeDLpaaHEQGBi9VMndLJ { top:1.25rem;left:15.65625rem;width:16.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3IDtxhEu4yy6FDErTm3PaaFaG0Qmz6 { top:3.875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJoV7fqK4IdDCB9r7V6CdZI3xyTWcmtD { top:14.9375rem;left:2.5625rem;width:42.625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85TtNqWFu22uRsRdqiJfUXOQOnJsdST { top:25.375rem;left:22.4375rem;width:24.9375rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8PnRI9B6n7axLeShhXNaFsXZASGokOz { top:22.4375rem;left:22.4375rem;width:25.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18NbOsmOUdvBwgr3qubv27CZpdVWDVF { top:23.5625rem;left:29.8125rem;width:17.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpO0vidS9svW4mLmT1OWOSl6Zk8qwOu { top:22.3125rem;left:27.9375rem;width:4.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dws07KQAl0mbDx5k0dTRa9wT5oLNBm { top:22.4375rem;left:28.40625rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXEKafybfEa5dtGeaZHvIUpMiEb8EwKr { top:26.9375rem;left:26rem;width:21.75rem;height:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8JTTaLMdTfzvtfVNvnBQS3rHhdFeV7E { top:56.5625rem;left:31.1875rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0T7niQviSzTdQpdnNn3Uv3kRPBaH8K0 { top:56.5rem;left:40.1875rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQggmz2kLoyLksenGqOmJ1yL8rbnzFU { width:13.75rem;height:2.625rem;top:58.6875rem;left:33.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T67BtFmbgAbzemXg9hnmInd4DQTPNAi1 { display:block; }
 }@media only screen and (max-width: 763px) { #sqmnfiNQDtFkHeLQOqZKnz6IttnrHW14 { top:64.5625rem;left:36.375rem;width:8.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaOV1pkOCn8OXyRILTwVeM6JLhKcg8O { top:62.375rem;left:35.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmcrsHV9hoNTbik1VLpAFTFsw3z6PHZZ { width:8.5rem;height:1.3125rem;top:62.375rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquS8PLXqvoEW5Wy586Dt9SKGxbvTW5m { top:23.5625rem;left:0rem;width:35.1875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZFg47cnn7l6KPINFrAW4UkupsqDGs1J { display:block; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOL0pbqI0v1At55L7ASMBB2QXAKoslmV { top:1.4375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egb1PVd4WAmENKvksp7K3ofR5DhmZnKv { top:10.375rem;left:0.4375rem;width:46.875rem;height:48.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXVPeT6ZTCpLpKVzO4uC7d5se1xC50S { top:61.375rem;left:6.96875rem;width:33.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkKANgp5qsxkC8T0QMtC3X7pbUQaHi4 { top:89.5625rem;left:0.4375rem;width:46.875rem;height:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfv5X0LZSrqfvy4If611TylLV0noHvtv { top:121.9375rem;left:8.0625rem;width:31.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLDk9e929nfhPpqffGkNe0UhR24MT2gv { top:131.25rem;left:0.40625rem;width:46.9375rem;height:70.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS { display:block; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyobmUbU2rwQUlHQThcT8c4x5nwfSSFo { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr0zideVaVqc52tDmVWTEXsLuMq1iZGG { top:2rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrqecFybEhIqI4ldlEvpPvqtJVvLPird { top:19rem;left:0.3125rem;width:47.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySKbciTgKSFepTCgvcTTUsATlZq2WlLc { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNGX4Vqkx1Riz27KgUUR536VuehWVs2e { top:51.5rem;left:11.125rem;width:25.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLB3p1yenAXDJgsSS0FnvvBGE0xukZc4 { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwpHy9mXmswZ0hNC1tWl6x0aXNJBuk2C { top:88.9375rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXh6STT1rZf0pbxsry6L3xDBpu54vWr { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5J2WRNr7DhZyxVzozSUeyuukFQSs5XF { top:157.3125rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9ENZqtL9tplvUVcPqNEETR16x1Ca3U { top:167.1875rem;left:3.15625rem;width:41.4375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7sdzXsEXy4GI9T8bDAeLMeSisR4rA1r { top:199.125rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPPRKMQSaDPTaXQ6Sc7JXEwQP0LO2Err { top:244.0625rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQR1bCwCvwePT8SUKXxXi2Ofit97CgkG { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxUPabTa2OhOodEqc4lOXz8aWSzaGW8 { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqsh7DJxBWh4VBwm7SCnkPu4rsmS5We { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTp7DATInnfIrE13GtomhsbQnSUQ0nRg { top:289.4375rem;left:6.1875rem;width:35.375rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfCVy9ygJ9M4LEzuz2ddnZKwe1qsNcop { top:344.6875rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2STJWNhis2dGJoupzRBcfmi2tpVDDCA { top:350.875rem;left:1.375rem;width:45rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzA5TkBAzM6y3EGptCTpfVzsDxXVT8wQ { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbCifhT1X299WUXlXemLIhGfHEt4o5Hm { top:399.0625rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMlGma7F2DlWd9n0EuBL2rwAZTT01io { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68TKAoqHDycQyx70yDvEEvlhkKcByXE { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLLlIlbI57udAQp0pkxKImRr9PTZtTLC { top:421.0625rem;left:5.25rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAMfHg46qdG22wLTwuXyBVkgQGR1Dco { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIII3vAlKCQRevdat0Ct6sMeJEokMawb { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfBz460PhxDOpKoX4tmbZQmdL2wzOKA { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPCNLehPu6x3vvMiVbnVMWVK3P1lyecZ { top:430.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTFpckhUs5ID5ky59setTF6MV9GkpEt { top:442.1875rem;left:5.34375rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avmrblOCmA7ShvxX0D0JGUfUN7pK68sD { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqwmpOTzfS9lxGvAlAar8mOfmb6dGTpf { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJybfi2SXBvt5tzXF7zw2HUVrC4PxiwW { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHWLMLVbBueMBbz1FxTDcAJ8aFo74Au { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9D4PybB5SLJblNyApIeKwPI6Q7bmXIa { top:463.5rem;left:4.84375rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvr2KK3GiEQ5KJLOdd8GiLeTQX14md5 { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfOEPntkb1UWe4bWIdJq2R1IOGQod9QH { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCXfP3swxwydVPBDuP0OwcUH3JFyUdd { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHLlc8pKiXE1SQ6AT0JIvOA7Ig2N6DUl { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9atlvs2tkhaZoRSpXe43FJn88Wh8MqS { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9rRxkCGJCX599DwIPxszF3mkDIWGaf { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5DvrrgNwIJzcnKU83wX1RdhTRt6nOev { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4GtnsdghgAl1UOR4b79TZhD4525yGq { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D01Z4qmtzcFKzFHoGsOtIuSE4mq4TNID { top:506.3125rem;left:4.84375rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBSaSzlE5euunoeoUxWghCzmJ8v58knp { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODFRpTxF9TRIiUQD1T9TrH3ip3ZlzCdi { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfbziM7PkB6lGPJtZryUgOTsT3qWTZM { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIIerKfTR8FCfv469UEeMRumE7N5DD6 { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTqXNtrI9rAIgVya3MfZvF2o0yVBbtA { top:528rem;left:5.25rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSgs4mSp5T4dvEmBrOsqFtx8wJppt2TK { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JhofXddM1NCmaHObWgFprJ4i4uVFLe { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZG4GahMhONv8M0iB0eI15cnJyypKq8 { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5QJq7mwykUQ9XWD7kXBQxAmoAnDs4Ia { top:537.9375rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcCHQTo6UwE4XT7a6nOLfMDT74zdRe9A { top:544.6875rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #munctCyw5BkwNMp41lQk9WbKqapD9Hmg { top:548rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBT4PQIrLheXP8MZmDnGmgZXD1Hv723I { width:31.5rem;height:5.125rem;top:551.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1s7vTuuK3NDTfCD6NJ44c4iclnVJ4u { display:block; }
 }@media only screen and (max-width: 763px) { #HRXIIEaILwO2r8uHoUvfH0cLlwSwhGaA { top:560.5rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnU5U1lZzNLhTIdEaU9iSqAobMb71cC { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUpdf93GeUT8CufMw0EWrSXbAStDGqr { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BwgsfFD3RSZdMfzERxnxJN3kQCnrQT { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2vky63s6cXrE37aMOmgMSTv8HMbflc0 { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UL7GfusSNH2JVF6ZvAClPKhx2beVGC6I { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFHAyhPmwJufm9T4TNPKdxhu7nl9kwWy { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6e6k8CdVdUg8J7we7sX44GTqBgJQqF5 { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPKqzcN8V1sqNhhl7M2VEMqW6Ghll0vb { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8T8koh1ORu51pHfTtPWgwR9S5hB4B1p { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDa23UHkTUDIXSPNmhi0UonWITbIJVcn { top:358rem;left:0rem;width:18.8125rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Llk9TFuEAdFi9QHqfWLs6kN5H2nQh5 { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHFhCkEq9oeNTypEDa71W8JlvFMS98vb { top:379.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zG7TdqoU5w5ravKSBVbQJqlmd3DaDDP9 { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O87r2HW3xagZu9QNGgvDKyDb2olwrBgG { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQwBcxbPoBsBTSTi1Azgh9GvucCqDxyq { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0ZPUKbxRXANtJl6LwqwRIcNavcSrT1x { top:465.8125rem;left:19.21875rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #APOqUTfIx6cTi3dpH0AM31GiF7FJRAlX { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWc9qTrbFgAWkPZA9uvJdP7M4LPlnNnH { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfmhTmdATkJLl0HoCkSvaqhQCRiJn9zv { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvIWcoehQio6Pm3BlzApmWeyTJdIpFDN { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5ikEAplNyor3zx5xB3Gb5Hr7kXQhXh5 { top:436.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWJs3Qq0Wy46cJb2Jh3Dn0bR1LrTcT8t { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSq5Pp5uOzJ8eoJrM7Kwki0vFyk2GRmO { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOQL1tk7eABSGweZO7ukSRLhWyPWGM4N { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt1XsA4LA9UDpSfmiADRTVa0T95REG06 { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMlqOsZFKn9L3mrfwl8TA4qhs6usJMGG { top:460.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0L1RL72dhTXbcia1naMwNsPoqIJqvnk { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQoohlMJOMTabCyqMoAAII3kNmdwPwXR { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3IfgtVsHPcK6qhWRBOsc6JwMvbxBwAv { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hONXpScH3ELIbGFM46MFElayMzHwxNBR { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGIiT9cwGuGFyteifVBGAicIq0LPTtWu { top:490.0625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkfDGb4v5OereWv3uGOV8CbWPmDl45xc { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtODmPvyTOiyWxkdd8aIuJCmhMBLh8gD { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuxUNiqHhAhQcppTM1wGVR8kUXHXmlNd { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZivLFHeb3yXaicfuvJWSxMEDL159ywQW { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPfgAex8FU3Tr3beuOJtLs7qOdtG9PFJ { top:520.1875rem;left:0rem;width:16.9375rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDAOu8ZBfnUIDOyJnJLWH4Q6CPB4BFJM { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rX8JX9ynXdnSNP4T2nmom1G0T9Kxh5Go { top:94.125rem;left:2.78125rem;width:42.1875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NsDvRQfrktyOLSckOIOnFMgRry1U5M { top:485.125rem;left:5.34375rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRCIviFWOwuZnDdk2CWaCWtvSrlNb6g { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 { display:block; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLz4vvN6bg5voDPo9F3cUt8kmlKtpHgF { top:3.25rem;left:2.6875rem;width:42.375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzL56ILgmg9t2yR68OUwTbXnJTZK87CT { top:13.25rem;left:2rem;width:43.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWFSsd6fnu6UTPdNBScMa9gdhUM0VMAg { top:29.625rem;left:6.6875rem;width:34.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIt0GDOimy4UUKULz0OAuGWZ4vJz01IA { top:54.8125rem;left:2rem;width:43.75rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmcoHWI15aGTUkNdwd3wIZlmJlXhlrQK { top:75rem;left:6.78125rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUxeolXWO05WU3OikCrIbnflrIywPA9 { top:100.1875rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X73fLiZLfCAuAnGOr4wg9t4RvTebb5i9 { top:126.4375rem;left:2.21875rem;width:43.3125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otxRRbiyDJ3kv1ua8cU2awdboTSCEO1R { top:137.125rem;left:2rem;width:43.75rem;height:50.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzJ3HgTfQRcb6lrvW9SDPZ64duM952Sb { top:187.75rem;left:5.5625rem;width:37.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbMMpJglQ5bRtuWmr9mZip0pPs0P3cm { top:197.25rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOS6CsmOrpqqXzV40vf296hGuug5xSH { top:224.375rem;left:1.59375rem;width:44.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQhlZKqGhVnoqTHitZgtxMfUFG2TsUv { top:247.5625rem;left:2rem;width:43.75rem;height:35.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2HUiAvru1JiGzTbS2l1MLs6gx2xaND { top:235.125rem;left:19.59375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUbmHXEPS6NaxxQP7a3lkSLTiPdU7qCX { top:286.3125rem;left:0rem;width:47.375rem;height:125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMEEXCm3v0TnZRIBepxcCQW4WhfCVNPk { top:288.8125rem;left:5.40625rem;width:36.9375rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohf34owUZ9WdI1ETAT2WdNhWPMaa0C1F { top:302.1875rem;left:2.3125rem;width:43.75rem;height:106rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkC69NVVt9aphIDpGpE140RiFTccM9X { top:415.4375rem;left:5.5rem;width:36.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVTyJuTDJtNZTyf99sQvFctEyZh7zSK { top:218.5625rem;left:14.25rem;width:27.125rem;height:97.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNGS97NJbdd4dNwbf5GJv2vhlxpwgFtP { top:248.125rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEJwy66crvouBdq8Z1eBGgMRP0LrS1w9 { top:252.125rem;left:0rem;width:18.6875rem;height:110.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB { display:flex;height:auto;width:27.8125rem;top:324rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RCLymbEeSlCBxKtRHwdQyAx0lQ9ukDoq {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #VVFTORN8gc6m29NpnaftMEzklEW86I5z {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #l2k56QeqT0QGNdC22FkFbZrZgKzE5uP8 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NRkso4hGD3ScE4WTcycuKkrx0Ih7kDWi {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #DXqA8qgWp1J3xTA89Mkr2APviqxeDu7l {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #J8uTtyaESqszfIlQOHDvfJrmavbvemhD {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #ddgQTPA6T05TzNVkUh8mghJ1WM9ubBMl {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #PuDZiDLCL0UqWQNET2Vx2N2ZP6B7phqA {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #lcaKF8FsFRzclXOQxKwqwsmaFV2w9CwX {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NWfCEbh6LAuhdg01UvL581isXmFD6lQz {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #FwlCgMqTb7adL7tZ3dIH4XwRVFG9vzHH {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #MhTizSrZXvcOPDUThSITC7duqDQdhEbT {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #qXKhvThFukB0vKToC4xufudfGbATS2qw {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LclbtfCuO7yTzxfGTSBFwX4L7RTnUvk8 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #rpKOe3ZkFcsAokdvnZzdoUTZA1XTBxcI {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RJX7tn0DiR9DfAsBVzhTkgt9TIBX1XJU {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #WwbtRst53vTVnooIV7e2CiOrXHPmoIN4 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #TNfTwOxy743SelWWh0O60xBVBp2eFEKu {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #kX27ltdVNyTH7Tt6hyVvV7fq4AsWr4Ik {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LfOS5ezRqPQQDViHxVkZzObSbNXLqLHg {  }
 }@media only screen and (max-width: 763px) { #gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i { display:block; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy6Hhug8DXPKOUhLNFXRSihwd2fdU81A { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3e1y7K9bIPPMDQLuPPS86vdn8FdKlUg { top:2rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mai6NJ6Imp0tL2oNnbmT6voEBxM8q5on { top:19rem;left:0.3125rem;width:47.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhJ6B1oifBeo6QQBITvoDCML6sLiioQU { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZTbI6PTH1gQyADvrITiTo67aH65gtSq { top:51.5rem;left:11.125rem;width:25.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdIU4DuS1TXtkS6kVsOZIOGcv6bN0xwK { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtwimkIccW8O5cn9MlQWUBJRtTR3ceL { top:88.9375rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNcBeM93vUSbV1kMV5ChMoX8pef2ach { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtqO0h5Th5mPrTJuswSFcfKLZ6pF3Z9F { top:157.3125rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDiM6PKuIor2ewQXOX5aIGdE8pcmN88W { top:167.1875rem;left:3.15625rem;width:41.4375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhMrl6syN9RamcxzUUbo4m5TgMlh5Ii1 { top:199.125rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcg8EbGPslAo0NgtgpBCpACJLtOVrW2N { top:244.0625rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeHOgzLDHlWx1Z5vW0glakDH9sNqW9hS { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdI2kXnnotNVD3pFrsnzRfChD1pF5WV { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypRHQFAMhPTTMna3NvFRymJE7TZSP9e { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8BDh1Jfd5aw8gr01vF866uZbbB6xC9l { top:289.4375rem;left:6.1875rem;width:35.375rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdkUzq2Cc4la6fETa0Q4xTNe1TJpARvc { top:344.6875rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3WUaPaQ33Va1kV9WHopaaqaG0To5gB { top:350.875rem;left:1.375rem;width:45rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmgfE3qcGIU6ftOENeqikVdExmRmBnCS { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA3BPd6VWwBt1eHqsclQuc8BIyLu5FhD { top:399.0625rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4d8TvytB7bg7yRcgGhk0p4PE437vI7J { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKMXS999PS4rPg62y1L5gA53liT2XITr { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry6LpK7AV4WSu0ChNTeE9Uzk7QAkoZIP { top:421.0625rem;left:5.25rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3huiNTByEPXKXWwqqZ3e2fN0UUe5po3 { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqeDwbrFEX6EnzOQ9LT4VyH95JQq4bhW { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGHJiuVf1FERS2xg14UTssENmWdl6CJ { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNBSzVQQcUw9FtDCBPaEFemkgpictxH5 { top:430.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiU4gow97wWWXsOayWWHqlFa4JuhHkw { top:442.1875rem;left:5.34375rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqR231MApgd02gqEEfFaQzUzlS6q7mA5 { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuOMA0hXRsmTa9w25JLgRCb3SMBQZCev { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiUiwfU3wrknXyeSq7pJPFqPTMD73MT { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhqTMOrit5ZllX0Uq9lyi5nszVMmBQ34 { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFyIe1Tgq6Ob2CstncrAFkdtVwkIM8Hy { top:463.5rem;left:4.84375rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfV5K7GXq9REN0N9yMMTmi0xls26ONnL { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jafcq9fWOteCX7gHmVOS1M8plTNFdayH { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KTNiH2mpAfopsrpOEpXTlSgk1WaV9y { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWfX1xVXclo8WOud8btPBAU0Qh7wWD2G { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MBz6231ZTMVNoarphnm0D6sMi38Qpc { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKw16mLfgqLHhtvEyaC0aBlbUFJSQtyy { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEIekFf8Tt0ioiWzLEHVbRS5rrHSx9Wv { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT531wPDBpTohwHBCHcbKJo9zoWpVxmW { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46b1aIaKQTgi6VDvxQicSs56NfZhqcS { top:506.3125rem;left:4.84375rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbelacnD0a3QaRW0sRFEau9mWA4BkbPw { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVadheoFZIlkbXJ0egN7IrOzMR9Oc5pP { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7Tvb4JurrJzer8GPLKJp99NJvtAQll { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtxTdAzIuhTGOBfZATNrmPmdXbhyTLNz { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSfizgAT2yrs5hvLVJswwKRK17QpIhwV { top:528rem;left:5.25rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEhIkgoh9mMZmfObCEZ2NhqVJsBWc6Xu { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSBazDTfdTQQAWStPX9vm0xcCe9aNsWI { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQJUICkQ6BmDfTuT1Inso0bK81pVJn0E { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDsCTkFngBbv4H4X2r5RnsnaBUevaKk5 { top:537.9375rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHZePaTzgz8AIumGTyPCGdD60WAmqeiw { top:544.6875rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubsIQBTMK80LLcdIttgRLiwKVqH5hu2u { top:548rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCqUDa9A5oKZp3nc2ZS4ZsHuRJwIn3Q { width:31.5rem;height:5.125rem;top:551.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwW7MTZ1PkMwiMRT1Wm3vyo4nl9ab3ir { display:block; }
 }@media only screen and (max-width: 763px) { #NfJsRcZIK061OgP5HU6Jov5ToXKhM3iI { top:560.5rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io21H4x3nB7pn6ODrWk9eRHG2W0HI4QM { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxgUmB6lLJ2P1qfFC0X77Q97atVVBTF5 { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgTJFAV60LTgooKDElHVTxc6molUPZg { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDzMkQhwhobV4uGl3wWC73TU1fq6tteX { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6Wap0HlRVEXQhfM8a07DIgt95SWM69F { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUOx09Wbduu86kRXT1nbe2KNIoU1qDh7 { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvyiql7cfTJysJr7GKREPSf0Gbzlhhoa { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1aoyDWNJIgVC3dMuishg01IxenOEy5P { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FETWTJnSKOgxn2luEBXFDl9PEuCw8aLn { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb11kuBFwFFoJ9IVDTwTBFn9h4Npvpfm { top:358rem;left:0rem;width:18.8125rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfUhzoZRRQnJvFpkATLMbMaHsBu65Iff { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpEpbRtl8SnTqz0v1VRNypHukWt5cBVr { top:379.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCGacQZqPRhpdgsfrQ2LFLvfWTb0Tvd9 { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dib0nEIV4uyWrUovghzGDbzQUzfBea1v { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhbMF5EU8gOckEFXTbl9TrrrLPiMIvZO { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JozmnW8WxTzI6O5AtS1ecwzwll3uhkIg { top:465.8125rem;left:19.21875rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFtZV1TSCKShPinLDKAQRwdbOhNGUI9w { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic37zyTRRPXs6D0aBOSavmyndJa4x58o { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztZTPCoFNTDM8ek8OJ1dNTNV57kzvx0z { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #esT11O8VPbQ1zQutykHgrm8krSHVZyTp { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuSlbbmNFCDXqGTaNIOA4xDQbx82yqbR { top:436.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jl3k72QcfQq1E6UyuM1dd9yDrXa6yTcf { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu5hNi9BHcB7Wfn2TSv0RmVEeT6pTQud { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv7AiZ2gKO5WkAD1cdQM9tEZ25HWiCPe { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyZBtmNvzp9iJ9LN8829CGgGo63QvLq6 { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEtewZKOTKXy5eWd4JgQxQxQi8t5lTP2 { top:460.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zahXXCDe9kPDwTE2JmixbKEzyEHTKwLg { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnD9y84cDSBXTDtXGlz2cqCHPTfhw7nA { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4ZegHBWLybGMuxd4mbm0GAToeHT8wUH { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQBUESZ0RATaTIxTVyfO4P5KQEW5mg41 { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFeyvu58t5MJ4V5FruHhfNB8i97NXt1g { top:490.0625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObzV8VGlfOgs0A3nW5SJmAskSWsCfyNX { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEcArN6n5dPKLsrgzI4XCLPiIgBpJfRE { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0QlCKfcPIyELZUuNwwhWtiIFrV2Dnkt { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxknM3Tp2vPcU8tEwZlDNOp4QSWHBigr { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6gDlnOsiuXnx4vptRJQFJdW7ZHI3VEb { top:520.1875rem;left:0rem;width:16.9375rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfoSitTs5pMlWly4IrTwq0CUI111abxX { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWvKWasnpw2slsXl1Ci5ECwUxJx2JqZX { top:94.125rem;left:2.78125rem;width:42.1875rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0y2IFPZq7X0Jh9t7dHBvQQ0ke5GgCWb { top:485.125rem;left:5.34375rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1z7QaDLXwasFVi1t9JxZKo5oku2by7T { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl { display:block; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKRewXsnvOizM7bulqsVnOvwdhq4finE { top:2.875rem;left:17.25rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq { position:relative;z-index:auto;display:block; }#T8Ba8JnsPQ6PQKwbVfvoIJgrwcTtiuTq > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2XcmXxGTTpTHMMvblQRzGr9yfznbvHf { width:20rem;height:3.0625rem;top:1.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7uSG1VSUfkZeDLpaaHEQGBi9VMndLJ { width:19.125rem;height:1.13720625rem;top:2.537109375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Za3IDtxhEu4yy6FDErTm3PaaFaG0Qmz6 { width:20rem;height:12.6738125rem;top:6.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJoV7fqK4IdDCB9r7V6CdZI3xyTWcmtD { width:20rem;height:7.4365rem;top:21.10888671875rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #y85TtNqWFu22uRsRdqiJfUXOQOnJsdST { width:19.625rem;height:38.125rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8PnRI9B6n7axLeShhXNaFsXZASGokOz { width:20rem;height:3.25rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18NbOsmOUdvBwgr3qubv27CZpdVWDVF { width:17.9375rem;height:1.3808625rem;top:49.25rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpO0vidS9svW4mLmT1OWOSl6Zk8qwOu { width:4.5625rem;height:1.25rem;top:47.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dws07KQAl0mbDx5k0dTRa9wT5oLNBm { width:3.5625rem;height:0.9746125rem;top:47.6875rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXEKafybfEa5dtGeaZHvIUpMiEb8EwKr { width:17.375rem;height:33.25rem;top:52.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8JTTaLMdTfzvtfVNvnBQS3rHhdFeV7E { width:8.3125rem;height:1.05615rem;top:86.5rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0T7niQviSzTdQpdnNn3Uv3kRPBaH8K0 { width:5.5rem;height:1.13720625rem;top:86.4375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQggmz2kLoyLksenGqOmJ1yL8rbnzFU { width:13.75rem;height:2.625rem;top:88.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T67BtFmbgAbzemXg9hnmInd4DQTPNAi1 { display:block; }
 }@media only screen and (max-width: 763px) { #sqmnfiNQDtFkHeLQOqZKnz6IttnrHW14 { width:8.9375rem;height:1.375rem;top:93.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaOV1pkOCn8OXyRILTwVeM6JLhKcg8O { display:flex;width:1.25rem;height:1.25rem;top:91.5rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #SmcrsHV9hoNTbik1VLpAFTFsw3z6PHZZ { width:8.5rem;height:1.2246125rem;top:91.5rem;left:6.875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AquS8PLXqvoEW5Wy586Dt9SKGxbvTW5m { width:16.9375rem;height:16.9375rem;top:30rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZFg47cnn7l6KPINFrAW4UkupsqDGs1J { display:block; }#lZFg47cnn7l6KPINFrAW4UkupsqDGs1J > .row .container { width:20rem;height:178.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOL0pbqI0v1At55L7ASMBB2QXAKoslmV { width:20rem;height:6.33691875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egb1PVd4WAmENKvksp7K3ofR5DhmZnKv { width:20rem;height:41.58988125rem;top:8.8369375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHXVPeT6ZTCpLpKVzO4uC7d5se1xC50S { width:20rem;height:15rem;top:52.7763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkKANgp5qsxkC8T0QMtC3X7pbUQaHi4 { width:20rem;height:31.99219375rem;top:69.526375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gfv5X0LZSrqfvy4If611TylLV0noHvtv { width:20rem;height:4.2246125rem;top:103.73095703125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLDk9e929nfhPpqffGkNe0UhR24MT2gv { width:20rem;height:67.18359375rem;top:110.20556640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS { display:block; }#Z3H2ZT2M7lr8Zyd9Va4RnlrZqkVe7feS > .row .container { width:20rem;height:563.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyobmUbU2rwQUlHQThcT8c4x5nwfSSFo { width:19.375rem;height:562.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr0zideVaVqc52tDmVWTEXsLuMq1iZGG { width:18.3125rem;height:10.9668125rem;top:1.625rem;left:0.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrqecFybEhIqI4ldlEvpPvqtJVvLPird { width:18.625rem;height:6.5625rem;top:13.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySKbciTgKSFepTCgvcTTUsATlZq2WlLc { width:18.125rem;height:15.2973875rem;top:21.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNGX4Vqkx1Riz27KgUUR536VuehWVs2e { width:20rem;height:2.03125rem;top:38.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLB3p1yenAXDJgsSS0FnvvBGE0xukZc4 { width:17.875rem;height:37.3936125rem;top:41.75rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwpHy9mXmswZ0hNC1tWl6x0aXNJBuk2C { width:20rem;height:2.03125rem;top:82rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXh6STT1rZf0pbxsry6L3xDBpu54vWr { width:17.3125rem;height:44.19238125rem;top:97.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5J2WRNr7DhZyxVzozSUeyuukFQSs5XF { width:20rem;height:6.09375rem;top:144.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9ENZqtL9tplvUVcPqNEETR16x1Ca3U { width:17.5625rem;height:12.375rem;top:152.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7sdzXsEXy4GI9T8bDAeLMeSisR4rA1r { width:18.0625rem;height:45.89204375rem;top:167.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPPRKMQSaDPTaXQ6Sc7JXEwQP0LO2Err { width:20rem;height:2.03125rem;top:215.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQR1bCwCvwePT8SUKXxXi2Ofit97CgkG { width:17.375rem;height:33.9941125rem;top:218.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMxUPabTa2OhOodEqc4lOXz8aWSzaGW8 { width:17.375rem;height:4.0625rem;top:255.0625rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqsh7DJxBWh4VBwm7SCnkPu4rsmS5We { width:18.125rem;height:25.49558125rem;top:274.0625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTp7DATInnfIrE13GtomhsbQnSUQ0nRg { width:17rem;height:12.75rem;top:260rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfCVy9ygJ9M4LEzuz2ddnZKwe1qsNcop { width:20rem;height:4.0625rem;top:301.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2STJWNhis2dGJoupzRBcfmi2tpVDDCA { width:18.4375rem;height:10.3125rem;top:307.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzA5TkBAzM6y3EGptCTpfVzsDxXVT8wQ { width:17.75rem;height:20.3964625rem;top:320.375rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbCifhT1X299WUXlXemLIhGfHEt4o5Hm { width:18.125rem;height:6.3369375rem;top:265.3125rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMlGma7F2DlWd9n0EuBL2rwAZTT01io { width:18.5rem;height:3.5rem;top:321.5rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #X68TKAoqHDycQyx70yDvEEvlhkKcByXE { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLLlIlbI57udAQp0pkxKImRr9PTZtTLC { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuAMfHg46qdG22wLTwuXyBVkgQGR1Dco { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIII3vAlKCQRevdat0Ct6sMeJEokMawb { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhfBz460PhxDOpKoX4tmbZQmdL2wzOKA { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPCNLehPu6x3vvMiVbnVMWVK3P1lyecZ { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrTFpckhUs5ID5ky59setTF6MV9GkpEt { width:7.6875rem;height:12.3125rem;top:311.8994140625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #avmrblOCmA7ShvxX0D0JGUfUN7pK68sD { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqwmpOTzfS9lxGvAlAar8mOfmb6dGTpf { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJybfi2SXBvt5tzXF7zw2HUVrC4PxiwW { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJHWLMLVbBueMBbz1FxTDcAJ8aFo74Au { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9D4PybB5SLJblNyApIeKwPI6Q7bmXIa { width:8.6875rem;height:12.3125rem;top:340.736328125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTvr2KK3GiEQ5KJLOdd8GiLeTQX14md5 { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfOEPntkb1UWe4bWIdJq2R1IOGQod9QH { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCXfP3swxwydVPBDuP0OwcUH3JFyUdd { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHLlc8pKiXE1SQ6AT0JIvOA7Ig2N6DUl { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9atlvs2tkhaZoRSpXe43FJn88Wh8MqS { width:10.9375rem;height:2.4375rem;top:370rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9rRxkCGJCX599DwIPxszF3mkDIWGaf { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5DvrrgNwIJzcnKU83wX1RdhTRt6nOev { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mh4GtnsdghgAl1UOR4b79TZhD4525yGq { width:8rem;height:1.29980625rem;top:380.5625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D01Z4qmtzcFKzFHoGsOtIuSE4mq4TNID { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBSaSzlE5euunoeoUxWghCzmJ8v58knp { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODFRpTxF9TRIiUQD1T9TrH3ip3ZlzCdi { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpfbziM7PkB6lGPJtZryUgOTsT3qWTZM { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRIIerKfTR8FCfv469UEeMRumE7N5DD6 { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyTqXNtrI9rAIgVya3MfZvF2o0yVBbtA { width:7.875rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSgs4mSp5T4dvEmBrOsqFtx8wJppt2TK { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9JhofXddM1NCmaHObWgFprJ4i4uVFLe { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGZG4GahMhONv8M0iB0eI15cnJyypKq8 { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5QJq7mwykUQ9XWD7kXBQxAmoAnDs4Ia { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcCHQTo6UwE4XT7a6nOLfMDT74zdRe9A { width:11.5rem;height:2.4375rem;top:531.5625rem;left:4.25rem;font-size:1.875rem;color:#6425b7;display:block; }
 }@media only screen and (max-width: 763px) { #munctCyw5BkwNMp41lQk9WbKqapD9Hmg { width:18.625rem;height:1.29980625rem;top:535.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBT4PQIrLheXP8MZmDnGmgZXD1Hv723I { width:17.75rem;height:4.5rem;top:538.5625rem;left:1rem;background-color:#6425b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1s7vTuuK3NDTfCD6NJ44c4iclnVJ4u { display:block; }
 }@media only screen and (max-width: 763px) { #HRXIIEaILwO2r8uHoUvfH0cLlwSwhGaA { width:18.5625rem;height:2.5996125rem;top:550.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COnU5U1lZzNLhTIdEaU9iSqAobMb71cC { width:18.375rem;height:7.347625rem;top:554.5rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLUpdf93GeUT8CufMw0EWrSXbAStDGqr { width:5.375rem;height:5.375rem;top:544.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BwgsfFD3RSZdMfzERxnxJN3kQCnrQT { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #z2vky63s6cXrE37aMOmgMSTv8HMbflc0 { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #UL7GfusSNH2JVF6ZvAClPKhx2beVGC6I { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #NFHAyhPmwJufm9T4TNPKdxhu7nl9kwWy { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #C6e6k8CdVdUg8J7we7sX44GTqBgJQqF5 { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #vPKqzcN8V1sqNhhl7M2VEMqW6Ghll0vb { width:18.125rem;height:6.3369375rem;top:343.25rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #m8T8koh1ORu51pHfTtPWgwR9S5hB4B1p { width:18.5rem;height:3.5rem;top:350.5rem;left:0.75rem;background-color:#6425b7;background-image:none;z-index:15002;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDa23UHkTUDIXSPNmhi0UonWITbIJVcn { width:18.8125rem;height:2.11230625rem;top:351.1875rem;left:0.625rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #O1Llk9TFuEAdFi9QHqfWLs6kN5H2nQh5 { width:7.8125rem;height:1.4624rem;top:370.5rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #EHFhCkEq9oeNTypEDa71W8JlvFMS98vb { width:16.9375rem;height:5.41845625rem;top:373.9375rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zG7TdqoU5w5ravKSBVbQJqlmd3DaDDP9 { width:7.6875rem;height:12.3125rem;top:385rem;left:6.1875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O87r2HW3xagZu9QNGgvDKyDb2olwrBgG { width:10.9375rem;height:2.4375rem;top:398.5625rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dQwBcxbPoBsBTSTi1Azgh9GvucCqDxyq { width:7.8125rem;height:1.4624rem;top:399rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #B0ZPUKbxRXANtJl6LwqwRIcNavcSrT1x { width:16.9375rem;height:5.41845625rem;top:402.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #APOqUTfIx6cTi3dpH0AM31GiF7FJRAlX { width:8rem;height:1.29980625rem;top:409rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sWc9qTrbFgAWkPZA9uvJdP7M4LPlnNnH { width:9.1875rem;height:13.1875rem;top:412.8125rem;left:5.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PfmhTmdATkJLl0HoCkSvaqhQCRiJn9zv { width:10.9375rem;height:2.4375rem;top:427.1875rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hvIWcoehQio6Pm3BlzApmWeyTJdIpFDN { width:7.8125rem;height:1.4624rem;top:427.6875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #K5ikEAplNyor3zx5xB3Gb5Hr7kXQhXh5 { width:16.9375rem;height:5.41845625rem;top:431.0625rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWJs3Qq0Wy46cJb2Jh3Dn0bR1LrTcT8t { width:8rem;height:1.29980625rem;top:437.625rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DSq5Pp5uOzJ8eoJrM7Kwki0vFyk2GRmO { width:8.125rem;height:12.8125rem;top:442rem;left:5.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hOQL1tk7eABSGweZO7ukSRLhWyPWGM4N { width:10.9375rem;height:2.4375rem;top:456.3125rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Qt1XsA4LA9UDpSfmiADRTVa0T95REG06 { width:7.8125rem;height:1.4624rem;top:456.75rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TMlqOsZFKn9L3mrfwl8TA4qhs6usJMGG { width:16.9375rem;height:5.41845625rem;top:460.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g0L1RL72dhTXbcia1naMwNsPoqIJqvnk { width:8rem;height:1.29980625rem;top:467rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TQoohlMJOMTabCyqMoAAII3kNmdwPwXR { width:9.375rem;height:13.375rem;top:471.125rem;left:5.3125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f3IfgtVsHPcK6qhWRBOsc6JwMvbxBwAv { width:10.9375rem;height:2.4375rem;top:485.875rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hONXpScH3ELIbGFM46MFElayMzHwxNBR { width:7.8125rem;height:1.4624rem;top:486.375rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cGIiT9cwGuGFyteifVBGAicIq0LPTtWu { width:16.9375rem;height:5.41845625rem;top:490.0625rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkfDGb4v5OereWv3uGOV8CbWPmDl45xc { width:8rem;height:1.29980625rem;top:496.75rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LtODmPvyTOiyWxkdd8aIuJCmhMBLh8gD { width:8.5rem;height:13.375rem;top:501.375rem;left:5.75rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PuxUNiqHhAhQcppTM1wGVR8kUXHXmlNd { width:10.9375rem;height:2.4375rem;top:516.25rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZivLFHeb3yXaicfuvJWSxMEDL159ywQW { width:7.8125rem;height:1.4624rem;top:516.6875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #XPfgAex8FU3Tr3beuOJtLs7qOdtG9PFJ { width:16.9375rem;height:7.224625rem;top:520.1875rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDAOu8ZBfnUIDOyJnJLWH4Q6CPB4BFJM { width:8rem;height:1.29980625rem;top:527.5rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rX8JX9ynXdnSNP4T2nmom1G0T9Kxh5Go { width:17.4375rem;height:9.6875rem;top:86rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NsDvRQfrktyOLSckOIOnFMgRry1U5M { width:7.6875rem;height:12rem;top:485.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrRCIviFWOwuZnDdk2CWaCWtvSrlNb6g { width:7.6875rem;height:12rem;top:356.5rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 { display:block; }#aP1TwlPuSIAmR0k2QAa26GdJHmWWTSI8 > .row .container { width:20rem;height:429.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLz4vvN6bg5voDPo9F3cUt8kmlKtpHgF { width:20rem;height:6.09375rem;top:2.2412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzL56ILgmg9t2yR68OUwTbXnJTZK87CT { width:20rem;height:12.796875rem;top:8.70361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWFSsd6fnu6UTPdNBScMa9gdhUM0VMAg { width:20rem;height:12.9565625rem;top:23.56298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIt0GDOimy4UUKULz0OAuGWZ4vJz01IA { width:20rem;height:19.1953rem;top:38.26953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmcoHWI15aGTUkNdwd3wIZlmJlXhlrQK { width:20rem;height:13.347625rem;top:59.08935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUxeolXWO05WU3OikCrIbnflrIywPA9 { width:20rem;height:27.1933625rem;top:74.06298828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X73fLiZLfCAuAnGOr4wg9t4RvTebb5i9 { width:20rem;height:6.09375rem;top:103.09423828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otxRRbiyDJ3kv1ua8cU2awdboTSCEO1R { width:20rem;height:46.388675rem;top:111.10595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzJ3HgTfQRcb6lrvW9SDPZ64duM952Sb { width:20rem;height:4.2246125rem;top:158.13134765625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbMMpJglQ5bRtuWmr9mZip0pPs0P3cm { width:20rem;height:22.3945375rem;top:164.60595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOS6CsmOrpqqXzV40vf296hGuug5xSH { width:20rem;height:6.3369375rem;top:189.80126953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQhlZKqGhVnoqTHitZgtxMfUFG2TsUv { width:20rem;height:30.3926rem;top:210.201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2HUiAvru1JiGzTbS2l1MLs6gx2xaND { width:7.125rem;height:7.125rem;top:199.388671875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUbmHXEPS6NaxxQP7a3lkSLTiPdU7qCX { width:19.625rem;height:97.8125rem;top:583.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMEEXCm3v0TnZRIBepxcCQW4WhfCVNPk { width:20rem;height:0;top:585.88084296875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohf34owUZ9WdI1ETAT2WdNhWPMaa0C1F { width:19rem;height:0;top:590.83984375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkkC69NVVt9aphIDpGpE140RiFTccM9X { width:20rem;height:4.2246125rem;top:372.525390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVTyJuTDJtNZTyf99sQvFctEyZh7zSK { width:19.625rem;height:125.8125rem;top:243.755859375rem;left:0rem;z-index:15002;border-top:0.1875rem dashed #6425b7;border-left:0.1875rem dashed #6425b7;border-right:0.1875rem dashed #6425b7;border-bottom:0.1875rem dashed #6425b7;background-color:rgba(100,37,183,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FNGS97NJbdd4dNwbf5GJv2vhlxpwgFtP { width:18.5rem;height:8.125rem;top:247.068359375rem;left:0.75rem;font-size:1.5625rem;z-index:15017;color:#6425b7;display:block; }
 }@media only screen and (max-width: 763px) { #xEJwy66crvouBdq8Z1eBGgMRP0LrS1w9 { width:18rem;height:110.373075rem;top:258.005859375rem;left:1rem;font-size:1rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB { display:flex;height:auto;width:17.5rem;top:377.740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RCLymbEeSlCBxKtRHwdQyAx0lQ9ukDoq {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #VVFTORN8gc6m29NpnaftMEzklEW86I5z {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #l2k56QeqT0QGNdC22FkFbZrZgKzE5uP8 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NRkso4hGD3ScE4WTcycuKkrx0Ih7kDWi {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #DXqA8qgWp1J3xTA89Mkr2APviqxeDu7l {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #J8uTtyaESqszfIlQOHDvfJrmavbvemhD {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #ddgQTPA6T05TzNVkUh8mghJ1WM9ubBMl {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #PuDZiDLCL0UqWQNET2Vx2N2ZP6B7phqA {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #lcaKF8FsFRzclXOQxKwqwsmaFV2w9CwX {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #NWfCEbh6LAuhdg01UvL581isXmFD6lQz {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #FwlCgMqTb7adL7tZ3dIH4XwRVFG9vzHH {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #MhTizSrZXvcOPDUThSITC7duqDQdhEbT {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #qXKhvThFukB0vKToC4xufudfGbATS2qw {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LclbtfCuO7yTzxfGTSBFwX4L7RTnUvk8 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #rpKOe3ZkFcsAokdvnZzdoUTZA1XTBxcI {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #RJX7tn0DiR9DfAsBVzhTkgt9TIBX1XJU {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #WwbtRst53vTVnooIV7e2CiOrXHPmoIN4 {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #TNfTwOxy743SelWWh0O60xBVBp2eFEKu {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #kX27ltdVNyTH7Tt6hyVvV7fq4AsWr4Ik {  }
 }@media only screen and (max-width: 763px) { #mOTTPH9d6QRqOpUImBG3pvcBB1BfF9SB #LfOS5ezRqPQQDViHxVkZzObSbNXLqLHg {  }
 }@media only screen and (max-width: 763px) { #gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i { display:block; }#gcpp2cQJlgF74kOaX0dVEPeyFkz4fm9i > .row .container { width:20rem;height:563.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy6Hhug8DXPKOUhLNFXRSihwd2fdU81A { width:19.375rem;height:562.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3e1y7K9bIPPMDQLuPPS86vdn8FdKlUg { width:18.3125rem;height:10.9668125rem;top:1.625rem;left:0.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mai6NJ6Imp0tL2oNnbmT6voEBxM8q5on { width:18.625rem;height:6.5625rem;top:13.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhJ6B1oifBeo6QQBITvoDCML6sLiioQU { width:18.125rem;height:15.2973875rem;top:21.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZTbI6PTH1gQyADvrITiTo67aH65gtSq { width:20rem;height:2.03125rem;top:38.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdIU4DuS1TXtkS6kVsOZIOGcv6bN0xwK { width:17.875rem;height:37.3936125rem;top:41.75rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tdtwimkIccW8O5cn9MlQWUBJRtTR3ceL { width:20rem;height:2.03125rem;top:82rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNcBeM93vUSbV1kMV5ChMoX8pef2ach { width:17.3125rem;height:44.19238125rem;top:97.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtqO0h5Th5mPrTJuswSFcfKLZ6pF3Z9F { width:20rem;height:6.09375rem;top:144.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDiM6PKuIor2ewQXOX5aIGdE8pcmN88W { width:17.5625rem;height:12.375rem;top:152.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhMrl6syN9RamcxzUUbo4m5TgMlh5Ii1 { width:18.0625rem;height:45.89204375rem;top:167.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fcg8EbGPslAo0NgtgpBCpACJLtOVrW2N { width:20rem;height:2.03125rem;top:215.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeHOgzLDHlWx1Z5vW0glakDH9sNqW9hS { width:17.375rem;height:33.9941125rem;top:218.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxdI2kXnnotNVD3pFrsnzRfChD1pF5WV { width:17.375rem;height:4.0625rem;top:255.0625rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypRHQFAMhPTTMna3NvFRymJE7TZSP9e { width:18.125rem;height:25.49558125rem;top:274.0625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8BDh1Jfd5aw8gr01vF866uZbbB6xC9l { width:17rem;height:12.75rem;top:260rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdkUzq2Cc4la6fETa0Q4xTNe1TJpARvc { width:20rem;height:4.0625rem;top:301.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3WUaPaQ33Va1kV9WHopaaqaG0To5gB { width:18.4375rem;height:10.3125rem;top:307.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmgfE3qcGIU6ftOENeqikVdExmRmBnCS { width:17.75rem;height:20.3964625rem;top:320.375rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KA3BPd6VWwBt1eHqsclQuc8BIyLu5FhD { width:18.125rem;height:6.3369375rem;top:265.3125rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4d8TvytB7bg7yRcgGhk0p4PE437vI7J { width:18.5rem;height:3.5rem;top:321.5rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FKMXS999PS4rPg62y1L5gA53liT2XITr { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ry6LpK7AV4WSu0ChNTeE9Uzk7QAkoZIP { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3huiNTByEPXKXWwqqZ3e2fN0UUe5po3 { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqeDwbrFEX6EnzOQ9LT4VyH95JQq4bhW { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFGHJiuVf1FERS2xg14UTssENmWdl6CJ { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNBSzVQQcUw9FtDCBPaEFemkgpictxH5 { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHiU4gow97wWWXsOayWWHqlFa4JuhHkw { width:7.6875rem;height:12.3125rem;top:311.8994140625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqR231MApgd02gqEEfFaQzUzlS6q7mA5 { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuOMA0hXRsmTa9w25JLgRCb3SMBQZCev { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfiUiwfU3wrknXyeSq7pJPFqPTMD73MT { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhqTMOrit5ZllX0Uq9lyi5nszVMmBQ34 { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFyIe1Tgq6Ob2CstncrAFkdtVwkIM8Hy { width:8.6875rem;height:12.3125rem;top:340.736328125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfV5K7GXq9REN0N9yMMTmi0xls26ONnL { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jafcq9fWOteCX7gHmVOS1M8plTNFdayH { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8KTNiH2mpAfopsrpOEpXTlSgk1WaV9y { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWfX1xVXclo8WOud8btPBAU0Qh7wWD2G { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3MBz6231ZTMVNoarphnm0D6sMi38Qpc { width:10.9375rem;height:2.4375rem;top:370rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKw16mLfgqLHhtvEyaC0aBlbUFJSQtyy { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEIekFf8Tt0ioiWzLEHVbRS5rrHSx9Wv { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AT531wPDBpTohwHBCHcbKJo9zoWpVxmW { width:8rem;height:1.29980625rem;top:380.5625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46b1aIaKQTgi6VDvxQicSs56NfZhqcS { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbelacnD0a3QaRW0sRFEau9mWA4BkbPw { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVadheoFZIlkbXJ0egN7IrOzMR9Oc5pP { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn7Tvb4JurrJzer8GPLKJp99NJvtAQll { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtxTdAzIuhTGOBfZATNrmPmdXbhyTLNz { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSfizgAT2yrs5hvLVJswwKRK17QpIhwV { width:7.875rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEhIkgoh9mMZmfObCEZ2NhqVJsBWc6Xu { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSBazDTfdTQQAWStPX9vm0xcCe9aNsWI { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQJUICkQ6BmDfTuT1Inso0bK81pVJn0E { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDsCTkFngBbv4H4X2r5RnsnaBUevaKk5 { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHZePaTzgz8AIumGTyPCGdD60WAmqeiw { width:11.5rem;height:2.4375rem;top:531.5625rem;left:4.25rem;font-size:1.875rem;color:#6425b7;display:block; }
 }@media only screen and (max-width: 763px) { #ubsIQBTMK80LLcdIttgRLiwKVqH5hu2u { width:18.625rem;height:1.29980625rem;top:535.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maCqUDa9A5oKZp3nc2ZS4ZsHuRJwIn3Q { width:17.75rem;height:4.5rem;top:538.5625rem;left:1rem;background-color:#6425b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwW7MTZ1PkMwiMRT1Wm3vyo4nl9ab3ir { display:block; }
 }@media only screen and (max-width: 763px) { #NfJsRcZIK061OgP5HU6Jov5ToXKhM3iI { width:18.5625rem;height:2.5996125rem;top:550.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io21H4x3nB7pn6ODrWk9eRHG2W0HI4QM { width:18.375rem;height:7.347625rem;top:554.5rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxgUmB6lLJ2P1qfFC0X77Q97atVVBTF5 { width:5.375rem;height:5.375rem;top:544.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgTJFAV60LTgooKDElHVTxc6molUPZg { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #aDzMkQhwhobV4uGl3wWC73TU1fq6tteX { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #U6Wap0HlRVEXQhfM8a07DIgt95SWM69F { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #sUOx09Wbduu86kRXT1nbe2KNIoU1qDh7 { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Pvyiql7cfTJysJr7GKREPSf0Gbzlhhoa { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #d1aoyDWNJIgVC3dMuishg01IxenOEy5P { width:18.125rem;height:6.3369375rem;top:343.25rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FETWTJnSKOgxn2luEBXFDl9PEuCw8aLn { width:18.5rem;height:3.5rem;top:350.5rem;left:0.75rem;background-color:#6425b7;background-image:none;z-index:15002;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb11kuBFwFFoJ9IVDTwTBFn9h4Npvpfm { width:18.8125rem;height:2.11230625rem;top:351.1875rem;left:0.625rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dfUhzoZRRQnJvFpkATLMbMaHsBu65Iff { width:7.8125rem;height:1.4624rem;top:370.5rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lpEpbRtl8SnTqz0v1VRNypHukWt5cBVr { width:16.9375rem;height:5.41845625rem;top:373.9375rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCGacQZqPRhpdgsfrQ2LFLvfWTb0Tvd9 { width:7.6875rem;height:12.3125rem;top:385rem;left:6.1875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dib0nEIV4uyWrUovghzGDbzQUzfBea1v { width:10.9375rem;height:2.4375rem;top:398.5625rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GhbMF5EU8gOckEFXTbl9TrrrLPiMIvZO { width:7.8125rem;height:1.4624rem;top:399rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JozmnW8WxTzI6O5AtS1ecwzwll3uhkIg { width:16.9375rem;height:5.41845625rem;top:402.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFtZV1TSCKShPinLDKAQRwdbOhNGUI9w { width:8rem;height:1.29980625rem;top:409rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ic37zyTRRPXs6D0aBOSavmyndJa4x58o { width:9.1875rem;height:13.1875rem;top:412.8125rem;left:5.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ztZTPCoFNTDM8ek8OJ1dNTNV57kzvx0z { width:10.9375rem;height:2.4375rem;top:427.1875rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #esT11O8VPbQ1zQutykHgrm8krSHVZyTp { width:7.8125rem;height:1.4624rem;top:427.6875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BuSlbbmNFCDXqGTaNIOA4xDQbx82yqbR { width:16.9375rem;height:5.41845625rem;top:431.0625rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jl3k72QcfQq1E6UyuM1dd9yDrXa6yTcf { width:8rem;height:1.29980625rem;top:437.625rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iu5hNi9BHcB7Wfn2TSv0RmVEeT6pTQud { width:8.125rem;height:12.8125rem;top:442rem;left:5.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dv7AiZ2gKO5WkAD1cdQM9tEZ25HWiCPe { width:10.9375rem;height:2.4375rem;top:456.3125rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oyZBtmNvzp9iJ9LN8829CGgGo63QvLq6 { width:7.8125rem;height:1.4624rem;top:456.75rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #oEtewZKOTKXy5eWd4JgQxQxQi8t5lTP2 { width:16.9375rem;height:5.41845625rem;top:460.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zahXXCDe9kPDwTE2JmixbKEzyEHTKwLg { width:8rem;height:1.29980625rem;top:467rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MnD9y84cDSBXTDtXGlz2cqCHPTfhw7nA { width:9.375rem;height:13.375rem;top:471.125rem;left:5.3125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZegHBWLybGMuxd4mbm0GAToeHT8wUH { width:10.9375rem;height:2.4375rem;top:485.875rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QQBUESZ0RATaTIxTVyfO4P5KQEW5mg41 { width:7.8125rem;height:1.4624rem;top:486.375rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #DFeyvu58t5MJ4V5FruHhfNB8i97NXt1g { width:16.9375rem;height:5.41845625rem;top:490.0625rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ObzV8VGlfOgs0A3nW5SJmAskSWsCfyNX { width:8rem;height:1.29980625rem;top:496.75rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #FEcArN6n5dPKLsrgzI4XCLPiIgBpJfRE { width:8.5rem;height:13.375rem;top:501.375rem;left:5.75rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z0QlCKfcPIyELZUuNwwhWtiIFrV2Dnkt { width:10.9375rem;height:2.4375rem;top:516.25rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HxknM3Tp2vPcU8tEwZlDNOp4QSWHBigr { width:7.8125rem;height:1.4624rem;top:516.6875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #d6gDlnOsiuXnx4vptRJQFJdW7ZHI3VEb { width:16.9375rem;height:7.224625rem;top:520.1875rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfoSitTs5pMlWly4IrTwq0CUI111abxX { width:8rem;height:1.29980625rem;top:527.5rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #nWvKWasnpw2slsXl1Ci5ECwUxJx2JqZX { width:17.4375rem;height:9.6875rem;top:86rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0y2IFPZq7X0Jh9t7dHBvQQ0ke5GgCWb { width:7.6875rem;height:12rem;top:485.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1z7QaDLXwasFVi1t9JxZKo5oku2by7T { width:7.6875rem;height:12rem;top:356.5rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl { display:block; }#m1eTZCF2PhZTNmgHgT7BKDm3trCR8TNl > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKRewXsnvOizM7bulqsVnOvwdhq4finE { width:13.25rem;height:1.2246125rem;top:2.88720703125rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }