.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/GB0gEpIq/Imagem_45_2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,33,125,0.69); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,33,125,0.69); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container {  }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:60rem;height:39.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Abn78LXz9zCIOAG8lOizzJxwchHOngHX { display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:7.1484375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qimkW7XzENtuDHT1aDxTvPQ9TRg3Mo8q { display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.875rem;left:1rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CzVZnwlUfU2fzkUstydiyW7If2IT8h72 { z-index:15002;top:31.1875rem;left:1.75rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AKnFV6KiilWbd5Sh2EB3JdTzfLnsZMT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvEaBTJdw0ehUQKLgzkiFKUtcP94lBJa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:15rem;top:0rem;left:22.5rem;overflow:hidden;display:block; }
#r6vBMuGZ3p96DbpKVqMKscKuXROmPDSN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.25rem;width:30.25rem;top:9.1875rem;left:29.75rem;overflow:hidden;display:block; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container {  }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#Fn3KWAuWVQxTuHLDpxwDcNlRCqsW6I5L { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:3.0625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container { background-color: transparent; background-image: none; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container > .video-iframe-container { display: none; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row > .video-iframe-container { display: none; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .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); }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container { border-width: 0; border-radius: 0; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row > .video-iframe-container {  }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.2461rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { background-color: transparent; background-image: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .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); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { border-width: 0; border-radius: 0; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container {  }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#P2EFSs5xl7uT4LTCPhdxyl894rd1opew { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.5rem;left:16.5625rem;display:block; }
#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.62305rem;color:#1f252b;text-align:right;text-align-last:right;display:block; }
#RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:5.3125rem;left:0rem;height:4.45605625rem;color:#000000;text-align:right;text-align-last:right;display:block; }
#P27GvELnvoq0gaO3MJXgdd962DUb642k { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:16.3125rem;left:0rem;height:4.45605625rem;color:#000000;text-align:right;text-align-last:right;display:block; }
#KTSfpdGyNyPlUVJsMVyrDddiEo836Ev8 { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:13.5rem;left:16.5625rem;display:block; }
#akvRrKObbvQpUsIDqANJiisUmXVXKIQm { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:1.62305rem;color:#1f252b;text-align:right;text-align-last:right;display:block; }
#RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { border-bottom:0;border-left:0;border-right:0;border-top:0;height:25.4375rem;width:15.5rem;position:absolute;display:block;z-index:15000;top:0.1875rem;left:22.25rem;overflow:hidden;display:block; }
#pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.0625rem;width:14.25rem;position:absolute;display:block;z-index:15013;top:4.34375rem;left:23.03125rem;overflow:hidden;display:block; }
#XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:6.625rem;left:45rem;height:2.9707rem;color:#bbb8b8;text-align:left;text-align-last:left;display:block; }
#XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:17.8125rem;left:45rem;height:2.9707rem;color:#000000;text-align:left;text-align-last:left;display:block; }
#hdvmt6dJKBADiL90ZRBNgSD7Zh35JAsb { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.5rem;left:40.625rem;display:block; }
#VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:45rem;height:3.24609375rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#KNfw8sUTeD6FAHc4PSVpT3DcA8QsUQSx { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5rem;left:40.625rem;display:block; }
#ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45rem;height:3.24609375rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#TO011HZddAIs9GcKvQ1U3XDn6u7qzWWq { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:27rem;left:0.625rem;height:2.9707rem;color:#000000;text-align:right;text-align-last:right;display:block; }
#TUqAnJSXXlianctfHEpFCBrCqXUhpoPB { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.5rem;left:0.625rem;height:1.62305rem;color:#1f252b;text-align:right;text-align-last:right;display:block; }
#uoaPUqcJwe0JfHqUk3dO3AcaD35EqRp9 { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:27.0625rem;left:44.3125rem;height:2.9707rem;color:#000000;text-align:left;text-align-last:left;display:block; }
#bVzh6Jk0pB4glVmFpCCKBfJA5gH3Qzoc { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5625rem;left:44.3125rem;height:1.62305rem;color:#1f252b;text-align:left;text-align-last:left;display:block; }
#WBq1FB36QtchWB2vr1ITb7sOHrzAbCxV { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:24.5rem;left:16.5625rem;display:block; }
#Wywav7TbBGPpZK7nFRFwzCk2N1NpCpyF { box-sizing:content-box;color:#b615b6;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:24.25rem;left:40.625rem;display:block; }
#gZTD2He33RqnzrBd2lBETh2hpUlXK7FX { z-index:15003;top:36.625rem;left:18.125rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DTeq8cv04iUWl2hJrgVfbMTtnM9ziObG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/3648/-absolutely_free_photos-original_photos-man-using-tablet-5472x3648_70510.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x.adaptive-delivery-prevent-bg, #CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x.lazyload, #CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x.lazyloading { background-image: none; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container { background-color: transparent; background-image: none; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(182,21,182,0.64); }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container > .video-iframe-container { display: none; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(182,21,182,0.64); }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row > .video-iframe-container { display: none; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .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); }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container { border-width: 0; border-radius: 0; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row > .video-iframe-container {  }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#X4XMpDIysqDZ9d9Twktnpv6EWTBVwS4Q { box-sizing:content-box;color:#cccbcb;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:1.8125rem;left:5rem;display:block; }
#VLkmeCXwGkx6H2J0do9Kcfi2LoMhuqsB { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1.25rem;height:4.06055rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#a5pI9A7zDpGHTwithhiTMym6e2U0QKZf { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:1.25rem;height:1.62305rem;text-align:center;text-align-last:center;color:#f1f1f1;display:block; }
#Me3ZP5BPZSeZqMo9Kc3bVGWCfqMr66ag { box-sizing:content-box;color:#cccbcb;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.875rem;left:27.5rem;display:block; }
#vnTKABwrVoNTNCJ2oiGDhpHwVLdoAt2h { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:23.75rem;height:1.62305rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Cs4PBOvqTFSbyUJF3Ua4nf0fmPwE1PRq { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:23.75rem;height:4.06055rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#WRv6T5kiCUosTPwtwaTJGUdkOCZ5li1n { box-sizing:content-box;color:#cccbcb;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.8125rem;left:51.25rem;display:block; }
#oORcThZGCpDIHThWovOXC2VdZyqivHHT { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:47.5rem;height:3.24609375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ZP43TTwDM3qpHZTvUmLThywWFCTDrp2p { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:47.5rem;height:4.06055rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container { background-color: transparent; background-image: none; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container > .video-iframe-container { display: none; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row > .video-iframe-container { display: none; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .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); }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container { border-width: 0; border-radius: 0; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row > .video-iframe-container {  }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container { font-size:0.875rem;font-family:arial;height:172.9375rem;width:60rem;position:relative;display:block; }#HeBOz0AoJiNcQ5UVDtW2VOdbUwcNzypb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:11.125rem;left:21.875rem;overflow:hidden;display:block; }
#egPapeIstaM00Tciw6mVfwBCGH277ITn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:11.125rem;left:2.125rem;overflow:hidden;display:block; }
#wFzU5TJTLIi1vzkSJ8lSxObUx445XDxA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:11rem;left:41.625rem;overflow:hidden;display:block; }
#JML714AUsi5bEWO7qNZDpLV9Iv4oXsV1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:116.0625rem;left:2.125rem;overflow:hidden;display:block; }
#bMXn1MC1tZJpRCtreN7z2LHPIfzZnTyA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:92.875rem;left:1.875rem;overflow:hidden;display:block; }
#lLSqOMNb3pwDwMKSVKXpAk0pXPvOzTSO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:92.875rem;left:41.875rem;overflow:hidden;display:block; }
#s1Ig9iNxilrpTGMAEuv2VaPwe97xEO1L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:32.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#yzH6Lg6PKq8S5ezCWewMtadVHshg22GR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:92.875rem;left:22.1875rem;overflow:hidden;display:block; }
#Nef09BZeJHupN3C4fguJPFdcIFKX7UH8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:32.9375rem;left:21.875rem;overflow:hidden;display:block; }
#dGOZPNJHNlrr0uP3kxJX6PUOBvs2nNhk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:116rem;left:22.25rem;overflow:hidden;display:block; }
#ADsvnOxsSS7poh6fKuDdPW2MudmgDhww { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.875rem;left:0.625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#h60Qbk9enMX97R3oU2fP26zXVR951r7Z { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.875rem;left:21.0625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#lkPBCu3CwTM6Tb268rd2ax6XxQ2H7uK2 { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.875rem;left:40.8125rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#oII0pTDOKOTmpgv69mn1v7XZPPK1xTKK { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:51.5625rem;left:1.3125rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#Fw8t3E6SbtCEyHysRTS4D3dULqGPQm0C { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.5625rem;left:20.375rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#x9qOqMTMebgSk1zG09pGCrlcw2SOBzxT { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:111.375rem;left:0.5625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#SK4SnU7dV7v67t990wFBJPzvhvIe0To6 { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:111.375rem;left:21.0625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#mguJ8Qn56gTKDELcL3I6e4ZwMC5TOiS2 { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:111.375rem;left:40.8125rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#yhmr2T2dT9tzccFJ28WprIdHQ3VkiTtt { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:135.1875rem;left:1.3125rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#EWqsFDX9vtnsr5KnRFTKhVlr0A9TqHIt { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:135.1875rem;left:21.0625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#m2ebPypVTwpdi0OwWpznHSnTgwCSwHT2 { display:block;width:60rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:8.0625rem;left:0rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnkfGtS9USoS7NLTeyKTulDl3oTvoNTN { display:block;width:51.5rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:0.935546875rem;left:4.90625rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;color:#b8860b;display:block; }
#Nxt6F1sP4p912A5qX0mRm274bf7etdSM { display:block;width:33.0625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:90.5rem;left:15.875rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZR52winhO3sVoF9nTQ8CKiWJAPoOb2B { z-index:15009;top:164.9375rem;left:21.0625rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gCZFCF9iRQy1oxfUxVPWBsV6gw1L7Xyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTFVqaunnqdfiGB1TZ77FBhsVHqRoSvo { z-index:15010;top:80.75rem;left:21.0625rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r1c87zXNXFq8TtM5RyeFrbvlfqdQhUZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpVQ7pbyEHeXR7Npd8T5apCUJQbUcyRw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:32.937500953674rem;left:41.625001907349rem;overflow:hidden;display:block; }
#vFsv0ZIx8bxIG0g0uZOyPLQlVm8KP6KE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:116.0625rem;left:41.625rem;overflow:hidden;display:block; }
#U5EEy4s2cJOTvbBHcXCahdQXCKST9WGR { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:51.562511444092rem;left:40.750001907349rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#KvbbgX9whRlVWt2TbFzPNT4k7DDxu1mb { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:135.1875rem;left:40.8125rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#imbfEBBHuBZa5T7TDuFeiO23AemXcJcN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:54rem;left:1.875rem;overflow:hidden;display:block; }
#vTN5LMcLTQ05rhlTTJJPxa8371OXlxRC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:54.000001907349rem;left:21.875001907349rem;overflow:hidden;display:block; }
#z2mtlXOExxsfsg6dHfRVZOR3IDGuRagl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:138.875rem;left:2.125rem;overflow:hidden;display:block; }
#x45RZ5PbU594rKRkIH5Gs810w240ppwr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:17.5625rem;top:138.87369346619rem;left:21.875001907349rem;overflow:hidden;display:block; }
#xwUqDm8fPWiX73LbbIkwSW1CFIF4KC3k { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:72.6250038147rem;left:0.52083396911621rem;height:3.2461rem;text-align:center;text-align-last:center;display:block; }
#wgZgIXTVRXvFA4rrHR73aMo1q0ObXMlr { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:72.625rem;left:21.062501907349rem;height:4.8691375rem;text-align:center;text-align-last:center;display:block; }
#gTML2gTi2iSdCSKOHdTXW9OnRVAaei7F { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:157.6875rem;left:21.0625rem;height:4.8691375rem;text-align:center;text-align-last:center;display:block; }
#nO4St4QW4bqs0TTWLukyWvm4aR3JFUBh { color:#020202;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:157.6875rem;left:1.3125rem;height:3.2461rem;text-align:center;text-align-last:center;display:block; }
#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/RpyRWRLX/1542209452_800x533.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E.adaptive-delivery-prevent-bg, #F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E.lazyload, #F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E.lazyloading { background-image: none; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container { background-color: transparent; background-image: none; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,33,125,0.75); }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container > .video-iframe-container { display: none; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,33,125,0.75); }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row > .video-iframe-container { display: none; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .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); }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container { border-width: 0; border-radius: 0; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row > .video-iframe-container {  }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#eWKiHV3ixRdbRHRkakPd1Be20CXwQSAE { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.6875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;color:#020202;display:block; }
#GkasS1iQ1rBNfcWwHTPqR0xZbUp9hQON { color:#020202;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2.90625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#opwP4rfIa98r5IhD76M6Viha3zf2qCBc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:19rem;top:14.031251192093rem;left:0rem;overflow:hidden;display:block; }
#Vh1G79ebzCdkBRzNlU9kcKts5aEpxlzH { z-index:15007;top:37.28125500679rem;left:18.125001907349rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lSciWvKRs9T0ztmaJEKM955ze8zJRy8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpoScZCEbwHF5yza0uppISbMRJww1I9p { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:19rem;top:14.031251192093rem;left:20.000001907349rem;overflow:hidden;display:block; }
#eCi9trgWbiKqByWotoULT9pmXeSnQIyD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:19rem;top:14.031251192093rem;left:40.250001907349rem;overflow:hidden;display:block; }
#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container { background-color: transparent; background-image: none; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container > .video-iframe-container { display: none; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row > .video-iframe-container { display: none; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .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); }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container { border-width: 0; border-radius: 0; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row > .video-iframe-container {  }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#MaMzSUOF9V3Ti7D3kpoWTEK3vTerzZin { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:1.6875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwhkPuoWVbqfq343VkrkehJgE5Fn7Ptm { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.90625rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#vuXvDCEqr88JhfuGoWZDQMes8R9JeRJ4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:43rem;top:12.9375rem;left:7.3818359375rem;overflow:hidden;display:block; }
#D1U7yrRFFA8gbEz8vdLA2PPly9lkMrfa { z-index:15007;top:34.0625rem;left:18.125rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kKZFsf4FNCJWMEtyqAnPOuqARTnwudV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container { background-color: transparent; background-image: none; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container > .video-iframe-container { display: none; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row > .video-iframe-container { display: none; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .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); }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container { border-width: 0; border-radius: 0; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row > .video-iframe-container {  }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#m1q9R4r5nzST23SmTD2LgCJcBZPdQpI9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.0625rem;top:8.03125rem;left:15.28125rem;overflow:hidden;display:block; }
#KXoWTgPl3THxxA2zitTlA1cqRWXTlSBI { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#FrgXHkgEZs5JdkdAxdS7NgNWF8PM8SAA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:9.8125rem;left:29.3125rem;overflow:hidden;display:block; }
#tPdb3NMgdDApVmufQILAsinIG9DhOnhQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:8.5625rem;top:10.59375rem;left:49.21875rem;overflow:hidden;display:block; }
#PEN2VdqGDXcTqlb19eC4ehUUeObOhyQ8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:8rem;top:10.375rem;left:3.90625rem;overflow:hidden;display:block; }
#OxITPaaO6iQozV5O5my221ylku2EPoT0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6rem;top:9.0625rem;left:40.0625rem;overflow:hidden;display:block; }
#bHtfq7IhQImNx6zscah9JRQ7Crggiv4t { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:6.25rem;top:16.09375rem;left:4.78125rem;overflow:hidden;display:block; }
#AGVRbgEScwrTBy0qcrFaF7bp3Z3bQDiS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:6.3125rem;top:17.21875rem;left:16.15625rem;overflow:hidden;display:block; }
#zNOTnGi9DTh0BHlCNZ2SzqmBRDSbi7gL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:8rem;top:16.625rem;left:28.03125rem;overflow:hidden;display:block; }
#pTBo1L7FKIUOvCl7XfQAwRCb4TXmF15D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:15.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#beZ1rbKdsKrmcItJcAgkqLTzgTSDEzDr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.375rem;top:16.09375rem;left:50.8125rem;overflow:hidden;display:block; }
#ceU5psNfrpcX7uXlcI2WsQmhintKR2pz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:7rem;top:24.03125rem;left:4.40625rem;overflow:hidden;display:block; }
#eyWAt1krlB5rpwlebeNX7iSKAypkcz4t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.25rem;top:24.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#EK2cCTGlThqEBf5ibWHslpIDkAdI0zQp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.125rem;top:21.40625rem;left:14.25rem;overflow:hidden;display:block; }
#udr8QAz3ClXf6oqutQAGZ0RGZOP7Pp0x { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:6.375rem;top:24.5625rem;left:39.75rem;overflow:hidden;display:block; }
#zrH0VS5F9tuHAv85ZtvCvO78iaTg4zTq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:7.125rem;top:24.03125rem;left:50.71875rem;overflow:hidden;display:block; }
#SkT09CJuX7TP2G51vegxDHKiC62phn34 { z-index:15006;top:38.53125rem;left:19.6875rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yhILIKaXLwmFP8NMpbEWo2fTVJ9hH29I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7Evnq4eK8y203BHuRtT4Qg2h2zNtkPo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:5.3125rem;top:30.40625rem;left:5.25rem;overflow:hidden;display:block; }
#uLTTKmaLuyFuNMkburUkOnXxM6vwc6D7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:7.375rem;top:30.59375rem;left:15.625rem;overflow:hidden;display:block; }
#d38iMUTK0d5JiMTTCGBDLTkF4HpiL50m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:7.0625rem;top:31.09375rem;left:28.5rem;overflow:hidden;display:block; }
#hqdfqByPWgTN9HaT4O3snMMBBtawxpCT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:5.5rem;top:30.40625rem;left:40.40625rem;overflow:hidden;display:block; }
#UDDTy5mw8fqiskyEgMZGFEm2HRnEEPfT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:5.4375rem;top:30.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#DHhwi87SUuhsi3m40G37iWop6LLh19t5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container {  }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#HN9KuPvVmXvnJRkCfA4lzNmOmzI7weQX { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#f0aJugLQ3kPPlxo70WX604TzNJze8PoR { color:#c0217d;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TJx8hSNrCoKZIpH0bVcqOJBnGQpOkA7L { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:20.25rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#lXFivgmWrlNQucxTQhKaNnzHf5iaFDbT { color:#c0217d;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FX0as3Ca2bhT68CwW1nTGetybsfwofbm { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:40.25rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#ciz89ohRp5Oe7qVOeTGOiVWvgb10iLPG { color:#c0217d;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:41.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HTucVAZQi4BesVfGTHHoKCSatf6VM8aF { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.3125rem;left:6rem;display:block; }
#SRiz8KwIeERkSg28rufVTam6TAD3mGPC { box-sizing:content-box;color:#000000;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.3125rem;left:46.5625rem;display:block; }
#xa5STUx7bhp6BnNwrIIs6fDCMIqdeIIe { box-sizing:content-box;color:#000000;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.9375rem;left:26.9375rem;display:block; }
#USMwdaOPVHIbBL556920Qn518ZX5mNni { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { background-color: transparent; background-image: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container > .video-iframe-container { display: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container { display: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .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); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { border-width: 0; border-radius: 0; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container {  }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#v5WIzziwLMpzT98boFgz2kgKe9SXedqD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b615b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15001;top:5.0625rem;left:27.1875rem;display:block; }
#WnwKyuM20KsFq1u0Gz0sLvJ8A5I0iNfr { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#kfrCMwIaJh2aPSz1aMP7a1ZuJcqa1hE2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.375rem;width:10.9375rem;position:absolute;display:block;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:7.1875004768369rem;left:16.187501907349rem;overflow:hidden;display:block; }
#TJiGqCT7e88twSrgSQCDuIUA39ALwf1A { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.9375rem;width:11.1875rem;position:absolute;display:block;z-index:15002;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:7.1875rem;left:31.552083969116rem;overflow:hidden;display:block; }
#SfNkcLg11KaQN6pNUExIilhrscn2sQTP { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.8125rem;top:1.375rem;left:47.59375rem;display:none; }
#qBhv4TAf4mOE4XmVrWswWcO2yScvxdFm { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.8125rem;top:1.375rem;left:47.59375rem;display:none; }
#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { background-color: transparent; background-image: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container > .video-iframe-container { display: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container { display: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .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); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { border-width: 0; border-radius: 0; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container {  }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.375rem;width:12.1875rem;position:absolute;display:block;z-index:15000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#AV2lNCfhAHwguqLn5m1IJiUzQoTe2va6 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.6875rem;top:1.375rem;left:2.375rem;display:block; }
#msGmVZ6LOQ4tcZCmO6BboIQ4rtTuAvlR { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.8125rem;top:1.375rem;left:17.375rem;display:block; }
#nATWpFB5WGfiz6cPR3MufA6N2QefRiQQ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.8125rem;top:1.375rem;left:32.59375rem;display:block; }
#srLrtOww7A9ngVcXlsX4FCV14Ar4ecDh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.25rem;width:12.0625rem;position:absolute;display:block;z-index:15003;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0.27083396911621rem;left:45.864587783814rem;overflow:hidden;display:block; }
#r2ukp4KDRsuNO6JCIG54lUsniVcsHobv { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:9.8125rem;top:1.75rem;left:47.593751907349rem;display:block; }
#Dk8he7XvbQm816WeKB4UkR1iHLRivBAC { z-index:15007;top:28.78125rem;left:19.375rem;background-color:#003295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V85WL5slSDeF0E0qpf2aa2qnpCsGiNax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;position:relative;display:block; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container { background-color: transparent; background-image: none; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container > .video-iframe-container { display: none; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row > .video-iframe-container { display: none; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .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); }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container { border-width: 0; border-radius: 0; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row > .video-iframe-container {  }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#oNmSR4sBxVDxkdoJFw55RnK7pxCeqD3U { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;color:#c0217d;display:block; }
#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;display:block; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container { background-color: transparent; background-image: none; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container > .video-iframe-container { display: none; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row > .video-iframe-container { display: none; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .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); }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container { border-width: 0; border-radius: 0; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row > .video-iframe-container {  }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#aNJevOvrq1CGmIvbNLvmzOIOxJbKo7Q7 { position:absolute;display:block;z-index:15000;background-color:#c0217d;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:12.375rem;width:11.75rem;top:0.9375rem;left:0rem;display:block; }
#VGn7A9fsG6erTxtcQFG4gg5fGPJ1eIKZ { color:#f8f8f8;display:block;width:9.8115rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.9375rem;height:4.22460625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0iIun11ddBC9umrMa869d6XLCDpcLma { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:16.9375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmuZomgKIIqSvOEuPT0xA8GxSyPXkZ0k { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.249025rem;width:5.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:4.5rem;left:11.1875rem;display:block; }
#M4lmRIaAZTMRr8gJBBVwThXqrlDkGJax { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.24956875rem;width:5.24956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.625rem;left:27.9375rem;display:none; }
#GKzOETKuiXDAaB9B22cFETaPFCkao7Tt { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.249025rem;width:5.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.5rem;left:27.375rem;display:block; }
#vHKXDTKxS0PyLJyNH6ogTXpN4cwXituM { color:#ffffff;display:block;width:10.7480625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.6240234375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFFaQQf970rlEzfGFAMfTHn7DqLNPHkF { box-sizing:content-box;color:#ffffff;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.20703125rem;left:34.902345657349rem;display:block; }
#kQZEOgL3Q1tavKX0TTfCb7HsnQJN1B35 { position:absolute;display:block;z-index:15001;background-color:#c0217d;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:12.625rem;width:11.6875rem;top:0.8125rem;left:16.125rem;display:block; }
#VVhqfgwknluWDvwL12Vcg1mC60TClouc { position:absolute;display:block;z-index:15002;background-color:#c0217d;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:12.8125rem;width:11.6875rem;top:0.75rem;left:32rem;display:block; }
#lbhhPGTNQVTVlIo9RM7yaTyLyQk8KBbm { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.24956875rem;width:5.24956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.625rem;left:27.9375rem;display:none; }
#ZSq7x7iOUTZ6kkHXnmcOxyynqKJ4S82b { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.24956875rem;width:5.24956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.625rem;left:27.9375rem;display:none; }
#gDnKl1tDxZ6fnxNiz5rQQ0VCldzUNeoa { box-sizing:content-box;color:#ffffff;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.20703125rem;left:19.093751907349rem;display:block; }
#Twfk1HWtQRD5ltgL7JHhnZKnt4BT7QaH { box-sizing:content-box;color:#ffffff;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.25rem;left:2.8125rem;display:block; }
#kx5oMLB0mWyR2eNhxRIcCXvTXATmdfFD { box-sizing:content-box;color:#282828;font-size:3.625rem;font-weight:400;line-height:1;height:5.249025rem;width:5.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.5rem;left:43.3720703125rem;display:block; }
#bwooHLqGwzNv9L6S1S5bIS9STwQPstPN { color:#ffffff;display:block;width:10.7480625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:48.812501907349rem;height:5.2807625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXIK7A2rTDsJrZKMSIdKls77KmJ5BXqV { position:absolute;display:block;z-index:15005;background-color:#c0217d;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:12.8125rem;width:11.6875rem;top:0.75rem;left:48.187501907349rem;display:block; }
#EslHKOLvkvsThBDNzOdtqGwkp9uEp1TC { box-sizing:content-box;color:#ffffff;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:2.26953125rem;left:51.122400283814rem;display:block; }
#vmvlS3y6eIXTRShL27S45RfETErROd47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0217d;background-image:none;position:relative;display:block; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container { background-color: transparent; background-image: none; }#vmvlS3y6eIXTRShL27S45RfETErROd47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container > .video-iframe-container { display: none; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row > .video-iframe-container { display: none; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .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); }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container { border-width: 0; border-radius: 0; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row > .video-iframe-container {  }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#V5bNmmO8J7miWlZ0StfCUIbv0FswUBIn { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.71875rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;color:#c0217d;display:block; }
#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { background-color: transparent; background-image: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container > .video-iframe-container { display: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container { display: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .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); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { border-width: 0; border-radius: 0; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container {  }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#mCKOzGhwd690WExIdrmqnSZs7DIo5SZ1 { color:#020202;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.1875rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tley5aPqPQxran6JunkU6aysZV4bGHWT { position:absolute;display:block;z-index:15006;background-color:#c0217d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:17.6875rem;top:2.75rem;left:0.9375rem;display:block; }
#aXdnqChLPkiJKgVo3rVf3kLAvEX5ET0F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:4.5625rem;top:11.0625rem;left:7.75rem;overflow:hidden;display:block; }
#QwtC1ILRdZVE7heiGfJAr6yWIT3bte0w { color:#eaecf4;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:1.625rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cvAKk3Lq6e5yqIk1aXT2OgS0LVZzriVC { color:#020202;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.811197280884rem;left:22.375001907349rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JIUPAa6ADNkCzRl1R4fP2LTOvm9ZqVXR { position:absolute;display:block;z-index:15005;background-color:#c0217d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 6.875rem rgba(255,255,255,0.5) ;height:15.8125rem;width:17.6875rem;top:2.75rem;left:21.156251907349rem;display:block; }
#XmkbIFZBUAE8mtM6q5M2AN8Fk3g9BqMP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.3125rem;top:9.96875rem;left:26.843751907349rem;overflow:hidden;display:block; }
#OBlWxA51VSaAfZlIgkoC1h1xKezugO2D { color:#e9eaf3;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:21.781251907349rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vnmdSmWEyC1cc8CZgu1aDbF6Ww1yMhcx { position:absolute;display:block;z-index:15007;background-color:#c0217d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:17.6875rem;top:2.75rem;left:41.156251907349rem;display:block; }
#ny64X3NWK1agxQ4I28NpzhL8Hu92WtUN { color:#eff1f6;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:41.156251907349rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6fzE6rFLgXnDoSeCsXwTsXEEpMMGuD2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:6.125rem;top:10.46875rem;left:46.906251907349rem;overflow:hidden;display:block; }
#UO212flQoMEBiQ3DEz6Tcr7n0uHTZyzF { color:#020202;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.811157226562rem;left:43.125001907349rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container { background-color: transparent; background-image: none; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container > .video-iframe-container { display: none; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row > .video-iframe-container { display: none; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .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); }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container { border-width: 0; border-radius: 0; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row > .video-iframe-container {  }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#eJ2v2Nd2J04U7nBIal0CzHXJwH5k2lsU { position:absolute;display:block;z-index:15008;background-color:#c0217d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:17.6875rem;top:1.9375rem;left:6.1562519073486rem;display:block; }
#BlT8ZAJLV7i1wvVfnV2O7g057wZUmhkQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:5.75rem;top:9.8125rem;left:12.125001907349rem;overflow:hidden;display:block; }
#KHNTVPXuKdIyGuabiQsu5FXtk3QC9OMd { color:#eff1f6;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.5rem;height:5.68359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUhPqoBX89PVMtGEGV259FV90LZSAvEn { color:#020202;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.75rem;left:8.1562519073488rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAJ7B8lDXLnnBqCnWBglFTCvSWrOGUUE { position:absolute;display:block;z-index:15009;background-color:#c0217d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:17.6875rem;top:1.9375rem;left:36.781251907349rem;display:block; }
#WUNRStXvaVzT1RNk8iOOywJPAFwoszyJ { color:#eff1f6;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.39453125rem;left:36.531251907349rem;height:5.68359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kazHFX0MNXzw2Fuc2lX9FHepgu311ihO { color:#020202;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.748697280884rem;left:38.781251907349rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znSnhHvs0IH4JvkUMKiVPc3qN42lleCt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:5.75rem;top:9.8125rem;left:43.531251907349rem;overflow:hidden;display:block; }
#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;background-image:none;position:relative;display:block; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container { background-color: transparent; background-image: none; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container > .video-iframe-container { display: none; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row > .video-iframe-container { display: none; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .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); }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container { border-width: 0; border-radius: 0; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row > .video-iframe-container {  }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container { font-size:0.875rem;font-family:arial;height:79.1875rem;width:60rem;position:relative;display:block; }#rhAoHQhZCRKgsLwy9uSxQdbGivB7dxTZ { color:#c0217d;display:block;width:43.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8723549842834rem;left:10.520833969116rem;height:6.501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfGKGEvdD5SNPx43qUJN1xsLdXqvXtIO { color:#b8860b;display:block;width:34.5625rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:51.43355178833rem;left:13.531251907349rem;height:8.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f48Rs0qGJ951aOw1vO7SHmpSu3apRi9G { z-index:15001;top:63.0615234375rem;left:14.46875rem;background-color:#0aef08;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.6875rem;height:4.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AXl0x0DnzA8ZSidrcesyITd0X0Jk2Eof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwzVa0xvds2OLbV0yPBe1tS0aiE7liGO { color:#eeeeee;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:75.75rem;left:12.6875rem;height:1.13671875rem;display:block; }
#EJbbPbA9WWdSKcJCBLRA3qRTqn7hJ39Q { color:#383838;display:block;width:35.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.625rem;left:14.375001907349rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQ0dxPLkGIsafesEyXbERpM775rDwcbm { color:#383838;display:block;width:42rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.1875rem;left:14.375001907349rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BOVOzFyCGPZEGuZavGduM1AgGkONxfQb { color:#383838;display:block;width:44.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.75rem;left:14.375001907349rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WuiESodeTc7yKU9haVmOn9VwyrWpA0PD { color:#383838;display:block;width:43rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.125rem;left:14.375001907349rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCI0TBGKEfe6JoqHX6llNiFfO65SLyLT { color:#b8860b;display:block;width:43.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.0927734375rem;left:9.1875rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZDGgTRihqqCvbCm0NWfBnJF2pieKlw3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:13.1875rem;left:10.4375rem;overflow:hidden;display:block; }
#CIHd0Zz78FVwyp2pUQpTAClSTmLX5Vz4 { color:#383838;display:block;width:30.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.071574211121rem;left:14.468751907349rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1fDa5JXHuhDNev6exy8DartETPJ8vEG { color:#383838;display:block;width:32.9375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:48.477821350097rem;left:16.718751907349rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIL0FweG8to9Sl4GxF48dptS0wKLoHGM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:17rem;left:10.4375rem;overflow:hidden;display:block; }
#qBvpos3O2T9SJKtoiURMuaA7EBZbHgQ8 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:21.5625rem;left:10.4375rem;overflow:hidden;display:block; }
#iHNy8eEGLnPunfPnLf9wVnHINZl9367o { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:25.875rem;left:10.4375rem;overflow:hidden;display:block; }
#s5lOwnJEbMz69TuflFpXQIFuKLCEbL7x { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:30.0625rem;left:10.4375rem;overflow:hidden;display:block; }
#JdeMgP2GMvwx1K3nmBK8puP8bqSGHltF { color:#383838;display:block;width:43rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:34.9375rem;left:14.375001907349rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSFMrPr48Ohwaao8kPIWECwOBSXbHQih { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:34.757813930511rem;left:10.489583969116rem;overflow:hidden;display:block; }
#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0217d;background-image:none;position:relative;display:block; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container { background-color: transparent; background-image: none; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container > .video-iframe-container { display: none; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row > .video-iframe-container { display: none; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .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); }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container { border-width: 0; border-radius: 0; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row > .video-iframe-container {  }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#UVXgnglEmixPyxb7Cs0rCqs0ZXT6MIOf { color:#020202;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cf5xncTP56fZnfo5WWJC7UZo9CUcopnd { color:#020202;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.000001907349rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXf3zQCmBEQ8tl8oFnPylThcfvlK9DHI { color:#020202;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:41.000001907349rem;height:3.2461rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awL0IdxOv67IG0CT09AwnXUfkxLCeUSS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.875rem;top:2rem;left:5rem;overflow:hidden;display:block; }
#AJIrULc4h5dOi13v1O7mTR0RxwgMlghG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.875rem;top:2rem;left:25.531251907349rem;overflow:hidden;display:block; }
#TAMrFneqCVqvFIfb3HsHPxIEa6cwrfsa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.875rem;top:2.14453125rem;left:46.031251907349rem;overflow:hidden;display:block; }
#rvnNcaLAoSkRLdx3MqGeMSOryle7gwuN { position:absolute;display:block;z-index:15006;background-color:#eeeeee;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:10.0625rem;width:12.5rem;top:1.51953125rem;left:3.25rem;display:block; }
#kGoMPuBQ0uFq68p5ok21BzmH8yd1eerd { position:absolute;display:block;z-index:15007;background-color:#eeeeee;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:10.0625rem;width:12.5rem;top:1.4375rem;left:23.750001907349rem;display:block; }
#yHph3SKLXdG3UXU5iJ4pQsA6bKSTEqXU { position:absolute;display:block;z-index:15008;background-color:#eeeeee;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:10.0625rem;width:12.5rem;top:1.4375rem;left:43.750001907349rem;display:block; }
#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;display:block; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container { background-color: transparent; background-image: none; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container > .video-iframe-container { display: none; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row > .video-iframe-container { display: none; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .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); }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container { border-width: 0; border-radius: 0; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row > .video-iframe-container {  }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#TdckN6SObKmTvH1B3D3knllOV1IGC7KH { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.71875rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;color:#be036f;display:block; }
#FROKWQPTbBAR7ahg7tSMvxNDks2IAWUG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:21.875rem;top:7.8125002384187rem;left:19.062501907349rem;overflow:hidden;display:block; }
#ITGu5WO5sRUa3MOTGyy48T6Pl6lKOrdb { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.375011444092rem;left:0rem;height:3.24609375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;background-image:none;position:relative;display:block; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container { background-color: transparent; background-image: none; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container > .video-iframe-container { display: none; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row > .video-iframe-container { display: none; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .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); }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container { border-width: 0; border-radius: 0; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row > .video-iframe-container {  }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#phD0wlFMcRu72kMKAWiZ8wfLKDim0wiM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:28.75rem;top:9.75rem;left:0rem;overflow:hidden;display:block; }
#egQNfORsiH35tnG0CT0AOdX39GZbrwDz { color:#383838;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:2;letter-spacing:0;top:8.935546875rem;left:31.40625rem;height:29.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ourQZOpnAVtRbwMRJ2UvKGZcbn2yfIEc { display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.96875rem;left:0rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;color:#c0217d;display:block; }
#Aifs3Jd1mmAWHUQb5k7PXpfIDiKAq0We { box-sizing:content-box;color:#b8860b;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:36.125rem;left:0rem;display:block; }
#K65RqTPOVJNUCiM244EF8nl9IMW09uem { color:#383838;display:block;width:27.1875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:700;z-index:15035;line-height:2;letter-spacing:0;top:37.375rem;left:4.28125rem;height:1.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimkW7XzENtuDHT1aDxTvPQ9TRg3Mo8q { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzVZnwlUfU2fzkUstydiyW7If2IT8h72 { top:31.1875rem;left:0rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnFV6KiilWbd5Sh2EB3JdTzfLnsZMT3 { display:block; }
 }@media only screen and (max-width: 763px) { #nvEaBTJdw0ehUQKLgzkiFKUtcP94lBJa { width:15rem;height:10rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vBMuGZ3p96DbpKVqMKscKuXROmPDSN { width:30.25rem;height:30.25rem;top:9.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn3KWAuWVQxTuHLDpxwDcNlRCqsW6I5L { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ { display:block; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2EFSs5xl7uT4LTCPhdxyl894rd1opew { width:2.8125rem;height:2.8125rem;top:3.75rem;left:12.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:11.875rem;height:4.125rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:11.875rem;height:4.125rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSfpdGyNyPlUVJsMVyrDddiEo836Ev8 { width:2.8125rem;height:2.8125rem;top:13.125rem;left:12.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:11.875rem;height:1.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:15.5rem;height:25.4375rem;top:0.1875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { width:9.6875rem;height:19.375rem;top:6.25rem;left:17.354166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:11.875rem;height:4.125rem;top:15.625rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdvmt6dJKBADiL90ZRBNgSD7Zh35JAsb { width:2.8125rem;height:2.8125rem;top:13.125rem;left:32.458333333333rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:11.875rem;height:1.625rem;top:13.125rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNfw8sUTeD6FAHc4PSVpT3DcA8QsUQSx { width:2.8125rem;height:2.8125rem;top:3.75rem;left:32.458333333333rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:11.875rem;height:1.625rem;top:3.75rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO011HZddAIs9GcKvQ1U3XDn6u7qzWWq { width:11.875rem;height:4.125rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqAnJSXXlianctfHEpFCBrCqXUhpoPB { width:11.875rem;height:1.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoaPUqcJwe0JfHqUk3dO3AcaD35EqRp9 { width:11.875rem;height:4.125rem;top:15.625rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVzh6Jk0pB4glVmFpCCKBfJA5gH3Qzoc { width:11.875rem;height:1.625rem;top:13.125rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBq1FB36QtchWB2vr1ITb7sOHrzAbCxV { width:2.8125rem;height:2.8125rem;top:13.125rem;left:12.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wywav7TbBGPpZK7nFRFwzCk2N1NpCpyF { width:2.8125rem;height:2.8125rem;top:13.125rem;left:32.458333333333rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTD2He33RqnzrBd2lBETh2hpUlXK7FX { top:36.625rem;left:0rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeq8cv04iUWl2hJrgVfbMTtnM9ziObG { display:block; }
 }@media only screen and (max-width: 763px) { #CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x { display:block; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4XMpDIysqDZ9d9Twktnpv6EWTBVwS4Q { width:5rem;height:5rem;top:4.375rem;left:3.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkmeCXwGkx6H2J0do9Kcfi2LoMhuqsB { width:9.375rem;height:4.0625rem;top:9.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5pI9A7zDpGHTwithhiTMym6e2U0QKZf { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3ZP5BPZSeZqMo9Kc3bVGWCfqMr66ag { width:5rem;height:5rem;top:4.375rem;left:15.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTKABwrVoNTNCJ2oiGDhpHwVLdoAt2h { width:9.375rem;height:1.625rem;top:14.375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs4PBOvqTFSbyUJF3Ua4nf0fmPwE1PRq { width:9.375rem;height:4.0625rem;top:9.375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6T5kiCUosTPwtwaTJGUdkOCZ5li1n { width:5rem;height:5rem;top:4.375rem;left:27.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORcThZGCpDIHThWovOXC2VdZyqivHHT { width:9.375rem;height:3.25rem;top:14.375rem;left:25.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP43TTwDM3qpHZTvUmLThywWFCTDrp2p { width:9.375rem;height:4.0625rem;top:9.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq { display:block; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBOz0AoJiNcQ5UVDtW2VOdbUwcNzypb { width:17.5625rem;height:17.5625rem;top:11.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPapeIstaM00Tciw6mVfwBCGH277ITn { width:17.5625rem;height:17.5625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFzU5TJTLIi1vzkSJ8lSxObUx445XDxA { width:17.5625rem;height:17.5625rem;top:11rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JML714AUsi5bEWO7qNZDpLV9Iv4oXsV1 { width:17.5625rem;height:17.5625rem;top:116.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXn1MC1tZJpRCtreN7z2LHPIfzZnTyA { width:17.5625rem;height:17.5625rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLSqOMNb3pwDwMKSVKXpAk0pXPvOzTSO { width:17.5625rem;height:17.5625rem;top:92.875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ig9iNxilrpTGMAEuv2VaPwe97xEO1L { width:17.5625rem;height:17.5625rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzH6Lg6PKq8S5ezCWewMtadVHshg22GR { width:17.5625rem;height:17.5625rem;top:92.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nef09BZeJHupN3C4fguJPFdcIFKX7UH8 { width:17.5625rem;height:17.5625rem;top:32.9375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOZPNJHNlrr0uP3kxJX6PUOBvs2nNhk { width:17.5625rem;height:17.5625rem;top:116rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADsvnOxsSS7poh6fKuDdPW2MudmgDhww { width:19.1875rem;height:1.6875rem;top:29.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60Qbk9enMX97R3oU2fP26zXVR951r7Z { width:19.1875rem;height:1.6875rem;top:29.875rem;left:14.937501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkPBCu3CwTM6Tb268rd2ax6XxQ2H7uK2 { width:19.1875rem;height:1.6875rem;top:29.875rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oII0pTDOKOTmpgv69mn1v7XZPPK1xTKK { width:19.1875rem;height:1.6875rem;top:51.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8t3E6SbtCEyHysRTS4D3dULqGPQm0C { width:19.1875rem;height:1.6875rem;top:51.5625rem;left:14.250001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9qOqMTMebgSk1zG09pGCrlcw2SOBzxT { width:19.1875rem;height:1.625rem;top:111.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4SnU7dV7v67t990wFBJPzvhvIe0To6 { width:19.1875rem;height:1.625rem;top:111.375rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguJ8Qn56gTKDELcL3I6e4ZwMC5TOiS2 { width:19.1875rem;height:1.625rem;top:111.375rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhmr2T2dT9tzccFJ28WprIdHQ3VkiTtt { width:19.1875rem;height:1.625rem;top:135.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqsFDX9vtnsr5KnRFTKhVlr0A9TqHIt { width:19.1875rem;height:1.625rem;top:135.1875rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2ebPypVTwpdi0OwWpznHSnTgwCSwHT2 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnkfGtS9USoS7NLTeyKTulDl3oTvoNTN { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxt6F1sP4p912A5qX0mRm274bf7etdSM { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZR52winhO3sVoF9nTQ8CKiWJAPoOb2B { top:164.9375rem;left:14.9375rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZFCF9iRQy1oxfUxVPWBsV6gw1L7Xyz { display:block; }
 }@media only screen and (max-width: 763px) { #kTFVqaunnqdfiGB1TZ77FBhsVHqRoSvo { top:80.75rem;left:14.9375rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1c87zXNXFq8TtM5RyeFrbvlfqdQhUZQ { display:block; }
 }@media only screen and (max-width: 763px) { #JpVQ7pbyEHeXR7Npd8T5apCUJQbUcyRw { width:17.5625rem;height:17.5625rem;top:32.9375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsv0ZIx8bxIG0g0uZOyPLQlVm8KP6KE { width:17.5625rem;height:17.5625rem;top:116.0625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5EEy4s2cJOTvbBHcXCahdQXCKST9WGR { width:19.1875rem;height:1.6875rem;top:51.5625rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvbbgX9whRlVWt2TbFzPNT4k7DDxu1mb { width:19.1875rem;height:1.625rem;top:135.1875rem;left:28.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbfEBBHuBZa5T7TDuFeiO23AemXcJcN { width:17.5625rem;height:17.5625rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTN5LMcLTQ05rhlTTJJPxa8371OXlxRC { width:17.5625rem;height:17.5625rem;top:54rem;left:15.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2mtlXOExxsfsg6dHfRVZOR3IDGuRagl { width:17.5625rem;height:17.5625rem;top:138.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x45RZ5PbU594rKRkIH5Gs810w240ppwr { width:17.5625rem;height:17.5625rem;top:138.8125rem;left:15.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUqDm8fPWiX73LbbIkwSW1CFIF4KC3k { width:19.1875rem;height:3.3125rem;top:72.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgZgIXTVRXvFA4rrHR73aMo1q0ObXMlr { width:19.1875rem;height:4.9375rem;top:72.625rem;left:14.937501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTML2gTi2iSdCSKOHdTXW9OnRVAaei7F { width:19.1875rem;height:4.875rem;top:157.6875rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO4St4QW4bqs0TTWLukyWvm4aR3JFUBh { width:19.1875rem;height:3.25rem;top:157.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E { display:block; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWKiHV3ixRdbRHRkakPd1Be20CXwQSAE { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkasS1iQ1rBNfcWwHTPqR0xZbUp9hQON { width:47.75rem;height:1.5625rem;top:8.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwP4rfIa98r5IhD76M6Viha3zf2qCBc { width:19rem;height:19rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1G79ebzCdkBRzNlU9kcKts5aEpxlzH { top:37.25rem;left:12.000001907349rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSciWvKRs9T0ztmaJEKM955ze8zJRy8A { display:block; }
 }@media only screen and (max-width: 763px) { #wpoScZCEbwHF5yza0uppISbMRJww1I9p { width:19rem;height:19rem;top:14rem;left:13.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCi9trgWbiKqByWotoULT9pmXeSnQIyD { width:19rem;height:19rem;top:14rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 { display:block; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaMzSUOF9V3Ti7D3kpoWTEK3vTerzZin { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhkPuoWVbqfq343VkrkehJgE5Fn7Ptm { width:47.75rem;height:1.625rem;top:9.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuXvDCEqr88JhfuGoWZDQMes8R9JeRJ4 { width:43rem;height:21.125rem;top:12.9375rem;left:1.2568359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1U7yrRFFA8gbEz8vdLA2PPly9lkMrfa { top:34.0625rem;left:12rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZFsf4FNCJWMEtyqAnPOuqARTnwudV2 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEWp3azSL36P38MuxWEI5T0wnWhJsEc { display:block; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1q9R4r5nzST23SmTD2LgCJcBZPdQpI9 { width:8.0625rem;height:8.0625rem;top:8rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXoWTgPl3THxxA2zitTlA1cqRWXTlSBI { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgXHkgEZs5JdkdAxdS7NgNWF8PM8SAA { width:4.5rem;height:4.5rem;top:9.8125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPdb3NMgdDApVmufQILAsinIG9DhOnhQ { width:8.5625rem;height:2.9375rem;top:10.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEN2VdqGDXcTqlb19eC4ehUUeObOhyQ8 { width:8rem;height:3.375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxITPaaO6iQozV5O5my221ylku2EPoT0 { width:6rem;height:6rem;top:9.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHtfq7IhQImNx6zscah9JRQ7Crggiv4t { width:6.25rem;height:5.3125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGVRbgEScwrTBy0qcrFaF7bp3Z3bQDiS { width:6.3125rem;height:3.0625rem;top:17.1875rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNOTnGi9DTh0BHlCNZ2SzqmBRDSbi7gL { width:8rem;height:4.25rem;top:16.625rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBo1L7FKIUOvCl7XfQAwRCb4TXmF15D { width:7.9375rem;height:7.9375rem;top:15.0625rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ1rbKdsKrmcItJcAgkqLTzgTSDEzDr { width:5.375rem;height:5.3125rem;top:16.0625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceU5psNfrpcX7uXlcI2WsQmhintKR2pz { width:7rem;height:2.6875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyWAt1krlB5rpwlebeNX7iSKAypkcz4t { width:8.25rem;height:2.0625rem;top:24.1875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2cCTGlThqEBf5ibWHslpIDkAdI0zQp { width:10.125rem;height:6.9375rem;top:21.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udr8QAz3ClXf6oqutQAGZ0RGZOP7Pp0x { width:6.375rem;height:1.625rem;top:24.5625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH0VS5F9tuHAv85ZtvCvO78iaTg4zTq { width:7.125rem;height:2.6875rem;top:24rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkT09CJuX7TP2G51vegxDHKiC62phn34 { top:38.5rem;left:13.5625rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhILIKaXLwmFP8NMpbEWo2fTVJ9hH29I { display:block; }
 }@media only screen and (max-width: 763px) { #R7Evnq4eK8y203BHuRtT4Qg2h2zNtkPo { width:5.3125rem;height:3.9375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTTKmaLuyFuNMkburUkOnXxM6vwc6D7 { width:7.375rem;height:3.5625rem;top:30.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38iMUTK0d5JiMTTCGBDLTkF4HpiL50m { width:7.0625rem;height:2.5625rem;top:31.0625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdfqByPWgTN9HaT4O3snMMBBtawxpCT { width:5.5rem;height:3.125rem;top:30.375rem;left:34.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDTy5mw8fqiskyEgMZGFEm2HRnEEPfT { width:5.4375rem;height:4.125rem;top:30.3125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN9KuPvVmXvnJRkCfA4lzNmOmzI7weQX { width:17.8125rem;height:3.375rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0aJugLQ3kPPlxo70WX604TzNJze8PoR { width:15.0625rem;height:1.25rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJx8hSNrCoKZIpH0bVcqOJBnGQpOkA7L { width:17.8125rem;height:3.375rem;top:10.4375rem;left:14.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFivgmWrlNQucxTQhKaNnzHf5iaFDbT { width:15.9375rem;height:2.5rem;top:7.25rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0as3Ca2bhT68CwW1nTGetybsfwofbm { width:17.8125rem;height:3.375rem;top:9.625rem;left:29.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciz89ohRp5Oe7qVOeTGOiVWvgb10iLPG { width:15.0625rem;height:1.25rem;top:7.0625rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTucVAZQi4BesVfGTHHoKCSatf6VM8aF { width:5.875rem;height:5.875rem;top:1.3125rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRiz8KwIeERkSg28rufVTam6TAD3mGPC { width:5.1875rem;height:5.1875rem;top:1.3125rem;left:40.4375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5STUx7bhp6BnNwrIIs6fDCMIqdeIIe { width:4.375rem;height:4.375rem;top:1.9375rem;left:20.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMwdaOPVHIbBL556920Qn518ZX5mNni { display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5WIzziwLMpzT98boFgz2kgKe9SXedqD { width:5.625rem;height:0.125rem;top:8.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwKyuM20KsFq1u0Gz0sLvJ8A5I0iNfr { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrCMwIaJh2aPSz1aMP7a1ZuJcqa1hE2 { width:8.625rem;height:19.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiGqCT7e88twSrgSQCDuIUA39ALwf1A { width:8.625rem;height:19.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfNkcLg11KaQN6pNUExIilhrscn2sQTP { width:9.8125rem;height:0.625rem;top:1.375rem;left:36.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBhv4TAf4mOE4XmVrWswWcO2yScvxdFm { width:9.8125rem;height:0.625rem;top:1.375rem;left:36.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { width:9.625rem;height:19.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2lNCfhAHwguqLn5m1IJiUzQoTe2va6 { width:8.6875rem;height:0.625rem;top:1.375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msGmVZ6LOQ4tcZCmO6BboIQ4rtTuAvlR { width:9.8125rem;height:0.625rem;top:1.375rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATWpFB5WGfiz6cPR3MufA6N2QefRiQQ { width:9.8125rem;height:0.625rem;top:1.375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srLrtOww7A9ngVcXlsX4FCV14Ar4ecDh { width:8.625rem;height:17.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ukp4KDRsuNO6JCIG54lUsniVcsHobv { width:9.8125rem;height:0.625rem;top:1.75rem;left:36.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8he7XvbQm816WeKB4UkR1iHLRivBAC { top:28.75rem;left:0.125rem;width:23.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85WL5slSDeF0E0qpf2aa2qnpCsGiNax { display:block; }
 }@media only screen and (max-width: 763px) { #Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 { display:block; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNmSR4sBxVDxkdoJFw55RnK7pxCeqD3U { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 { display:block; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNJevOvrq1CGmIvbNLvmzOIOxJbKo7Q7 { width:11.75rem;height:12.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGn7A9fsG6erTxtcQFG4gg5fGPJ1eIKZ { width:9.75rem;height:4.1875rem;top:8.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iIun11ddBC9umrMa869d6XLCDpcLma { width:10.5rem;height:4.1875rem;top:8.8125rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuZomgKIIqSvOEuPT0xA8GxSyPXkZ0k { width:5.1875rem;height:5.1875rem;top:4.5rem;left:9.125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4lmRIaAZTMRr8gJBBVwThXqrlDkGJax { width:5.1875rem;height:5.1875rem;top:4.625rem;left:21.75rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKzOETKuiXDAaB9B22cFETaPFCkao7Tt { width:5.1875rem;height:5.1875rem;top:4.5rem;left:21.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHKXDTKxS0PyLJyNH6ogTXpN4cwXituM { width:10.6875rem;height:4.1875rem;top:8.5625rem;left:21.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFaQQf970rlEzfGFAMfTHn7DqLNPHkF { width:6.1875rem;height:6.1875rem;top:2.1875rem;left:25.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZEOgL3Q1tavKX0TTfCb7HsnQJN1B35 { width:11.6875rem;height:12.625rem;top:0.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVhqfgwknluWDvwL12Vcg1mC60TClouc { width:11.6875rem;height:12.8125rem;top:0.75rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbhhPGTNQVTVlIo9RM7yaTyLyQk8KBbm { width:5.1875rem;height:5.1875rem;top:4.625rem;left:21.75rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSq7x7iOUTZ6kkHXnmcOxyynqKJ4S82b { width:5.1875rem;height:5.1875rem;top:4.625rem;left:21.75rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDnKl1tDxZ6fnxNiz5rQQ0VCldzUNeoa { width:6.1875rem;height:6.1875rem;top:2.1875rem;left:9.6875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twfk1HWtQRD5ltgL7JHhnZKnt4BT7QaH { width:6.1875rem;height:6.1875rem;top:2.25rem;left:0.75rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5oMLB0mWyR2eNhxRIcCXvTXATmdfFD { width:5.1875rem;height:5.1875rem;top:4.5rem;left:33.0595703125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwooHLqGwzNv9L6S1S5bIS9STwQPstPN { width:10.6875rem;height:5.25rem;top:8rem;left:36.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIK7A2rTDsJrZKMSIdKls77KmJ5BXqV { width:11.6875rem;height:12.8125rem;top:0.75rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslHKOLvkvsThBDNzOdtqGwkp9uEp1TC { width:6.1875rem;height:6.1875rem;top:2.25rem;left:40.809900283814rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmvlS3y6eIXTRShL27S45RfETErROd47 { display:block; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5bNmmO8J7miWlZ0StfCUIbv0FswUBIn { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I { display:block; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mCKOzGhwd690WExIdrmqnSZs7DIo5SZ1 { width:13.6875rem;height:3.25rem;top:20.8125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tley5aPqPQxran6JunkU6aysZV4bGHWT { width:17.6875rem;height:15.8125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdnqChLPkiJKgVo3rVf3kLAvEX5ET0F { width:4.5625rem;height:5.8125rem;top:11.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtC1ILRdZVE7heiGfJAr6yWIT3bte0w { width:16.75rem;height:4.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvAKk3Lq6e5yqIk1aXT2OgS0LVZzriVC { width:13.6875rem;height:3.25rem;top:20.75rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUPAa6ADNkCzRl1R4fP2LTOvm9ZqVXR { width:17.6875rem;height:15.8125rem;top:2.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmkbIFZBUAE8mtM6q5M2AN8Fk3g9BqMP { width:6.3125rem;height:6.75rem;top:9.9375rem;left:20.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBlWxA51VSaAfZlIgkoC1h1xKezugO2D { width:16.4375rem;height:4.3125rem;top:4.375rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmdSmWEyC1cc8CZgu1aDbF6Ww1yMhcx { width:17.6875rem;height:15.8125rem;top:2.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny64X3NWK1agxQ4I28NpzhL8Hu92WtUN { width:17.6875rem;height:3.25rem;top:4.375rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fzE6rFLgXnDoSeCsXwTsXEEpMMGuD2 { width:6.125rem;height:5.75rem;top:10.4375rem;left:36.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO212flQoMEBiQ3DEz6Tcr7n0uHTZyzF { width:13.6875rem;height:3.25rem;top:20.75rem;left:32.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl { display:block; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2v2Nd2J04U7nBIal0CzHXJwH5k2lsU { width:17.6875rem;height:15.8125rem;top:1.9375rem;left:3.0937519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlT8ZAJLV7i1wvVfnV2O7g057wZUmhkQ { width:5.75rem;height:5.75rem;top:9.8125rem;left:9.0625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNTVPXuKdIyGuabiQsu5FXtk3QC9OMd { width:18.25rem;height:5.4375rem;top:3.3125rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhPqoBX89PVMtGEGV259FV90LZSAvEn { width:13.6875rem;height:3.25rem;top:19.75rem;left:5.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAJ7B8lDXLnnBqCnWBglFTCvSWrOGUUE { width:17.6875rem;height:15.8125rem;top:1.9375rem;left:27.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUNRStXvaVzT1RNk8iOOywJPAFwoszyJ { width:18.25rem;height:5.375rem;top:3.375rem;left:27.343751907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kazHFX0MNXzw2Fuc2lX9FHepgu311ihO { width:13.6875rem;height:3.25rem;top:19.6875rem;left:29.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSnhHvs0IH4JvkUMKiVPc3qN42lleCt { width:5.75rem;height:5.75rem;top:9.8125rem;left:34.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz { display:block; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhAoHQhZCRKgsLwy9uSxQdbGivB7dxTZ { width:43.25rem;height:6.5rem;top:3.8125rem;left:4.3958339691162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfGKGEvdD5SNPx43qUJN1xsLdXqvXtIO { width:34.5625rem;height:8.75rem;top:51.375rem;left:7.40625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48Rs0qGJ951aOw1vO7SHmpSu3apRi9G { top:63rem;left:8.34375rem;width:33.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXl0x0DnzA8ZSidrcesyITd0X0Jk2Eof { display:block; }
 }@media only screen and (max-width: 763px) { #qwzVa0xvds2OLbV0yPBe1tS0aiE7liGO { width:41rem;height:1.0625rem;top:75.75rem;left:6.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJbbPbA9WWdSKcJCBLRA3qRTqn7hJ39Q { width:35.5625rem;height:2.875rem;top:17.625rem;left:8.2500019073488rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0dxPLkGIsafesEyXbERpM775rDwcbm { width:42rem;height:2.875rem;top:22.1875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOVOzFyCGPZEGuZavGduM1AgGkONxfQb { width:44.5rem;height:1.4375rem;top:26.75rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuiESodeTc7yKU9haVmOn9VwyrWpA0PD { width:43rem;height:2.875rem;top:30.125rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCI0TBGKEfe6JoqHX6llNiFfO65SLyLT { width:43.25rem;height:3.25rem;top:43.0625rem;left:3.0625019073486rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDGgTRihqqCvbCm0NWfBnJF2pieKlw3 { width:3.125rem;height:3.125rem;top:13.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIHd0Zz78FVwyp2pUQpTAClSTmLX5Vz4 { width:30.25rem;height:1.4375rem;top:14.0625rem;left:8.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1fDa5JXHuhDNev6exy8DartETPJ8vEG { width:32.9375rem;height:2rem;top:48.4375rem;left:10.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIL0FweG8to9Sl4GxF48dptS0wKLoHGM { width:3.125rem;height:3.125rem;top:17rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBvpos3O2T9SJKtoiURMuaA7EBZbHgQ8 { width:3.125rem;height:3.125rem;top:21.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHNy8eEGLnPunfPnLf9wVnHINZl9367o { width:3.125rem;height:3.125rem;top:25.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5lOwnJEbMz69TuflFpXQIFuKLCEbL7x { width:3.125rem;height:3.125rem;top:30.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdeMgP2GMvwx1K3nmBK8puP8bqSGHltF { width:43rem;height:2.875rem;top:34.9375rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSFMrPr48Ohwaao8kPIWECwOBSXbHQih { width:3.125rem;height:3.125rem;top:34.75rem;left:4.3645839691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu { display:block; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVXgnglEmixPyxb7Cs0rCqs0ZXT6MIOf { width:19rem;height:1.6875rem;top:12.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5xncTP56fZnfo5WWJC7UZo9CUcopnd { width:19rem;height:1.6875rem;top:12.25rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXf3zQCmBEQ8tl8oFnPylThcfvlK9DHI { width:19rem;height:3.3125rem;top:12.25rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awL0IdxOv67IG0CT09AwnXUfkxLCeUSS { width:8.875rem;height:8.875rem;top:2rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIrULc4h5dOi13v1O7mTR0RxwgMlghG { width:8.875rem;height:8.875rem;top:2rem;left:19.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMrFneqCVqvFIfb3HsHPxIEa6cwrfsa { width:8.875rem;height:8.875rem;top:2.125rem;left:35.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnNcaLAoSkRLdx3MqGeMSOryle7gwuN { width:12.5rem;height:10.0625rem;top:1.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoMPuBQ0uFq68p5ok21BzmH8yd1eerd { width:12.5rem;height:10.0625rem;top:1.4375rem;left:17.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHph3SKLXdG3UXU5iJ4pQsA6bKSTEqXU { width:12.5rem;height:10.0625rem;top:1.4375rem;left:33.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 { display:block; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdckN6SObKmTvH1B3D3knllOV1IGC7KH { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FROKWQPTbBAR7ahg7tSMvxNDks2IAWUG { width:21.875rem;height:15.5625rem;top:7.8125rem;left:12.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGu5WO5sRUa3MOTGyy48T6Pl6lKOrdb { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSns7rHmkaHEAIWw8Xpkv77TTck0r010 { display:block; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phD0wlFMcRu72kMKAWiZ8wfLKDim0wiM { width:28.75rem;height:23rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQNfORsiH35tnG0CT0AOdX39GZbrwDz { width:27.1875rem;height:29.25rem;top:8.875rem;left:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourQZOpnAVtRbwMRJ2UvKGZcbn2yfIEc { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aifs3Jd1mmAWHUQb5k7PXpfIDiKAq0We { width:4.25rem;height:4.25rem;top:36.125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65RqTPOVJNUCiM244EF8nl9IMW09uem { width:27.1875rem;height:1.75rem;top:37.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:20rem;height:4.22395625rem;top:5.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimkW7XzENtuDHT1aDxTvPQ9TRg3Mo8q { width:20rem;height:3.41015625rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzVZnwlUfU2fzkUstydiyW7If2IT8h72 { top:37.8125rem;left:1.4375rem;width:17.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnFV6KiilWbd5Sh2EB3JdTzfLnsZMT3 { display:block; }
 }@media only screen and (max-width: 763px) { #nvEaBTJdw0ehUQKLgzkiFKUtcP94lBJa { width:9.3125rem;height:6.125rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vBMuGZ3p96DbpKVqMKscKuXROmPDSN { width:20rem;height:20rem;top:15.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fn3KWAuWVQxTuHLDpxwDcNlRCqsW6I5L { width:20rem;height:2.9479125rem;top:1.5625rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ { display:block; }#ZvAmtAeBwuJfn7KpQ2z82QSd5iJVcpoZ > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:20rem;height:4.609375rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2EFSs5xl7uT4LTCPhdxyl894rd1opew { width:2.8125rem;height:2.8125rem;top:0.25rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:15rem;height:1.19921875rem;top:0.78125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:15rem;height:2.54948125rem;top:2.5rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:15rem;height:2.54948125rem;top:7.78125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTSfpdGyNyPlUVJsMVyrDddiEo836Ev8 { width:2.8125rem;height:2.8125rem;top:5.21875rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:15rem;height:1.19921875rem;top:5.75rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:13rem;height:21.875rem;top:34rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { width:11.6875rem;height:24.375rem;top:37.625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:15rem;height:2.54948125rem;top:13.75rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:15rem;height:1.2747375rem;top:20.0625rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdvmt6dJKBADiL90ZRBNgSD7Zh35JAsb { width:3.0625rem;height:3.0625rem;top:17rem;left:0.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:15rem;height:1.19921875rem;top:17.75rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNfw8sUTeD6FAHc4PSVpT3DcA8QsUQSx { width:3.75rem;height:3.75rem;top:10.53125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:15rem;height:1.19921875rem;top:11.78125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO011HZddAIs9GcKvQ1U3XDn6u7qzWWq { width:15rem;height:2.54948125rem;top:24.375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqAnJSXXlianctfHEpFCBrCqXUhpoPB { width:15rem;height:1.19921875rem;top:22.8125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoaPUqcJwe0JfHqUk3dO3AcaD35EqRp9 { width:15rem;height:2.54948125rem;top:30.25rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVzh6Jk0pB4glVmFpCCKBfJA5gH3Qzoc { width:15rem;height:1.19921875rem;top:28.25rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBq1FB36QtchWB2vr1ITb7sOHrzAbCxV { width:2.8125rem;height:2.8125rem;top:22.125rem;left:0.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wywav7TbBGPpZK7nFRFwzCk2N1NpCpyF { width:2.8125rem;height:2.8125rem;top:27.4375rem;left:0.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTD2He33RqnzrBd2lBETh2hpUlXK7FX { top:62.9375rem;left:1.4375rem;width:17.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeq8cv04iUWl2hJrgVfbMTtnM9ziObG { display:block; }
 }@media only screen and (max-width: 763px) { #CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x { display:block; }#CMtNDzTRRRcsTgbqdSaEpgoLKsqsNm4x > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4XMpDIysqDZ9d9Twktnpv6EWTBVwS4Q { width:3.75rem;height:3.75rem;top:1rem;left:1.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkmeCXwGkx6H2J0do9Kcfi2LoMhuqsB { width:4.875rem;height:1.70573125rem;top:4.9375rem;left:1.2500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5pI9A7zDpGHTwithhiTMym6e2U0QKZf { width:5.625rem;height:0.97395625rem;top:6.9375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3ZP5BPZSeZqMo9Kc3bVGWCfqMr66ag { width:3.75rem;height:3.75rem;top:1rem;left:15.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTKABwrVoNTNCJ2oiGDhpHwVLdoAt2h { width:5.375rem;height:1.94791875rem;top:6.5625rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs4PBOvqTFSbyUJF3Ua4nf0fmPwE1PRq { width:5.8125rem;height:1.70573125rem;top:4.6875rem;left:14.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6T5kiCUosTPwtwaTJGUdkOCZ5li1n { width:3.75rem;height:3.75rem;top:0.9375rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORcThZGCpDIHThWovOXC2VdZyqivHHT { width:6.375rem;height:1.94791875rem;top:6.5625rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP43TTwDM3qpHZTvUmLThywWFCTDrp2p { width:5.625rem;height:1.70573125rem;top:4.75rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq { display:block; }#gf1yZIkUXVgyEAxsSXaFHVgP99kD1dNq > .row .container { width:20rem;height:358.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBOz0AoJiNcQ5UVDtW2VOdbUwcNzypb { width:17.5625rem;height:17.5625rem;top:29.250056266784rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPapeIstaM00Tciw6mVfwBCGH277ITn { width:17.5625rem;height:17.5625rem;top:8.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFzU5TJTLIi1vzkSJ8lSxObUx445XDxA { width:17.5625rem;height:17.5625rem;top:50.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JML714AUsi5bEWO7qNZDpLV9Iv4oXsV1 { width:17.5625rem;height:17.5625rem;top:201.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXn1MC1tZJpRCtreN7z2LHPIfzZnTyA { width:17.5625rem;height:17.5625rem;top:119rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLSqOMNb3pwDwMKSVKXpAk0pXPvOzTSO { width:17.5625rem;height:17.5625rem;top:160.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ig9iNxilrpTGMAEuv2VaPwe97xEO1L { width:17.5625rem;height:17.5625rem;top:70.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzH6Lg6PKq8S5ezCWewMtadVHshg22GR { width:17.5625rem;height:17.5625rem;top:139.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nef09BZeJHupN3C4fguJPFdcIFKX7UH8 { width:17.5625rem;height:17.5625rem;top:91.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOZPNJHNlrr0uP3kxJX6PUOBvs2nNhk { width:17.5625rem;height:17.5625rem;top:180.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADsvnOxsSS7poh6fKuDdPW2MudmgDhww { width:19.1875rem;height:1.0247375rem;top:27.375000953674rem;left:0.81119793653488rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h60Qbk9enMX97R3oU2fP26zXVR951r7Z { width:19.1875rem;height:1.0247375rem;top:47.812501907349rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lkPBCu3CwTM6Tb268rd2ax6XxQ2H7uK2 { width:19.1875rem;height:1.0247375rem;top:68.625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oII0pTDOKOTmpgv69mn1v7XZPPK1xTKK { width:19.1875rem;height:1.0247375rem;top:88.812505722044rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8t3E6SbtCEyHysRTS4D3dULqGPQm0C { width:17.25rem;height:1.0247375rem;top:109.25000762939rem;left:1.3750000596046rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x9qOqMTMebgSk1zG09pGCrlcw2SOBzxT { width:19.1875rem;height:1.0247375rem;top:137.3125rem;left:0.625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SK4SnU7dV7v67t990wFBJPzvhvIe0To6 { width:19.1875rem;height:1.0247375rem;top:158.3125rem;left:0.625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mguJ8Qn56gTKDELcL3I6e4ZwMC5TOiS2 { width:19.1875rem;height:1.0247375rem;top:178.3125rem;left:0.625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yhmr2T2dT9tzccFJ28WprIdHQ3VkiTtt { width:19.1875rem;height:1.0247375rem;top:219.9375rem;left:1.4375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EWqsFDX9vtnsr5KnRFTKhVlr0A9TqHIt { width:19.1875rem;height:1.0247375rem;top:199.3125rem;left:0.5625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m2ebPypVTwpdi0OwWpznHSnTgwCSwHT2 { width:20rem;height:1.986975rem;top:6.4375rem;left:0rem;font-size:0.875rem;line-height:1.1;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #gnkfGtS9USoS7NLTeyKTulDl3oTvoNTN { width:20rem;height:2.75rem;top:0.68749427795412rem;left:0rem;font-size:1.25rem;line-height:1.1;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #Nxt6F1sP4p912A5qX0mRm274bf7etdSM { width:20rem;height:1.986975rem;top:117.1875rem;left:0.1875rem;font-size:0.875rem;line-height:1.1;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #SZR52winhO3sVoF9nTQ8CKiWJAPoOb2B { top:112.1249961853rem;left:0.99869793653488rem;width:19rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZFCF9iRQy1oxfUxVPWBsV6gw1L7Xyz { display:block; }
 }@media only screen and (max-width: 763px) { #kTFVqaunnqdfiGB1TZ77FBhsVHqRoSvo { top:222.5625rem;left:1.1875rem;width:19rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1c87zXNXFq8TtM5RyeFrbvlfqdQhUZQ { display:block; }
 }@media only screen and (max-width: 763px) { #JpVQ7pbyEHeXR7Npd8T5apCUJQbUcyRw { width:17.5625rem;height:17.5625rem;top:227.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsv0ZIx8bxIG0g0uZOyPLQlVm8KP6KE { width:17.5625rem;height:17.5625rem;top:292.37109375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5EEy4s2cJOTvbBHcXCahdQXCKST9WGR { width:19.1875rem;height:1.0247375rem;top:246.0625rem;left:0.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KvbbgX9whRlVWt2TbFzPNT4k7DDxu1mb { width:19.1875rem;height:1.0247375rem;top:311.18359375rem;left:0.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #imbfEBBHuBZa5T7TDuFeiO23AemXcJcN { width:17.5625rem;height:17.5625rem;top:248.3359375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTN5LMcLTQ05rhlTTJJPxa8371OXlxRC { width:17.5625rem;height:17.5625rem;top:270.52344894409rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2mtlXOExxsfsg6dHfRVZOR3IDGuRagl { width:17.5625rem;height:17.5625rem;top:313.45703125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x45RZ5PbU594rKRkIH5Gs810w240ppwr { width:17.5625rem;height:17.5625rem;top:334.58202171326rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwUqDm8fPWiX73LbbIkwSW1CFIF4KC3k { width:19.1875rem;height:1.986975rem;top:266.87110519409rem;left:0.40625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wgZgIXTVRXvFA4rrHR73aMo1q0ObXMlr { width:19.1875rem;height:1.92448125rem;top:289.1966125rem;left:0.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gTML2gTi2iSdCSKOHdTXW9OnRVAaei7F { width:19.1875rem;height:1.92448125rem;top:353.25524902344rem;left:0.40625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nO4St4QW4bqs0TTWLukyWvm4aR3JFUBh { width:19.1875rem;height:1.986975rem;top:331.64455223084rem;left:0.81119793653488rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E { display:block; }#F8vs897OAePvaEmNKmJli4ZsqEu5Sv5E > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWKiHV3ixRdbRHRkakPd1Be20CXwQSAE { width:20rem;height:5.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #GkasS1iQ1rBNfcWwHTPqR0xZbUp9hQON { width:17.5rem;height:1.92448125rem;top:7.625rem;left:1.2500000596046rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #opwP4rfIa98r5IhD76M6Viha3zf2qCBc { width:12.625rem;height:12.625rem;top:11.500010848046rem;left:3.6875002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1G79ebzCdkBRzNlU9kcKts5aEpxlzH { top:52.6875rem;left:1.7083333134651rem;width:17.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSciWvKRs9T0ztmaJEKM955ze8zJRy8A { display:block; }
 }@media only screen and (max-width: 763px) { #wpoScZCEbwHF5yza0uppISbMRJww1I9p { width:12.625rem;height:12.625rem;top:25.061194419861rem;left:3.6875002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCi9trgWbiKqByWotoULT9pmXeSnQIyD { width:12.625rem;height:12.625rem;top:38.8125rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 { display:block; }#m6TEnashtJelMoA9VVoIzF3GZhUfFxC5 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaMzSUOF9V3Ti7D3kpoWTEK3vTerzZin { width:20rem;height:5.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mwhkPuoWVbqfq343VkrkehJgE5Fn7Ptm { width:20rem;height:2.2734375rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuXvDCEqr88JhfuGoWZDQMes8R9JeRJ4 { width:19.875rem;height:9.9375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1U7yrRFFA8gbEz8vdLA2PPly9lkMrfa { top:21.65625rem;left:1.4375rem;width:17.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZFsf4FNCJWMEtyqAnPOuqARTnwudV2 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEWp3azSL36P38MuxWEI5T0wnWhJsEc { display:block; }#gkEWp3azSL36P38MuxWEI5T0wnWhJsEc > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1q9R4r5nzST23SmTD2LgCJcBZPdQpI9 { width:8.0625rem;height:8.0625rem;top:3.40625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXoWTgPl3THxxA2zitTlA1cqRWXTlSBI { width:20rem;height:4.328125rem;top:0.5rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FrgXHkgEZs5JdkdAxdS7NgNWF8PM8SAA { width:4.5rem;height:4.5rem;top:11.46875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPdb3NMgdDApVmufQILAsinIG9DhOnhQ { width:8.5625rem;height:2.9375rem;top:19rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEN2VdqGDXcTqlb19eC4ehUUeObOhyQ8 { width:8rem;height:3.375rem;top:5.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxITPaaO6iQozV5O5my221ylku2EPoT0 { width:6rem;height:6rem;top:10.71875rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHtfq7IhQImNx6zscah9JRQ7Crggiv4t { width:6.25rem;height:5.3125rem;top:16.6875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGVRbgEScwrTBy0qcrFaF7bp3Z3bQDiS { width:6.3125rem;height:3.0625rem;top:24.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNOTnGi9DTh0BHlCNZ2SzqmBRDSbi7gL { width:8rem;height:4.25rem;top:23.78125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBo1L7FKIUOvCl7XfQAwRCb4TXmF15D { width:7.9375rem;height:7.9375rem;top:28.03125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ1rbKdsKrmcItJcAgkqLTzgTSDEzDr { width:5.375rem;height:5.3125rem;top:29.34375rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceU5psNfrpcX7uXlcI2WsQmhintKR2pz { width:7rem;height:2.6875rem;top:35.96875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyWAt1krlB5rpwlebeNX7iSKAypkcz4t { width:8.25rem;height:2.0625rem;top:41.59375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2cCTGlThqEBf5ibWHslpIDkAdI0zQp { width:10.125rem;height:6.9375rem;top:34.65625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udr8QAz3ClXf6oqutQAGZ0RGZOP7Pp0x { width:6.375rem;height:1.625rem;top:42.09375rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH0VS5F9tuHAv85ZtvCvO78iaTg4zTq { width:7.125rem;height:2.6875rem;top:45.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkT09CJuX7TP2G51vegxDHKiC62phn34 { top:58.125rem;left:1.4375rem;width:17.125rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhILIKaXLwmFP8NMpbEWo2fTVJ9hH29I { display:block; }
 }@media only screen and (max-width: 763px) { #R7Evnq4eK8y203BHuRtT4Qg2h2zNtkPo { width:4.5625rem;height:3.375rem;top:44.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTTKmaLuyFuNMkburUkOnXxM6vwc6D7 { width:6.4375rem;height:3.0625rem;top:48.9375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38iMUTK0d5JiMTTCGBDLTkF4HpiL50m { width:4.75rem;height:1.6875rem;top:50.375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqdfqByPWgTN9HaT4O3snMMBBtawxpCT { width:5.5rem;height:3.125rem;top:52.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDTy5mw8fqiskyEgMZGFEm2HRnEEPfT { width:5.4375rem;height:4.125rem;top:52.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { background-color:#ededed;background-image:url("https://images.assets-landingi.com/QKqgu7s7/be94342a_box_paper_10xc0bf000000000000028.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5.adaptive-delivery-prevent-bg, #DHhwi87SUuhsi3m40G37iWop6LLh19t5.lazyload, #DHhwi87SUuhsi3m40G37iWop6LLh19t5.lazyloading { background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN9KuPvVmXvnJRkCfA4lzNmOmzI7weQX { width:17.8125rem;height:3.41015625rem;top:10.9375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0aJugLQ3kPPlxo70WX604TzNJze8PoR { width:15.0625rem;height:1.29948125rem;top:8.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJx8hSNrCoKZIpH0bVcqOJBnGQpOkA7L { width:18.5625rem;height:3.41015625rem;top:20.1875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFivgmWrlNQucxTQhKaNnzHf5iaFDbT { width:16.125rem;height:2.59895625rem;top:16.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0as3Ca2bhT68CwW1nTGetybsfwofbm { width:17.8125rem;height:3.375rem;top:30.96875rem;left:1.09375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciz89ohRp5Oe7qVOeTGOiVWvgb10iLPG { width:15.0625rem;height:1.25rem;top:24.75rem;left:2.46875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTucVAZQi4BesVfGTHHoKCSatf6VM8aF { width:4.4375rem;height:4.4375rem;top:9.84375rem;left:7.78125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRiz8KwIeERkSg28rufVTam6TAD3mGPC { width:4.4375rem;height:4.4375rem;top:26.53125rem;left:7.78125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa5STUx7bhp6BnNwrIIs6fDCMIqdeIIe { width:3.8125rem;height:3.8125rem;top:20.9375rem;left:8.09375rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #USMwdaOPVHIbBL556920Qn518ZX5mNni { display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5WIzziwLMpzT98boFgz2kgKe9SXedqD { width:5.625rem;height:0.125rem;top:1.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwKyuM20KsFq1u0Gz0sLvJ8A5I0iNfr { width:20rem;height:2.75rem;top:2.59375rem;left:0rem;font-size:1.25rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #kfrCMwIaJh2aPSz1aMP7a1ZuJcqa1hE2 { width:10.9375rem;height:24.375rem;top:6.51041875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiGqCT7e88twSrgSQCDuIUA39ALwf1A { width:10.9375rem;height:24.375rem;top:32.19791875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfNkcLg11KaQN6pNUExIilhrscn2sQTP { width:9.8125rem;height:0.625rem;top:33.687490463257rem;left:5.0937502980232rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qBhv4TAf4mOE4XmVrWswWcO2yScvxdFm { width:9.8125rem;height:0.625rem;top:8.0611991882325rem;left:5.0937502980232rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { width:12.1875rem;height:24.375rem;top:0rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2lNCfhAHwguqLn5m1IJiUzQoTe2va6 { width:8.6875rem;height:0.625rem;top:26.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msGmVZ6LOQ4tcZCmO6BboIQ4rtTuAvlR { width:9.8125rem;height:0.625rem;top:1.3125rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATWpFB5WGfiz6cPR3MufA6N2QefRiQQ { width:9.8125rem;height:0.625rem;top:1.2812614440918rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #srLrtOww7A9ngVcXlsX4FCV14Ar4ecDh { width:12.0625rem;height:24.25rem;top:28.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ukp4KDRsuNO6JCIG54lUsniVcsHobv { width:9.8125rem;height:0.625rem;top:53.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8he7XvbQm816WeKB4UkR1iHLRivBAC { top:55.75rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85WL5slSDeF0E0qpf2aa2qnpCsGiNax { display:block; }
 }@media only screen and (max-width: 763px) { #Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 { display:block; }#Oih36oUCFTrad81aFSf5Z9DK2ISCtTH6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNmSR4sBxVDxkdoJFw55RnK7pxCeqD3U { width:20rem;height:1.44270625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 { display:block; }#OluS0cr8m5F4ZXhmffZ8iRxDKdsde697 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNJevOvrq1CGmIvbNLvmzOIOxJbKo7Q7 { width:10.5rem;height:7.5625rem;top:1.0625rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGn7A9fsG6erTxtcQFG4gg5fGPJ1eIKZ { width:10.3125rem;height:2.7421875rem;top:5.1875rem;left:4.8437502980232rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0iIun11ddBC9umrMa869d6XLCDpcLma { width:10.5rem;height:2.6796875rem;top:15.937501907349rem;left:4.7500002980232rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuZomgKIIqSvOEuPT0xA8GxSyPXkZ0k { width:6.75rem;height:6.75rem;top:32.75rem;left:8.625rem;font-size:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4lmRIaAZTMRr8gJBBVwThXqrlDkGJax { width:3.25rem;height:3.25rem;top:8.6250009536744rem;left:8.3750002980231rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzOETKuiXDAaB9B22cFETaPFCkao7Tt { width:5.1875rem;height:5.1875rem;top:78.81055rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHKXDTKxS0PyLJyNH6ogTXpN4cwXituM { width:11.125rem;height:2.6796875rem;top:26.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFaQQf970rlEzfGFAMfTHn7DqLNPHkF { width:3.4375rem;height:3.4375rem;top:22.875rem;left:8.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZEOgL3Q1tavKX0TTfCb7HsnQJN1B35 { width:10.5rem;height:7.5625rem;top:22.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVhqfgwknluWDvwL12Vcg1mC60TClouc { width:10.5rem;height:7.5625rem;top:11.5625rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbhhPGTNQVTVlIo9RM7yaTyLyQk8KBbm { width:3.25rem;height:3.25rem;top:19.125020027161rem;left:8.3750002980231rem;font-size:2.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZSq7x7iOUTZ6kkHXnmcOxyynqKJ4S82b { width:3.25rem;height:3.25rem;top:29.937520980835rem;left:8.3750002980231rem;font-size:2.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gDnKl1tDxZ6fnxNiz5rQQ0VCldzUNeoa { width:3.4375rem;height:3.4375rem;top:12.375rem;left:8.2812502980231rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twfk1HWtQRD5ltgL7JHhnZKnt4BT7QaH { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:8.28125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5oMLB0mWyR2eNhxRIcCXvTXATmdfFD { width:5.1875rem;height:5.1875rem;top:4.5rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwooHLqGwzNv9L6S1S5bIS9STwQPstPN { width:10.4375rem;height:3.77604375rem;top:36.4375rem;left:4.75rem;font-size:0.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mXIK7A2rTDsJrZKMSIdKls77KmJ5BXqV { width:10.5rem;height:7.5625rem;top:33.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslHKOLvkvsThBDNzOdtqGwkp9uEp1TC { width:3.125rem;height:3.125rem;top:33.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmvlS3y6eIXTRShL27S45RfETErROd47 { display:block; }#vmvlS3y6eIXTRShL27S45RfETErROd47 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5bNmmO8J7miWlZ0StfCUIbv0FswUBIn { width:20rem;height:1.44270625rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I { background-color:#eeeeee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { background-color: transparent; background-image: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container > .video-iframe-container { display: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container { display: none; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .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); }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { border-width: 0; border-radius: 0; }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row > .video-iframe-container {  }#CFSXz2D2Kn4TN5alXGB99TklV9AzAe7I > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mCKOzGhwd690WExIdrmqnSZs7DIo5SZ1 { width:13.6875rem;height:2.4375rem;top:33.5rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tley5aPqPQxran6JunkU6aysZV4bGHWT { width:12.5rem;height:13.25rem;top:19.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdnqChLPkiJKgVo3rVf3kLAvEX5ET0F { width:3rem;height:3.75rem;top:21.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtC1ILRdZVE7heiGfJAr6yWIT3bte0w { width:11.5rem;height:4.8697875rem;top:26.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvAKk3Lq6e5yqIk1aXT2OgS0LVZzriVC { width:13.6875rem;height:2.4375rem;top:15.665365219116rem;left:3.1562500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUPAa6ADNkCzRl1R4fP2LTOvm9ZqVXR { width:12.5rem;height:13.25rem;top:1.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmkbIFZBUAE8mtM6q5M2AN8Fk3g9BqMP { width:4.3125rem;height:4.75rem;top:3.3125rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBlWxA51VSaAfZlIgkoC1h1xKezugO2D { width:12.3125rem;height:3.95833125rem;top:9.90625rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmdSmWEyC1cc8CZgu1aDbF6Ww1yMhcx { width:12.5rem;height:13.25rem;top:37.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny64X3NWK1agxQ4I28NpzhL8Hu92WtUN { width:9.9375rem;height:3.95833125rem;top:44.125rem;left:5.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fzE6rFLgXnDoSeCsXwTsXEEpMMGuD2 { width:4.6875rem;height:4.4375rem;top:38.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO212flQoMEBiQ3DEz6Tcr7n0uHTZyzF { width:13.6875rem;height:2.4375rem;top:51.2041015625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl { display:block; }#LcRN1TRB2JP6F40W0fFAZpA8VHmSaTOl > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2v2Nd2J04U7nBIal0CzHXJwH5k2lsU { width:12.5rem;height:13.25rem;top:0.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlT8ZAJLV7i1wvVfnV2O7g057wZUmhkQ { width:5.75rem;height:5.75rem;top:2.4153645038605rem;left:7.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNTVPXuKdIyGuabiQsu5FXtk3QC9OMd { width:12.25rem;height:4.8697875rem;top:7.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUhPqoBX89PVMtGEGV259FV90LZSAvEn { width:13.6875rem;height:2.4375rem;top:15.0625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAJ7B8lDXLnnBqCnWBglFTCvSWrOGUUE { width:12.5rem;height:13.25rem;top:19.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUNRStXvaVzT1RNk8iOOywJPAFwoszyJ { width:11.5rem;height:5.84375rem;top:26.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kazHFX0MNXzw2Fuc2lX9FHepgu311ihO { width:13.6875rem;height:2.4375rem;top:33.625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSnhHvs0IH4JvkUMKiVPc3qN42lleCt { width:5.75rem;height:5.75rem;top:19.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz { display:block; }#DRUeXMGmwgBywreVkQ8OEJ3TmlTVoGAz > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhAoHQhZCRKgsLwy9uSxQdbGivB7dxTZ { width:20rem;height:3.25rem;top:2.0598955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfGKGEvdD5SNPx43qUJN1xsLdXqvXtIO { width:20rem;height:4.611975rem;top:37.125000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48Rs0qGJ951aOw1vO7SHmpSu3apRi9G { top:43.687502861023rem;left:0rem;width:20rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXl0x0DnzA8ZSidrcesyITd0X0Jk2Eof { display:block; }
 }@media only screen and (max-width: 763px) { #qwzVa0xvds2OLbV0yPBe1tS0aiE7liGO { width:20rem;height:1.6875rem;top:50.125002861023rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EJbbPbA9WWdSKcJCBLRA3qRTqn7hJ39Q { width:16.75rem;height:2.921875rem;top:13.895812988281rem;left:2.9062500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0dxPLkGIsafesEyXbERpM775rDwcbm { width:17.0625rem;height:2.921875rem;top:10.052062988281rem;left:2.8437500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BOVOzFyCGPZEGuZavGduM1AgGkONxfQb { width:16.4375rem;height:1.94791875rem;top:18.125rem;left:2.8437500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WuiESodeTc7yKU9haVmOn9VwyrWpA0PD { width:16.75rem;height:2.921875rem;top:21.906250637024rem;left:2.8736980557442rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #aCI0TBGKEfe6JoqHX6llNiFfO65SLyLT { width:20rem;height:1.6875rem;top:31.375020980835rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDGgTRihqqCvbCm0NWfBnJF2pieKlw3 { width:1.875rem;height:1.875rem;top:7rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIHd0Zz78FVwyp2pUQpTAClSTmLX5Vz4 { width:16.25rem;height:0.9746125rem;top:7.2590942382812rem;left:2.8437500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #a1fDa5JXHuhDNev6exy8DartETPJ8vEG { width:20rem;height:1.21875rem;top:34.875000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #qIL0FweG8to9Sl4GxF48dptS0wKLoHGM { width:1.875rem;height:1.875rem;top:9.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBvpos3O2T9SJKtoiURMuaA7EBZbHgQ8 { width:1.875rem;height:1.875rem;top:13.70703125rem;left:0.48828130960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHNy8eEGLnPunfPnLf9wVnHINZl9367o { width:1.875rem;height:1.875rem;top:17.937500476837rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5lOwnJEbMz69TuflFpXQIFuKLCEbL7x { width:1.875rem;height:1.875rem;top:21.552062988281rem;left:0.55078130960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdeMgP2GMvwx1K3nmBK8puP8bqSGHltF { width:16.8125rem;height:3.95833125rem;top:26.125rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #fSFMrPr48Ohwaao8kPIWECwOBSXbHQih { width:1.875rem;height:1.875rem;top:25.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu { display:block; }#QeNtwqyosJ9uHlhhBu6I6rIpmTOha6qu > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVXgnglEmixPyxb7Cs0rCqs0ZXT6MIOf { width:10.9375rem;height:1.21875rem;top:3.7083330154419rem;left:9.0611985325812rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5xncTP56fZnfo5WWJC7UZo9CUcopnd { width:9.75rem;height:2.4375rem;top:11.020812988281rem;left:10.248698532581rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXf3zQCmBEQ8tl8oFnPylThcfvlK9DHI { width:11rem;height:2.4375rem;top:20.375020027161rem;left:8.936197936535rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awL0IdxOv67IG0CT09AwnXUfkxLCeUSS { width:5.3125rem;height:5.25rem;top:1.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJIrULc4h5dOi13v1O7mTR0RxwgMlghG { width:5.3125rem;height:5.3125rem;top:9.7708330154419rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMrFneqCVqvFIfb3HsHPxIEa6cwrfsa { width:5.3125rem;height:5.3125rem;top:17.583333015442rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnNcaLAoSkRLdx3MqGeMSOryle7gwuN { width:8.75rem;height:7rem;top:1.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGoMPuBQ0uFq68p5ok21BzmH8yd1eerd { width:8.75rem;height:7rem;top:9.1458330154419rem;left:0.39453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHph3SKLXdG3UXU5iJ4pQsA6bKSTEqXU { width:8.75rem;height:7rem;top:17.437500953674rem;left:0.39453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 { display:block; }#nRpeR5VTKzUGAaCt4XfPiZNATXFQ9wh3 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdckN6SObKmTvH1B3D3knllOV1IGC7KH { width:20rem;height:1.44270625rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FROKWQPTbBAR7ahg7tSMvxNDks2IAWUG { width:9.5625rem;height:6.75rem;top:4.6666669845581rem;left:5.2187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGu5WO5sRUa3MOTGyy48T6Pl6lKOrdb { width:20rem;height:4.22395625rem;top:12.769532203674rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSns7rHmkaHEAIWw8Xpkv77TTck0r010 { display:block; }#zSns7rHmkaHEAIWw8Xpkv77TTck0r010 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phD0wlFMcRu72kMKAWiZ8wfLKDim0wiM { width:20rem;height:16rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQNfORsiH35tnG0CT0AOdX39GZbrwDz { width:20rem;height:26.25rem;top:20.5rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ourQZOpnAVtRbwMRJ2UvKGZcbn2yfIEc { width:20rem;height:1.4433625rem;top:1.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aifs3Jd1mmAWHUQb5k7PXpfIDiKAq0We { width:4.25rem;height:4.25rem;top:44.568359375rem;left:7.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65RqTPOVJNUCiM244EF8nl9IMW09uem { width:20rem;height:3.5rem;top:48.818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15030;display:block; }
 }