.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container { background-color: transparent; background-image: none; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container > .video-iframe-container { display: none; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row > .video-iframe-container { display: none; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .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); }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container { border-width: 0; border-radius: 0; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row > .video-iframe-container {  }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#Ja9ht9euDuxt6uFHqT1av3In2rNZKW19 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:9.9375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#wE65poCKoXOw0M83xv8vnqrEAbNgTylH { background-color:#2882de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(40,130,222,0.5) ;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:nunito;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:1.5625rem;left:45rem;display:block; }
#ph93c3mQ85tbr3Prn6NEPiZE0rZOn37H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f9;background-image:none;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container {  }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#41638d;display:block;width:26.25rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:8.5625rem;left:0rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#7089aa;display:block;width:31.125rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XP3y3eUsClZ8BK8eGdr6qQFBun9T8Ikd { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:30rem;top:3.46875rem;left:29.1787109375rem;overflow:hidden;display:block; }
#xqf8rRVWyqkS5E4hborCHCZ9OJST363S { background-color:#2882de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(40,130,222,0.5) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.5rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:17.75rem;left:0rem;display:block; }
#gky6PVS0lWvL067MXOvLaSXFyXNAu6Tq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container { background-color: transparent; background-image: none; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container > .video-iframe-container { display: none; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row > .video-iframe-container { display: none; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .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); }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container { border-width: 0; border-radius: 0; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row > .video-iframe-container {  }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#rBRB2tQRBLxGNqlahBzOxIVXKDOtxhRu { color:#7089aa;display:block;width:44rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5rem;left:8rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container { background-color: transparent; background-image: none; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container > .video-iframe-container { display: none; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row > .video-iframe-container { display: none; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .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); }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container { border-width: 0; border-radius: 0; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row > .video-iframe-container {  }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#BHi0D2VRAbz5wZEsybBbnQmBcn7NrlhQ { color:#41638d;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGTdUCC1H6pFJcTlWAUAxPMnVC02FSwa { color:#7089aa;display:block;width:11.6875rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.65625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFECdCrd8doslT3k6KOGy8BoiI1lcEUw { color:#7089aa;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.5rem;left:17.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGazdd5dMdRoxrTUxO56DcPqINcIoa81 { color:#41638d;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:17.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUy2iQ8P6gQToaWfhzO3l2cA0o1LBFxc { color:#41638d;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:32.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7hAbCLbyTd4noOOP5Tes0eGE5dnMmZb { color:#7089aa;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3bHZG6HTTLHpT6QnDWRJTJeFJn5lreV { color:#41638d;display:block;width:11.75rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.1875rem;left:47.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arL5fxPNq4M0XTpCICo839mzEalRr2Zw { color:#7089aa;display:block;width:10.875rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.5rem;left:47.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUw958qUaF2iwgv4fTHD0w4vVfck1yvQ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.1875rem;left:6.25rem;overflow:hidden;display:block; }
#bN6TaEcS2QrElsHepgNEdGETBPAlNbqt { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.1875rem;left:21.3125rem;overflow:hidden;display:block; }
#ftKkCTzzQ7PLiVqLwspo6rPSqqvForfC { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.1875rem;left:36.25rem;overflow:hidden;display:block; }
#huTH6yrtKps9mA3ORxQ1kKtz68uBF2Kg { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.1875rem;left:51.25rem;overflow:hidden;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f9;background-image:none;position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container {  }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#41638d;display:block;width:59.625rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f9;background-image:none;position:relative;display:block; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container { background-color: transparent; background-image: none; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container > .video-iframe-container { display: none; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row > .video-iframe-container { display: none; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .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); }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container { border-width: 0; border-radius: 0; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row > .video-iframe-container {  }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#h2fKTx0ipK47CmSHxQAOgFqvfFnZhO6d { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:17.375rem;top:1.125rem;left:40.875rem;overflow:hidden;display:block; }
#Ao0O59JA6Viw864sEcqCoQkTNxzX9FlN { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.8125rem;top:0rem;left:41.4375rem;overflow:hidden;display:block; }
#EhPhRS8yZOCqcCUFKt3Sm5R8hwLwNv2q { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:11.375rem;top:8.1875rem;left:46.625rem;overflow:hidden;display:block; }
#viVU8pu8qK2KlCvfHfgWVZ1Pc2PPTPh6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:18.25rem;top:10.125rem;left:40.8125rem;overflow:hidden;display:block; }
#NTC7k4nkrIdMRTd1f3GJU0CrO1Aq4E5g { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:5.9375rem;top:1.75rem;left:51.625rem;overflow:hidden;display:block; }
#UURp3QRxJsbg0w611rbvyRchT45gR6x2 { color:#41638d;display:block;width:3.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.03125rem;left:49.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#tiHTzZz0nWgkPFBBagby0OXngfAieaTw { color:#41638d;display:block;width:8.75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:4.34375rem;left:49.0625rem;height:2.92383125rem;font-style:normal;display:block; }
#dxHDbDSN5fXhyWTX4kkSBFoHNBzE8JEh { color:#7089aa;display:block;width:9.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.4375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gq0AsnXadD8xRhWVA573F7T6NBPAref2 { color:#41638d;display:block;width:3.75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:8.4375rem;left:42.1875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s95ATqTsTtFtcdTOl4u8lpKDD7VT9p9h { color:#41638d;display:block;width:14.5625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:10.75rem;left:42.90625rem;height:2.923825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#r3XmZLSc9qr8nQMxB1HRyWhmDPgPvTwl { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:18.25rem;top:10.125rem;left:20.8125rem;overflow:hidden;display:block; }
#ROquBNIV3s3XzT8onsogVfkdd6TbM9N6 { color:#41638d;display:block;width:14.5625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:10.75rem;left:22.90625rem;height:2.923825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SnzCXi44p81rxGm2TL5nLDWC0MBpGB6F { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:17.375rem;top:1.125rem;left:20.875rem;overflow:hidden;display:block; }
#sqmBbPlK484kt9gmesfXFeac76LzI4A3 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.8125rem;top:0rem;left:21.4375rem;overflow:hidden;display:block; }
#LCNLHP7glMTqlwRVpyAnLvfExb70CaRd { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:11.375rem;top:8.1875rem;left:26.625rem;overflow:hidden;display:block; }
#ytGkIsm7uqnubQ4h1xcVnJCgcvg0iwa4 { color:#41638d;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:4.34375rem;left:29.0625rem;height:2.923825rem;font-style:normal;display:block; }
#xOF96NcmWuctKNdNMTUXMkZTKPvEpMhw { color:#7089aa;display:block;width:9.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:8.5rem;left:27.4375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0X6L49Qhyk3sG3OV9BH4xvnPHOchEdc { color:#41638d;display:block;width:3.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:3.03125rem;left:29.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#uNmvKOQl3AD5sKUaJ9IH4mL3KzRwSsyR { color:#41638d;display:block;width:3.75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:8.4375rem;left:22.1875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZlHv0THPh1dhqGiccOfD8MPnrPo4vVrm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:5.9375rem;top:1.75rem;left:31.625rem;overflow:hidden;display:block; }
#yAmCodVbXGNXTUcKKv9u5pMPHShSi566 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:18.25rem;top:10.125rem;left:0.8125rem;overflow:hidden;display:block; }
#qX7ShK7Jv7wD1D493aUzJ8WfCvDt7xkB { color:#41638d;display:block;width:14.5625rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.90625rem;height:2.923825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Z2qeRmegJq90qBFFOPxPcq0TswZW9Spa { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:17.375rem;top:1.125rem;left:0.875rem;overflow:hidden;display:block; }
#flCn5xCBKIsHvHAr0P3zz63wT6xUBawa { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:11.375rem;top:8.1875rem;left:6.625rem;overflow:hidden;display:block; }
#CUlnt9rNB5Vr4c21EHmbA66keDI5L5r5 { color:#41638d;display:block;width:8.75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:4.34375rem;left:9.0625rem;height:2.92383125rem;font-style:normal;display:block; }
#zxOeOAVSoFWmULx2qcgLG0n0OTwJUE3B { color:#7089aa;display:block;width:9.8125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.4375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc64AwwkWfrOQxwO4e165LDZfr4IP43L { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:6.8125rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#eAIbFN3EoxlViMO8qxUQTWDToqpdQCTv { color:#41638d;display:block;width:3.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:3.03125rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#inzzGcQJhaUiHTb87BtqCCcJavXZpwie { color:#41638d;display:block;width:3.75rem;position:absolute;font-family:nunito;font-size:0.75rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.1875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vnegh5nq38lhqa5coGn3SHbXFa29amHr { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:5.9375rem;top:1.75rem;left:11.625rem;overflow:hidden;display:block; }
#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f9;background-image:none;position:relative;display:block; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container { background-color: transparent; background-image: none; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container > .video-iframe-container { display: none; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row > .video-iframe-container { display: none; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .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); }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container { border-width: 0; border-radius: 0; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row > .video-iframe-container {  }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#g7ZTgu6PRTlrkGXE0I9NFFWugIRsdy0L { position:absolute;display:block;z-index:100032;height:15.3125rem;width:60rem;top:3.125rem;left:0rem;display:block; }
#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container { background-color: transparent; background-image: none; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container > .video-iframe-container { display: none; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row > .video-iframe-container { display: none; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .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); }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container { border-width: 0; border-radius: 0; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row > .video-iframe-container {  }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#PM5LTFzmcLR1mifX4PvS0oswQbuBOUnk { color:#7089aa;display:block;width:44rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container { background-color: transparent; background-image: none; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container > .video-iframe-container { display: none; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row > .video-iframe-container { display: none; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .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); }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container { border-width: 0; border-radius: 0; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row > .video-iframe-container {  }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#AdRruTfDZbpMIrGmSBxlB2kZLrlwaFFD { color:#41638d;display:block;width:12.5625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.21875rem;height:2.11230625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ooXdv4rX5PzVkMpq0HXHHhAQTevM1AeQ { color:#7089aa;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.25rem;height:4.467775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T69FS5rq0e8r3kk3Gm8BGSuiOJGhNiO5 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.0625rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#sdoJnInU5xwrdrpaRarJTZOTFQv7kVse { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:6.25rem;top:2.5625rem;left:1.125rem;overflow:hidden;display:block; }
#arRgHfb5afyspzglXO6dz27bQ3WTTZiA { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.0625rem;top:1.375rem;left:15rem;overflow:hidden;display:block; }
#GvxHLBav5NINRfhDKTVG0K45JpcVDAm8 { color:#7089aa;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:16.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uklwyZmNLN06JRUarePShrIoi62wzPvi { color:#41638d;display:block;width:12.5625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.25rem;height:4.2246125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Su25irRQvDgPMQd7QkpUTTvIJJtbbrvK { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:6.75rem;top:2.8125rem;left:16.25rem;overflow:hidden;display:block; }
#FUgpva8xCZZZodRVsAZdNfcDMLbWZKpy { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.0625rem;top:1.375rem;left:30rem;overflow:hidden;display:block; }
#diIUnGn1hmB2y3CGQf2pT2wncrtTc8oq { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:6.5625rem;top:3.0625rem;left:31.25rem;overflow:hidden;display:block; }
#IkwJyJp3Ryyl9tN8h4nFwQ5B1IBF1GcZ { color:#41638d;display:block;width:12.5625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.25rem;height:3.16845625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dPGCA9DiH8prwdTVripOFoJlSZ5JdBAo { color:#7089aa;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:7.875rem;left:31.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9oTGThlXHfRE3ZBfv716AhaFJTCMDgv { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.0625rem;top:1.375rem;left:44.9375rem;overflow:hidden;display:block; }
#WPTxWmk0XzqTbOhwpNsDrpa8e63ApUoB { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:6.8125rem;top:2.8125rem;left:46.1875rem;overflow:hidden;display:block; }
#IbhvqpTtT347zIwU3aGVk7nRb7ZA4wUR { color:#41638d;display:block;width:12.5625rem;position:absolute;font-family:nunito;font-size:0.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.5rem;left:46.1875rem;height:3.16845625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ixCSNODzqOSc1gB3H8wXwWSyXfC097Xa { color:#7089aa;display:block;width:10.6875rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:7.8125rem;left:46.1875rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9ecf1;background-image:none;position:relative;display:block; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container { background-color: transparent; background-image: none; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container > .video-iframe-container { display: none; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row > .video-iframe-container { display: none; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .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); }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container { border-width: 0; border-radius: 0; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row > .video-iframe-container {  }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#P0bCNKpoP2Penwv230162vGHrWRXwH44 { background-color:#2882de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(40,130,222,0.5) ;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:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.5rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:12.625rem;left:34.1875rem;display:block; }
#fvPBTHyivTM4NBVfs8wZLWJpwMwrGeHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J8lORNlqreQvTmrhxKMl5kHrCAB0acV6 { color:#41638d;display:block;width:24.1875rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:3.625rem;left:34.1875rem;height:4.949225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QJOty4z21fF6AEorR7e2BbuWZ7t2WGxq { color:#7089aa;display:block;width:20.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:34.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJz88wTXVd6sEw55QGdBPGr54yMzz68S { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:26.6875rem;top:1.875rem;left:3.375rem;overflow:hidden;display:block; }
#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container { background-color: transparent; background-image: none; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container > .video-iframe-container { display: none; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row > .video-iframe-container { display: none; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .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); }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container { border-width: 0; border-radius: 0; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row > .video-iframe-container {  }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#nrPZw9ZoAQJShfVLDzhmqtdw7dBTTv4M { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:5.9375rem;top:1.4375rem;left:26.5625rem;overflow:hidden;display:block; }
#EQJ9JJTgGTV9uo8DpphEA81BPGvrp73s { color:#7089aa;display:block;width:9.25rem;position:absolute;font-family:nunito;font-size:0.625rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:3.4375rem;left:24.9375rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zg7SxIchQbuZNuV8hwqu9sZroSiIUIXm { color:#7089aa;display:block;width:60rem;position:absolute;font-family:nunito;font-size:0.5625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy { display:block; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja9ht9euDuxt6uFHqT1av3In2rNZKW19 { top:1.625rem;left:0rem;width:9.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE65poCKoXOw0M83xv8vnqrEAbNgTylH { width:9.375rem;height:2.25rem;top:1.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph93c3mQ85tbr3Prn6NEPiZE0rZOn37H { display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:8.5625rem;left:0rem;width:26.25rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:13.9375rem;left:0rem;width:31.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP3y3eUsClZ8BK8eGdr6qQFBun9T8Ikd { top:3.4375rem;left:17.75rem;width:30rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqf8rRVWyqkS5E4hborCHCZ9OJST363S { width:12.75rem;height:3.5rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gky6PVS0lWvL067MXOvLaSXFyXNAu6Tq { display:block; }
 }@media only screen and (max-width: 763px) { #MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 { display:block; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBRB2tQRBLxGNqlahBzOxIVXKDOtxhRu { top:5rem;left:1.875rem;width:44rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ { display:block; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHi0D2VRAbz5wZEsybBbnQmBcn7NrlhQ { top:4.1875rem;left:0.59375rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTdUCC1H6pFJcTlWAUAxPMnVC02FSwa { top:5.5rem;left:0.15625rem;width:11.6875rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFECdCrd8doslT3k6KOGy8BoiI1lcEUw { top:5.5rem;left:12.53125rem;width:10.875rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGazdd5dMdRoxrTUxO56DcPqINcIoa81 { top:4.1875rem;left:12.53125rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUy2iQ8P6gQToaWfhzO3l2cA0o1LBFxc { top:4.1875rem;left:24.46875rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hAbCLbyTd4noOOP5Tes0eGE5dnMmZb { top:5.5rem;left:24.46875rem;width:10.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3bHZG6HTTLHpT6QnDWRJTJeFJn5lreV { top:4.1875rem;left:36rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arL5fxPNq4M0XTpCICo839mzEalRr2Zw { top:5.5rem;left:36.40625rem;width:10.875rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUw958qUaF2iwgv4fTHD0w4vVfck1yvQ { top:1.1875rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6TaEcS2QrElsHepgNEdGETBPAlNbqt { top:1.1875rem;left:16.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftKkCTzzQ7PLiVqLwspo6rPSqqvForfC { top:1.1875rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTH6yrtKps9mA3ORxQ1kKtz68uBF2Kg { top:1.1875rem;left:40.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:4.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI { display:block; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2fKTx0ipK47CmSHxQAOgFqvfFnZhO6d { top:1.125rem;left:30.25rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0O59JA6Viw864sEcqCoQkTNxzX9FlN { top:0rem;left:31.75rem;width:6.8125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhPhRS8yZOCqcCUFKt3Sm5R8hwLwNv2q { top:8.1875rem;left:36.25rem;width:11.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVU8pu8qK2KlCvfHfgWVZ1Pc2PPTPh6 { top:10.125rem;left:29.375rem;width:18.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTC7k4nkrIdMRTd1f3GJU0CrO1Aq4E5g { top:1.75rem;left:41.3125rem;width:5.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UURp3QRxJsbg0w611rbvyRchT45gR6x2 { top:3rem;left:38.75rem;width:3.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiHTzZz0nWgkPFBBagby0OXngfAieaTw { top:4.3125rem;left:38.75rem;width:8.75rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxHDbDSN5fXhyWTX4kkSBFoHNBzE8JEh { top:8.5rem;left:37.125rem;width:9.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq0AsnXadD8xRhWVA573F7T6NBPAref2 { top:8.4375rem;left:31.875rem;width:3.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95ATqTsTtFtcdTOl4u8lpKDD7VT9p9h { top:10.75rem;left:32.59375rem;width:14.5625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XmZLSc9qr8nQMxB1HRyWhmDPgPvTwl { top:10.125rem;left:13.5rem;width:18.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROquBNIV3s3XzT8onsogVfkdd6TbM9N6 { top:10.75rem;left:16.71875rem;width:14.5625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzCXi44p81rxGm2TL5nLDWC0MBpGB6F { top:1.125rem;left:14.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmBbPlK484kt9gmesfXFeac76LzI4A3 { top:0rem;left:15.875rem;width:6.8125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNLHP7glMTqlwRVpyAnLvfExb70CaRd { top:8.1875rem;left:20.375rem;width:11.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytGkIsm7uqnubQ4h1xcVnJCgcvg0iwa4 { top:4.3125rem;left:22.875rem;width:8.25rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOF96NcmWuctKNdNMTUXMkZTKPvEpMhw { top:8.5rem;left:21.25rem;width:9.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0X6L49Qhyk3sG3OV9BH4xvnPHOchEdc { top:3rem;left:22.875rem;width:3.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNmvKOQl3AD5sKUaJ9IH4mL3KzRwSsyR { top:8.4375rem;left:16rem;width:3.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHv0THPh1dhqGiccOfD8MPnrPo4vVrm { top:1.75rem;left:25.4375rem;width:5.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmCodVbXGNXTUcKKv9u5pMPHShSi566 { top:10.125rem;left:0rem;width:18.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX7ShK7Jv7wD1D493aUzJ8WfCvDt7xkB { top:10.75rem;left:0.84375rem;width:14.5625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeRmegJq90qBFFOPxPcq0TswZW9Spa { top:1.125rem;left:0rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flCn5xCBKIsHvHAr0P3zz63wT6xUBawa { top:8.1875rem;left:4.5rem;width:11.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUlnt9rNB5Vr4c21EHmbA66keDI5L5r5 { top:4.3125rem;left:7rem;width:8.75rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOeOAVSoFWmULx2qcgLG0n0OTwJUE3B { top:8.5rem;left:5.375rem;width:9.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64AwwkWfrOQxwO4e165LDZfr4IP43L { top:0rem;left:0rem;width:6.8125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIbFN3EoxlViMO8qxUQTWDToqpdQCTv { top:3rem;left:7rem;width:3.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inzzGcQJhaUiHTb87BtqCCcJavXZpwie { top:8.4375rem;left:0.125rem;width:3.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnegh5nq38lhqa5coGn3SHbXFa29amHr { top:1.75rem;left:9.5625rem;width:5.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 { display:block; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7ZTgu6PRTlrkGXE0I9NFFWugIRsdy0L { top:3.125rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er { display:block; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM5LTFzmcLR1mifX4PvS0oswQbuBOUnk { top:3.3125rem;left:1.875rem;width:44rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw { display:block; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdRruTfDZbpMIrGmSBxlB2kZLrlwaFFD { top:4.5rem;left:0rem;width:12.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooXdv4rX5PzVkMpq0HXHHhAQTevM1AeQ { top:6.9375rem;left:0rem;width:12.5rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69FS5rq0e8r3kk3Gm8BGSuiOJGhNiO5 { top:1.3125rem;left:0rem;width:15.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoJnInU5xwrdrpaRarJTZOTFQv7kVse { top:2.5625rem;left:0rem;width:6.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRgHfb5afyspzglXO6dz27bQ3WTTZiA { top:1.375rem;left:8.8125rem;width:15.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxHLBav5NINRfhDKTVG0K45JpcVDAm8 { top:8.8125rem;left:11.375rem;width:12.5rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uklwyZmNLN06JRUarePShrIoi62wzPvi { top:4.5rem;left:11.3125rem;width:12.5625rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su25irRQvDgPMQd7QkpUTTvIJJtbbrvK { top:2.8125rem;left:11.9375rem;width:6.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgpva8xCZZZodRVsAZdNfcDMLbWZKpy { top:1.375rem;left:20.75rem;width:15.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIUnGn1hmB2y3CGQf2pT2wncrtTc8oq { top:3.0625rem;left:23.875rem;width:6.5625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkwJyJp3Ryyl9tN8h4nFwQ5B1IBF1GcZ { top:4.5rem;left:23.25rem;width:12.5625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGCA9DiH8prwdTVripOFoJlSZ5JdBAo { top:7.875rem;left:23.3125rem;width:12.5rem;height:3.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oTGThlXHfRE3ZBfv716AhaFJTCMDgv { top:1.375rem;left:20.75rem;width:15.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTxWmk0XzqTbOhwpNsDrpa8e63ApUoB { top:2.8125rem;left:35.8125rem;width:6.8125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbhvqpTtT347zIwU3aGVk7nRb7ZA4wUR { top:4.5rem;left:35.1875rem;width:12.5625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCSNODzqOSc1gB3H8wXwWSyXfC097Xa { top:7.8125rem;left:35.8125rem;width:10.6875rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 { display:block; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0bCNKpoP2Penwv230162vGHrWRXwH44 { width:12.75rem;height:3.5rem;top:12.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvPBTHyivTM4NBVfs8wZLWJpwMwrGeHt { display:block; }
 }@media only screen and (max-width: 763px) { #J8lORNlqreQvTmrhxKMl5kHrCAB0acV6 { top:3.625rem;left:23.5625rem;width:24.1875rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJOty4z21fF6AEorR7e2BbuWZ7t2WGxq { top:9.0625rem;left:25rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJz88wTXVd6sEw55QGdBPGr54yMzz68S { top:1.875rem;left:0rem;width:26.6875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T { display:block; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrPZw9ZoAQJShfVLDzhmqtdw7dBTTv4M { top:1.4375rem;left:20.4375rem;width:5.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJ9JJTgGTV9uo8DpphEA81BPGvrp73s { top:3.4375rem;left:18.8125rem;width:9.25rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg7SxIchQbuZNuV8hwqu9sZroSiIUIXm { top:5.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy { position:relative;z-index:auto;display:block; }#PF1XMcIpS2uZwXO7BRCzzV2UqPdCrDWy > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ja9ht9euDuxt6uFHqT1av3In2rNZKW19 { width:8.6875rem;height:1.4375rem;top:1.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE65poCKoXOw0M83xv8vnqrEAbNgTylH { width:9.375rem;height:2.25rem;top:1.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph93c3mQ85tbr3Prn6NEPiZE0rZOn37H { display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:17.4375rem;height:6.1875rem;top:3.3125rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:14.6875rem;height:1.29980625rem;top:10rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP3y3eUsClZ8BK8eGdr6qQFBun9T8Ikd { width:20rem;height:13.4375rem;top:16.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqf8rRVWyqkS5E4hborCHCZ9OJST363S { width:12.75rem;height:3.5rem;top:12.1806640625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gky6PVS0lWvL067MXOvLaSXFyXNAu6Tq { display:block; }
 }@media only screen and (max-width: 763px) { #MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 { display:block; }#MowNcfwcf9PykUXsBINGEsCAaOGRN9o7 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBRB2tQRBLxGNqlahBzOxIVXKDOtxhRu { width:20rem;height:3.25rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ { display:block; }#A8Aosdy4BgS0E4Sf9HmWcfek8yT8znkJ > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHi0D2VRAbz5wZEsybBbnQmBcn7NrlhQ { width:10.875rem;height:1.05615rem;top:3.25rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTdUCC1H6pFJcTlWAUAxPMnVC02FSwa { width:13.9375rem;height:4.87305rem;top:4.5625rem;left:3.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFECdCrd8doslT3k6KOGy8BoiI1lcEUw { width:12.4375rem;height:2.923825rem;top:14.625rem;left:3.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGazdd5dMdRoxrTUxO56DcPqINcIoa81 { width:10.875rem;height:1.05615rem;top:13.3125rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUy2iQ8P6gQToaWfhzO3l2cA0o1LBFxc { width:10.875rem;height:1.05615rem;top:21.5rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7hAbCLbyTd4noOOP5Tes0eGE5dnMmZb { width:15.1875rem;height:2.923825rem;top:22.8125rem;left:2.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3bHZG6HTTLHpT6QnDWRJTJeFJn5lreV { width:14rem;height:1.05615rem;top:30.8125rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arL5fxPNq4M0XTpCICo839mzEalRr2Zw { width:13.0625rem;height:2.923825rem;top:32.125rem;left:3.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUw958qUaF2iwgv4fTHD0w4vVfck1yvQ { width:2.5rem;height:2.5rem;top:0.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN6TaEcS2QrElsHepgNEdGETBPAlNbqt { width:2.5rem;height:2.5rem;top:10.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftKkCTzzQ7PLiVqLwspo6rPSqqvForfC { width:2.5rem;height:2.5rem;top:18.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTH6yrtKps9mA3ORxQ1kKtz68uBF2Kg { width:2.5rem;height:2.5rem;top:27.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:2.0625rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI { display:block; }#T8LFnPssNpe8Tig5HwAXkS9mqyZfvDnI > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2fKTx0ipK47CmSHxQAOgFqvfFnZhO6d { width:17.375rem;height:7.0625rem;top:36.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0O59JA6Viw864sEcqCoQkTNxzX9FlN { width:6.8125rem;height:6.8125rem;top:35.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhPhRS8yZOCqcCUFKt3Sm5R8hwLwNv2q { width:11.375rem;height:1.625rem;top:43.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVU8pu8qK2KlCvfHfgWVZ1Pc2PPTPh6 { width:18.25rem;height:3.8125rem;top:45.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTC7k4nkrIdMRTd1f3GJU0CrO1Aq4E5g { width:5.9375rem;height:1.625rem;top:37.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UURp3QRxJsbg0w611rbvyRchT45gR6x2 { width:3.5rem;height:1.29980625rem;top:38.3125rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiHTzZz0nWgkPFBBagby0OXngfAieaTw { width:8.75rem;height:2.92383125rem;top:39.625rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxHDbDSN5fXhyWTX4kkSBFoHNBzE8JEh { width:9.75rem;height:1.13720625rem;top:44.0625rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq0AsnXadD8xRhWVA573F7T6NBPAref2 { width:3.75rem;height:0.9746125rem;top:44.3125rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95ATqTsTtFtcdTOl4u8lpKDD7VT9p9h { width:14.5625rem;height:2.923825rem;top:46.4375rem;left:2.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XmZLSc9qr8nQMxB1HRyWhmDPgPvTwl { width:18.25rem;height:3.8125rem;top:29.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROquBNIV3s3XzT8onsogVfkdd6TbM9N6 { width:14.5625rem;height:2.923825rem;top:29.75rem;left:2.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzCXi44p81rxGm2TL5nLDWC0MBpGB6F { width:17.375rem;height:7.0625rem;top:20rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmBbPlK484kt9gmesfXFeac76LzI4A3 { width:6.8125rem;height:6.8125rem;top:18.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNLHP7glMTqlwRVpyAnLvfExb70CaRd { width:11.375rem;height:1.625rem;top:27.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytGkIsm7uqnubQ4h1xcVnJCgcvg0iwa4 { width:8.25rem;height:2.923825rem;top:23rem;left:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOF96NcmWuctKNdNMTUXMkZTKPvEpMhw { width:9.75rem;height:1.13720625rem;top:27.5rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0X6L49Qhyk3sG3OV9BH4xvnPHOchEdc { width:3.5rem;height:1.29980625rem;top:21.5625rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNmvKOQl3AD5sKUaJ9IH4mL3KzRwSsyR { width:3.75rem;height:0.9746125rem;top:27.625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlHv0THPh1dhqGiccOfD8MPnrPo4vVrm { width:5.9375rem;height:1.625rem;top:20.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmCodVbXGNXTUcKKv9u5pMPHShSi566 { width:18.25rem;height:3.8125rem;top:13rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX7ShK7Jv7wD1D493aUzJ8WfCvDt7xkB { width:14.5625rem;height:2.923825rem;top:13.5rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeRmegJq90qBFFOPxPcq0TswZW9Spa { width:17.375rem;height:7.0625rem;top:3.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flCn5xCBKIsHvHAr0P3zz63wT6xUBawa { width:11.375rem;height:1.625rem;top:11rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUlnt9rNB5Vr4c21EHmbA66keDI5L5r5 { width:8.75rem;height:2.92383125rem;top:7.375rem;left:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOeOAVSoFWmULx2qcgLG0n0OTwJUE3B { width:9.8125rem;height:1.13720625rem;top:11.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc64AwwkWfrOQxwO4e165LDZfr4IP43L { width:6.8125rem;height:6.8125rem;top:2.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIbFN3EoxlViMO8qxUQTWDToqpdQCTv { width:3.5rem;height:1.29980625rem;top:6rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inzzGcQJhaUiHTb87BtqCCcJavXZpwie { width:3.75rem;height:0.9746125rem;top:11.375rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnegh5nq38lhqa5coGn3SHbXFa29amHr { width:5.9375rem;height:1.625rem;top:4.46875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 { display:block; }#FVbLn5WRH9Z28GhCiPtLnrqToOIcpJT5 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7ZTgu6PRTlrkGXE0I9NFFWugIRsdy0L { width:20rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er { display:block; }#WhNpsb3v1hvfKLrfvbbfsT7CPL2cf3er > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM5LTFzmcLR1mifX4PvS0oswQbuBOUnk { width:20rem;height:1.625rem;top:2.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw { display:block; }#T2Mq6CWaBVVThou6Uy0MIly0Tc5ndcDw > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdRruTfDZbpMIrGmSBxlB2kZLrlwaFFD { width:12.25rem;height:2.11230625rem;top:5.5625rem;left:2.75rem;font-size:0.8125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ooXdv4rX5PzVkMpq0HXHHhAQTevM1AeQ { width:13.9375rem;height:4.87305rem;top:8.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69FS5rq0e8r3kk3Gm8BGSuiOJGhNiO5 { width:19.9375rem;height:13.5rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoJnInU5xwrdrpaRarJTZOTFQv7kVse { width:6.25rem;height:1.3125rem;top:3.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRgHfb5afyspzglXO6dz27bQ3WTTZiA { width:17.875rem;height:13.3125rem;top:15.59375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvxHLBav5NINRfhDKTVG0K45JpcVDAm8 { width:12.5rem;height:1.94921875rem;top:23.625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uklwyZmNLN06JRUarePShrIoi62wzPvi { width:14.125rem;height:3.16845625rem;top:20rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su25irRQvDgPMQd7QkpUTTvIJJtbbrvK { width:6.75rem;height:0.875rem;top:17.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgpva8xCZZZodRVsAZdNfcDMLbWZKpy { width:17.9375rem;height:13.375rem;top:1.5625rem;left:1.0625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #diIUnGn1hmB2y3CGQf2pT2wncrtTc8oq { width:6.5625rem;height:0.75rem;top:31.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkwJyJp3Ryyl9tN8h4nFwQ5B1IBF1GcZ { width:14.5625rem;height:3.16845625rem;top:33.8125rem;left:2.75rem;font-size:0.8125rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #dPGCA9DiH8prwdTVripOFoJlSZ5JdBAo { width:14.6875rem;height:2.923825rem;top:37.5rem;left:2.75rem;font-size:0.75rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #O9oTGThlXHfRE3ZBfv716AhaFJTCMDgv { width:19.9375rem;height:13.5rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTxWmk0XzqTbOhwpNsDrpa8e63ApUoB { width:6.8125rem;height:1.1875rem;top:46.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbhvqpTtT347zIwU3aGVk7nRb7ZA4wUR { width:12.5625rem;height:3.16845625rem;top:48.6875rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCSNODzqOSc1gB3H8wXwWSyXfC097Xa { width:15.25rem;height:1.94921875rem;top:52.4375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 { display:block; }#dy93WJfmWnrSBLlPelyPJXTUVqbACsa0 > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0bCNKpoP2Penwv230162vGHrWRXwH44 { width:12.75rem;height:3.5rem;top:23.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvPBTHyivTM4NBVfs8wZLWJpwMwrGeHt { display:block; }
 }@media only screen and (max-width: 763px) { #J8lORNlqreQvTmrhxKMl5kHrCAB0acV6 { width:20rem;height:4.125rem;top:16.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJOty4z21fF6AEorR7e2BbuWZ7t2WGxq { width:20rem;height:1.29980625rem;top:20.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJz88wTXVd6sEw55QGdBPGr54yMzz68S { width:20rem;height:11.943793911007rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T { display:block; }#Dg1PJtAIschDnzZZvc0DU0vtIr7Oer8T > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrPZw9ZoAQJShfVLDzhmqtdw7dBTTv4M { width:5.9375rem;height:1.375rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJ9JJTgGTV9uo8DpphEA81BPGvrp73s { width:9.25rem;height:0.8125rem;top:3.875rem;left:5.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg7SxIchQbuZNuV8hwqu9sZroSiIUIXm { width:20rem;height:4.38574375rem;top:5.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }