.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;
  }
}
@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:url("../png/shopbase_gala_kick_off_2021_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0px;left:0px;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#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); }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm { position:relative;display:none; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm { border-width: 0; border-radius: 0; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#o7RPDfH23I5wLrCLhRMQnMw7qn1WRS1T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26px;width:130px;top:19.60000038147px;left:0px;overflow:hidden;display:none; }
#a1WaRITprEqlp9MrCHTF7IQN0FJtlbFw { color:#000000;display:block;width:134px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:152px;top:60px;left:0px;display:none; }
#zMpOCda4USLEXuB1i9gd1WFDeAZVgMGe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#ltsPBiqRLAA4ThvdTGpOhOiwxQ8nIhH4 { color:#000000;display:block;width:134px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:118px;top:59px;left:35px;display:none; }
#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP { 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; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container { background-color: transparent; background-image: none; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container > .video-iframe-container { display: none; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row > .video-iframe-container { display: none; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .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); }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container { border-width: 0; border-radius: 0; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#fc1VzDOk2uCak25kKEd39Oi690snTCoy { color:#001621;display:block;width:74px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:184px;height:18px;text-align:center;text-align-last:center;display:block; }
#xmhmryDa8rMdigTy6sGNrOn2ZflMHITq { color:#001621;display:block;width:79px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:265.00003051758px;height:18px;text-align:center;text-align-last:center;display:block; }
#NQMZJuvL6hcDO0tKrmHNqNyZmJlgkbxc { color:#001621;display:block;width:48px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:353.00003051758px;height:18px;text-align:center;text-align-last:center;display:block; }
#cylK5Jhm8PazDBoRwnBXALU7LVEN4lyd { color:#001621;display:block;width:46px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:411.00003051758px;height:18px;text-align:center;text-align-last:center;display:block; }
#lctchanrKoiTFoMAvJm5SDN3Aull9Gm6 { color:#001621;display:block;width:54px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:29.39999961853px;left:469.00003051758px;height:19px;text-align:center;text-align-last:center;display:block; }
#pvfus09LyVcG79hzMGOWGtLRDFdD9Thw { color:#001621;display:block;width:74px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:538.00003051758px;height:18px;text-align:center;text-align-last:center;display:block; }
#tDarMwbQKGDTrrKdPF3GFJGX5BwrPvoi { color:#001621;display:block;width:54px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:30.200000762939px;left:621.00003051758px;height:18px;text-align:center;text-align-last:center;display:block; }
#QvU8tNJBeHnhdc9SsIpynHLT0KgEqzHf { color:#001621;display:block;width:54px;position:absolute;font-family:arial;font-size:15px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:29.39999961853px;left:745.98751831055px;height:19px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gs5FoKzbPMywE6seldWPzyi1XaR5rIHv { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:146px;top:21.60000038147px;left:0px;overflow:hidden;display:block; }
#PpWiIFzeZIczgAxHTl0DnOFCxJRzO3Zv { background-color:#001621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149px;height:36px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:21px;left:810.99996948242px;display:block; }
#visdAeJTn1IXeumk0hO0SUbLKVX42H6M { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("../png/shopbase_gala_kick_off_2021_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT.adaptive-delivery-prevent-bg { background-image: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { background-color: transparent; background-image: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container > .video-iframe-container { display: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row > .video-iframe-container { display: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .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); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { border-width: 0; border-radius: 0; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { font-size:14px;font-family:arial;height:617px;width:960px;position:relative;display:block; }#EAXv1HkDMhLobegnw2votOtluT7sk0ll { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, #0093ed);background-image: -moz-linear-gradient(171deg, #ffffff, #0093ed);background-image: -ms-linear-gradient(171deg, #ffffff, #0093ed);background-image: -o-linear-gradient(171deg, #ffffff, #0093ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093ed' );";background-image: linear-gradient(171deg, #ffffff, #0093ed);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:200px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:445px;width:330px;top:152px;left:630px;display:block; }
#VOC15OXXThq0gC6Lr6Z0fOw4RiOcTZ4Q { color:#000000;display:block;width:335px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:220px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyxrTgVtLFipl6lsynSHZG4gSi8Or3qn { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:404px;width:306px;top:192px;left:642px;overflow:hidden;display:block; }
#wLTwIfiRDPq4PIWbiJ0Tfmivf1FaDKOD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:314px;width:362px;top:283px;left:470px;overflow:hidden;display:block; }
#WhdiS5I2vaiWC2D7xUumG4GQXy8zkseZ { background-color:#d03417;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:261px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:474px;left:0px;display:block; }
#PhHVTh4RGSJAbVKR4oaJo8xgTnJpIsDV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MRw8wG0GTThklGvuVrUPVaCba6xTwdfz { color:#0093ed;display:block;width:359px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:263px;left:0px;height:135px;font-style:normal;display:block; }
#FPxhs16TsqBMU0wCN8PbptoDqp0iEVUI { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:138px;top:160px;left:564.00001525879px;overflow:hidden;display:block; }
#WI7lgrhk6t9EpG883WW7s7ffyOz3Re9V { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1261px;width:960px;display:none; }
#RfyfqpMmyv3IuuV41tsPegGmEhHxNAxN { color:#414141;display:block;width:277px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:440px;left:0px;height:21px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 { position:relative;display:block; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 { background-color: transparent; background-image: none; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container > .video-iframe-container { display: none; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row > .video-iframe-container { display: none; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .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); }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 { border-width: 0; border-radius: 0; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:1184px;width:960px;position:relative;display:block; }
#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#xqKEaPTOFRs8Vn2B8F67MZvsVxWdGxkv { color:#000000;display:block;width:655px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:137.66250610352px;left:152.5px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqQQfO1waLZEedQcugiXygKdU6rGpT6p { color:#000000;display:block;width:427px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:375px;left:533px;height:;display:block; }#RqQQfO1waLZEedQcugiXygKdU6rGpT6p li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RqQQfO1waLZEedQcugiXygKdU6rGpT6p li:before{  }
#yluyoCL7e0TNbepTqyOKVPOwpQ3fPA4r { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:384px;width:471px;top:221px;left:0px;overflow:hidden;display:block; }
#qCeJGOZxKScmFOf4nisG2rCarnUV0LAF { color:#000000;display:block;width:817px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:76px;left:71.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUw3VVINZK05mdrT3O4yKE9ADGazWWHa { color:#000000;display:block;width:427px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:488.00000572205px;left:533.00003051758px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRPAPBG0F8MwtwuTuS2BDwoGbkRDfBF7 { color:#000000;display:block;width:405px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:677px;left:0px;height:216px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyVECWFgXffnVtxabw9QunwbP1ZhC3ro { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:343px;width:471px;top:646px;left:489px;overflow:hidden;display:block; }
#TgmmClvbNqaCTpp7RPcgATNHSAfE9CTQ { color:#000000;display:block;width:405px;position:absolute;font-family:chivo;font-size:15px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:935px;left:0px;height:22px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e6EavuBXs2iDLqiTvRoIsPF684kTSGup { background-color:#d03417;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:chivo;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:55px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1036.3833312988px;left:337.5px;display:block; }
#qHI6ftr5f1E13iCZM4wroOD0lR94CVTq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#n4e6roaTPaXNitLLASmr5DVoLviVCqCq { color:#000000;display:block;width:427px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:291px;left:533px;height:72px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002471;background-image:none;position:relative;display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { background-color: transparent; background-image: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .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); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { border-width: 0; border-radius: 0; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { font-size:14px;font-family:arial;height:181px;width:960px;position:relative;display:block; }#rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { color:#fefdff;display:block;width:960px;position:absolute;font-family:chivo;font-size:35px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:45px;text-align:center;text-align-last:center;display:block; }
#iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { color:#ffffff;display:block;width:555px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:96px;left:203px;height:40px;text-align:center;text-align-last:center;display:block; }
#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("../png/shopbase_gala_kick_off_2021_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE.adaptive-delivery-prevent-bg { background-image: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { background-color: transparent; background-image: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .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); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { border-width: 0; border-radius: 0; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { font-size:14px;font-family:arial;height:672px;width:960px;position:relative;display:block; }#ptCilq6V57ddPPgUukAK7RXHAv5bxwlC { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;height:113px;width:113px;top:131px;left:102px;display:block; }
#WEfkrCotVHGmOW1HskpthJr8rQPk6TOH { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;height:113px;width:113px;top:131px;left:312px;display:block; }
#OaddJDs6wb56Kqnyp9nHl3SDXBFyd9xS { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;height:113px;width:113px;top:131px;left:518px;display:block; }
#LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { color:#2a2a2a;display:block;width:51px;position:absolute;font-family:lato;font-size:48px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:159px;left:135px;height:62px;text-align:center;text-align-last:center;display:block; }
#S9JRJsBoQrKRhnAJob6Z7DTkwOnd4Qc8 { color:#2a2a2a;display:block;width:51px;position:absolute;font-family:lato;font-size:48px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:159px;left:346px;height:62px;text-align:center;text-align-last:center;display:block; }
#DlG3l4RVa0X8nJ8ZkACouIcgEld8GdT8 { color:#2a2a2a;display:block;width:51px;position:absolute;font-family:lato;font-size:48px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:159px;left:551px;height:62px;text-align:center;text-align-last:center;display:block; }
#xxms1DcVfga4LwoGy8wAR4kNKZqziWtO { color:#000000;display:block;width:172px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:275px;left:312px;height:200px;text-align:left;text-align-last:left;display:block; }
#TROa6iNmnGZSAOWnVrXn4kGnXywS7yEd { color:#000000;display:block;width:163px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:275px;left:518px;height:180px;text-align:left;text-align-last:left;display:block; }
#XwZnH33zJwGQBPNlXJJhxBW3RkgLbOeS { color:#000000;display:block;width:163px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:275px;left:101px;height:160px;text-align:left;text-align-last:left;display:block; }
#crO2B1eDx6w9tZzILS0eCTp7RffidIBF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:544px;width:960px;top:64px;left:0px;overflow:hidden;display:block; }
#plvQ7dnaeClMLySl1RGl7FVoFnrmyK2V { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;height:113px;width:113px;top:131px;left:726px;display:block; }
#rrUL2vgpff96T6Hzbiy5hZZ9Lb3VaOAK { color:#2a2a2a;display:block;width:51px;position:absolute;font-family:lato;font-size:48px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:158px;left:759px;height:62px;text-align:center;text-align-last:center;display:block; }
#fDfH63x7QWWOGxTH0BA7niv6CDtrxGbi { color:#000000;display:block;width:159px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:275px;left:726px;height:200px;text-align:left;text-align-last:left;display:block; }
#pUZdVDQ5rF1yf10Wzub2g0wqpfoW7QBA { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;height:69px;width:69px;top:490px;left:26px;display:block; }
#gof1STU1GDeg1MI3B21fV74IHPZyTAC3 { position:absolute;display:block;z-index:100015;background-color:#c7ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:29px;width:29px;top:483px;left:885px;display:block; }
#wN7XyF548Q1BbMX6GtyeO3JPH1HRc8Jx { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;height:69px;width:69px;top:50px;left:788px;display:block; }
#MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 > .row .container { border-width: 0; border-radius: 0; }#MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 > .row .container { font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:none; }#rSHzTRItXWQLh2x42g0fvPdHGHWDEa1V { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:24.600006103516px;left:0px;height:44.8px;text-align:center;text-align-last:center;display:block; }
#Jl49AOViZQuRk9h04e92fFHOtZzcDaOD { position:relative;display:none; }#Jl49AOViZQuRk9h04e92fFHOtZzcDaOD { border-width: 0; border-radius: 0; }#Jl49AOViZQuRk9h04e92fFHOtZzcDaOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:438px;width:960px;position:relative;display:none; }#TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;height:177px;width:177px;top:0px;left:631px;overflow:hidden;display:block; }
#mAOcibkg0bncUEp8uFG7HsqwSRVMDTEp { color:#000000;display:block;width:339px;position:absolute;font-family:lato;font-size:25px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:240px;left:71px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuVLMvkTqwruUHu2hobIvMiW88RRyR8M { color:#000000;display:block;width:272px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:278px;left:104px;height:62.4px;text-align:center;text-align-last:center;display:block; }
#lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;height:177px;width:177px;top:0px;left:152px;overflow:hidden;display:block; }
#ArkXD5VZd8mEfU5aOSgwudgzHxA0cmLN { color:#000000;display:block;width:356px;position:absolute;font-family:lato;font-size:25px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:240px;left:542px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcbUKqbrG9uM6OUycpOiTkuL5M35rZWk { color:#000000;display:block;width:287px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:278px;left:576px;height:62.4px;text-align:center;text-align-last:center;display:block; }
#IR3X31K8nb1FqR4MpOmCeRmloKgELnN2 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:210px;left:140px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#UfW1giT5QQ0fDTCAapLiEvcWKBRuuubU { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:210px;left:620px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002471;background-image:none;position:relative;display:block; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container { background-color: transparent; background-image: none; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container > .video-iframe-container { display: none; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row > .video-iframe-container { display: none; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .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); }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container { border-width: 0; border-radius: 0; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container { font-size:14px;font-family:arial;height:126px;width:960px;position:relative;display:block; }#cbbMsE6w480BEodzu3UGuUvIhHR90vrF { color:#ffffff;display:block;width:960px;position:absolute;font-family:chivo;font-size:35px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:40.25px;left:0px;height:45px;text-align:center;text-align-last:center;display:block; }
#dDBezoaEkyyb5qXog9To1tZro1zy6WHA { position:relative;display:none; }#dDBezoaEkyyb5qXog9To1tZro1zy6WHA { border-width: 0; border-radius: 0; }#dDBezoaEkyyb5qXog9To1tZro1zy6WHA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:648px;width:960px;position:relative;display:none; }#iiweNDTwX9PwtN53c3EPXFQAJfIkDkJA { position:absolute;display:block;z-index:100024;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;height:69px;width:69px;top:98px;left:31px;display:block; }
#DrgvNGRyHeyEisVXZqy5zeCn3I85ZOnT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:264px;width:363px;top:173px;left:0px;overflow:hidden;display:block; }
#hHTVGR8p8IBEKSKQF9kyoFctoKO733lr { position:absolute;display:block;z-index:100020;background-color:transparent;background-image:none;border-top:2px solid #c7ecff;border-left:2px solid #c7ecff;border-right:2px solid #c7ecff;border-bottom:2px solid #c7ecff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:60px;width:60px;top:146px;left:253px;display:block; }
#GTKpfPeblzh09s0BPaiFDerRkQeECm4o { color:#000000;display:block;width:232px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:258px;left:87px;height:40px;display:block; }
#Rt41vJlZkEa2FdJzxcofIbPfL3E6ncOx { box-sizing:content-box;color:#1f0054;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:253px;left:31px;display:block; }
#OMFi4yhbt1fLm6BTndHtR2TCVGWwsKcd { position:absolute;display:block;z-index:100007;height:348px;width:501px;top:91.000030517578px;left:459.00003051758px;display:block; }
#B6B0o8TblMSB5NripQKqOsyzWGsnvC1u { box-sizing:content-box;color:#1f0054;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:307px;left:31px;display:block; }
#V6CCRoTmbCvTLBd4kgTUgiQbT1QsW4hh { color:#000000;display:block;width:167px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:321px;left:87px;height:20px;display:block; }
#qtggyXnC3oT4gNaAlhQkyPn6JyEtawgW { position:absolute;display:block;z-index:100026;background-color:#c7ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:29px;width:29px;top:263.30009460449px;left:381.00003051758px;display:block; }
#pyqK883mByIpVWBL5gRKCttQXLzhIb7C { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:2px solid #c7ecff;border-left:2px solid #c7ecff;border-right:2px solid #c7ecff;border-bottom:2px solid #c7ecff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:57px;width:57px;top:443.00010681152px;left:0px;display:block; }
#DB3fRhum8p4USkk2ZCA57sLlaVDIqqW9 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:29px;width:29px;top:390px;left:337px;display:block; }
#TdTPgf17MPiioo79B4Tr4696InEHeB6K { position:relative;display:block; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K { background-color: transparent; background-image: none; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container > .video-iframe-container { display: none; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row > .video-iframe-container { display: none; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .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); }#TdTPgf17MPiioo79B4Tr4696InEHeB6K { border-width: 0; border-radius: 0; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("../png/shopbase_gala_kick_off_2021_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:587px;width:960px;position:relative;display:block; }
#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#aU833VumAPQ7BLrgTCQN3dkuSEIpg6SJ { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;height:69px;width:69px;top:60px;left:37px;display:block; }
#iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:326px;width:446px;top:146px;left:0px;overflow:hidden;display:block; }
#cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:2px solid #c7ecff;border-left:2px solid #c7ecff;border-right:2px solid #c7ecff;border-bottom:2px solid #c7ecff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:57px;width:57px;top:437px;left:30px;display:block; }
#aMB755aoSITNgytEK9JCm0mlMSQxz4Zp { position:absolute;display:block;z-index:100014;background-color:#c7ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:29px;width:29px;top:214px;left:461px;display:block; }
#R8E34DvqPXpWPKd2qKCZSkrmcThqS8XQ { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:3px solid #c7ecff;border-left:3px solid #c7ecff;border-right:3px solid #c7ecff;border-bottom:3px solid #c7ecff;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;height:29px;width:29px;top:408px;left:367px;display:block; }
#y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:2px solid #c7ecff;border-left:2px solid #c7ecff;border-right:2px solid #c7ecff;border-bottom:2px solid #c7ecff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:60px;width:60px;top:134px;left:263px;display:block; }
#Xi17mhTUtnkbus8kPutSIT6tRdk8UCoL { box-sizing:content-box;color:#1f0054;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:257px;left:79px;display:block; }
#bH5xEzEAOBFnDilueOXZSfsS9d5ATGxC { color:#000000;display:block;width:232px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:272px;left:136px;height:20px;display:block; }
#Qu29o0hOzJ82C73hkkOasqAG2rJzqEoA { box-sizing:content-box;color:#1f0054;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:311px;left:79px;display:block; }
#Rbky7plEZPlTMmGV9Tpza2el4AiuPON2 { color:#000000;display:block;width:167px;position:absolute;font-family:chivo;font-size:16px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:325px;left:135px;height:20px;display:block; }
#K5S2EwnO9ZvbduJHI6dr1X44zRpeO3an { position:absolute;display:block;z-index:100037;height:180px;width:320px;top:146px;left:525px;display:block; }
#brU9BlEtGORyHybNhl7mc1WNJASSgf4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0054;background-image:none;position:relative;display:block; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container { background-color: transparent; background-image: none; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container > .video-iframe-container { display: none; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row > .video-iframe-container { display: none; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .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); }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container { border-width: 0; border-radius: 0; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container { font-size:14px;font-family:arial;height:870px;width:960px;position:relative;display:block; }#cNvAucPF5u7kcgT8oGIMzfVkrUTdtHme { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:388px;width:502px;top:296px;left:0px;overflow:hidden;display:block; }
#nxGAhbH2exsk1M6grD9bnLT5zTu6drQQ { color:#fffbfb;display:block;width:394px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:298px;left:566px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IoDXvhfHUBhAgl6LnVoq3oWqiBMVW2HA { color:#ffffff;display:block;width:834px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:127px;left:63px;height:90px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFB4PftByFpueW1VEX4CZt0kVH5bmATn { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:150px;top:77px;left:405.00003051758px;overflow:hidden;display:block; }
#dkRFsuTl7xz47mWIMgFsry237iphyRAP { color:#ffffff;display:block;width:394px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:374px;left:566px;height:225px;font-style:normal;display:block; }#dkRFsuTl7xz47mWIMgFsry237iphyRAP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dkRFsuTl7xz47mWIMgFsry237iphyRAP li:before{  }
#U0wdx8O20v8oehL5yqcTHRO4KoVdBHib { background-color:#0093ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:45px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:637px;left:566px;display:block; }
#uN7oQkfHmLbXnerCT4G7by6eosavM5yn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:none;position:relative;display:block; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container { background-color: transparent; background-image: none; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container > .video-iframe-container { display: none; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row > .video-iframe-container { display: none; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .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); }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container { border-width: 0; border-radius: 0; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container { font-size:14px;font-family:arial;height:374px;width:960px;position:relative;display:block; }#xGpE8qR6JWEMiMCoK7zLuiH8WfeGRrss { color:#000000;display:block;width:196px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:118px;left:0px;height:14px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggyZ2DVsmSy2ZCzHBIAO9QZVxt1mND63 { color:#000000;display:block;width:59px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:104px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJqrUWJucyHGpPzVlTzWL3FTNxqPW97V { color:#000000;display:block;width:59px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:104px;left:653.00006103516px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wLHbBlpUQwH1SO8CAWcnXDSdcQWOJyIo { color:#000000;display:block;width:59px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:141px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrvwQPnQm5ZmZXuSWkO1B9zvWJu6N8Qv { color:#000000;display:block;width:109px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:276px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kREkycOUh5FEkvTVBNT8kc7eDJrBhtFx { color:#000000;display:block;width:59px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:242px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypWdU92svNrFNgxobHanJtIxHTvZb0Bf { color:#000000;display:block;width:93px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:308px;left:843px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1iNhTQZMeXTtqCbd44dwme1wXskLgLB { color:#000000;display:block;width:77px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:208px;left:653.00006103516px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yzIuWOoidJJKPRuTCuwItErXr4l50mLC { color:#000000;display:block;width:59px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:176px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#is7wIho0nsAgIKuIA5iwMXM0QQ81ptff { color:#000000;display:block;width:80px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:139px;left:653.00006103516px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuqnGs1oiaHtv5UBNwy1nuhQWVUueV4E { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:186px;top:62px;left:0px;overflow:hidden;display:block; }
#HRIGBUIEL8NlvU6oOQpL2Zi77iUIXs9m { color:#9b9b9b;display:block;width:147px;position:absolute;font-family:arial;font-size:14px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:62px;left:653.00006103516px;height:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OrJbqSEBWPsoCuIX8rH74rM9AVcDa8b0 { color:#9b9b9b;display:block;width:117px;position:absolute;font-family:arial;font-size:14px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:62px;left:841px;height:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nHXLTehZIr4Ms7g1nPAzMc9T10N4yvMu { color:#131313;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:104px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#atD482zyJ57I21OpEWbO7CZwBtb53X5m { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:138px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zliCKzACpTvxhJv7QbnOerZuSrbK45Pb { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:207px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ebT7mdn3aI7VWEZM5OuW42zMh71AbRqf { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:173px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OsQE5A4dmdCsNOD4GEFq4gH0sVeCQh5D { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:276px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NzFp5EVJUyEJFzSMwX012IiMD4RoTN7C { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:242px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ccTfJicGGBSlforpPKrXH1FwEQfOOLOc { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:242px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Em8fcOg7SbachCcMBCAFJ9SkviHgixlo { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:208px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wz7pD5C0KoT8xOQOG7L56FueqJFactqN { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:173px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWp4H49SbP9fiTxAaCZdUgrvh976qvhw { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:139px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xmr079QtrU7PRfozwlC26LaGlytTd57A { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:104px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9Tr8VZ6kmisfTMAb2N1Io9wI2wGguPT { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:308px;left:257.99998474121px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVf7u5lgCGmIaTOknHV6d7DlV6JGtZnB { color:#000000;display:block;width:133px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:276px;left:454px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTC44ooGVGA5L2fMQgaPcvZua0KBJbbd { color:#9b9b9b;display:block;width:147px;position:absolute;font-family:arial;font-size:14px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:62px;left:259px;height:18px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WoBoToML83Oq2QlPvVJ6Vd7T5DWT9vXh { color:#000000;display:block;width:83px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:208px;left:841px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lRMbTCTTHcGsqIufOHPygeqRIrnIvoZ2 { color:#000000;display:block;width:77px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:179px;left:653px;height:16px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm { display:none; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7RPDfH23I5wLrCLhRMQnMw7qn1WRS1T { top:19px;left:0px;width:135px;height:24.923076923077px;display:block; }
 }@media only screen and (max-width: 763px) { #a1WaRITprEqlp9MrCHTF7IQN0FJtlbFw { top:60px;left:0px;width:134px;height:152px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zMpOCda4USLEXuB1i9gd1WFDeAZVgMGe { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ltsPBiqRLAA4ThvdTGpOhOiwxQ8nIhH4 { top:59px;left:0px;width:134px;height:118px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP { display:block; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc1VzDOk2uCak25kKEd39Oi690snTCoy { top:30px;left:86px;width:74px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xmhmryDa8rMdigTy6sGNrOn2ZflMHITq { top:30px;left:167.00003051758px;width:79px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NQMZJuvL6hcDO0tKrmHNqNyZmJlgkbxc { top:30px;left:255.00003051758px;width:48px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cylK5Jhm8PazDBoRwnBXALU7LVEN4lyd { top:30px;left:313.00003051758px;width:46px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lctchanrKoiTFoMAvJm5SDN3Aull9Gm6 { top:29px;left:371.00003051758px;width:54px;height:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pvfus09LyVcG79hzMGOWGtLRDFdD9Thw { top:30px;left:440.00003051758px;width:74px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tDarMwbQKGDTrrKdPF3GFJGX5BwrPvoi { top:30px;left:523.00003051758px;width:54px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QvU8tNJBeHnhdc9SsIpynHLT0KgEqzHf { top:29px;left:647.98751831055px;width:54px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gs5FoKzbPMywE6seldWPzyi1XaR5rIHv { top:21px;left:0px;width:146px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #PpWiIFzeZIczgAxHTl0DnOFCxJRzO3Zv { width:149px;height:36px;top:21px;left:607px;display:block; }
 }@media only screen and (max-width: 763px) { #visdAeJTn1IXeumk0hO0SUbLKVX42H6M { display:block; }
 }@media only screen and (max-width: 763px) { #cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT { display:block; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAXv1HkDMhLobegnw2votOtluT7sk0ll { width:330px;height:445px;top:152px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #VOC15OXXThq0gC6Lr6Z0fOw4RiOcTZ4Q { width:335px;height:64px;top:220px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uyxrTgVtLFipl6lsynSHZG4gSi8Or3qn { top:192px;left:458px;width:306px;height:404px;display:block; }
 }@media only screen and (max-width: 763px) { #wLTwIfiRDPq4PIWbiJ0Tfmivf1FaDKOD { top:283px;left:372px;width:362px;height:314px;display:block; }
 }@media only screen and (max-width: 763px) { #WhdiS5I2vaiWC2D7xUumG4GQXy8zkseZ { width:261px;height:55px;top:474px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PhHVTh4RGSJAbVKR4oaJo8xgTnJpIsDV { display:block; }
 }@media only screen and (max-width: 763px) { #MRw8wG0GTThklGvuVrUPVaCba6xTwdfz { top:263px;left:0px;width:359px;height:135px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FPxhs16TsqBMU0wCN8PbptoDqp0iEVUI { top:160px;left:466.00001525879px;width:138px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #WI7lgrhk6t9EpG883WW7s7ffyOz3Re9V { width:764px;height:1004px;display:none; }
 }@media only screen and (max-width: 763px) { #RfyfqpMmyv3IuuV41tsPegGmEhHxNAxN { top:440px;left:0px;width:277px;height:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #g8qJABP1H69IBTQkdQOT6UhCrzullkN1 { display:block; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqKEaPTOFRs8Vn2B8F67MZvsVxWdGxkv { top:137px;left:54.5px;width:655px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RqQQfO1waLZEedQcugiXygKdU6rGpT6p { top:375px;left:337px;width:427px;height:;font-size:15px;display:block; }#RqQQfO1waLZEedQcugiXygKdU6rGpT6p li:before{  }
 }@media only screen and (max-width: 763px) { #yluyoCL7e0TNbepTqyOKVPOwpQ3fPA4r { top:221px;left:0px;width:471px;height:384px;display:block; }
 }@media only screen and (max-width: 763px) { #qCeJGOZxKScmFOf4nisG2rCarnUV0LAF { top:76px;left:0px;width:764px;height:52px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hUw3VVINZK05mdrT3O4yKE9ADGazWWHa { top:488px;left:337px;width:427px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DRPAPBG0F8MwtwuTuS2BDwoGbkRDfBF7 { top:677px;left:0px;width:405px;height:240px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nyVECWFgXffnVtxabw9QunwbP1ZhC3ro { top:646px;left:293px;width:471px;height:343px;display:block; }
 }@media only screen and (max-width: 763px) { #TgmmClvbNqaCTpp7RPcgATNHSAfE9CTQ { top:935px;left:0px;width:405px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e6EavuBXs2iDLqiTvRoIsPF684kTSGup { width:285px;height:55px;top:1036px;left:239.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qHI6ftr5f1E13iCZM4wroOD0lR94CVTq { display:block; }
 }@media only screen and (max-width: 763px) { #n4e6roaTPaXNitLLASmr5DVoLviVCqCq { top:291px;left:337px;width:427px;height:72px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { top:39px;left:0px;width:764px;height:44px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { top:96px;left:105px;width:555px;height:41px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptCilq6V57ddPPgUukAK7RXHAv5bxwlC { top:131px;left:4px;width:113px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #WEfkrCotVHGmOW1HskpthJr8rQPk6TOH { top:131px;left:214px;width:113px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #OaddJDs6wb56Kqnyp9nHl3SDXBFyd9xS { top:131px;left:420px;width:113px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { top:159px;left:37px;width:51px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #S9JRJsBoQrKRhnAJob6Z7DTkwOnd4Qc8 { top:159px;left:248px;width:51px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #DlG3l4RVa0X8nJ8ZkACouIcgEld8GdT8 { top:159px;left:453px;width:51px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #xxms1DcVfga4LwoGy8wAR4kNKZqziWtO { top:275px;left:214px;width:172px;height:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TROa6iNmnGZSAOWnVrXn4kGnXywS7yEd { top:275px;left:420px;width:163px;height:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XwZnH33zJwGQBPNlXJJhxBW3RkgLbOeS { top:275px;left:3px;width:163px;height:187px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #crO2B1eDx6w9tZzILS0eCTp7RffidIBF { top:64px;left:0px;width:764px;height:432.93333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #plvQ7dnaeClMLySl1RGl7FVoFnrmyK2V { top:131px;left:628px;width:113px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #rrUL2vgpff96T6Hzbiy5hZZ9Lb3VaOAK { top:158px;left:661px;width:51px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #fDfH63x7QWWOGxTH0BA7niv6CDtrxGbi { top:275px;left:605px;width:159px;height:228px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pUZdVDQ5rF1yf10Wzub2g0wqpfoW7QBA { top:490px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #gof1STU1GDeg1MI3B21fV74IHPZyTAC3 { top:483px;left:735px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wN7XyF548Q1BbMX6GtyeO3JPH1HRc8Jx { top:50px;left:689px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 { display:block; }#MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSHzTRItXWQLh2x42g0fvPdHGHWDEa1V { top:24px;left:0px;width:764px;height:44px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Jl49AOViZQuRk9h04e92fFHOtZzcDaOD { display:block; }#Jl49AOViZQuRk9h04e92fFHOtZzcDaOD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { top:0px;left:484px;width:177px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #mAOcibkg0bncUEp8uFG7HsqwSRVMDTEp { top:240px;left:22px;width:339px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KuVLMvkTqwruUHu2hobIvMiW88RRyR8M { top:278px;left:55px;width:272px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { top:0px;left:103px;width:177px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #ArkXD5VZd8mEfU5aOSgwudgzHxA0cmLN { top:240px;left:395px;width:356px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QcbUKqbrG9uM6OUycpOiTkuL5M35rZWk { top:278px;left:429px;width:287px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IR3X31K8nb1FqR4MpOmCeRmloKgELnN2 { top:210px;left:91px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UfW1giT5QQ0fDTCAapLiEvcWKBRuuubU { top:210px;left:473px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT { display:block; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbbMsE6w480BEodzu3UGuUvIhHR90vrF { top:40px;left:0px;width:764px;height:45px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #dDBezoaEkyyb5qXog9To1tZro1zy6WHA { display:block; }#dDBezoaEkyyb5qXog9To1tZro1zy6WHA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiweNDTwX9PwtN53c3EPXFQAJfIkDkJA { top:98px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #DrgvNGRyHeyEisVXZqy5zeCn3I85ZOnT { top:173px;left:0px;width:363px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #hHTVGR8p8IBEKSKQF9kyoFctoKO733lr { top:146px;left:155px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #GTKpfPeblzh09s0BPaiFDerRkQeECm4o { top:258px;left:0px;width:232px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Rt41vJlZkEa2FdJzxcofIbPfL3E6ncOx { top:253px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OMFi4yhbt1fLm6BTndHtR2TCVGWwsKcd { top:91px;left:263px;width:501px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #B6B0o8TblMSB5NripQKqOsyzWGsnvC1u { top:307px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #V6CCRoTmbCvTLBd4kgTUgiQbT1QsW4hh { top:321px;left:0px;width:167px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qtggyXnC3oT4gNaAlhQkyPn6JyEtawgW { top:263px;left:283.00003051758px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #pyqK883mByIpVWBL5gRKCttQXLzhIb7C { top:443px;left:0px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #DB3fRhum8p4USkk2ZCA57sLlaVDIqqW9 { top:390px;left:239px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TdTPgf17MPiioo79B4Tr4696InEHeB6K { display:block; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU833VumAPQ7BLrgTCQN3dkuSEIpg6SJ { top:60px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { top:146px;left:0px;width:446px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { top:437px;left:0px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #aMB755aoSITNgytEK9JCm0mlMSQxz4Zp { top:214px;left:363px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R8E34DvqPXpWPKd2qKCZSkrmcThqS8XQ { top:408px;left:269px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { top:134px;left:165px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Xi17mhTUtnkbus8kPutSIT6tRdk8UCoL { top:257px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bH5xEzEAOBFnDilueOXZSfsS9d5ATGxC { top:272px;left:38px;width:232px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qu29o0hOzJ82C73hkkOasqAG2rJzqEoA { top:311px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Rbky7plEZPlTMmGV9Tpza2el4AiuPON2 { top:325px;left:37px;width:167px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K5S2EwnO9ZvbduJHI6dr1X44zRpeO3an { top:146px;left:427px;width:320px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #brU9BlEtGORyHybNhl7mc1WNJASSgf4q { display:block; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNvAucPF5u7kcgT8oGIMzfVkrUTdtHme { top:296px;left:0px;width:502px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #nxGAhbH2exsk1M6grD9bnLT5zTu6drQQ { top:298px;left:370px;width:394px;height:57px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IoDXvhfHUBhAgl6LnVoq3oWqiBMVW2HA { top:127px;left:0px;width:764px;height:90px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gFB4PftByFpueW1VEX4CZt0kVH5bmATn { top:77px;left:307.00003051758px;width:150px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #dkRFsuTl7xz47mWIMgFsry237iphyRAP { top:374px;left:370px;width:394px;height:223px;font-size:15px;display:block; }#dkRFsuTl7xz47mWIMgFsry237iphyRAP li:before{  }
 }@media only screen and (max-width: 763px) { #U0wdx8O20v8oehL5yqcTHRO4KoVdBHib { width:222px;height:45px;top:637px;left:468px;display:block; }
 }@media only screen and (max-width: 763px) { #uN7oQkfHmLbXnerCT4G7by6eosavM5yn { display:block; }
 }@media only screen and (max-width: 763px) { #WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ { display:block; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGpE8qR6JWEMiMCoK7zLuiH8WfeGRrss { top:118px;left:0px;width:196px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ggyZ2DVsmSy2ZCzHBIAO9QZVxt1mND63 { top:104px;left:705px;width:59px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #iJqrUWJucyHGpPzVlTzWL3FTNxqPW97V { top:104px;left:555.00006103516px;width:59px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbBlpUQwH1SO8CAWcnXDSdcQWOJyIo { top:141px;left:705px;width:59px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #MrvwQPnQm5ZmZXuSWkO1B9zvWJu6N8Qv { top:276px;left:655px;width:109px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kREkycOUh5FEkvTVBNT8kc7eDJrBhtFx { top:242px;left:705px;width:59px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ypWdU92svNrFNgxobHanJtIxHTvZb0Bf { top:308px;left:671px;width:93px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #n1iNhTQZMeXTtqCbd44dwme1wXskLgLB { top:208px;left:555.00006103516px;width:77px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yzIuWOoidJJKPRuTCuwItErXr4l50mLC { top:176px;left:705px;width:59px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #is7wIho0nsAgIKuIA5iwMXM0QQ81ptff { top:139px;left:555.00006103516px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TuqnGs1oiaHtv5UBNwy1nuhQWVUueV4E { top:62px;left:0px;width:186px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HRIGBUIEL8NlvU6oOQpL2Zi77iUIXs9m { top:62px;left:555.00006103516px;width:147px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OrJbqSEBWPsoCuIX8rH74rM9AVcDa8b0 { top:62px;left:647px;width:117px;height:18px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nHXLTehZIr4Ms7g1nPAzMc9T10N4yvMu { top:104px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #atD482zyJ57I21OpEWbO7CZwBtb53X5m { top:138px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zliCKzACpTvxhJv7QbnOerZuSrbK45Pb { top:207px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ebT7mdn3aI7VWEZM5OuW42zMh71AbRqf { top:173px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OsQE5A4dmdCsNOD4GEFq4gH0sVeCQh5D { top:276px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NzFp5EVJUyEJFzSMwX012IiMD4RoTN7C { top:242px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ccTfJicGGBSlforpPKrXH1FwEQfOOLOc { top:242px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Em8fcOg7SbachCcMBCAFJ9SkviHgixlo { top:208px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7pD5C0KoT8xOQOG7L56FueqJFactqN { top:173px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TWp4H49SbP9fiTxAaCZdUgrvh976qvhw { top:139px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Xmr079QtrU7PRfozwlC26LaGlytTd57A { top:104px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T9Tr8VZ6kmisfTMAb2N1Io9wI2wGguPT { top:308px;left:159.99998474121px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bVf7u5lgCGmIaTOknHV6d7DlV6JGtZnB { top:276px;left:356px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #rTC44ooGVGA5L2fMQgaPcvZua0KBJbbd { top:62px;left:161px;width:147px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WoBoToML83Oq2QlPvVJ6Vd7T5DWT9vXh { top:208px;left:681px;width:83px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lRMbTCTTHcGsqIufOHPygeqRIrnIvoZ2 { top:179px;left:555px;width:77px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm { position:fixed;z-index:199999;top:0px;left:0px;right:0px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container { background-color: transparent; background-image: none; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container > .video-iframe-container { display: none; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row > .video-iframe-container { display: none; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .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); }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container { border-width: 0; border-radius: 0; }#fF5O3pNkW3JnCvOB6TqX6FbQX3tJo6wm > .row .container { width:320px;height:234px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7RPDfH23I5wLrCLhRMQnMw7qn1WRS1T { width:130px;height:27px;top:8.5px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a1WaRITprEqlp9MrCHTF7IQN0FJtlbFw { top:49px;left:0px;width:134px;height:158.4px;z-index:100015;font-size:16px;font-family:lato;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zMpOCda4USLEXuB1i9gd1WFDeAZVgMGe { top:0px;left:279.00000572205px;width:41px;height:41px;z-index:100014;color:#3c3c3c;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ltsPBiqRLAA4ThvdTGpOhOiwxQ8nIhH4 { top:49px;left:130px;width:134px;height:123px;z-index:100016;font-size:16px;font-family:lato;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP { position:relative;z-index:auto;display:none; }#OHzydc7cOnwPMp4rQWP62RoCtFTHFyvP > .row .container { width:320px;height:29px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fc1VzDOk2uCak25kKEd39Oi690snTCoy { width:57px;height:16.8889px;top:49.5px;left:163.00000572205px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xmhmryDa8rMdigTy6sGNrOn2ZflMHITq { width:58px;height:0;top:76.700004577637px;left:162.50000572205px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NQMZJuvL6hcDO0tKrmHNqNyZmJlgkbxc { width:33px;height:0;top:104.40000152588px;left:163.00000572205px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cylK5Jhm8PazDBoRwnBXALU7LVEN4lyd { width:27px;height:0;top:160px;left:163px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lctchanrKoiTFoMAvJm5SDN3Aull9Gm6 { width:40px;height:0;top:130.80000305176px;left:163.00000572205px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pvfus09LyVcG79hzMGOWGtLRDFdD9Thw { width:57px;height:16px;top:96.333335876465px;left:131.5px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tDarMwbQKGDTrrKdPF3GFJGX5BwrPvoi { width:32px;height:0;top:188px;left:163px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QvU8tNJBeHnhdc9SsIpynHLT0KgEqzHf { width:54px;height:auto;top:29px;left:133px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gs5FoKzbPMywE6seldWPzyi1XaR5rIHv { width:146px;height:27px;top:112.8px;left:87px;display:none; }
 }@media only screen and (max-width: 763px) { #PpWiIFzeZIczgAxHTl0DnOFCxJRzO3Zv { width:108px;height:34px;top:15.5px;left:158.00000572205px;font-size:11px;background-color:transparent;background-image:none;color:#000000;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #visdAeJTn1IXeumk0hO0SUbLKVX42H6M { display:block; }
 }@media only screen and (max-width: 763px) { #cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT { background-color:#d4e7fe;background-image:none;display:block; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { background-color: transparent; background-image: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container > .video-iframe-container { display: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row > .video-iframe-container { display: none; }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .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); }#cKvB7dW6K26PHzdfg9lmyGIwnDAqX6KT > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAXv1HkDMhLobegnw2votOtluT7sk0ll { width:240px;height:246px;top:95px;left:39.985795021057px;background-color:#e3e3e3;background-image:url("../jpg/img_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0;border-top-right-radius:150px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:none; }
#EAXv1HkDMhLobegnw2votOtluT7sk0ll.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #VOC15OXXThq0gC6Lr6Z0fOw4RiOcTZ4Q { width:320px;height:48px;top:44.787506103516px;left:0px;font-size:20px;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uyxrTgVtLFipl6lsynSHZG4gSi8Or3qn { width:232px;height:305px;top:1527.8333px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wLTwIfiRDPq4PIWbiJ0Tfmivf1FaDKOD { width:320px;height:278px;top:274px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WhdiS5I2vaiWC2D7xUumG4GQXy8zkseZ { width:275px;height:51px;top:601px;left:24px;font-size:16px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #PhHVTh4RGSJAbVKR4oaJo8xgTnJpIsDV { display:block; }
 }@media only screen and (max-width: 763px) { #MRw8wG0GTThklGvuVrUPVaCba6xTwdfz { width:320px;height:117px;top:91.787498474121px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FPxhs16TsqBMU0wCN8PbptoDqp0iEVUI { width:62px;height:112px;top:225px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #WI7lgrhk6t9EpG883WW7s7ffyOz3Re9V { top:293px;left:123px;width:197px;height:260px;z-index:100020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RfyfqpMmyv3IuuV41tsPegGmEhHxNAxN { width:277px;height:21px;top:667px;left:22px;font-size:14px;font-family:chivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8qJABP1H69IBTQkdQOT6UhCrzullkN1 { display:block; }#g8qJABP1H69IBTQkdQOT6UhCrzullkN1 > .row .container { width:320px;height:1523px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqKEaPTOFRs8Vn2B8F67MZvsVxWdGxkv { width:320px;height:90px;top:116px;left:0px;font-size:15px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #RqQQfO1waLZEedQcugiXygKdU6rGpT6p { width:320px;height:117.5px;top:612.39999389648px;left:0px;font-size:15px;font-family:chivo;display:block; }#RqQQfO1waLZEedQcugiXygKdU6rGpT6p li:before{  }
 }@media only screen and (max-width: 763px) { #yluyoCL7e0TNbepTqyOKVPOwpQ3fPA4r { width:320px;height:260.9px;top:228.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qCeJGOZxKScmFOf4nisG2rCarnUV0LAF { width:320px;height:75px;top:20px;left:0px;font-size:25px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #hUw3VVINZK05mdrT3O4yKE9ADGazWWHa { width:320px;height:22.5px;top:1021px;left:0px;font-size:15px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #DRPAPBG0F8MwtwuTuS2BDwoGbkRDfBF7 { width:320px;height:247.5px;top:1055px;left:0px;font-size:15px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #nyVECWFgXffnVtxabw9QunwbP1ZhC3ro { width:320px;height:233.03609341826px;top:761.48333740234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgmmClvbNqaCTpp7RPcgATNHSAfE9CTQ { width:320px;height:21px;top:1324px;left:0px;font-size:14px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #e6EavuBXs2iDLqiTvRoIsPF684kTSGup { width:253px;height:61px;top:1376.9333496094px;left:33.5px;font-size:16px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #qHI6ftr5f1E13iCZM4wroOD0lR94CVTq { display:block; }
 }@media only screen and (max-width: 763px) { #n4e6roaTPaXNitLLASmr5DVoLviVCqCq { width:320px;height:90px;top:510.39999389648px;left:0px;font-size:15px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { width:320px;height:97.5px;top:20px;left:0px;font-size:25px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { width:320px;height:78px;top:141.80000305176px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptCilq6V57ddPPgUukAK7RXHAv5bxwlC { width:47px;height:47px;top:45px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WEfkrCotVHGmOW1HskpthJr8rQPk6TOH { width:47px;height:47px;top:194px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OaddJDs6wb56Kqnyp9nHl3SDXBFyd9xS { width:47px;height:47px;top:374px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { width:51px;height:41.6px;top:50px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #S9JRJsBoQrKRhnAJob6Z7DTkwOnd4Qc8 { width:51px;height:41.6px;top:199px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DlG3l4RVa0X8nJ8ZkACouIcgEld8GdT8 { width:51px;height:41.6px;top:379px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xxms1DcVfga4LwoGy8wAR4kNKZqziWtO { width:239px;height:145.6px;top:194px;left:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TROa6iNmnGZSAOWnVrXn4kGnXywS7yEd { width:239px;height:145.6px;top:374px;left:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XwZnH33zJwGQBPNlXJJhxBW3RkgLbOeS { width:238px;height:117px;top:45px;left:81px;font-size:15px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #crO2B1eDx6w9tZzILS0eCTp7RffidIBF { width:44px;height:25px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #plvQ7dnaeClMLySl1RGl7FVoFnrmyK2V { width:46px;height:46px;top:535px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rrUL2vgpff96T6Hzbiy5hZZ9Lb3VaOAK { width:51px;height:41.6px;top:539px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fDfH63x7QWWOGxTH0BA7niv6CDtrxGbi { width:239px;height:166.4px;top:534px;left:81px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pUZdVDQ5rF1yf10Wzub2g0wqpfoW7QBA { width:69px;height:69px;top:1300.1328779297px;left:123px;display:none; }
 }@media only screen and (max-width: 763px) { #gof1STU1GDeg1MI3B21fV74IHPZyTAC3 { width:18px;height:18px;top:8.1333312988281px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #wN7XyF548Q1BbMX6GtyeO3JPH1HRc8Jx { width:69px;height:69px;top:50px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 { display:none; }#MNW6P5dm9WpwFiB95Gq2bXUmcpOXgJG8 > .row .container { width:320px;height:207px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rSHzTRItXWQLh2x42g0fvPdHGHWDEa1V { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Jl49AOViZQuRk9h04e92fFHOtZzcDaOD { display:none; }#Jl49AOViZQuRk9h04e92fFHOtZzcDaOD > .row .container { width:320px;height:964px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { width:177px;height:177px;top:412.2px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #mAOcibkg0bncUEp8uFG7HsqwSRVMDTEp { width:295px;height:72.8px;top:257.8px;left:12px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuVLMvkTqwruUHu2hobIvMiW88RRyR8M { width:255px;height:41.6px;top:350.6px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { width:177px;height:177px;top:20px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #ArkXD5VZd8mEfU5aOSgwudgzHxA0cmLN { width:320px;height:72.8px;top:650px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QcbUKqbrG9uM6OUycpOiTkuL5M35rZWk { width:318px;height:62.4px;top:742.8px;left:1px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IR3X31K8nb1FqR4MpOmCeRmloKgELnN2 { width:200px;height:20.8px;top:217px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UfW1giT5QQ0fDTCAapLiEvcWKBRuuubU { width:200px;height:20.8px;top:609.2px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT { display:block; }#E8EkiwrTL9y8fyPLEUNp7byEweUd1xRT > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbbMsE6w480BEodzu3UGuUvIhHR90vrF { width:320px;height:88.4px;top:30px;left:0px;font-size:34px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #dDBezoaEkyyb5qXog9To1tZro1zy6WHA { display:none; }#dDBezoaEkyyb5qXog9To1tZro1zy6WHA > .row .container { width:320px;height:713px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iiweNDTwX9PwtN53c3EPXFQAJfIkDkJA { width:69px;height:69px;top:402px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #DrgvNGRyHeyEisVXZqy5zeCn3I85ZOnT { width:320px;height:232.72727272727px;top:173px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hHTVGR8p8IBEKSKQF9kyoFctoKO733lr { width:60px;height:60px;top:497px;left:128px;display:none; }
 }@media only screen and (max-width: 763px) { #GTKpfPeblzh09s0BPaiFDerRkQeECm4o { width:232px;height:40px;top:554px;left:58px;font-size:16px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #Rt41vJlZkEa2FdJzxcofIbPfL3E6ncOx { width:50px;height:50px;top:550px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OMFi4yhbt1fLm6BTndHtR2TCVGWwsKcd { width:280px;height:362px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B6B0o8TblMSB5NripQKqOsyzWGsnvC1u { width:50px;height:50px;top:599px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #V6CCRoTmbCvTLBd4kgTUgiQbT1QsW4hh { width:167px;height:20px;top:613px;left:58px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qtggyXnC3oT4gNaAlhQkyPn6JyEtawgW { width:29px;height:29px;top:712.6px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #pyqK883mByIpVWBL5gRKCttQXLzhIb7C { width:57px;height:57px;top:927.4px;left:129px;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #DB3fRhum8p4USkk2ZCA57sLlaVDIqqW9 { width:29px;height:29px;top:872.4px;left:142px;display:none; }
 }@media only screen and (max-width: 763px) { #TdTPgf17MPiioo79B4Tr4696InEHeB6K { display:block; }#TdTPgf17MPiioo79B4Tr4696InEHeB6K > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU833VumAPQ7BLrgTCQN3dkuSEIpg6SJ { width:47px;height:47px;top:13px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { width:320px;height:233.90134529148px;top:146px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { width:57px;height:57px;top:139.60000610352px;left:259px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #aMB755aoSITNgytEK9JCm0mlMSQxz4Zp { width:29px;height:29px;top:38px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #R8E34DvqPXpWPKd2qKCZSkrmcThqS8XQ { width:23px;height:23px;top:552.1875px;left:245px;display:none; }
 }@media only screen and (max-width: 763px) { #y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { width:60px;height:60px;top:497px;left:256px;display:none; }
 }@media only screen and (max-width: 763px) { #Xi17mhTUtnkbus8kPutSIT6tRdk8UCoL { width:50px;height:50px;top:786.1875px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #bH5xEzEAOBFnDilueOXZSfsS9d5ATGxC { width:232px;height:0;top:856.1875px;left:44px;font-size:16px;font-family:chivo;display:none; }
 }@media only screen and (max-width: 763px) { #Qu29o0hOzJ82C73hkkOasqAG2rJzqEoA { width:50px;height:50px;top:896.1875px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Rbky7plEZPlTMmGV9Tpza2el4AiuPON2 { width:167px;height:0;top:966.1875px;left:76px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #K5S2EwnO9ZvbduJHI6dr1X44zRpeO3an { width:320px;height:180px;top:220.60009765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #brU9BlEtGORyHybNhl7mc1WNJASSgf4q { display:block; }#brU9BlEtGORyHybNhl7mc1WNJASSgf4q > .row .container { width:320px;height:1005px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNvAucPF5u7kcgT8oGIMzfVkrUTdtHme { width:320px;height:247.74193548387px;top:224px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nxGAhbH2exsk1M6grD9bnLT5zTu6drQQ { width:320px;height:51px;top:513.71875px;left:0px;font-size:17px;font-family:chivo;display:block; }
 }@media only screen and (max-width: 763px) { #IoDXvhfHUBhAgl6LnVoq3oWqiBMVW2HA { width:320px;height:94.5px;top:103px;left:0px;font-size:21px;font-family:chivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFB4PftByFpueW1VEX4CZt0kVH5bmATn { width:65px;height:22px;top:59px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #dkRFsuTl7xz47mWIMgFsry237iphyRAP { width:320px;height:288px;top:584px;left:0px;font-size:15px;font-family:chivo;display:block; }#dkRFsuTl7xz47mWIMgFsry237iphyRAP li:before{  }
 }@media only screen and (max-width: 763px) { #U0wdx8O20v8oehL5yqcTHRO4KoVdBHib { width:320px;height:45px;top:900px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uN7oQkfHmLbXnerCT4G7by6eosavM5yn { display:block; }
 }@media only screen and (max-width: 763px) { #WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ { display:block; }#WcAAImtcFInyR77l9Se8EfNJ0DRcfiFQ > .row .container { width:320px;height:710.7001953125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGpE8qR6JWEMiMCoK7zLuiH8WfeGRrss { width:198px;height:14.3px;top:604.69999694824px;left:61px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ggyZ2DVsmSy2ZCzHBIAO9QZVxt1mND63 { width:59px;height:16.9px;top:166px;left:212px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #iJqrUWJucyHGpPzVlTzWL3FTNxqPW97V { width:59px;height:16.9px;top:129px;left:222px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wLHbBlpUQwH1SO8CAWcnXDSdcQWOJyIo { width:59px;height:16.9px;top:237px;left:208px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #MrvwQPnQm5ZmZXuSWkO1B9zvWJu6N8Qv { width:99px;height:16.9px;top:558px;left:167px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #kREkycOUh5FEkvTVBNT8kc7eDJrBhtFx { width:40px;height:16.9px;top:344px;left:214px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ypWdU92svNrFNgxobHanJtIxHTvZb0Bf { width:84px;height:16.9px;top:523px;left:236px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #n1iNhTQZMeXTtqCbd44dwme1wXskLgLB { width:77px;height:16.9px;top:308px;left:203px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yzIuWOoidJJKPRuTCuwItErXr4l50mLC { width:59px;height:16.9px;top:484px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #is7wIho0nsAgIKuIA5iwMXM0QQ81ptff { width:80px;height:16.9px;top:200px;left:202px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TuqnGs1oiaHtv5UBNwy1nuhQWVUueV4E { width:172px;height:32px;top:20px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #HRIGBUIEL8NlvU6oOQpL2Zi77iUIXs9m { width:147px;height:18.2px;top:92px;left:173px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OrJbqSEBWPsoCuIX8rH74rM9AVcDa8b0 { width:88px;height:19.5px;top:444px;left:116px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nHXLTehZIr4Ms7g1nPAzMc9T10N4yvMu { width:133px;height:16.9px;top:129px;left:33px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #atD482zyJ57I21OpEWbO7CZwBtb53X5m { width:133px;height:16.9px;top:308px;left:14px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zliCKzACpTvxhJv7QbnOerZuSrbK45Pb { width:49px;height:16.9px;top:484px;left:68px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ebT7mdn3aI7VWEZM5OuW42zMh71AbRqf { width:102px;height:16.9px;top:200px;left:12px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OsQE5A4dmdCsNOD4GEFq4gH0sVeCQh5D { width:84px;height:16.9px;top:484px;left:146px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NzFp5EVJUyEJFzSMwX012IiMD4RoTN7C { width:115px;height:16.9px;top:523px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ccTfJicGGBSlforpPKrXH1FwEQfOOLOc { width:71px;height:16.9px;top:523px;left:139px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Em8fcOg7SbachCcMBCAFJ9SkviHgixlo { width:133px;height:16.9px;top:275px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7pD5C0KoT8xOQOG7L56FueqJFactqN { width:133px;height:16.9px;top:237px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TWp4H49SbP9fiTxAaCZdUgrvh976qvhw { width:133px;height:16.9px;top:344px;left:6px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Xmr079QtrU7PRfozwlC26LaGlytTd57A { width:133px;height:16.9px;top:166px;left:35px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T9Tr8VZ6kmisfTMAb2N1Io9wI2wGguPT { width:117px;height:16.9px;top:381px;left:9px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bVf7u5lgCGmIaTOknHV6d7DlV6JGtZnB { width:93px;height:16.9px;top:558px;left:56px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #rTC44ooGVGA5L2fMQgaPcvZua0KBJbbd { width:80px;height:18.2px;top:92px;left:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WoBoToML83Oq2QlPvVJ6Vd7T5DWT9vXh { width:83px;height:0;top:674.7001953125px;left:118px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lRMbTCTTHcGsqIufOHPygeqRIrnIvoZ2 { width:77px;height:0;top:638.7001953125px;left:121px;font-size:13px;display:block; }
 }