.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { background-color: transparent; background-image: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container > .video-iframe-container { display: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container { display: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .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); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { border-width: 0; border-radius: 0; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container {  }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:38.4375rem;top:3.9052076339722rem;left:36.562501907349rem;overflow:hidden;display:block; }
#BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { color:#353535;display:block;width:37.625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:14rem;left:0rem;height:4.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:37.3125rem;left:6.6875rem;display:block; }
#GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { color:#353535;display:block;width:23.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:31.8125rem;left:7.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JNq9C4zAotlwFzX3bMETexxupCoauRO1 { color:#353535;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:34.4375rem;left:10.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#mPaOLnvSeXfVs6GPEPERgS78byq879ls { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:11.0625rem;top:2.7808592319489rem;left:13.185935974121rem;overflow:hidden;display:block; }
#VTkLW9NWKrlp80ZmIP8Alnych3sPopTq { color:#63287c;display:block;width:34.374625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.123827934265rem;left:1.5621109008789rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDUc0bF8zyQgtsQwlmHO9rwTOr2dva7O { position:absolute;display:block;z-index:100014;height:11.25rem;width:20rem;top:19.229166984558rem;left:8.7500002384187rem;display:block; }
#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pZd9DF0p/webinar_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp.adaptive-delivery-prevent-bg, #xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp.lazyload, #xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp.lazyloading { background-image: none; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container { background-color: transparent; background-image: none; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container > .video-iframe-container { display: none; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row > .video-iframe-container { display: none; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .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); }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container { border-width: 0; border-radius: 0; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row > .video-iframe-container {  }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container { font-size:0.875rem;font-family:arial;height:103.125rem;width:75rem;position:relative;display:block; }#T4sASAnQUW3OFEh38i4PPBTPww4QSSnn { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.8125rem;height:87.71475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZsXNhDzKI6VCykQK5E4zGEga4VpwrdC { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:15.3125rem;left:0rem;display:block; }
#T8D6urBKa3WiRipR8nCBOPSuR4LhJ5Ob { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:18.1875rem;left:0rem;display:block; }
#NbrQCGelniZWXRHAasmqD51rx8ROXofC { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:11.9375rem;left:0rem;display:block; }
#I0Cppze6h8UurGWQTWp9OKnHP1NK5g5S { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#vHadkQ4yzbmJKxD9pQL5GEIlhvfDutnV { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:8.9375rem;left:37.5rem;display:none; }
#OZS4y2HPR9e5ZGtMvaFz0zPcLw78aO6z { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:13.0625rem;left:37.5rem;display:none; }
#QbTFB8U8wcJ2JlkyAf5lkmWtwE5K3Vcs { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:16.875rem;left:37.5rem;display:none; }
#ieqnRz35yIdH9GDmXwVsiI5pzdh5Jaoy { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#vlIkE29HelysEv9xHMwmMvcAQCLIPquS { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#ETfIyD1EuRw6fLP8getfiEGsUBhzO82G { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#s6oZpmrmeaHtodOsPMmyASzUuEO9CED9 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#Bp0oyOx725JqEeUJRw1OwPpZDXVPUqp0 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#qroX6x76LVggnNaExSNAsVkF0IJNQVUX { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#Wg9ZTvyDUEgeJ19LhFsExNbfRFdrkeTr { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#hn3TVsQRmpSNTQVbp4w6ufr9G9Kk51OH { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#vCpKLXCQeDatiip72zwhCJ9g9Pml1DcM { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#HETHFPEgP0ORxcIWz2p23JtKXQM7h8J6 { color:#63287c;display:block;width:34.562125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8.8746080398563rem;left:3.8121109008789rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W1cXBcWbUq5MRqTHSWwGmkkeaTmXt0hh { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:23.8125rem;left:0rem;display:block; }
#yMBrK8gk4iPepHJ7PPFq3WV7B8k3pGWT { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:20.9375rem;left:0rem;display:block; }
#ShqIJ38d5Xsl0fvQrnyoLkAXVTdLxUBI { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:32.4375rem;left:0rem;display:block; }
#WsZC61TGPN9Q0Haugc7zUoVT1TqPzC4l { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:29.5625rem;left:0rem;display:block; }
#I1wFNsRk53HC0PNaVKFtcw4sABA78E00 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:26.8125rem;left:0rem;display:block; }
#o5UT222K5oB9gNyt7Ei0xb8bo3xR0NuX { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:35.9375rem;left:0rem;display:block; }
#kMxQJPiSIE6vfihpZUKLcbZqpV6ADMSM { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:48.1875rem;left:0rem;display:block; }
#fBnws50duGEPuWDZrhxTvrnyiZRG9pIZ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:45.3125rem;left:0rem;display:block; }
#UbRE1R7Grxw0XkNQ5q1F4FP4XuNzquAp { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100080;top:42.5625rem;left:0rem;display:block; }
#C4t4mFaoEGe12UenqCTkNQ6yTbL1iOwi { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:39.5625rem;left:0rem;display:block; }
#oeLCx8JUdQfSna17GMCiOxnNL0dT36bZ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:52.0625rem;left:0rem;display:block; }
#WeC0HA7zB5zuTWsHRdALlDzhoUaRmfFg { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:55.5rem;left:0rem;display:block; }
#ZCFGEs0Ol9AymnfzM6uRnVMoRBX5NMrq { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:59.125rem;left:0rem;display:block; }
#EGLn9XtFthZorChvAvKBcrhoGq64g2ea { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:71.3125rem;left:0rem;display:block; }
#GRMKMZNdGQ0ihnwLN4d5Z24MR0MaHTDi { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:68.4375rem;left:0rem;display:block; }
#exCyR3ZRIcJ4ABaomhuMCgiX932GmISu { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:65.6875rem;left:0rem;display:block; }
#S0RIQENeQLGS9almREIJZJVi4HhVStyk { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:62.6875rem;left:0rem;display:block; }
#QKLcxucTZuiWdix3WTAibtnBJXwQJVWT { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:85rem;left:0rem;display:block; }
#aryqta1OUzUS2ZAmW4WStRTUZmLXQcbl { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:80.875rem;left:0rem;display:block; }
#BUlcWADx1W05G8HJ1Ne7tFblzL98XKW6 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:77.1875rem;left:0rem;display:block; }
#UD6MlAMLkn14lw5gnWTlb35R8Ag4TQRC { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:74.1875rem;left:0rem;display:block; }
#L3lCy7oCzJcvdPBgvoUZ0hLMzVP04Na1 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:88.5625rem;left:0rem;display:block; }
#mRlZPQmeMyGNtZvigRBXQNNPrnpG5bRg { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:91.5rem;left:0rem;display:block; }
#xBfQIWGqHabmyAF7s0bxTCvylfam8T90 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:95.0625rem;left:0rem;display:block; }
#OxSccSdnS9mHVTmDEFOvxHiXGn0PQ653 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:98.6875rem;left:0rem;display:block; }
#LwriNLTnA4hbNzhoXF92HPUGvbBlBr8O { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#LiuhKwJVWTSe8xc3abVzzs9eVqTCAGCx { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#VVJXgOaoTTu03HKGWP5Vs0uDswyAB5Hf { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#suf6GqTgrfu6LulHAzFGfGzTgEsbkKfZ { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.375rem;left:37.5rem;display:none; }
#cVW5Z34ChBhScvTPrUXa8qxAxQaSWL5a { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#w3rnGO7gb4rVXxZT7XTn6l9nXMHguLMV { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#BxDflZJO7xQxa1pVRKGy94WUyeuBVrl0 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#Q4L5uQSVd3DQqtMk3yNyLsaQq0eaPoH6 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#PMm02DocUqSNO4QHrVREfftCQ1fEHc7m { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#GZArUeXJgs4G4FIkBBQgsSwLyZCmlDCW { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#EdfqavSfwA6dSRiDdNd9TyehcnJwMPAX { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#qwnCSCKbWR3B8Kzar2dcd91dhb25nLTG { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#yvwN0scwUiARG3O5Pb52raCH5lpJQUAO { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#DMX8HyJ59QexhKpraV4Z0F0ZqWsQtnG0 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#PqMa4E3ngxJ1AyBDLuaCOFLRpxXahbWs { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:20.3125rem;left:37.5rem;display:none; }
#FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { color:#63287c;display:block;width:37.2491875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:3.3703126907349rem;left:18.999607086182rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/inWMZbAg/pionowe111.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH.adaptive-delivery-prevent-bg, #o5i72qFMmE29adf3PLvlzzrpuGIBMLmH.lazyload, #o5i72qFMmE29adf3PLvlzzrpuGIBMLmH.lazyloading { background-image: none; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container { background-color: transparent; background-image: none; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container > .video-iframe-container { display: none; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row > .video-iframe-container { display: none; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .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); }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container { border-width: 0; border-radius: 0; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row > .video-iframe-container {  }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container { font-size:0.875rem;font-family:arial;height:104rem;width:75rem;position:relative;display:block; }#pUs3TbXwAad92MpvgkltFWivqXA09s6L { color:#2f2f2f;display:block;width:25.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:7.5875005722044rem;left:49.812501907349rem;height:92.1004875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvkpowgqcG7MkkfdWviWSzovqm462CLU { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:9.9375019073488rem;left:47.1875rem;display:block; }
#qofM0a8w1ZiGPXscMMIqg4rsIZ8XUmt1 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:12.6875rem;left:47.187501907349rem;display:block; }
#vl0k1426TTLuZwSs2LNLybFRxblMVk7O { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:7.2739562988281rem;left:47.187501907349rem;display:block; }
#PS7Cu3VeApr6uvUcSx4VJym2lFZti8vv { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#dJ00693tDV16AJ8xc7OTWyPounChVPaK { color:#63287c;display:block;width:21rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:4.6617183685303rem;left:49.811717987061rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yseOmAvS5UPCl6s7foGzmr9FH4yz0U2S { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:15.375rem;left:47.187501907349rem;display:block; }
#NAE7TPNg6VDvug1TWdRp0tfzIpLiw5LB { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:18.1875rem;left:47.187501907349rem;display:block; }
#EXzZJLNreCTCkBNWgva8uF7hvT0cndrb { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:21.125rem;left:47.187501907349rem;display:block; }
#oK2FnIbxKW8v8RdiU8abtU2x97yVJkyP { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:23.9375rem;left:47.187501907349rem;display:block; }
#ospMSbZZrCmlkyXefzSx12mW1Khhexyd { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:26.500020980835rem;left:47.187501907349rem;display:block; }
#dOMVPRXexyzyiJK0bquqbmbxT8PFHZ9d { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:29.4375rem;left:47.187501907349rem;display:block; }
#nl0cVzDRtNuNRsVXeLZIozFT9HGPyLEZ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100080;top:32.4375rem;left:47.187501907349rem;display:block; }
#htX5GstPhcKBdB8wwFfzdsc8AarPh4xf { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:35.0625rem;left:47.187501907349rem;display:block; }
#beTGa17puMueU6oE73ukCPVZk0UidxLn { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:37.875020980835rem;left:47.187501907349rem;display:block; }
#WaPBtKchXswl7ayJhrt9qLb2kl3HLkyB { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:43.375rem;left:47.187501907349rem;display:block; }
#Bh3R9APfuO0zqmfRmJzxvesSAVVeJbqU { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:46.25rem;left:47.187501907349rem;display:block; }
#kOCVixQlKhbb6oPAm4VfI2odL6TzyQPw { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:40.625rem;left:47.187501907349rem;display:block; }
#NCRs5TOyl6p53tf9XBvgm8yPLmFFVBHS { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:49.062520980835rem;left:47.379167556763rem;display:block; }
#LBFlf8GSvStmpKrCEF5pPU2KW6Vy5i1H { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:51.875020980835rem;left:47.187501907349rem;display:block; }
#OZw4Dlclp58AXb86y1vcEHWiWusvMExZ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:54.750020980835rem;left:47.187501907349rem;display:block; }
#gIl6VaTlbNZyUxv88EficCX6MyHVTElM { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:57.500020980835rem;left:47.187501907349rem;display:block; }
#IGBK9DtQ03wfTCvS2KHflbZpZ939q1Ef { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:60.375020980835rem;left:47.187501907349rem;display:block; }
#bLJruMAtHWAvpECgEmgduxKM5irTf0iM { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:63.0625rem;left:47.187501907349rem;display:block; }
#DwHgkRevbSPkVULz1EkG1bhk8c24zdGP { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:65.875rem;left:47.187501907349rem;display:block; }
#Q074DJmTkehyIWDN5rpTBi6BPlveLOzd { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:68.625rem;left:47.187501907349rem;display:block; }
#JFlh6GMTCSORvNiylP6SClZVK6OJRTKJ { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:71.5rem;left:47.187501907349rem;display:block; }
#uKwV3JLlT9eN8NWPCPgkTpqESHPTMLGb { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100097;top:79.875rem;left:47.187501907349rem;display:block; }
#q9l1RMybVCJxtfEyEJhvN6U3Q89xR2sw { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:77.125rem;left:47.187501907349rem;display:block; }
#ZtUFRfFF9koBiMd6SybmTLILKapb3zCy { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100095;top:74.1875rem;left:47.187501907349rem;display:block; }
#srlRzP1X1sqLu6p05s3017Io1uFwTa1h { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100100;top:91.125rem;left:47.187501907349rem;display:block; }
#S5fZcXWhk2TDf4waAL5QiolC6aiqxi9w { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100099;top:88.2500038147rem;left:47.1875rem;display:block; }
#wwHUGbCNKshqGdHHT9g7NKSaaRSlAI54 { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100098;top:85.5rem;left:47.187501907349rem;display:block; }
#Ul8dETIb7iHTVb53sW1wL0df4Nzwf5Qo { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100101;top:93.9375rem;left:47.187501907349rem;display:block; }
#tJMJEfJdpKyL8Nltb1LvLTndQmlPstTW { box-sizing:content-box;color:#63287c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100102;top:82.750020980838rem;left:47.187501907349rem;display:block; }
#OaHixi8kGQF62MNEH8e2sDqshFxtki3A { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#flWTbklzedSCCvSsik8U22fDv8EMxuxm { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#bX7zO0ccGgO0T1cuWZItxFtdyUyhdIa2 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#yyceIo5G3hErwexfPJz23KGtMkXr0gUT { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#F14rxoDoNdf5UwhLC63S9nsat9pgAtRI { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#tERQdINxFV25MKutHTT6Ak2fGdLahtX9 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#XspTZHWw1XsNLTIlaikVqNqJnazAbkbQ { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#BFVZA0AW37ghTwUUSUTWNVTpvWGo6IKv { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#l2h2fwvCSnC89GBCEEOBNdWUTySohMvp { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#uRodXFDatVowgKyQQq4lIkvGOGG3LKAV { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#DwobfLwfgdtnvuKFmZy36eSSgGFxlgg4 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#V1ML1bTDbB0sRv5ekC0ltuF33P6TqmKa { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#rxPETDrJhD01z1E5oHxs0REcQekQJAer { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#lPwiqBOTuutysZdXXcLHXJ7w6ElGNsyE { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#hu5U3ic8hT7pXnxWCbh6TL5cyTS1LDax { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#pJ46paH9f1AlPcDcbT18Vh0po2pUb0d5 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#cTh3lr2oWRfsDoyRXgpu9791vrhHo9cT { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#zTXiEIGsbgaURAS14Bx4I7Ockb7h03so { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#Bme7933zBiAbL273Gq8OAfHgk8gTcPBs { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#fdddzLTVCxDPs84eECWFk57l4ChbGZTC { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#HP2VoT2M63wwfoNEx3F3C4c3e8zCtTZR { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#JO8koTXRu5JC8hznmoWolGvmAiPdaVJm { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#OqyOTXsIZ7MggR2yVG5DXBpZqNrpfJsE { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#hqmSzZrZ7khX9ZwvTZblUhrPL46pcBR5 { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#l51M87Sukl7Cwh7TX8tnhlQ68GtbcgSC { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#hDNTh010BBkEaS4XcnJsTdtqGK7ZudoJ { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#MeTJMlmv2HosbrntK0JTKqyAWTmkCz8n { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#sd40Sv8D77UoRWgRfwM0ReTSSfcFcxgy { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#vtPZTAzBTDHFOn1X8pVz8TRAc9yy5qCy { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#NU74JIdEDsfOku1prnTHyZSTOcLTMPuE { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#GAUNQa4aU1rRpmvBFV8Nds7R3AEBMwzT { box-sizing:content-box;color:#ff7800;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:5.3125rem;left:37.5rem;display:none; }
#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container { background-color: transparent; background-image: none; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container > .video-iframe-container { display: none; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row > .video-iframe-container { display: none; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .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); }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container { border-width: 0; border-radius: 0; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row > .video-iframe-container {  }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Vc8iGWlTPQ4h7Mfp5EXxBs7uEd4xOJvx { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:1.6249980926514rem;left:7.5312519073488rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container { background-color: transparent; background-image: none; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container > .video-iframe-container { display: none; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row > .video-iframe-container { display: none; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .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); }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container { border-width: 0; border-radius: 0; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row > .video-iframe-container {  }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#g0Z3LsRRmeU0M6h56OuMoinRicNyHXnb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:38.4375rem;top:3.9052076339722rem;left:36.562501907349rem;overflow:hidden;display:block; }
#wxOGpnyHxOso91BFt1iuUrMc9TQICaiJ { color:#63287c;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnukhQSRpFuTTJtu5aAWByZV7pLa7mfd { color:#353535;display:block;width:37.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:14rem;left:0rem;height:4.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbMR9Q1oU7cwJOK1bH8iPKihwTlB1bLC { background-color:#63287c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:37.3125rem;left:6.6875rem;display:block; }
#pQnHaiyKGePOx4wSaWSIS49OqTzilvTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T2U7JVRHUQNftDVInQp3mDAMaChJsHod { color:#353535;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:34.4375rem;left:10.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#OgT7RUZhUEEgJwDdJQJ0rNi3ADhKesUD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:11.0625rem;top:2.7796993255615rem;left:13.185935974121rem;overflow:hidden;display:block; }
#tsmVgHqisLQysRhvTVlra0xsvqr73SVm { position:absolute;display:block;z-index:100015;height:11.25rem;width:20rem;top:19.5625rem;left:8.7500002384187rem;display:block; }
#vBtJ1X3Fg4QiC8oOtXnW1tpnS3WQCaZX { color:#353535;display:block;width:23.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:7.03125rem;height:2.4375rem;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) { #PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { top:3.875rem;left:0rem;width:38.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { top:14rem;left:0rem;width:37.625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { width:24.125rem;height:4.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block; }
 }@media only screen and (max-width: 763px) { #J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { top:31.8125rem;left:0.25rem;width:23.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNq9C4zAotlwFzX3bMETexxupCoauRO1 { top:34.4375rem;left:3.9375rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPaOLnvSeXfVs6GPEPERgS78byq879ls { top:2.75rem;left:6.3734359741213rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkLW9NWKrlp80ZmIP8Alnych3sPopTq { width:34.3125rem;height:5.5rem;top:7.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUc0bF8zyQgtsQwlmHO9rwTOr2dva7O { top:19.1875rem;left:1.9375002384186rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp { display:block; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4sASAnQUW3OFEh38i4PPBTPww4QSSnn { top:12.125rem;left:0rem;width:29.875rem;height:88.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsXNhDzKI6VCykQK5E4zGEga4VpwrdC { top:15.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8D6urBKa3WiRipR8nCBOPSuR4LhJ5Ob { top:18.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrQCGelniZWXRHAasmqD51rx8ROXofC { top:11.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Cppze6h8UurGWQTWp9OKnHP1NK5g5S { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHadkQ4yzbmJKxD9pQL5GEIlhvfDutnV { top:8.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZS4y2HPR9e5ZGtMvaFz0zPcLw78aO6z { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbTFB8U8wcJ2JlkyAf5lkmWtwE5K3Vcs { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieqnRz35yIdH9GDmXwVsiI5pzdh5Jaoy { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlIkE29HelysEv9xHMwmMvcAQCLIPquS { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETfIyD1EuRw6fLP8getfiEGsUBhzO82G { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6oZpmrmeaHtodOsPMmyASzUuEO9CED9 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bp0oyOx725JqEeUJRw1OwPpZDXVPUqp0 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qroX6x76LVggnNaExSNAsVkF0IJNQVUX { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg9ZTvyDUEgeJ19LhFsExNbfRFdrkeTr { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hn3TVsQRmpSNTQVbp4w6ufr9G9Kk51OH { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCpKLXCQeDatiip72zwhCJ9g9Pml1DcM { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HETHFPEgP0ORxcIWz2p23JtKXQM7h8J6 { top:8.8125rem;left:0rem;width:34.5rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1cXBcWbUq5MRqTHSWwGmkkeaTmXt0hh { top:23.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBrK8gk4iPepHJ7PPFq3WV7B8k3pGWT { top:20.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShqIJ38d5Xsl0fvQrnyoLkAXVTdLxUBI { top:32.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsZC61TGPN9Q0Haugc7zUoVT1TqPzC4l { top:29.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1wFNsRk53HC0PNaVKFtcw4sABA78E00 { top:26.8125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UT222K5oB9gNyt7Ei0xb8bo3xR0NuX { top:35.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxQJPiSIE6vfihpZUKLcbZqpV6ADMSM { top:48.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBnws50duGEPuWDZrhxTvrnyiZRG9pIZ { top:45.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbRE1R7Grxw0XkNQ5q1F4FP4XuNzquAp { top:42.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4t4mFaoEGe12UenqCTkNQ6yTbL1iOwi { top:39.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLCx8JUdQfSna17GMCiOxnNL0dT36bZ { top:52.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeC0HA7zB5zuTWsHRdALlDzhoUaRmfFg { top:55.5rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCFGEs0Ol9AymnfzM6uRnVMoRBX5NMrq { top:59.125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGLn9XtFthZorChvAvKBcrhoGq64g2ea { top:71.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMKMZNdGQ0ihnwLN4d5Z24MR0MaHTDi { top:68.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exCyR3ZRIcJ4ABaomhuMCgiX932GmISu { top:65.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0RIQENeQLGS9almREIJZJVi4HhVStyk { top:62.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLcxucTZuiWdix3WTAibtnBJXwQJVWT { top:85rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryqta1OUzUS2ZAmW4WStRTUZmLXQcbl { top:80.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUlcWADx1W05G8HJ1Ne7tFblzL98XKW6 { top:77.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6MlAMLkn14lw5gnWTlb35R8Ag4TQRC { top:74.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3lCy7oCzJcvdPBgvoUZ0hLMzVP04Na1 { top:88.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlZPQmeMyGNtZvigRBXQNNPrnpG5bRg { top:91.5rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBfQIWGqHabmyAF7s0bxTCvylfam8T90 { top:95.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxSccSdnS9mHVTmDEFOvxHiXGn0PQ653 { top:98.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwriNLTnA4hbNzhoXF92HPUGvbBlBr8O { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiuhKwJVWTSe8xc3abVzzs9eVqTCAGCx { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVJXgOaoTTu03HKGWP5Vs0uDswyAB5Hf { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #suf6GqTgrfu6LulHAzFGfGzTgEsbkKfZ { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVW5Z34ChBhScvTPrUXa8qxAxQaSWL5a { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3rnGO7gb4rVXxZT7XTn6l9nXMHguLMV { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxDflZJO7xQxa1pVRKGy94WUyeuBVrl0 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4L5uQSVd3DQqtMk3yNyLsaQq0eaPoH6 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMm02DocUqSNO4QHrVREfftCQ1fEHc7m { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZArUeXJgs4G4FIkBBQgsSwLyZCmlDCW { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdfqavSfwA6dSRiDdNd9TyehcnJwMPAX { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwnCSCKbWR3B8Kzar2dcd91dhb25nLTG { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvwN0scwUiARG3O5Pb52raCH5lpJQUAO { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMX8HyJ59QexhKpraV4Z0F0ZqWsQtnG0 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqMa4E3ngxJ1AyBDLuaCOFLRpxXahbWs { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { top:3.3125rem;left:0rem;width:37.1875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5i72qFMmE29adf3PLvlzzrpuGIBMLmH { display:block; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUs3TbXwAad92MpvgkltFWivqXA09s6L { top:7.5625rem;left:22.5625rem;width:25.1875rem;height:88.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkpowgqcG7MkkfdWviWSzovqm462CLU { top:9.9375rem;left:26.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qofM0a8w1ZiGPXscMMIqg4rsIZ8XUmt1 { top:12.6875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl0k1426TTLuZwSs2LNLybFRxblMVk7O { top:7.25rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7Cu3VeApr6uvUcSx4VJym2lFZti8vv { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJ00693tDV16AJ8xc7OTWyPounChVPaK { top:4.625rem;left:26.75rem;width:21rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseOmAvS5UPCl6s7foGzmr9FH4yz0U2S { top:15.375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAE7TPNg6VDvug1TWdRp0tfzIpLiw5LB { top:18.1875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXzZJLNreCTCkBNWgva8uF7hvT0cndrb { top:21.125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK2FnIbxKW8v8RdiU8abtU2x97yVJkyP { top:23.9375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ospMSbZZrCmlkyXefzSx12mW1Khhexyd { top:26.5rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOMVPRXexyzyiJK0bquqbmbxT8PFHZ9d { top:29.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl0cVzDRtNuNRsVXeLZIozFT9HGPyLEZ { top:32.4375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htX5GstPhcKBdB8wwFfzdsc8AarPh4xf { top:35.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTGa17puMueU6oE73ukCPVZk0UidxLn { top:37.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPBtKchXswl7ayJhrt9qLb2kl3HLkyB { top:43.375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh3R9APfuO0zqmfRmJzxvesSAVVeJbqU { top:46.25rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCVixQlKhbb6oPAm4VfI2odL6TzyQPw { top:40.625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCRs5TOyl6p53tf9XBvgm8yPLmFFVBHS { top:49.0625rem;left:26.941667556762rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBFlf8GSvStmpKrCEF5pPU2KW6Vy5i1H { top:51.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZw4Dlclp58AXb86y1vcEHWiWusvMExZ { top:54.75rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIl6VaTlbNZyUxv88EficCX6MyHVTElM { top:57.5rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBK9DtQ03wfTCvS2KHflbZpZ939q1Ef { top:60.375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJruMAtHWAvpECgEmgduxKM5irTf0iM { top:63.0625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHgkRevbSPkVULz1EkG1bhk8c24zdGP { top:65.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q074DJmTkehyIWDN5rpTBi6BPlveLOzd { top:68.625rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFlh6GMTCSORvNiylP6SClZVK6OJRTKJ { top:71.5rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwV3JLlT9eN8NWPCPgkTpqESHPTMLGb { top:79.875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9l1RMybVCJxtfEyEJhvN6U3Q89xR2sw { top:77.125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtUFRfFF9koBiMd6SybmTLILKapb3zCy { top:74.1875rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlRzP1X1sqLu6p05s3017Io1uFwTa1h { top:91.125rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fZcXWhk2TDf4waAL5QiolC6aiqxi9w { top:88.25rem;left:26.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwHUGbCNKshqGdHHT9g7NKSaaRSlAI54 { top:85.5rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8dETIb7iHTVb53sW1wL0df4Nzwf5Qo { top:93.9375rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJMJEfJdpKyL8Nltb1LvLTndQmlPstTW { top:82.75rem;left:26.750001907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaHixi8kGQF62MNEH8e2sDqshFxtki3A { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #flWTbklzedSCCvSsik8U22fDv8EMxuxm { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bX7zO0ccGgO0T1cuWZItxFtdyUyhdIa2 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyceIo5G3hErwexfPJz23KGtMkXr0gUT { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F14rxoDoNdf5UwhLC63S9nsat9pgAtRI { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tERQdINxFV25MKutHTT6Ak2fGdLahtX9 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XspTZHWw1XsNLTIlaikVqNqJnazAbkbQ { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFVZA0AW37ghTwUUSUTWNVTpvWGo6IKv { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2h2fwvCSnC89GBCEEOBNdWUTySohMvp { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRodXFDatVowgKyQQq4lIkvGOGG3LKAV { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwobfLwfgdtnvuKFmZy36eSSgGFxlgg4 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1ML1bTDbB0sRv5ekC0ltuF33P6TqmKa { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxPETDrJhD01z1E5oHxs0REcQekQJAer { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPwiqBOTuutysZdXXcLHXJ7w6ElGNsyE { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu5U3ic8hT7pXnxWCbh6TL5cyTS1LDax { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ46paH9f1AlPcDcbT18Vh0po2pUb0d5 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTh3lr2oWRfsDoyRXgpu9791vrhHo9cT { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTXiEIGsbgaURAS14Bx4I7Ockb7h03so { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bme7933zBiAbL273Gq8OAfHgk8gTcPBs { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdddzLTVCxDPs84eECWFk57l4ChbGZTC { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP2VoT2M63wwfoNEx3F3C4c3e8zCtTZR { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO8koTXRu5JC8hznmoWolGvmAiPdaVJm { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqyOTXsIZ7MggR2yVG5DXBpZqNrpfJsE { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqmSzZrZ7khX9ZwvTZblUhrPL46pcBR5 { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l51M87Sukl7Cwh7TX8tnhlQ68GtbcgSC { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDNTh010BBkEaS4XcnJsTdtqGK7ZudoJ { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeTJMlmv2HosbrntK0JTKqyAWTmkCz8n { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sd40Sv8D77UoRWgRfwM0ReTSSfcFcxgy { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtPZTAzBTDHFOn1X8pVz8TRAc9yy5qCy { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU74JIdEDsfOku1prnTHyZSTOcLTMPuE { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAUNQa4aU1rRpmvBFV8Nds7R3AEBMwzT { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE { display:block; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc8iGWlTPQ4h7Mfp5EXxBs7uEd4xOJvx { top:1.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTLmIDKzJqXbH2m9VRwCM73TreB8awn { display:block; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0Z3LsRRmeU0M6h56OuMoinRicNyHXnb { top:3.875rem;left:0rem;width:38.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOGpnyHxOso91BFt1iuUrMc9TQICaiJ { width:34.375rem;height:5.5625rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnukhQSRpFuTTJtu5aAWByZV7pLa7mfd { top:14rem;left:0rem;width:37.625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbMR9Q1oU7cwJOK1bH8iPKihwTlB1bLC { width:24.125rem;height:4.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQnHaiyKGePOx4wSaWSIS49OqTzilvTX { display:block; }
 }@media only screen and (max-width: 763px) { #T2U7JVRHUQNftDVInQp3mDAMaChJsHod { top:34.4375rem;left:3.9375rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT7RUZhUEEgJwDdJQJ0rNi3ADhKesUD { top:2.75rem;left:6.3734359741213rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmVgHqisLQysRhvTVlra0xsvqr73SVm { top:19.5625rem;left:1.9375002384186rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtJ1X3Fg4QiC8oOtXnW1tpnS3WQCaZX { top:32.0625rem;left:0.21875rem;width:23.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { width:19.9991875rem;height:18.7195rem;top:21.187498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { width:19.9991875rem;height:3.9375rem;top:12.686717987061rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { width:19rem;height:4.25rem;top:61.8125rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block; }
 }@media only screen and (max-width: 763px) { #J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { width:20rem;height:2.03125rem;top:55.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNq9C4zAotlwFzX3bMETexxupCoauRO1 { width:16.0625rem;height:1.625rem;top:58.375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPaOLnvSeXfVs6GPEPERgS78byq879ls { width:11.0625rem;height:3.375rem;top:0.93632805347444rem;left:4.4671874344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkLW9NWKrlp80ZmIP8Alnych3sPopTq { width:19.9980625rem;height:4.0625rem;top:7.24570274353rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUc0bF8zyQgtsQwlmHO9rwTOr2dva7O { width:20rem;height:11.25rem;top:42.843101501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp { display:block; }#xsqo8Rb6gvla6RGaCOKdNE0LFAtf1psp > .row .container { width:20rem;height:106.135625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4sASAnQUW3OFEh38i4PPBTPww4QSSnn { width:17.125rem;height:94.88584375rem;top:11.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsXNhDzKI6VCykQK5E4zGEga4VpwrdC { width:2.4375rem;height:2.4375rem;top:15.3125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8D6urBKa3WiRipR8nCBOPSuR4LhJ5Ob { width:2.4375rem;height:2.4375rem;top:18.1875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbrQCGelniZWXRHAasmqD51rx8ROXofC { width:2.4375rem;height:2.4375rem;top:11.9375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0Cppze6h8UurGWQTWp9OKnHP1NK5g5S { width:1.5625rem;height:1.5625rem;top:11.6875rem;left:0rem;font-size:1.0625rem;z-index:100052;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #vHadkQ4yzbmJKxD9pQL5GEIlhvfDutnV { width:1.5625rem;height:1.5625rem;top:15.5rem;left:0rem;font-size:1.0625rem;z-index:100053;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #OZS4y2HPR9e5ZGtMvaFz0zPcLw78aO6z { width:1.5625rem;height:1.5625rem;top:19.125rem;left:0rem;font-size:1.0625rem;z-index:100054;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #QbTFB8U8wcJ2JlkyAf5lkmWtwE5K3Vcs { width:1.5625rem;height:1.5625rem;top:22.5rem;left:0rem;font-size:1.0625rem;z-index:100055;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ieqnRz35yIdH9GDmXwVsiI5pzdh5Jaoy { width:1.5625rem;height:1.5625rem;top:38.875rem;left:0rem;font-size:1.0625rem;z-index:100056;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #vlIkE29HelysEv9xHMwmMvcAQCLIPquS { width:1.5625rem;height:1.5625rem;top:46.375rem;left:0rem;font-size:1.0625rem;z-index:100057;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #ETfIyD1EuRw6fLP8getfiEGsUBhzO82G { width:1.5625rem;height:1.5625rem;top:43.25rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #s6oZpmrmeaHtodOsPMmyASzUuEO9CED9 { width:1.5625rem;height:1.5625rem;top:49.125rem;left:0rem;font-size:1.0625rem;z-index:100058;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0oyOx725JqEeUJRw1OwPpZDXVPUqp0 { width:1.5625rem;height:1.5625rem;top:34.4375rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #qroX6x76LVggnNaExSNAsVkF0IJNQVUX { width:1.5625rem;height:1.5625rem;top:30.5625rem;left:0rem;font-size:1.0625rem;z-index:100060;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Wg9ZTvyDUEgeJ19LhFsExNbfRFdrkeTr { width:1.5625rem;height:1.5625rem;top:27.625rem;left:0rem;font-size:1.0625rem;z-index:100061;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #hn3TVsQRmpSNTQVbp4w6ufr9G9Kk51OH { width:1.5625rem;height:1.5625rem;top:51.5625rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #vCpKLXCQeDatiip72zwhCJ9g9Pml1DcM { width:1.5625rem;height:1.5625rem;top:25.0625rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #HETHFPEgP0ORxcIWz2p23JtKXQM7h8J6 { width:19.9980625rem;height:1.8681625rem;top:7.059374809265rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1cXBcWbUq5MRqTHSWwGmkkeaTmXt0hh { width:2.4375rem;height:2.4375rem;top:23.8125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMBrK8gk4iPepHJ7PPFq3WV7B8k3pGWT { width:2.4375rem;height:2.4375rem;top:20.9375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShqIJ38d5Xsl0fvQrnyoLkAXVTdLxUBI { width:2.4375rem;height:2.4375rem;top:32.4375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsZC61TGPN9Q0Haugc7zUoVT1TqPzC4l { width:2.4375rem;height:2.4375rem;top:29.5625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1wFNsRk53HC0PNaVKFtcw4sABA78E00 { width:2.4375rem;height:2.4375rem;top:26.8125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5UT222K5oB9gNyt7Ei0xb8bo3xR0NuX { width:2.4375rem;height:2.4375rem;top:35.9375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMxQJPiSIE6vfihpZUKLcbZqpV6ADMSM { width:2.4375rem;height:2.4375rem;top:48.1875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBnws50duGEPuWDZrhxTvrnyiZRG9pIZ { width:2.4375rem;height:2.4375rem;top:45.3125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbRE1R7Grxw0XkNQ5q1F4FP4XuNzquAp { width:2.4375rem;height:2.4375rem;top:42.5625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4t4mFaoEGe12UenqCTkNQ6yTbL1iOwi { width:2.4375rem;height:2.4375rem;top:39.5625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeLCx8JUdQfSna17GMCiOxnNL0dT36bZ { width:2.4375rem;height:2.4375rem;top:52.0625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeC0HA7zB5zuTWsHRdALlDzhoUaRmfFg { width:2.4375rem;height:2.4375rem;top:55.5rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCFGEs0Ol9AymnfzM6uRnVMoRBX5NMrq { width:2.4375rem;height:2.4375rem;top:59.125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGLn9XtFthZorChvAvKBcrhoGq64g2ea { width:2.4375rem;height:2.4375rem;top:71.3125rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRMKMZNdGQ0ihnwLN4d5Z24MR0MaHTDi { width:2.4375rem;height:2.4375rem;top:68.4375rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #exCyR3ZRIcJ4ABaomhuMCgiX932GmISu { width:2.4375rem;height:2.4375rem;top:65.6875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0RIQENeQLGS9almREIJZJVi4HhVStyk { width:2.4375rem;height:2.4375rem;top:62.6875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKLcxucTZuiWdix3WTAibtnBJXwQJVWT { width:2.4375rem;height:2.4375rem;top:85rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aryqta1OUzUS2ZAmW4WStRTUZmLXQcbl { width:2.4375rem;height:2.4375rem;top:80.875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUlcWADx1W05G8HJ1Ne7tFblzL98XKW6 { width:2.4375rem;height:2.4375rem;top:77.1875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UD6MlAMLkn14lw5gnWTlb35R8Ag4TQRC { width:2.4375rem;height:2.4375rem;top:74.1875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3lCy7oCzJcvdPBgvoUZ0hLMzVP04Na1 { width:2.4375rem;height:2.4375rem;top:88.5625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRlZPQmeMyGNtZvigRBXQNNPrnpG5bRg { width:2.4375rem;height:2.4375rem;top:91.5rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBfQIWGqHabmyAF7s0bxTCvylfam8T90 { width:2.4375rem;height:2.4375rem;top:95.0625rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxSccSdnS9mHVTmDEFOvxHiXGn0PQ653 { width:2.4375rem;height:2.4375rem;top:98.6875rem;left:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwriNLTnA4hbNzhoXF92HPUGvbBlBr8O { width:1.5625rem;height:1.5625rem;top:64.375rem;left:0rem;font-size:1.0625rem;z-index:100066;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #LiuhKwJVWTSe8xc3abVzzs9eVqTCAGCx { width:1.5625rem;height:1.5625rem;top:54.6875rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #VVJXgOaoTTu03HKGWP5Vs0uDswyAB5Hf { width:1.5625rem;height:1.5625rem;top:57.9375rem;left:0rem;font-size:1.0625rem;z-index:100061;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #suf6GqTgrfu6LulHAzFGfGzTgEsbkKfZ { width:1.5625rem;height:1.5625rem;top:61.1875rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #cVW5Z34ChBhScvTPrUXa8qxAxQaSWL5a { width:1.5625rem;height:1.5625rem;top:67.5rem;left:0rem;font-size:1.0625rem;z-index:100067;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #w3rnGO7gb4rVXxZT7XTn6l9nXMHguLMV { width:1.5625rem;height:1.5625rem;top:70.625rem;left:0rem;font-size:1.0625rem;z-index:100069;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #BxDflZJO7xQxa1pVRKGy94WUyeuBVrl0 { width:1.5625rem;height:1.5625rem;top:73.3125rem;left:0rem;font-size:1.0625rem;z-index:100070;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Q4L5uQSVd3DQqtMk3yNyLsaQq0eaPoH6 { width:1.5625rem;height:1.5625rem;top:76.25rem;left:0rem;font-size:1.0625rem;z-index:100071;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #PMm02DocUqSNO4QHrVREfftCQ1fEHc7m { width:1.5625rem;height:1.5625rem;top:79.5625rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #GZArUeXJgs4G4FIkBBQgsSwLyZCmlDCW { width:1.5625rem;height:1.5625rem;top:82.75rem;left:0rem;font-size:1.0625rem;z-index:100073;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #EdfqavSfwA6dSRiDdNd9TyehcnJwMPAX { width:1.5625rem;height:1.5625rem;top:86.875rem;left:0rem;font-size:1.0625rem;z-index:100074;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #qwnCSCKbWR3B8Kzar2dcd91dhb25nLTG { width:1.5625rem;height:1.5625rem;top:91.5rem;left:0rem;font-size:1.0625rem;z-index:100075;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #yvwN0scwUiARG3O5Pb52raCH5lpJQUAO { width:1.5625rem;height:1.5625rem;top:95.25rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #DMX8HyJ59QexhKpraV4Z0F0ZqWsQtnG0 { width:1.5625rem;height:1.5625rem;top:99.0625rem;left:0rem;font-size:1.0625rem;z-index:100077;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #PqMa4E3ngxJ1AyBDLuaCOFLRpxXahbWs { width:1.5625rem;height:1.5625rem;top:102.8125rem;left:0rem;font-size:1.0625rem;z-index:100078;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { width:19.9991875rem;height:4.0234375rem;top:1.435546875rem;left:0.0011718869209289rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5i72qFMmE29adf3PLvlzzrpuGIBMLmH { display:block; }#o5i72qFMmE29adf3PLvlzzrpuGIBMLmH > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUs3TbXwAad92MpvgkltFWivqXA09s6L { width:17.125rem;height:85.7872125rem;top:5.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkpowgqcG7MkkfdWviWSzovqm462CLU { width:2.5rem;height:2.5rem;top:9.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qofM0a8w1ZiGPXscMMIqg4rsIZ8XUmt1 { width:2.5rem;height:2.5rem;top:12.6875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl0k1426TTLuZwSs2LNLybFRxblMVk7O { width:2.5rem;height:2.5rem;top:7.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS7Cu3VeApr6uvUcSx4VJym2lFZti8vv { width:1.5625rem;height:1.5625rem;top:5.75rem;left:0rem;font-size:1.0625rem;z-index:100052;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #dJ00693tDV16AJ8xc7OTWyPounChVPaK { width:20rem;height:1.8681625rem;top:1.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yseOmAvS5UPCl6s7foGzmr9FH4yz0U2S { width:2.5rem;height:2.5rem;top:15.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAE7TPNg6VDvug1TWdRp0tfzIpLiw5LB { width:2.5rem;height:2.5rem;top:18.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXzZJLNreCTCkBNWgva8uF7hvT0cndrb { width:2.5rem;height:2.5rem;top:21.125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oK2FnIbxKW8v8RdiU8abtU2x97yVJkyP { width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ospMSbZZrCmlkyXefzSx12mW1Khhexyd { width:2.5rem;height:2.5rem;top:26.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOMVPRXexyzyiJK0bquqbmbxT8PFHZ9d { width:2.5rem;height:2.5rem;top:29.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl0cVzDRtNuNRsVXeLZIozFT9HGPyLEZ { width:2.5rem;height:2.5rem;top:32.4375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #htX5GstPhcKBdB8wwFfzdsc8AarPh4xf { width:2.5rem;height:2.5rem;top:35.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #beTGa17puMueU6oE73ukCPVZk0UidxLn { width:2.5rem;height:2.5rem;top:37.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaPBtKchXswl7ayJhrt9qLb2kl3HLkyB { width:2.5rem;height:2.5rem;top:43.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh3R9APfuO0zqmfRmJzxvesSAVVeJbqU { width:2.5rem;height:2.5rem;top:46.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOCVixQlKhbb6oPAm4VfI2odL6TzyQPw { width:2.5rem;height:2.5rem;top:40.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCRs5TOyl6p53tf9XBvgm8yPLmFFVBHS { width:2.5rem;height:2.5rem;top:49.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBFlf8GSvStmpKrCEF5pPU2KW6Vy5i1H { width:2.5rem;height:2.5rem;top:51.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZw4Dlclp58AXb86y1vcEHWiWusvMExZ { width:2.5rem;height:2.5rem;top:54.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIl6VaTlbNZyUxv88EficCX6MyHVTElM { width:2.5rem;height:2.5rem;top:57.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGBK9DtQ03wfTCvS2KHflbZpZ939q1Ef { width:2.5rem;height:2.5rem;top:60.375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLJruMAtHWAvpECgEmgduxKM5irTf0iM { width:2.5rem;height:2.5rem;top:63.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwHgkRevbSPkVULz1EkG1bhk8c24zdGP { width:2.5rem;height:2.5rem;top:65.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q074DJmTkehyIWDN5rpTBi6BPlveLOzd { width:2.5rem;height:2.5rem;top:68.625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFlh6GMTCSORvNiylP6SClZVK6OJRTKJ { width:2.5rem;height:2.5rem;top:71.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKwV3JLlT9eN8NWPCPgkTpqESHPTMLGb { width:2.5rem;height:2.5rem;top:79.875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9l1RMybVCJxtfEyEJhvN6U3Q89xR2sw { width:2.5rem;height:2.5rem;top:77.125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtUFRfFF9koBiMd6SybmTLILKapb3zCy { width:2.5rem;height:2.5rem;top:74.1875rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #srlRzP1X1sqLu6p05s3017Io1uFwTa1h { width:2.5rem;height:2.5rem;top:91.125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5fZcXWhk2TDf4waAL5QiolC6aiqxi9w { width:2.5rem;height:2.5rem;top:88.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwHUGbCNKshqGdHHT9g7NKSaaRSlAI54 { width:2.5rem;height:2.5rem;top:85.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul8dETIb7iHTVb53sW1wL0df4Nzwf5Qo { width:2.5rem;height:2.5rem;top:93.9375rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJMJEfJdpKyL8Nltb1LvLTndQmlPstTW { width:2.5rem;height:2.5rem;top:82.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaHixi8kGQF62MNEH8e2sDqshFxtki3A { width:1.5625rem;height:1.5625rem;top:8.1875rem;left:0rem;font-size:1.0625rem;z-index:100053;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #flWTbklzedSCCvSsik8U22fDv8EMxuxm { width:1.5625rem;height:1.5625rem;top:10.6875rem;left:0rem;font-size:1.0625rem;z-index:100054;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #bX7zO0ccGgO0T1cuWZItxFtdyUyhdIa2 { width:1.5625rem;height:1.5625rem;top:13.25rem;left:0rem;font-size:1.0625rem;z-index:100055;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #yyceIo5G3hErwexfPJz23KGtMkXr0gUT { width:1.5625rem;height:1.5625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;z-index:100057;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #F14rxoDoNdf5UwhLC63S9nsat9pgAtRI { width:1.5625rem;height:1.5625rem;top:18.25rem;left:0rem;font-size:1.0625rem;z-index:100058;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #tERQdINxFV25MKutHTT6Ak2fGdLahtX9 { width:1.5625rem;height:1.5625rem;top:20.8125rem;left:0rem;font-size:1.0625rem;z-index:100059;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #XspTZHWw1XsNLTIlaikVqNqJnazAbkbQ { width:1.5625rem;height:1.5625rem;top:23.375rem;left:0rem;font-size:1.0625rem;z-index:100060;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #BFVZA0AW37ghTwUUSUTWNVTpvWGo6IKv { width:1.5625rem;height:1.5625rem;top:25.8125rem;left:0rem;font-size:1.0625rem;z-index:100062;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #l2h2fwvCSnC89GBCEEOBNdWUTySohMvp { width:1.5625rem;height:1.5625rem;top:28.3125rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #uRodXFDatVowgKyQQq4lIkvGOGG3LKAV { width:1.5625rem;height:1.5625rem;top:33.5rem;left:0rem;font-size:1.0625rem;z-index:100068;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #DwobfLwfgdtnvuKFmZy36eSSgGFxlgg4 { width:1.5625rem;height:1.5625rem;top:36.8125rem;left:0rem;font-size:1.0625rem;z-index:100067;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #V1ML1bTDbB0sRv5ekC0ltuF33P6TqmKa { width:1.5625rem;height:1.5625rem;top:39.812498092651rem;left:0rem;font-size:1.0625rem;z-index:100065;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #rxPETDrJhD01z1E5oHxs0REcQekQJAer { width:1.5625rem;height:1.5625rem;top:42.9375rem;left:0rem;font-size:1.0625rem;z-index:100064;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #lPwiqBOTuutysZdXXcLHXJ7w6ElGNsyE { width:1.5625rem;height:1.5625rem;top:30.8125rem;left:0rem;font-size:1.0625rem;z-index:100063;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #hu5U3ic8hT7pXnxWCbh6TL5cyTS1LDax { width:1.5625rem;height:1.5625rem;top:46.75rem;left:0rem;font-size:1.0625rem;z-index:100070;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #pJ46paH9f1AlPcDcbT18Vh0po2pUb0d5 { width:1.5625rem;height:1.5625rem;top:54.9375rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #cTh3lr2oWRfsDoyRXgpu9791vrhHo9cT { width:1.5625rem;height:1.5625rem;top:57.5rem;left:0rem;font-size:1.0625rem;z-index:100071;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #zTXiEIGsbgaURAS14Bx4I7Ockb7h03so { width:1.5625rem;height:1.5625rem;top:52.4375rem;left:0rem;font-size:1.0625rem;z-index:100074;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #Bme7933zBiAbL273Gq8OAfHgk8gTcPBs { width:1.5625rem;height:1.5625rem;top:49.9375rem;left:0rem;font-size:1.0625rem;z-index:100068;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #fdddzLTVCxDPs84eECWFk57l4ChbGZTC { width:1.5625rem;height:1.5625rem;top:65.25rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #HP2VoT2M63wwfoNEx3F3C4c3e8zCtTZR { width:1.5625rem;height:1.5625rem;top:67.6875rem;left:0rem;font-size:1.0625rem;z-index:100075;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #JO8koTXRu5JC8hznmoWolGvmAiPdaVJm { width:1.5625rem;height:1.5625rem;top:62.6875rem;left:0rem;font-size:1.0625rem;z-index:100078;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #OqyOTXsIZ7MggR2yVG5DXBpZqNrpfJsE { width:1.5625rem;height:1.5625rem;top:60rem;left:0rem;font-size:1.0625rem;z-index:100072;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #hqmSzZrZ7khX9ZwvTZblUhrPL46pcBR5 { width:1.5625rem;height:1.5625rem;top:70.25rem;left:0rem;font-size:1.0625rem;z-index:100076;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #l51M87Sukl7Cwh7TX8tnhlQ68GtbcgSC { width:1.5625rem;height:1.5625rem;top:72.75rem;left:0rem;font-size:1.0625rem;z-index:100077;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #hDNTh010BBkEaS4XcnJsTdtqGK7ZudoJ { width:1.5625rem;height:1.5625rem;top:75.375rem;left:0rem;font-size:1.0625rem;z-index:100078;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #MeTJMlmv2HosbrntK0JTKqyAWTmkCz8n { width:1.5625rem;height:1.5625rem;top:77.75rem;left:0rem;font-size:1.0625rem;z-index:100079;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #sd40Sv8D77UoRWgRfwM0ReTSSfcFcxgy { width:1.5625rem;height:1.5625rem;top:80.4375rem;left:0rem;font-size:1.0625rem;z-index:100080;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #vtPZTAzBTDHFOn1X8pVz8TRAc9yy5qCy { width:1.5625rem;height:1.5625rem;top:82.875rem;left:0rem;font-size:1.0625rem;z-index:100081;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #NU74JIdEDsfOku1prnTHyZSTOcLTMPuE { width:1.5625rem;height:1.5625rem;top:85.375rem;left:0rem;font-size:1.0625rem;z-index:100082;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #GAUNQa4aU1rRpmvBFV8Nds7R3AEBMwzT { width:1.5625rem;height:1.5625rem;top:88rem;left:0rem;font-size:1.0625rem;z-index:100083;color:#63287c;display:block; }
 }@media only screen and (max-width: 763px) { #v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE { display:block; }#v4Ozqz23CuqgWuIJyfhAooKyrb9awtsE > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc8iGWlTPQ4h7Mfp5EXxBs7uEd4xOJvx { width:20rem;height:1.75rem;top:0.69583511352537rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpTLmIDKzJqXbH2m9VRwCM73TreB8awn { display:block; }#xpTLmIDKzJqXbH2m9VRwCM73TreB8awn > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0Z3LsRRmeU0M6h56OuMoinRicNyHXnb { width:20rem;height:18.720292504571rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxOGpnyHxOso91BFt1iuUrMc9TQICaiJ { width:20rem;height:4.0625rem;top:5.9367187023163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnukhQSRpFuTTJtu5aAWByZV7pLa7mfd { width:20rem;height:3.9375rem;top:11.625rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fbMR9Q1oU7cwJOK1bH8iPKihwTlB1bLC { width:19rem;height:4.25rem;top:58.4375rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQnHaiyKGePOx4wSaWSIS49OqTzilvTX { display:block; }
 }@media only screen and (max-width: 763px) { #T2U7JVRHUQNftDVInQp3mDAMaChJsHod { width:16.0625rem;height:1.625rem;top:55rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT7RUZhUEEgJwDdJQJ0rNi3ADhKesUD { width:11.0625rem;height:3.375rem;top:1.5621092319489rem;left:4.4671874344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmVgHqisLQysRhvTVlra0xsvqr73SVm { width:20rem;height:11.25rem;top:38.874350547791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtJ1X3Fg4QiC8oOtXnW1tpnS3WQCaZX { width:20rem;height:2.03125rem;top:53.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }