.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;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); }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { border-width: 0; border-radius: 0; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row > .video-iframe-container {  }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#vc2kuQqp6NCTSxEUVWiJnB0CJOgi2pCy { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:6.75rem;top:1.1875rem;left:6.625rem;overflow:hidden;display:block; }
#kO2D0eeBqg7SyEy4Xy1TffaDTTcDULNn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#I6iyOB3d32PArOkeZTv01dhWAaH9UgKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UQDO1bupu3xHpyTVPBNywt2cnSdg38NJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#ChKn5myv7ou6U1doyyqTeGbVxVWPX2IZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTesoudB0u184mZgcTF0J1OHKqCh2SPe { color:#ffffff;display:block;width:20.749rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:27.125rem;height:1.4624rem;display:block; }
#nX6kSh6RL3h0StSVAO5qGSCXepn4gH19 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#H3BZpPHEMQUfGktx3fUaKNg6dXHRbsfW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#m9yyDTBUIcWJywAv58EItS5aJoqGt8RZ { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#SrGeToGOQ7ppyBvA5W2ig6hU61hnfk2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uB62WO0PnI3yupF5aKaKVkrR3toBwmyd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#vtZh3PoxMiM1UJD7lptnCUn8r5xTDe9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wFVJVpdfsz15muTLqbRkhUmMZsROKHv6 { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.125rem;left:53.75rem;display:block; }
#S61esGmPP8by8UD3Z5peeu3VTMA5E0wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H63MJWAkEx8SkKguy7XZXFHsQPG104Te { background-color:#eb600b;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;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:block; }
#xlTV9W7K701zBfoTNDg46Hefah9o6OaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GmJJ99PtSs25a0zIuTZCLrNdeuRED3Og { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.124267578125rem;left:57.6240234375rem;display:none; }
#hmki2J1aul5VgSiAhaIllERRWibTHPDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { background-color: transparent; background-image: none; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container > .video-iframe-container { display: none; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row > .video-iframe-container { display: none; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .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); }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { border-width: 0; border-radius: 0; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row > .video-iframe-container {  }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#E4Ap0U4mJc9qmX68gKO3LqRbCc9ZnW6i { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:6.74925rem;top:1.1861982345581rem;left:4.2486991882324rem;overflow:hidden;display:block; }
#BMnyZUAaMan6qGZnnsPrrhw7BieGmFLI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#Fbc7lTrJ93Vsi2UsCd5BGTFrW835bZgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tslDvbgiop91h6VDirNOcMGlrhaQCLr6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#U4wevdkmXlUBzlnILXR0uP7T3qSH1lai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xiOfyewX0iTxN5nZ2LtmWiG5khy7siTo { color:#ffffff;display:block;width:19.184875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:27.906253814698rem;height:1.4624rem;display:block; }
#PXyvgBMBSsE57rezBlEWmCqvFsT4lGiS { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#C55yVpBmJV6hGOJ9xK8FKHHMcZVxiAFV { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#bgKAVXuZqfexWIW4ITfheXfnAInrIiBq { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#gOPqEqU6TT9yA0FPzBHP4QBvkVbHM7wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RaTbaIviJUnit7ydN2zaRRyOvVuzk1z6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#awaZrymPIt1mHkJTToQ2yNFJSrJaPw4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xfZOQCRKenyQcafNigEEmZNvsThQ0T8Z { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.1236982345581rem;left:54.811199188233rem;display:block; }
#DT1ecR0qwHzs3cXUUrQ16hnUsGBH11Gn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b4L9xPL3qgCTT6fh22O2SfLtXnrbP9Kz { background-color:#eb600b;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;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.0625rem;left:62.000003814698rem;display:block; }
#e128Sc9P87upT5Gshv9i4ln1GOaWBkE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;display:block; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { background-color: transparent; background-image: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container > .video-iframe-container { display: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container { display: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .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); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { border-width: 0; border-radius: 0; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container {  }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;display:none; }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz > .row .container { border-width: 0; border-radius: 0; }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz > .row > .video-iframe-container {  }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { background-color: transparent; background-image: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container > .video-iframe-container { display: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container { display: none; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .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); }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { border-width: 0; border-radius: 0; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row > .video-iframe-container {  }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:3.125rem;left:15.4375rem; }
#PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J > img { max-width: 100%;max-height:100%; }#TFlDGEUbsO5hSF7b0FLd5W4G5nSqWA0t { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:8.375rem;left:15.25rem;height:1.78100625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmPC9iNWUwuBQJoPZ79dFmhThezsbb4B { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:avalon;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.1;letter-spacing:0;top:3.9375rem;left:19.625rem;height:1.85546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxQ7no6FCEDynFu0PgVSkG6kWMNw8fik { position:absolute;display:block;z-index:100022;background-color:#eb600b;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.0625rem;width:8.125rem;top:10.375rem;left:15.25rem;display:block; }
#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container { background-color: transparent; background-image: none; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container > .video-iframe-container { display: none; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row > .video-iframe-container { display: none; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .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); }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container { border-width: 0; border-radius: 0; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row > .video-iframe-container {  }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#v4EZlzKkL4xgwcLChOoACl3SSkTxstel { position:absolute;display:block;z-index:100007;height:29.56175rem;width:53.125rem;top:2.186279296875rem;left:10.9375rem;display:block; }
#iTwo6O5BiXkcRJANWsZGGqB9Lua3KrRS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:12.873264551162rem;left:16.812068939209rem;display:none; }
#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR { position:relative;display:block; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR { background-color: transparent; background-image: none; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container > .video-iframe-container { display: none; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row > .video-iframe-container { display: none; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .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); }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR { border-width: 0; border-radius: 0; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container > .video-iframe-container {  }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1c1c1;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container { background-color: transparent; background-image: none; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container > .video-iframe-container { display: none; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row > .video-iframe-container { display: none; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .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); }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container { border-width: 0; border-radius: 0; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row > .video-iframe-container {  }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#Hn3UblJiTBaK1xPsnZVPVoC5loxWoLog { color:#0a112d;display:block;width:48.125rem;position:absolute;font-family:avalon;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:13.4375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMZXnDEDA4WPUGa4DTGrXGqZQvHm23cT { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.8;letter-spacing:0;top:10.5625rem;left:13.4375rem;height:6.74925rem;text-align:center;text-align-last:center;display:block; }
#ItShETUOZsBwfQihVV0lOd7cIZ53WIVL { color:#0a112d;display:block;width:36.25rem;position:absolute;font-family:copernicus;font-size:0.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:19.375rem;height:1.05590625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZEUNMK15eaVKtTHKDmdlv1OIw3PUVB8 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.999rem;width:51.875rem;top:17.3095703125rem;left:11.5625rem;overflow:hidden;display:block; }
#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { background-color: transparent; background-image: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .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); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { border-width: 0; border-radius: 0; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container {  }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { font-size:0.875rem;font-family:arial;height:651.875rem;width:75rem;position:relative;display:block; }#baeR4dQCDN59cG92y0OaTelJBCdLRS2s { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:3.3232421875rem;left:13.4375rem;height:40.611575rem;display:block; }
#TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:624.9375rem;width:0.0625rem;top:3.5107421875rem;left:11.4375rem;display:block; }
#CrIwgDzsg630eETV0dEs68wFeRcFRMRq { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.8;letter-spacing:0;top:46.308349609375rem;left:13.4375rem;height:141.07175rem;display:block; }
#UhNBlrEHqzyvBDSIrPeRLd49q0pw41XP { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.8;letter-spacing:0;top:190.1875rem;left:13.4375rem;height:286.41845rem;display:block; }
#NkedXMagCcFZLBSTNJb139v7aPQRDAbR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9375rem;width:51.5rem;top:476.625rem;left:13.4375rem;overflow:hidden;display:block; }
#p8zulCGd64XUaTm4aU3A66NPXWfsMRya { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9375rem;width:51.5rem;top:505.5625rem;left:13.4375rem;overflow:hidden;display:block; }
#ha0XWDQZTiUWvNLqh6Bx5NlrE294WDhx { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.8;letter-spacing:0;top:534.5rem;left:13.4375rem;height:87.6354875rem;display:block; }
#ztuX7BBmn0726OOUNAQ17ukid66RZIS5 { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:0.062255875rem;top:628.44604492188rem;left:11.436767578125rem;display:block; }
#pAPyEvJXxEbLlnuluGGbT4UCu8SuakdZ { position:absolute;display:block;z-index:100012;border-top:0.0625rem solid #eb600b;border-left:0.0625rem solid #eb600b;border-right:0.0625rem solid #eb600b;border-bottom:0.0625rem solid #eb600b;height:22.6855625rem;width:50rem;top:624.5625rem;left:13.4375rem;overflow:hidden;display:block; }
#oLUxPzvQXirlgIv54MlZwzWGEHyQvtao { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:copernicus;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.1245rem;height:22.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:624.5625rem;left:13.4375rem;display:block; }
#M82hKsxo32lubknxaznrEM53ZsPebJzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd6b18;background-image:none;position:relative;display:block; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container { background-color: transparent; background-image: none; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container > .video-iframe-container { display: none; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row > .video-iframe-container { display: none; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .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); }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container { border-width: 0; border-radius: 0; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row > .video-iframe-container {  }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#Bw94oEGpTZBCGLcvy3OHv80TtJDx8uxM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2N401k0bCMg2CAMwVJhXUq1OZQytwne { color:#050062;display:block;width:13.25rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:11.348739624024rem;left:2.5000019073486rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ET3y1g0TWQ5Ps0MCg0w1QUhSKfv6X26C { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:11.348739624024rem;left:20.342884063721rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOMfEMrWQQf7tcV9S5icRtXapBT0FdCA { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:11.348739624024rem;left:39.843753814698rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZQVVnXA2FwqKW9rg1Lx1v8GTONm0V03 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:11.348739624024rem;left:55.967884063721rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqwCQTTadODI6qqqzSyROWwZezvl5hNv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.6875rem;top:5.8745574951172rem;left:6.516929626465rem;overflow:hidden;display:block; }
#wEBG1ZeDFHuSVqKXd4V55v3sWde2pDwQ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.75rem;top:6.2185363769531rem;left:25.781253814698rem;overflow:hidden;display:block; }
#eTMzM3J9pyB4t8P3GXPGhSG2bCWMUGDa { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.75rem;top:6.2185363769531rem;left:43.936634063721rem;overflow:hidden;display:block; }
#qoK84tP0cFoFL322Cbvn6KaZJUeK5cn9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:4.75rem;top:6.4995574951175rem;left:62.437068939209rem;overflow:hidden;display:block; }
#NJv6EffcM7F8CwhGVI40qNves6arC9ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;display:block; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container { background-color: transparent; background-image: none; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container > .video-iframe-container { display: none; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row > .video-iframe-container { display: none; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .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); }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container { border-width: 0; border-radius: 0; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row > .video-iframe-container {  }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#SVW2IIEF5Tri7mIfQbCKmp7ZfhqyqNbn { color:#f95b01;display:block;width:74.125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.0624999850988rem;left:0.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTEZCdih3TzobZVCVrVF7vdr8KQrSpW2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:7.125rem;top:6.6232604980469rem;left:15.593536376953rem;overflow:hidden;display:block; }
#Kl4Tdx7KDDEETkMDCVDCcNU10RCmEIfM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:6.0612030029297rem;left:29.656036376953rem;overflow:hidden;display:block; }
#wEXeemnQ422132QrMyqr53MOm8VOymct { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.125rem;top:6.3107604980469rem;left:2.5618495941162rem;overflow:hidden;display:block; }
#VK6UqzHNy8pfTmiGGTqqFGAQgAtADTH7 { position:absolute;display:block;z-index:100006;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;height:0.125rem;width:9.5625rem;top:16.31184387207rem;left:0.84309959411619rem;display:block; }
#ONAom6kkqd8T4zuZlDTK5ANZxWamgyhM { position:absolute;display:block;z-index:100007;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;height:0.125rem;width:9.5625rem;top:16.25rem;left:14.375rem;display:block; }
#nCM4VtEeJCZwWPVQdneRacAQGw4i7SNy { position:absolute;display:block;z-index:100008;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;height:0.125rem;width:9.5625rem;top:16.31184387207rem;left:28.062068939209rem;display:block; }
#SkXiHT9XVxpKcgoM2OIMHSJa6zniTsLs { position:absolute;display:block;z-index:100009;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;height:0.125rem;width:9.5625rem;top:16.31184387207rem;left:40.655384063721rem;display:block; }
#sMoKsR8029E5PqaZELa3TNm8OC4BBdkA { position:absolute;display:block;z-index:100010;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;height:0.125rem;width:9.5625rem;top:16.25rem;left:52.812503814698rem;display:block; }
#AoWRJc3u34Ksv25JWT2uTPXzRtL4X1yn { position:absolute;display:block;z-index:100010;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;height:0.125rem;width:9.5625rem;top:16.25rem;left:65.061855316162rem;display:block; }
#TWcdN18Jf52c76dF5SIGMtslW68LbcSZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:5.9375rem;top:6.6232604980469rem;left:66.499568939206rem;overflow:hidden;display:block; }
#oLiFOV1ori8TX9GHhcJ21SVmAz0saB9u { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:13.562286376953rem;left:13.624134063721rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8FCwyzI5HTFIHwSJuV9lwiGQAG08hVk { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:13.562286376953rem;left:51.968318939209rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHu0OfBWrLeO2iI2JU2czVu2UM6GZNNO { color:#f95b01;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:13.562286376953rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTr4Fyd2u4JNSymt63OshinTw00HZdH4 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTwW6IeyTEEePOe7HbqzFqlCNBFzuWsC { color:#0020b9;display:block;width:10.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:13.562286376953rem;left:64.6875038147rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mV8q9kXPvDAEM533MuXhssZDf3eNZyIz { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:13.562286376953rem;left:39.870876312256rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZRh7OgH8GQcm0lIvLIx9EQ4KAI1OeLI { color:#f95b01;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:12.624786376953rem;left:27.217884063721rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMFn7JTXkJg8r5CIgWZxHkqTh7Ek6uem { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.9375rem;top:6.6232604980469rem;left:42.468532562256rem;overflow:hidden;display:block; }
#QT4s2al9trXJkP8Wb4LFsZ62uB61Xg2C { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:5.8125rem;top:6.8728332519531rem;left:54.538852691651rem;overflow:hidden;display:block; }
#CGhNgXSH0z0h7seaSrcTamaDPnyNPXrk { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:51.968318939209rem;height:7.8735625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUEBgzOOq6KsrJpNfuOdBDfmwhMp0B8y { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:39.812282562256rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL0wfp21Uu9MEpxMMke8WETBzlW6vwJL { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:27.217884063721rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPTq0pwde5iXVzBLu02D0uXEI2nuleGL { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:14.280601501465rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koD4quz3EVW2ifQ9khXMMghHTaLngoPO { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:17.124572753906rem;left:63.7500038147rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKmri7CP5oWTDcBend0sOU4F8hst2pre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb600b;background-image:none;position:relative;display:block; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container { background-color: transparent; background-image: none; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container > .video-iframe-container { display: none; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row > .video-iframe-container { display: none; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .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); }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container { border-width: 0; border-radius: 0; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row > .video-iframe-container {  }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;display:block; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container { background-color: transparent; background-image: none; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container > .video-iframe-container { display: none; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row > .video-iframe-container { display: none; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .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); }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container { border-width: 0; border-radius: 0; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row > .video-iframe-container {  }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#BaXgnIz2Unqd2STo1R5o875EKVnCMDsK { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.76245rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SZzTsigRcOqDFB5kyGu75ykWtOGfEBcy { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:5.186767578125rem;left:0rem;height:4.94791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AzObMUf8I04oTFmxKlUe1keF9T1Mr5e0 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:5.1875rem;left:29.875rem;height:2.1984875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObSr5Ahiak0XbXq4OE15qQkkZzw1Sxo9 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:6.625rem;top:3.4375rem;left:22.375rem;overflow:hidden;display:block; }
#VtPWDza2USIMwV9sNV5plh2zgTV8tLVu { color:#f4f4f4;display:block;width:17.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:29.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qtxTJ4F8DteN8cyyrfTsndxvsJFbfEv7 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:29.875rem;height:2.35618125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrmaWdM9mQAxx3I6ehEw1t5tk6Td5VT8 { position:absolute;display:block;z-index:100017;background-color:#eb600b;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:9.375rem;width:6.625rem;top:2.375rem;left:21.4375rem;display:block; }
#Zq4XLJtTu7PkUBdiDdP1HlFBRfD81sKe { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:5.1875rem;left:57.000003814698rem;height:2.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnipaGJZUTVu01B8erNi8GGi2NlFN9qQ { color:#f4f4f4;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:7.3541679382325rem;left:57.000003814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lSlQ9qJ98IcKRTCOg2ezQt7sd54lp7Te { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:10rem;left:57rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQknWREZCtpVhgQVdP8RcRIMXD8tR2k2 { position:absolute;display:block;z-index:100022;background-color:#eb600b;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:9.8125rem;width:5.5625rem;top:2.53125rem;left:49.281253814698rem;display:block; }
#pbIHtr21zyeiIg27bNSgm41iOKBzAJAP { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:5.5625rem;top:3.2682304382324rem;left:50.395832061767rem;overflow:hidden;display:block; }
#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;display:block; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container { background-color: transparent; background-image: none; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container > .video-iframe-container { display: none; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row > .video-iframe-container { display: none; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .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); }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container { border-width: 0; border-radius: 0; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row > .video-iframe-container {  }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#WrfTmHd30Clmd7SKfJclHA7wd2MiZKD5 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6866455078125rem;left:48.937068939209rem;height:1.3806125rem;display:block; }
#SwRHhA4gorN2VZL53TDTsFsBAbl7fnne { color:#8faace;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:1.9375rem;left:31.625rem;height:3.5620125rem;display:block; }
#i93W8ox8qBloXX4WKBfQ07gJB2V2lruv { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0.6875rem;left:15.3125rem;display:block; }
#e56T6FhBzk1eElqHuA2aLbXnNryLXMw5 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5625rem;left:15.4375rem;display:block; }
#xzel6TuiqseBX1lQiAzqyTpv2dZzi2Mz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1rem;top:4.75rem;left:15.75rem;overflow:hidden;display:block; }
#TDtTPhBlBGxK43FZcRXo2LsngRTQp9fm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:0.625rem;top:2.5rem;left:30.25rem;overflow:hidden;display:block; }
#MVAc78NTbZsX505qKlmnu1B3I0bvHbhv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1rem;left:17.125rem;display:block; }
#V6MTda4EaiKwITpMHSBoRnXlqPUyHBTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#been080eQPs1mvhZWthxDhAvWeyJFXN1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:2.8125rem;left:17.1875rem;display:block; }
#USVLP1lebQEPKnRqTtS3Vbekch7bngFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bpITHpH7eOwVfOfqk7O8SmqxH2Th4WTN { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:1.9375rem;left:64.375rem;display:block; }
#DNZAZHmTmMDmc9mlQy2ta67vAsD4TF8d { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:1.8125rem;left:60.625rem;display:block; }
#STOtHyps1WiWHfmXP1aTNon1zHKnH591 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:1.8125rem;left:56.9375rem;display:block; }
#nUUNxxO8hVvlzrk3CeDZSzQr2VMeFeGE { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.25rem;top:2.2808837890625rem;left:4.3125rem;overflow:hidden;display:block; }
#W7T9nKcIlCIOLvJQPDfRKGaiw9TPVev1 { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:17.375rem;height:1.21875rem;display:block; }
#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;z-index:auto;display:block; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container { background-color: transparent; background-image: none; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container > .video-iframe-container { display: none; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row > .video-iframe-container { display: none; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .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); }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container { border-width: 0; border-radius: 0; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row > .video-iframe-container {  }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container { background-color: transparent; background-image: none; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container > .video-iframe-container { display: none; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row > .video-iframe-container { display: none; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .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); }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container { border-width: 0; border-radius: 0; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row > .video-iframe-container {  }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#bA7zTFNmlGPudhU1xUhAbJTV3t3g7K9e { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.57470703125rem;left:12.9990234375rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#oTbR4TlGwUJuGlEBTcVvNl4g47KVyIsa { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.125rem;top:0.748046875rem;left:2.609375rem;overflow:hidden;display:block; }
#dwtNn4Z867yUyM0aOyEgL6DqBw5WpLnc { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:1.5234375rem;left:24.05908203125rem;overflow:hidden;display:block; }
#OMT5UF7L1HXOliO5iTgEdnccrQCvqOQO { z-index:100002;top:0.65625rem;left:60.1708984375rem;background-color:#f95b06;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tolk0NsKMKD2ahLwOFT0rxK9tVmPTUJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z { display:none; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vc2kuQqp6NCTSxEUVWiJnB0CJOgi2pCy { top:1.1875rem;left:0rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2D0eeBqg7SyEy4Xy1TffaDTTcDULNn { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6iyOB3d32PArOkeZTv01dhWAaH9UgKc { display:block; }
 }@media only screen and (max-width: 763px) { #UQDO1bupu3xHpyTVPBNywt2cnSdg38NJ { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChKn5myv7ou6U1doyyqTeGbVxVWPX2IZ { display:block; }
 }@media only screen and (max-width: 763px) { #DTesoudB0u184mZgcTF0J1OHKqCh2SPe { top:3.3125rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX6kSh6RL3h0StSVAO5qGSCXepn4gH19 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3BZpPHEMQUfGktx3fUaKNg6dXHRbsfW { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9yyDTBUIcWJywAv58EItS5aJoqGt8RZ { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrGeToGOQ7ppyBvA5W2ig6hU61hnfk2q { display:block; }
 }@media only screen and (max-width: 763px) { #uB62WO0PnI3yupF5aKaKVkrR3toBwmyd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZh3PoxMiM1UJD7lptnCUn8r5xTDe9J { display:block; }
 }@media only screen and (max-width: 763px) { #wFVJVpdfsz15muTLqbRkhUmMZsROKHv6 { width:5rem;height:2.1875rem;top:1.125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61esGmPP8by8UD3Z5peeu3VTMA5E0wi { display:block; }
 }@media only screen and (max-width: 763px) { #H63MJWAkEx8SkKguy7XZXFHsQPG104Te { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTV9W7K701zBfoTNDg46Hefah9o6OaD { display:block; }
 }@media only screen and (max-width: 763px) { #GmJJ99PtSs25a0zIuTZCLrNdeuRED3Og { width:5rem;height:2.1875rem;top:1.0625rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmki2J1aul5VgSiAhaIllERRWibTHPDw { display:block; }
 }@media only screen and (max-width: 763px) { #mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ { display:block; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4Ap0U4mJc9qmX68gKO3LqRbCc9ZnW6i { top:1.125rem;left:0rem;width:6.6875rem;height:1.9805786310301rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMnyZUAaMan6qGZnnsPrrhw7BieGmFLI { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbc7lTrJ93Vsi2UsCd5BGTFrW835bZgI { display:block; }
 }@media only screen and (max-width: 763px) { #tslDvbgiop91h6VDirNOcMGlrhaQCLr6 { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4wevdkmXlUBzlnILXR0uP7T3qSH1lai { display:block; }
 }@media only screen and (max-width: 763px) { #xiOfyewX0iTxN5nZ2LtmWiG5khy7siTo { top:1.4375rem;left:14.281253814698rem;width:19.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyvgBMBSsE57rezBlEWmCqvFsT4lGiS { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C55yVpBmJV6hGOJ9xK8FKHHMcZVxiAFV { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgKAVXuZqfexWIW4ITfheXfnAInrIiBq { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOPqEqU6TT9yA0FPzBHP4QBvkVbHM7wc { display:block; }
 }@media only screen and (max-width: 763px) { #RaTbaIviJUnit7ydN2zaRRyOvVuzk1z6 { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awaZrymPIt1mHkJTToQ2yNFJSrJaPw4V { display:block; }
 }@media only screen and (max-width: 763px) { #xfZOQCRKenyQcafNigEEmZNvsThQ0T8Z { width:5rem;height:2.1875rem;top:1.0625rem;left:41.186199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1ecR0qwHzs3cXUUrQ16hnUsGBH11Gn { display:block; }
 }@media only screen and (max-width: 763px) { #b4L9xPL3qgCTT6fh22O2SfLtXnrbP9Kz { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e128Sc9P87upT5Gshv9i4ln1GOaWBkE2 { display:block; }
 }@media only screen and (max-width: 763px) { #oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { display:block; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz { display:none; }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J { top:3.125rem;left:1.8125rem;width:3.125rem;height:3.125rem;display:block; }
#PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TFlDGEUbsO5hSF7b0FLd5W4G5nSqWA0t { top:8.375rem;left:1.625rem;width:37.5rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPC9iNWUwuBQJoPZ79dFmhThezsbb4B { top:3.9375rem;left:6rem;width:40rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxQ7no6FCEDynFu0PgVSkG6kWMNw8fik { top:10.375rem;left:1.625rem;width:8.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg { display:block; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4EZlzKkL4xgwcLChOoACl3SSkTxstel { top:2.125rem;left:0rem;width:47.75rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwo6O5BiXkcRJANWsZGGqB9Lua3KrRS { top:12.8125rem;left:3.187068939209rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUkwSW3TT14J327XTIHFvIDOHmT1MMWR { display:block; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML { display:block; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn3UblJiTBaK1xPsnZVPVoC5loxWoLog { top:5.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZXnDEDA4WPUGa4DTGrXGqZQvHm23cT { top:10.5625rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItShETUOZsBwfQihVV0lOd7cIZ53WIVL { top:2.5625rem;left:5.75rem;width:36.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEUNMK15eaVKtTHKDmdlv1OIw3PUVB8 { top:17.25rem;left:0rem;width:47.75rem;height:26.693055421687rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { top:3.3125rem;left:0rem;width:47.75rem;height:40.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { top:3.5rem;left:0rem;width:0.0625rem;height:624.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrIwgDzsg630eETV0dEs68wFeRcFRMRq { top:46.25rem;left:0rem;width:47.75rem;height:141.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhNBlrEHqzyvBDSIrPeRLd49q0pw41XP { top:190.1875rem;left:0rem;width:47.75rem;height:286.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkedXMagCcFZLBSTNJb139v7aPQRDAbR { top:476.625rem;left:0rem;width:47.75rem;height:26.830226072351rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8zulCGd64XUaTm4aU3A66NPXWfsMRya { top:505.5625rem;left:0rem;width:47.75rem;height:26.830226072351rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0XWDQZTiUWvNLqh6Bx5NlrE294WDhx { top:534.5rem;left:0rem;width:47.75rem;height:87.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztuX7BBmn0726OOUNAQ17ukid66RZIS5 { top:628.4375rem;left:0rem;width:0.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAPyEvJXxEbLlnuluGGbT4UCu8SuakdZ { top:624.5625rem;left:0rem;width:47.625rem;height:21.60799828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLUxPzvQXirlgIv54MlZwzWGEHyQvtao { width:46.75rem;height:22.8125rem;top:624.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82hKsxo32lubknxaznrEM53ZsPebJzP { display:block; }
 }@media only screen and (max-width: 763px) { #THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS { display:block; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw94oEGpTZBCGLcvy3OHv80TtJDx8uxM { top:0.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2N401k0bCMg2CAMwVJhXUq1OZQytwne { top:11.3125rem;left:0rem;width:13.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3y1g0TWQ5Ps0MCg0w1QUhSKfv6X26C { top:11.3125rem;left:6.7178840637206rem;width:15.625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMfEMrWQQf7tcV9S5icRtXapBT0FdCA { top:11.3125rem;left:26.218753814698rem;width:12.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQVVnXA2FwqKW9rg1Lx1v8GTONm0V03 { top:11.3125rem;left:31.25rem;width:16.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwCQTTadODI6qqqzSyROWwZezvl5hNv { top:5.8125rem;left:0rem;width:4.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEBG1ZeDFHuSVqKXd4V55v3sWde2pDwQ { top:6.1875rem;left:12.156253814698rem;width:4.75rem;height:4.4374572309895rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMzM3J9pyB4t8P3GXPGhSG2bCWMUGDa { top:6.1875rem;left:30.311634063721rem;width:4.75rem;height:4.4374572309895rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoK84tP0cFoFL322Cbvn6KaZJUeK5cn9 { top:6.4375rem;left:43rem;width:4.75rem;height:3.8753115557919rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJv6EffcM7F8CwhGVI40qNves6arC9ui { display:block; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVW2IIEF5Tri7mIfQbCKmp7ZfhqyqNbn { top:1rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEZCdih3TzobZVCVrVF7vdr8KQrSpW2 { top:6.5625rem;left:1.9685363769531rem;width:7.125rem;height:5.2498911117349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4Tdx7KDDEETkMDCVDCcNU10RCmEIfM { top:6rem;left:16.031036376953rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEXeemnQ422132QrMyqr53MOm8VOymct { top:6.25rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK6UqzHNy8pfTmiGGTqqFGAQgAtADTH7 { top:16.25rem;left:0rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAom6kkqd8T4zuZlDTK5ANZxWamgyhM { top:16.25rem;left:0.75rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCM4VtEeJCZwWPVQdneRacAQGw4i7SNy { top:16.25rem;left:14.437068939209rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXiHT9XVxpKcgoM2OIMHSJa6zniTsLs { top:16.25rem;left:27.030384063721rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoKsR8029E5PqaZELa3TNm8OC4BBdkA { top:16.25rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoWRJc3u34Ksv25JWT2uTPXzRtL4X1yn { top:16.25rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWcdN18Jf52c76dF5SIGMtslW68LbcSZ { top:6.5625rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLiFOV1ori8TX9GHhcJ21SVmAz0saB9u { top:13.5rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FCwyzI5HTFIHwSJuV9lwiGQAG08hVk { top:13.5rem;left:36.5rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHu0OfBWrLeO2iI2JU2czVu2UM6GZNNO { top:13.5rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTr4Fyd2u4JNSymt63OshinTw00HZdH4 { top:17.0625rem;left:0rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwW6IeyTEEePOe7HbqzFqlCNBFzuWsC { top:13.5rem;left:37.4375rem;width:10.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV8q9kXPvDAEM533MuXhssZDf3eNZyIz { top:13.5rem;left:26.245876312256rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZRh7OgH8GQcm0lIvLIx9EQ4KAI1OeLI { top:12.5625rem;left:13.592884063721rem;width:11.25rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMFn7JTXkJg8r5CIgWZxHkqTh7Ek6uem { top:6.5625rem;left:28.843532562256rem;width:5.9375rem;height:5.87456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT4s2al9trXJkP8Wb4LFsZ62uB61Xg2C { top:6.8125rem;left:40.913852691651rem;width:5.8125rem;height:5.4999532860287rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhNgXSH0z0h7seaSrcTamaDPnyNPXrk { top:17.0625rem;left:36.5rem;width:11.25rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUEBgzOOq6KsrJpNfuOdBDfmwhMp0B8y { top:17.0625rem;left:26.187282562256rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0wfp21Uu9MEpxMMke8WETBzlW6vwJL { top:17.0625rem;left:13.592884063721rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTq0pwde5iXVzBLu02D0uXEI2nuleGL { top:17.0625rem;left:0.65560150146487rem;width:10.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koD4quz3EVW2ifQ9khXMMghHTaLngoPO { top:17.0625rem;left:36.5rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmri7CP5oWTDcBend0sOU4F8hst2pre { display:block; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTaCQVQNlICQggW2aEt62BbvrAZb93oV { display:block; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaXgnIz2Unqd2STo1R5o875EKVnCMDsK { width:19.1875rem;height:2.75rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZzTsigRcOqDFB5kyGu75ykWtOGfEBcy { top:5.125rem;left:0rem;width:19rem;height:6.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzObMUf8I04oTFmxKlUe1keF9T1Mr5e0 { top:5.1875rem;left:16.25rem;width:12rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSr5Ahiak0XbXq4OE15qQkkZzw1Sxo9 { top:3.4375rem;left:8.75rem;width:6.5625rem;height:9.2870822876769rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtPWDza2USIMwV9sNV5plh2zgTV8tLVu { top:7.3125rem;left:16.25rem;width:17.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtxTJ4F8DteN8cyyrfTsndxvsJFbfEv7 { top:9.6875rem;left:16.25rem;width:16.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrmaWdM9mQAxx3I6ehEw1t5tk6Td5VT8 { top:2.375rem;left:7.8125rem;width:6.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq4XLJtTu7PkUBdiDdP1HlFBRfD81sKe { top:5.1875rem;left:35.6875rem;width:12.0625rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnipaGJZUTVu01B8erNi8GGi2NlFN9qQ { top:7.3125rem;left:31.6875rem;width:16.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlQ9qJ98IcKRTCOg2ezQt7sd54lp7Te { top:10rem;left:30.9375rem;width:16.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQknWREZCtpVhgQVdP8RcRIMXD8tR2k2 { top:2.5rem;left:35.656253814698rem;width:5.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIHtr21zyeiIg27bNSgm41iOKBzAJAP { top:3.25rem;left:36.770832061767rem;width:5.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8XCW0Br8dh227EXZcTRkWFTs03xATg9 { display:block; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrfTmHd30Clmd7SKfJclHA7wd2MiZKD5 { top:2.625rem;left:35.312068939209rem;width:7rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRHhA4gorN2VZL53TDTsFsBAbl7fnne { top:1.9375rem;left:18rem;width:13.125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i93W8ox8qBloXX4WKBfQ07gJB2V2lruv { top:0.6875rem;left:1.6875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56T6FhBzk1eElqHuA2aLbXnNryLXMw5 { top:2.5625rem;left:1.8125rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzel6TuiqseBX1lQiAzqyTpv2dZzi2Mz { top:4.75rem;left:2.125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtTPhBlBGxK43FZcRXo2LsngRTQp9fm { top:2.5rem;left:16.625rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVAc78NTbZsX505qKlmnu1B3I0bvHbhv { width:6.8125rem;height:1.0625rem;top:1rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6MTda4EaiKwITpMHSBoRnXlqPUyHBTk { display:block; }
 }@media only screen and (max-width: 763px) { #been080eQPs1mvhZWthxDhAvWeyJFXN1 { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVLP1lebQEPKnRqTtS3Vbekch7bngFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bpITHpH7eOwVfOfqk7O8SmqxH2Th4WTN { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNZAZHmTmMDmc9mlQy2ta67vAsD4TF8d { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOtHyps1WiWHfmXP1aTNon1zHKnH591 { top:1.8125rem;left:43.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUNxxO8hVvlzrk3CeDZSzQr2VMeFeGE { top:2.25rem;left:0rem;width:7.25rem;height:2.8745978101561rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T9nKcIlCIOLvJQPDfRKGaiw9TPVev1 { top:4.75rem;left:3.75rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC { display:none; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA { display:none; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA7zTFNmlGPudhU1xUhAbJTV3t3g7K9e { top:0.5625rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTbR4TlGwUJuGlEBTcVvNl4g47KVyIsa { top:0.6875rem;left:0rem;width:8.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtNn4Z867yUyM0aOyEgL6DqBw5WpLnc { top:1.5rem;left:10.43408203125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT5UF7L1HXOliO5iTgEdnccrQCvqOQO { top:0.625rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tolk0NsKMKD2ahLwOFT0rxK9tVmPTUJq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#241c58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { background-color: transparent; background-image: none; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container > .video-iframe-container { display: none; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row > .video-iframe-container { display: none; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .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); }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { border-width: 0; border-radius: 0; }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row > .video-iframe-container {  }#fCI6PRTuSUSdDpa5Dtn21ATTSWXAul5z > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc2kuQqp6NCTSxEUVWiJnB0CJOgi2pCy { width:6.75rem;height:2rem;top:0.68603515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2D0eeBqg7SyEy4Xy1TffaDTTcDULNn { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #I6iyOB3d32PArOkeZTv01dhWAaH9UgKc { display:block; }
 }@media only screen and (max-width: 763px) { #UQDO1bupu3xHpyTVPBNywt2cnSdg38NJ { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ChKn5myv7ou6U1doyyqTeGbVxVWPX2IZ { display:block; }
 }@media only screen and (max-width: 763px) { #DTesoudB0u184mZgcTF0J1OHKqCh2SPe { width:10.5rem;height:1.3806125rem;top:0.9951171875rem;left:8.62744140625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nX6kSh6RL3h0StSVAO5qGSCXepn4gH19 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #H3BZpPHEMQUfGktx3fUaKNg6dXHRbsfW { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #m9yyDTBUIcWJywAv58EItS5aJoqGt8RZ { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #SrGeToGOQ7ppyBvA5W2ig6hU61hnfk2q { display:block; }
 }@media only screen and (max-width: 763px) { #uB62WO0PnI3yupF5aKaKVkrR3toBwmyd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vtZh3PoxMiM1UJD7lptnCUn8r5xTDe9J { display:block; }
 }@media only screen and (max-width: 763px) { #wFVJVpdfsz15muTLqbRkhUmMZsROKHv6 { width:5rem;height:2.1875rem;top:2.6828835010529rem;left:5.7492895722389rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S61esGmPP8by8UD3Z5peeu3VTMA5E0wi { display:block; }
 }@media only screen and (max-width: 763px) { #H63MJWAkEx8SkKguy7XZXFHsQPG104Te { width:6.9986875rem;height:1.49956875rem;top:3.3658854961395rem;left:12.508681356907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTV9W7K701zBfoTNDg46Hefah9o6OaD { display:block; }
 }@media only screen and (max-width: 763px) { #GmJJ99PtSs25a0zIuTZCLrNdeuRED3Og { width:5rem;height:2.1875rem;top:3.0000002384186rem;left:0.93750005960463rem;font-size:0.75rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #hmki2J1aul5VgSiAhaIllERRWibTHPDw { display:block; }
 }@media only screen and (max-width: 763px) { #mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ { position:relative;z-index:auto;background-color:#241c58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { border-width: 0; border-radius: 0; }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row > .video-iframe-container {  }#mmmpgZ3pcLmmNhJ6e3bfnCwPBf7QIvZQ > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E4Ap0U4mJc9qmX68gKO3LqRbCc9ZnW6i { width:6.75rem;height:2rem;top:0.68603515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMnyZUAaMan6qGZnnsPrrhw7BieGmFLI { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Fbc7lTrJ93Vsi2UsCd5BGTFrW835bZgI { display:block; }
 }@media only screen and (max-width: 763px) { #tslDvbgiop91h6VDirNOcMGlrhaQCLr6 { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #U4wevdkmXlUBzlnILXR0uP7T3qSH1lai { display:block; }
 }@media only screen and (max-width: 763px) { #xiOfyewX0iTxN5nZ2LtmWiG5khy7siTo { width:20rem;height:1.3808625rem;top:3.3734810352326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXyvgBMBSsE57rezBlEWmCqvFsT4lGiS { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #C55yVpBmJV6hGOJ9xK8FKHHMcZVxiAFV { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #bgKAVXuZqfexWIW4ITfheXfnAInrIiBq { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #gOPqEqU6TT9yA0FPzBHP4QBvkVbHM7wc { display:block; }
 }@media only screen and (max-width: 763px) { #RaTbaIviJUnit7ydN2zaRRyOvVuzk1z6 { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #awaZrymPIt1mHkJTToQ2yNFJSrJaPw4V { display:block; }
 }@media only screen and (max-width: 763px) { #xfZOQCRKenyQcafNigEEmZNvsThQ0T8Z { width:5rem;height:2.1875rem;top:4.9415836334229rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1ecR0qwHzs3cXUUrQ16hnUsGBH11Gn { display:block; }
 }@media only screen and (max-width: 763px) { #b4L9xPL3qgCTT6fh22O2SfLtXnrbP9Kz { width:7rem;height:1.5rem;top:5.28515625rem;left:12.06494140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e128Sc9P87upT5Gshv9i4ln1GOaWBkE2 { display:block; }
 }@media only screen and (max-width: 763px) { #oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { display:none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz { display:block; }#DDHbWEswVGXct7TSPz2eAtlGTzc6tlrz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ { position:relative;z-index:auto;display:block; }#yi3g67BfIhcbel95bTmJZpDQbOSxRhQQ > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J { width:2.5rem;height:2.5rem;top:1.5rem;left:8.7500002980231rem;font-size:1.75rem;display:block; }
#PHEls0HgoTrlg0nVVNHpLnDCWxsU4V6J > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TFlDGEUbsO5hSF7b0FLd5W4G5nSqWA0t { width:20rem;height:3.1860375rem;top:8.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmPC9iNWUwuBQJoPZ79dFmhThezsbb4B { width:20rem;height:2.749025rem;top:4.6822929382324rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxQ7no6FCEDynFu0PgVSkG6kWMNw8fik { width:8.125rem;height:0.062255875rem;top:13.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg { display:block; }#uqF7lELgiIhf0xfWCtUsUsPzOnOnkfPg > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4EZlzKkL4xgwcLChOoACl3SSkTxstel { width:20rem;height:29.5rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTwo6O5BiXkcRJANWsZGGqB9Lua3KrRS { height:13.684875rem;width:20rem;top:1.3125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #DUkwSW3TT14J327XTIHFvIDOHmT1MMWR { display:block; }#DUkwSW3TT14J327XTIHFvIDOHmT1MMWR > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML { position:relative;z-index:auto;display:block; }#KD3sC7XcRtqtGaCmaPAbGX4GyFHEH4ML > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn3UblJiTBaK1xPsnZVPVoC5loxWoLog { width:19.375rem;height:1.62475625rem;top:4.456787109375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZXnDEDA4WPUGa4DTGrXGqZQvHm23cT { width:19.625rem;height:10.8325rem;top:8.125rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ItShETUOZsBwfQihVV0lOd7cIZ53WIVL { width:20rem;height:1.78466875rem;top:1.06201171875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEUNMK15eaVKtTHKDmdlv1OIw3PUVB8 { width:20rem;height:11.1804375rem;top:18.956298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:20rem;height:916rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { width:19.375rem;height:66.26946875rem;top:1.939697265625rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { width:0.0625rem;height:58.5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrIwgDzsg630eETV0dEs68wFeRcFRMRq { width:20rem;height:225.99609375rem;top:70.25rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UhNBlrEHqzyvBDSIrPeRLd49q0pw41XP { width:20rem;height:445.195rem;top:298.25rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NkedXMagCcFZLBSTNJb139v7aPQRDAbR { width:20rem;height:11.23786407767rem;top:743.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8zulCGd64XUaTm4aU3A66NPXWfsMRya { width:20rem;height:11.23786407767rem;top:754.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0XWDQZTiUWvNLqh6Bx5NlrE294WDhx { width:20rem;height:137.63675rem;top:765.3125rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ztuX7BBmn0726OOUNAQ17ukid66RZIS5 { width:0.0625rem;height:58.5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAPyEvJXxEbLlnuluGGbT4UCu8SuakdZ { width:19.8730625rem;height:9.016125rem;top:903.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLUxPzvQXirlgIv54MlZwzWGEHyQvtao { width:19.8730625rem;height:9.2480625rem;top:903.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82hKsxo32lubknxaznrEM53ZsPebJzP { display:block; }
 }@media only screen and (max-width: 763px) { #THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS { display:block; }#THh4QFeX8x6bOJ9OVxvUaA0xnVqM39TS > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw94oEGpTZBCGLcvy3OHv80TtJDx8uxM { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2N401k0bCMg2CAMwVJhXUq1OZQytwne { width:13.25rem;height:3.57291875rem;top:13.75rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3y1g0TWQ5Ps0MCg0w1QUhSKfv6X26C { width:13.25rem;height:5.35766875rem;top:23.75rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMfEMrWQQf7tcV9S5icRtXapBT0FdCA { width:13.25rem;height:3.57291875rem;top:36.5625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQVVnXA2FwqKW9rg1Lx1v8GTONm0V03 { width:13.25rem;height:5.3576625rem;top:47.5625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwCQTTadODI6qqqzSyROWwZezvl5hNv { width:4.6875rem;height:4.375rem;top:7.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEBG1ZeDFHuSVqKXd4V55v3sWde2pDwQ { width:4.75rem;height:4.4375rem;top:18.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMzM3J9pyB4t8P3GXPGhSG2bCWMUGDa { width:4.75rem;height:4.4375rem;top:31rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoK84tP0cFoFL322Cbvn6KaZJUeK5cn9 { width:4.75rem;height:3.875rem;top:41.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJv6EffcM7F8CwhGVI40qNves6arC9ui { display:block; }#NJv6EffcM7F8CwhGVI40qNves6arC9ui > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVW2IIEF5Tri7mIfQbCKmp7ZfhqyqNbn { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEZCdih3TzobZVCVrVF7vdr8KQrSpW2 { width:4.8125rem;height:3.5625rem;top:19.65625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4Tdx7KDDEETkMDCVDCcNU10RCmEIfM { width:5rem;height:5rem;top:28.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEXeemnQ422132QrMyqr53MOm8VOymct { width:5.25rem;height:5.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK6UqzHNy8pfTmiGGTqqFGAQgAtADTH7 { width:9.5625rem;height:0.25rem;top:8.03125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAom6kkqd8T4zuZlDTK5ANZxWamgyhM { width:9.5625rem;height:0.25rem;top:17.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCM4VtEeJCZwWPVQdneRacAQGw4i7SNy { width:8.125rem;height:0.25rem;top:27.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXiHT9XVxpKcgoM2OIMHSJa6zniTsLs { width:9.5625rem;height:0.25rem;top:37.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoKsR8029E5PqaZELa3TNm8OC4BBdkA { width:9.5625rem;height:0.25rem;top:49.59375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoWRJc3u34Ksv25JWT2uTPXzRtL4X1yn { width:9.5625rem;height:0.25rem;top:60.53125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWcdN18Jf52c76dF5SIGMtslW68LbcSZ { width:5.0625rem;height:5.0625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLiFOV1ori8TX9GHhcJ21SVmAz0saB9u { width:11.25rem;height:2.0996125rem;top:16.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8FCwyzI5HTFIHwSJuV9lwiGQAG08hVk { width:11.25rem;height:2.0996125rem;top:48.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHu0OfBWrLeO2iI2JU2czVu2UM6GZNNO { width:11.25rem;height:2.0996125rem;top:7.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTr4Fyd2u4JNSymt63OshinTw00HZdH4 { width:11.25rem;height:5.94791875rem;top:8.9375rem;left:6.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwW6IeyTEEePOe7HbqzFqlCNBFzuWsC { width:10.3125rem;height:2.0996125rem;top:59.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mV8q9kXPvDAEM533MuXhssZDf3eNZyIz { width:11.25rem;height:2.0996125rem;top:36.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZRh7OgH8GQcm0lIvLIx9EQ4KAI1OeLI { width:11.25rem;height:3.0004875rem;top:26rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMFn7JTXkJg8r5CIgWZxHkqTh7Ek6uem { width:5.9375rem;height:5.875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT4s2al9trXJkP8Wb4LFsZ62uB61Xg2C { width:5.8125rem;height:5.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhNgXSH0z0h7seaSrcTamaDPnyNPXrk { width:11.25rem;height:7.434875rem;top:50.75rem;left:6.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUEBgzOOq6KsrJpNfuOdBDfmwhMp0B8y { width:11.25rem;height:5.94791875rem;top:39rem;left:6.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0wfp21Uu9MEpxMMke8WETBzlW6vwJL { width:11.25rem;height:5.94791875rem;top:28.9375rem;left:6.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTq0pwde5iXVzBLu02D0uXEI2nuleGL { width:10.3125rem;height:4.46045rem;top:19.28125rem;left:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koD4quz3EVW2ifQ9khXMMghHTaLngoPO { width:11.25rem;height:5.94791875rem;top:61.96875rem;left:6.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmri7CP5oWTDcBend0sOU4F8hst2pre { display:block; }#TKmri7CP5oWTDcBend0sOU4F8hst2pre > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTaCQVQNlICQggW2aEt62BbvrAZb93oV { display:block; }#KTaCQVQNlICQggW2aEt62BbvrAZb93oV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaXgnIz2Unqd2STo1R5o875EKVnCMDsK { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZzTsigRcOqDFB5kyGu75ykWtOGfEBcy { width:20rem;height:4.05029375rem;top:5.08203125rem;left:0rem;font-size:1.125rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzObMUf8I04oTFmxKlUe1keF9T1Mr5e0 { width:19.8125rem;height:1.59911875rem;top:22.371803283691rem;left:0.18732243776321rem;font-size:1rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObSr5Ahiak0XbXq4OE15qQkkZzw1Sxo9 { width:6.625rem;height:9.375rem;top:11.8125rem;left:7.1874995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtPWDza2USIMwV9sNV5plh2zgTV8tLVu { width:19.8125rem;height:1.54385625rem;top:24rem;left:0.43678969144821rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtxTJ4F8DteN8cyyrfTsndxvsJFbfEv7 { width:19.8118125rem;height:1.54385625rem;top:25.499465942382rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrmaWdM9mQAxx3I6ehEw1t5tk6Td5VT8 { width:6.4375rem;height:9.25rem;top:10.999290466309rem;left:6.1869669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq4XLJtTu7PkUBdiDdP1HlFBRfD81sKe { width:19.8125rem;height:1.59911875rem;top:41.311790466309rem;left:0.062144875526428rem;font-size:1rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnipaGJZUTVu01B8erNi8GGi2NlFN9qQ { width:19.8125rem;height:1.54385625rem;top:42.874290466309rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSlQ9qJ98IcKRTCOg2ezQt7sd54lp7Te { width:19.8118125rem;height:1.54385625rem;top:44.436790466309rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQknWREZCtpVhgQVdP8RcRIMXD8tR2k2 { width:5.5625rem;height:9.8125rem;top:29.499824523926rem;left:6.6246448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIHtr21zyeiIg27bNSgm41iOKBzAJAP { width:5.5625rem;height:9.8125rem;top:30.25rem;left:7.7494674324987rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8XCW0Br8dh227EXZcTRkWFTs03xATg9 { display:block; }#H8XCW0Br8dh227EXZcTRkWFTs03xATg9 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrfTmHd30Clmd7SKfJclHA7wd2MiZKD5 { width:7rem;height:auto;top:2.625rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SwRHhA4gorN2VZL53TDTsFsBAbl7fnne { width:13.1875rem;height:2.625rem;top:15.625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i93W8ox8qBloXX4WKBfQ07gJB2V2lruv { width:1.5625rem;height:1.5625rem;top:5.1875050291419rem;left:9.2187506556513rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56T6FhBzk1eElqHuA2aLbXnNryLXMw5 { width:1.5rem;height:1.5rem;top:9.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzel6TuiqseBX1lQiAzqyTpv2dZzi2Mz { width:1rem;height:1rem;top:20.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtTPhBlBGxK43FZcRXo2LsngRTQp9fm { width:0.625rem;height:1.1875rem;top:14.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVAc78NTbZsX505qKlmnu1B3I0bvHbhv { width:6.8125rem;height:1.0625rem;top:6.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6MTda4EaiKwITpMHSBoRnXlqPUyHBTk { display:block; }
 }@media only screen and (max-width: 763px) { #been080eQPs1mvhZWthxDhAvWeyJFXN1 { width:11.6875rem;height:1.0625rem;top:11.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVLP1lebQEPKnRqTtS3Vbekch7bngFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bpITHpH7eOwVfOfqk7O8SmqxH2Th4WTN { width:3.125rem;height:3.125rem;top:24.8125rem;left:11.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNZAZHmTmMDmc9mlQy2ta67vAsD4TF8d { width:3.125rem;height:3.125rem;top:24.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOtHyps1WiWHfmXP1aTNon1zHKnH591 { width:3.125rem;height:3.125rem;top:24.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUNxxO8hVvlzrk3CeDZSzQr2VMeFeGE { width:7.25rem;height:2.875rem;top:1.125rem;left:6.3750001788137rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #W7T9nKcIlCIOLvJQPDfRKGaiw9TPVev1 { width:9.875rem;height:1.21875rem;top:21.546870708466rem;left:5.0312501788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC { position:relative;z-index:auto;display:block; }#sKzakWEX4BdwaDXGHGhdJT0vqCzdyyiC > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#X0pViW3DqND8zPzpUi4qcmhyDT5Ck9LA > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA7zTFNmlGPudhU1xUhAbJTV3t3g7K9e { width:20rem;height:4.22395625rem;top:1.1674346923828rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTbR4TlGwUJuGlEBTcVvNl4g47KVyIsa { width:8.125rem;height:2.37413125rem;top:1.1197929382324rem;left:0.99934893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwtNn4Z867yUyM0aOyEgL6DqBw5WpLnc { width:1.5625rem;height:1.5625rem;top:3.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT5UF7L1HXOliO5iTgEdnccrQCvqOQO { top:1.220703125rem;left:10.326606810093rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tolk0NsKMKD2ahLwOFT0rxK9tVmPTUJq { display:block; }
 }