.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;
}
.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { background-color: transparent; background-image: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { border-width: 0; border-radius: 0; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:31.4375rem;top:1.6875rem;left:5.421875rem;overflow:hidden;display:block; }
#A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.4375rem;width:18.625rem;top:3.5625rem;left:46.875rem;display:block; }
#MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { color:#0b1e23;display:block;width:3.4375rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.375rem;left:60.125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { position:absolute;display:block;z-index:100020;background-color:#4de4cf;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;height:0.5rem;width:3.25rem;top:5.9375rem;left:60.25rem;display:block; }
#xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { color:#0b1e23;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.75rem;left:47.6875rem;height:1.20019375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { background-color: transparent; background-image: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .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); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { border-width: 0; border-radius: 0; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { color:#0b1e23;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:1.142578125rem;left:20.748698234558rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { background-color: transparent; background-image: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .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); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { border-width: 0; border-radius: 0; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { color:#000000;display:block;width:62.436rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.6;letter-spacing:0;top:1.5950527191162rem;left:6.2814674377444rem;height:45.74216875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { background-color: transparent; background-image: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .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); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { border-width: 0; border-radius: 0; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { position:absolute;display:block;z-index:100003;background-color:rgba(138,109,241,0.66);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;height:3.125rem;width:16.25rem;top:0.875rem;left:6.4375rem;display:block; }
#ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:45.0625rem;top:0.8740234375rem;left:23.624267578125rem;display:block; }
#BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:21.875rem;top:0.875rem;left:46.75rem;display:none; }
#wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8109812736511rem;left:8.3105478286744rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.785888671875rem;left:40.80810546875rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.785888671875rem;left:50.904541015625rem;height:1.298825rem;text-align:center;text-align-last:center;display:none; }
#GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:62.4375rem;top:4.625rem;left:6.3125rem;display:block; }
#uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.5620665550232rem;left:8.3105478286744rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.224365234375rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4375rem;top:8rem;left:6.312255859375rem;display:block; }
#Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.906034469604rem;left:6.25rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.62239074707rem;left:6.25rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.6191412210463rem;left:6.25rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { position:absolute;display:block;z-index:100017;background-color:#8a6df1;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;height:7.8125rem;width:0.125rem;top:8rem;left:46.23388671875rem;display:none; }
#hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.552978515625rem;left:42.83935546875rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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;height:4.25rem;width:25rem;top:10.873481750488rem;left:0rem;display:none; }
#kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { position:absolute;display:block;z-index:100033;background-color:#8a6df1;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;height:4.25rem;width:0.125rem;top:10.875rem;left:22.4375rem;display:none; }
#hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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;height:4.25rem;width:25rem;top:15.873481750488rem;left:-25rem;display:none; }
#ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:25rem;top:20.873481273651rem;left:-25rem;display:none; }
#wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:25rem;top:24.874133586884rem;left:0rem;display:none; }
#aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:25rem;top:28.623048186302rem;left:0rem;display:none; }
#xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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;height:6.8125rem;width:25rem;top:32.311200618744rem;left:0rem;display:none; }
#blIX28nN9UF8rWayFbTplkdgqKWUnoRt { color:#000000;display:block;width:18.0603125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.785400390625rem;left:38.02734375rem;height:2.1743125rem;text-align:center;text-align-last:center;display:block; }
#mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { color:#000000;display:block;width:10.99975rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.552978515625rem;left:52.186279296875rem;height:1.20019375rem;text-align:center;text-align-last:center;display:none; }
#LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:11.98388671875rem;left:6.280517578125rem;display:block; }
#oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.77099609375rem;left:37.05810546875rem;height:2.1743125rem;text-align:center;text-align-last:center;display:block; }
#VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { color:#000000;display:block;width:18.0603125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.67138671875rem;left:49.01611328125rem;height:2.1743125rem;text-align:left;text-align-last:left;display:none; }
#m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.864501953125rem;left:48.656005859375rem;height:2.1743125rem;text-align:left;text-align-last:left;display:none; }
#PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { position:absolute;display:block;z-index:100012;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4375rem;top:15.9375rem;left:6.3125rem;display:block; }
#lh96sppu0shGRJwK7T8eoShuWs2iPSZU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:17.1875rem;left:8.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { position:absolute;display:block;z-index:100013;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:19.9375rem;left:6.25rem;display:block; }
#MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:17.252197265625rem;left:35.65185546875rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:21.375rem;left:8.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { position:absolute;display:block;z-index:100017;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:23.9375rem;left:6.3125rem;display:block; }
#GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:25.1611328125rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { position:absolute;display:block;z-index:100021;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:27.9375rem;left:6.3125rem;display:block; }
#ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:29.161376953125rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { color:#000000;display:block;width:8.0603125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:29.219970703125rem;left:43.02734375rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { position:absolute;display:block;z-index:100025;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:31.875rem;left:6.3125rem;display:block; }
#SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:32.451171875rem;left:8.311767578125rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#THllpAboFw9waUyfqmpHIlKhod5kTLD8 { position:absolute;display:block;z-index:100029;background-color:rgba(227,227,227,0.8);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;height:3.75rem;width:62.4365rem;top:35.9375rem;left:6.3125rem;display:block; }
#R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:37.161865234375rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { color:#000000;display:block;width:8.9355625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:37.252197265625rem;left:42.589111328125rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { color:#000000;display:block;width:5.99975625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:37.220458984375rem;left:54.154052734375rem;height:1.11840625rem;text-align:left;text-align-last:left;display:none; }
#rK7exx0wfxNSOPENnTqKJftCgHgzaffO { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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;height:4.8125rem;width:62.4375rem;top:39.9365234375rem;left:6.312255859375rem;display:block; }
#pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:41.807861328125rem;left:8.311767578125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { color:#000000;display:block;width:36.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:41.812744140625rem;left:29.90234375rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { color:#000000;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:40.789794921875rem;left:49.561767578125rem;height:3.167725rem;text-align:left;text-align-last:left;display:none; }
#pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.251220703125rem;left:35.65185546875rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { color:#000000;display:block;width:20.4980625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:25.25146484375rem;left:36.776123046875rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { color:#000000;display:block;width:8.0603125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:29.4189453125rem;left:53.656005859375rem;height:1.11840625rem;text-align:left;text-align-last:left;display:none; }
#eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { color:#000000;display:block;width:3.31176875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:33.189697265625rem;left:45.401611328125rem;height:1.11840625rem;text-align:left;text-align-last:left;display:block; }
#ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { color:#000000;display:block;width:3.31176875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:33.189697265625rem;left:56.0302734375rem;height:1.11840625rem;text-align:left;text-align-last:left;display:none; }
#NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { position:absolute;display:block;z-index:100040;background-color:#8a6df1;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;height:7.8125rem;width:0.124511875rem;top:27.874267578125rem;left:46.23291015625rem;display:none; }
#qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { position:absolute;display:block;z-index:100041;background-color:#8a6df1;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;height:8.999rem;width:0.1867675rem;top:35.9375rem;left:46.199951171875rem;display:none; }
#dFO88yTbnuso6m0GRFaUZW11NsN0dZow { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.224365234375rem;left:8.311767578125rem;height:1.298825rem;text-align:center;text-align-last:center;display:none; }
#kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:8.311767578125rem;height:1.298825rem;text-align:center;text-align-last:center;display:none; }
#AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:17.1875rem;left:8.3125rem;height:1.298825rem;text-align:center;text-align-last:center;display:none; }
#WAUizCw6BpP5FRVF28FhLQZga4Cik68z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:21.375rem;left:8.3125rem;height:1.298825rem;text-align:center;text-align-last:center;display:none; }
#kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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;height:4.8125rem;width:62.4375rem;top:39.9365234375rem;left:6.312255859375rem;display:none; }
#NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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;height:4.8125rem;width:62.4375rem;top:39.9365234375rem;left:6.312255859375rem;display:none; }
#aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:32.451171875rem;left:8.311767578125rem;height:2.59765rem;text-align:center;text-align-last:center;display:none; }
#kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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;height:4.8125rem;width:62.4375rem;top:39.9365234375rem;left:6.312255859375rem;display:none; }
#kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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;height:4.8125rem;width:62.4375rem;top:39.9365234375rem;left:6.312255859375rem;display:none; }
#fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.6191412210463rem;left:6.25rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { color:#000000;display:block;width:18.0615rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.92138671875rem;left:26.3427734375rem;height:2.11115rem;text-align:left;text-align-last:left;display:none; }
#W7twv8TNqRId4oyKValAMmMK7uIS3RVk { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:17.252197265625rem;left:34.888916015625rem;height:1.055575rem;text-align:left;text-align-last:left;display:none; }
#lTZCqql98mVOKifErxtVILGmhmulFSA2 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.251220703125rem;left:34.888916015625rem;height:1.055575rem;text-align:left;text-align-last:left;display:none; }
#ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { color:#000000;display:block;width:20.49925rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:25.2197265625rem;left:36.043701171875rem;height:1.055575rem;text-align:left;text-align-last:left;display:none; }
#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { background-color: transparent; background-image: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .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); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { border-width: 0; border-radius: 0; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { font-size:0.875rem;font-family:arial;height:151.4375rem;width:75rem;position:relative;display:block; }#aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { color:#000000;display:block;width:62.436rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.6;letter-spacing:0;top:1.5950527191162rem;left:6.2814674377444rem;height:149.57774375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { position:relative;display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { background-color: transparent; background-image: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container > .video-iframe-container { display: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row > .video-iframe-container { display: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .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); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { border-width: 0; border-radius: 0; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0598125rem;width:53.8098125rem;top:0.281982421875rem;left:10.594482421875rem;overflow:hidden;display:block; }
#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { position:relative;display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { background-color: transparent; background-image: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container > .video-iframe-container { display: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row > .video-iframe-container { display: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .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); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { border-width: 0; border-radius: 0; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { color:#000000;display:block;width:62.4353125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.6;letter-spacing:0;top:2.31689453125rem;left:6.28173828125rem;height:7.06323125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { border-width: 0; border-radius: 0; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:none; }#oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { color:#0b1e23;display:block;width:39.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:2.3125rem;left:6.5625rem;height:3.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { position:absolute;display:block;z-index:100031;background-color:#4de4cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.75rem;border-top-right-radius:6.75rem;border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.93663125rem;width:18.125rem;top:1.5625rem;left:47.8125rem;display:block; }
#iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { color:#0b1e23;display:block;width:16.6873125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.6875rem;height:1.767825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { top:1.6875rem;left:0rem;width:31.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { top:3.5625rem;left:29.125rem;width:18.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { top:4.375rem;left:44.3125rem;width:3.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { top:5.9375rem;left:44.5rem;width:3.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { top:4.75rem;left:34.0625rem;width:11.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { top:1.125rem;left:7.1236982345581rem;width:33.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { top:1.5625rem;left:0rem;width:47.75rem;height:45.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { top:0.875rem;left:0rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { top:0.8125rem;left:0rem;width:45.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { top:0.875rem;left:9.875rem;width:21.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { top:1.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { top:1.75rem;left:19.25rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { top:1.75rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { top:4.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { top:5.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { top:9.1875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { top:8rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { top:35.875rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { top:24.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { top:103.4375rem;left:8.625rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { top:8rem;left:31.625rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { top:5.5rem;left:23.3125rem;width:8.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { top:10.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { top:10.8125rem;left:15.8125rem;width:0.0625rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { top:15.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { top:20.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { top:24.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { top:28.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { top:32.25rem;left:0rem;width:47.75rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #blIX28nN9UF8rWayFbTplkdgqKWUnoRt { top:8.75rem;left:13.75rem;width:18rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { top:5.5rem;left:31.75rem;width:10.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { top:11.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { top:13.375rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { top:12.75rem;left:11.75rem;width:20rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { top:8.625rem;left:13.75rem;width:18rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { top:12.8125rem;left:11.75rem;width:20rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { top:15.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh96sppu0shGRJwK7T8eoShuWs2iPSZU { top:17.1875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { top:19.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { top:17.25rem;left:8.9375rem;width:22.8125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { top:21.3125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { top:23.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { top:25.125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { top:27.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { top:29.125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { top:29.1875rem;left:23.75rem;width:8rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { top:31.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { top:32.4375rem;left:3.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THllpAboFw9waUyfqmpHIlKhod5kTLD8 { top:35.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { top:37.125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { top:37.25rem;left:22.875rem;width:8.875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { top:37.1875rem;left:31.75rem;width:5.9375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK7exx0wfxNSOPENnTqKJftCgHgzaffO { top:39.875rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { top:41.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { top:41.8125rem;left:0rem;width:36.25rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { top:40.75rem;left:15.5rem;width:16.25rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { top:21.25rem;left:8.9375rem;width:22.8125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { top:25.25rem;left:11.3125rem;width:20.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { top:29.375rem;left:31.75rem;width:8rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { top:33.1875rem;left:28.5rem;width:3.25rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { top:33.1875rem;left:33.2177734375rem;width:3.25rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { top:27.8125rem;left:31.6875rem;width:0.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { top:35.9375rem;left:31.5625rem;width:0.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFO88yTbnuso6m0GRFaUZW11NsN0dZow { top:9.1875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { top:13.375rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { top:17.1875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAUizCw6BpP5FRVF28FhLQZga4Cik68z { top:21.3125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { top:39.875rem;left:0rem;width:47.75rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { top:39.875rem;left:0rem;width:47.75rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { top:32.4375rem;left:3.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { top:39.875rem;left:0rem;width:47.75rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { top:39.875rem;left:0rem;width:47.75rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { top:96.625rem;left:0rem;width:4.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { top:9rem;left:5.3123221993446rem;width:8.5rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7twv8TNqRId4oyKValAMmMK7uIS3RVk { top:17.25rem;left:8.9375rem;width:22.8125rem;height:1.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTZCqql98mVOKifErxtVILGmhmulFSA2 { top:21.25rem;left:8.9375rem;width:22.8125rem;height:1.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { top:25.1875rem;left:11.25rem;width:20.4375rem;height:1.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { top:1.5625rem;left:0rem;width:47.75rem;height:149.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { top:0.25rem;left:0rem;width:47.75rem;height:13.363845987663rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { top:2.3125rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { display:block; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { top:2.3125rem;left:0rem;width:39.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { top:1.5625rem;left:29.625rem;width:18.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { top:2.75rem;left:31.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { background-color: transparent; background-image: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { border-width: 0; border-radius: 0; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { width:18.875rem;height:7.75rem;top:3rem;left:0.56163197755814rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { width:13.5625rem;height:3.4375rem;top:13.5625rem;left:2.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { width:3.4375rem;height:1.4431125rem;top:14.375rem;left:10.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { width:3.25rem;height:0.5rem;top:15.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { width:7.625rem;height:2.11181875rem;top:14.25rem;left:2rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { background-color: transparent; background-image: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .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); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { border-width: 0; border-radius: 0; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { width:14.3120625rem;height:1.5249rem;top:1.0188808441162rem;left:2.8428819775581rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { background-color: transparent; background-image: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .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); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { border-width: 0; border-radius: 0; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { width:16.5625rem;height:87.88226875rem;top:0.6857624053955rem;left:1.6861980557442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { background-color:#ffffff;background-image:none;display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { background-color: transparent; background-image: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .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); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { width:10.061875rem;height:2.24935rem;top:0.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { width:19.375rem;height:2.5rem;top:4.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { width:19.375rem;height:3.3125rem;top:38.686963860877rem;left:0.31161218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { width:12.5rem;height:1.2807625rem;top:1.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { width:12.5rem;height:1.2807625rem;top:4.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { width:12.49825rem;height:1.2807625rem;top:58.383345127106rem;left:3.7180395722389rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { width:19.375rem;height:3.4375rem;top:42.519883155822rem;left:0.31161218881607rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { width:6.25rem;height:0.974825rem;top:9.9991121292112rem;left:1.3123224377632rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { width:6.25rem;height:0.974825rem;top:16.418676376342rem;left:0.99964481592181rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { width:19.375rem;height:5.3125rem;top:20.04243516922rem;left:0.31161218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { width:6.25rem;height:1.94824375rem;top:51.020949363709rem;left:1.3121448159218rem;font-size:0.75rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { width:6.25rem;height:1.94824375rem;top:39.335052490234rem;left:1.3121448159218rem;font-size:0.75rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { width:4.62446875rem;height:0.97411875rem;top:96.017395019531rem;left:1.3121448159218rem;font-size:0.75rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { top:55.935724258423rem;left:0rem;width:20rem;height:0.3125rem;z-index:100034;background-color:#383333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { width:0.125rem;height:4.25rem;top:103.3115234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { width:20rem;height:1.94444375rem;top:74.873054027556rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { width:19.375rem;height:6.25rem;top:7.375rem;left:0.3125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { width:0.0618489375rem;height:6.25rem;top:13.411026000976rem;left:21.215928137303rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { width:19.375rem;height:5.3125rem;top:14.25rem;left:0.3125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { width:19.375rem;height:3.875rem;top:34.374110221863rem;left:0.31161218881607rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { width:19.375rem;height:3.6875rem;top:30.061255931854rem;left:0.31161218881607rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 763px) { #aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { width:19.375rem;height:3.6875rem;top:25.810012817382rem;left:0.31161218881607rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { width:19.375rem;height:2.3125rem;top:46.465020179749rem;left:0.31161218881607rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #blIX28nN9UF8rWayFbTplkdgqKWUnoRt { width:8.5618125rem;height:2.9223625rem;top:15.461292147636rem;left:9.8712707161906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { width:10.9375rem;height:auto;top:5.5rem;left:4.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { width:19.5rem;height:5.6875rem;top:49.15322971344rem;left:0.24946731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { width:6.937125rem;height:0.974825rem;top:22.210582256317rem;left:0.96768456697463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { width:9.437125rem;height:2.9223625rem;top:21.234018325806rem;left:9.9360795617106rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { width:8.6875rem;height:2.9223625rem;top:65.424354076388rem;left:9.8748221993444rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { width:9.4993125rem;height:2.9223625rem;top:69.857953071594rem;left:9.8748221993444rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { width:20rem;height:3.75rem;top:60.822095870972rem;left:0rem;z-index:99979;display:none; }
 }@media only screen and (max-width: 763px) { #lh96sppu0shGRJwK7T8eoShuWs2iPSZU { width:6.5625rem;height:0.974825rem;top:27.262069702149rem;left:1.3121448159218rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { width:20rem;height:2.3117875rem;top:57.837357997894rem;left:0rem;z-index:99986;display:none; }
 }@media only screen and (max-width: 763px) { #MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { width:7.8125rem;height:2.9223625rem;top:26.190185546875rem;left:10.75927734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { width:9.6875rem;height:0.974825rem;top:31.416007518768rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { width:20rem;height:3.75rem;top:65.134045600894rem;left:0rem;z-index:99985;display:none; }
 }@media only screen and (max-width: 763px) { #GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { width:9.4375rem;height:0.974825rem;top:35.823860168457rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { width:20rem;height:3.75rem;top:69.446016311644rem;left:0rem;z-index:99984;display:none; }
 }@media only screen and (max-width: 763px) { #ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { width:7.3118125rem;height:1.94824375rem;top:87.407669067381rem;left:0.78036218881606rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { width:7.9989375rem;height:1.11840625rem;top:39.813562393189rem;left:9.8712707161906rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { width:20rem;height:3.75rem;top:73.821909427644rem;left:0rem;z-index:99983;display:none; }
 }@media only screen and (max-width: 763px) { #SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { width:9.0625rem;height:1.9482375rem;top:43.263489549048rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THllpAboFw9waUyfqmpHIlKhod5kTLD8 { width:20rem;height:3.75rem;top:78.143637657163rem;left:0rem;z-index:99982;display:none; }
 }@media only screen and (max-width: 763px) { #R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { width:8.1875rem;height:0.974825rem;top:47.132449388504rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { width:8.3123125rem;height:1.11840625rem;top:47.092505455017rem;left:9.8071733117106rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { width:5.9375rem;height:0.97411875rem;top:95.977445602419rem;left:9.8748221993444rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rK7exx0wfxNSOPENnTqKJftCgHgzaffO { width:20rem;height:3.75rem;top:82.321020126344rem;left:0rem;z-index:99980;display:none; }
 }@media only screen and (max-width: 763px) { #pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { width:7.0614375rem;height:1.94824375rem;top:101.05467987061rem;left:0.43607956171036rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { width:9.749625rem;height:5.3420375rem;top:49.387781620026rem;left:9.9374995827675rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { width:9.8748125rem;height:5.844725rem;top:99.138841629031rem;left:9.8748221993444rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { width:8.8733125rem;height:2.9223625rem;top:30.443115234375rem;left:10.828857421875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { width:8.4375rem;height:2.9223625rem;top:34.881591796875rem;left:10.433349609375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { width:7.9989375rem;height:0.97411875rem;top:87.886177062987rem;left:9.8748221993444rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { width:3.2492875rem;height:1.11840625rem;top:43.710927009582rem;left:9.8712707161906rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { width:3.2475125rem;height:0.97411875rem;top:91.916725158694rem;left:9.9360795617106rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { width:0.0625rem;height:7.8125rem;top:27.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { width:0.125rem;height:8.9375rem;top:99.0722671875rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFO88yTbnuso6m0GRFaUZW11NsN0dZow { width:6.25rem;height:0.97411875rem;top:66.520771026612rem;left:1.3121448159218rem;font-size:0.75rem;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { width:6.93625rem;height:0.97411875rem;top:70.832737088206rem;left:0.96768456697463rem;font-size:0.75rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { width:6.5625rem;height:0.97411875rem;top:75.209526062013rem;left:1.1558948159218rem;font-size:0.75rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #WAUizCw6BpP5FRVF28FhLQZga4Cik68z { width:9.125rem;height:0.974825rem;top:79.530359268187rem;left:0rem;font-size:0.75rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { width:20rem;height:3.75rem;top:86.508164405825rem;left:0rem;z-index:99981;display:none; }
 }@media only screen and (max-width: 763px) { #NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { width:20rem;height:3.75rem;top:90.569418907163rem;left:0rem;z-index:99982;display:none; }
 }@media only screen and (max-width: 763px) { #aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { width:8.5rem;height:1.9482375rem;top:91.436441421506rem;left:0rem;font-size:0.75rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { width:20rem;height:3.75rem;top:94.631389617919rem;left:0rem;z-index:99983;display:none; }
 }@media only screen and (max-width: 763px) { #kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { width:20rem;height:6.75rem;top:98.690517425537rem;left:0rem;z-index:99984;display:none; }
 }@media only screen and (max-width: 763px) { #fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { width:4.62446875rem;height:0.97411875rem;top:83.708272933963rem;left:2.1244671940804rem;font-size:0.75rem;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { width:5.3735375rem;height:0.97411875rem;top:9.99755859375rem;left:11.495361328125rem;font-size:0.75rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #W7twv8TNqRId4oyKValAMmMK7uIS3RVk { width:7.8125rem;height:2.9223625rem;top:74.234729766844rem;left:9.8748221993444rem;font-size:0.75rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #lTZCqql98mVOKifErxtVILGmhmulFSA2 { width:8.8743125rem;height:2.9223625rem;top:78.555580139163rem;left:9.8748221993444rem;font-size:0.75rem;z-index:100020;display:none; }
 }@media only screen and (max-width: 763px) { #ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { width:8.4375rem;height:2.9223625rem;top:82.733494758606rem;left:9.8748221993444rem;font-size:0.75rem;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { background-color: transparent; background-image: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .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); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { border-width: 0; border-radius: 0; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { width:20rem;height:318.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { width:16.5625rem;height:316.5160875rem;top:0.56098103523254rem;left:1.6861980557442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { width:20rem;height:5.596925rem;top:1.544189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { width:20rem;height:9.65235rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { border-width: 0; border-radius: 0; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { width:20rem;height:2.59765625rem;top:0.99934959411619rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { width:15.625rem;height:3.24978125rem;top:4.4986972808838rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { width:16.624375rem;height:1.5249rem;top:5.3927974700928rem;left:1.6547308564186rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }