.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container { background-color: transparent; background-image: none; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container > .video-iframe-container { display: none; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row > .video-iframe-container { display: none; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .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); }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container { border-width: 0; border-radius: 0; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#QpOnfHbUTypThR9KmkHyKvJlMlnu6Ngy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#tCPoesGmnMVquByvBAHpnoudp2zADaEf { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:65.625rem;display:block; }
#nCGJ4z9v4cTyHuqen4WaoZhPrzqWZkGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container { background-color: transparent; background-image: none; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container > .video-iframe-container { display: none; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row > .video-iframe-container { display: none; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .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); }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container { border-width: 0; border-radius: 0; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#hkW1TEIJwJc1kdSSiC4ZQZkTr2VqwwpJ { color:#0e0142;display:block;width:33.75rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.5rem;left:4.1875rem;height:1.800425rem;font-style:normal;display:block; }
#QqSQWvUsR8v8ly1oyshQ5ePZTWZzMiay { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:27.5rem;top:10.4375rem;left:47.49999666214rem;overflow:hidden;display:block; }
#OzbfWNTg8b3m1BSPE1irQowrOspovUec { color:#0e0142;display:block;width:43.125rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.375rem;left:4.1875rem;height:7.698875rem;font-style:normal;display:block; }
#lLrQeliXtWSfo3ZwiSr4hnibUmLfVPDI { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.625rem;left:4.1875rem;display:block; }
#TZzeJE8HAkC2K8EMdv6EZBKCp9Ox50nt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhLKVcsDUTOT5eaVT0GDX3bFQW1wNlU0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:3.04058rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.625rem;left:14.375rem;display:block; }
#XdWu9BGy71n65KIzcDJILIR3OATWnsP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container { background-color: transparent; background-image: none; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container > .video-iframe-container { display: none; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row > .video-iframe-container { display: none; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .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); }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container { border-width: 0; border-radius: 0; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#a01hyMht5sqtGKfxREhSu3bkbp8rwi4W { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container { background-color: transparent; background-image: none; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container > .video-iframe-container { display: none; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row > .video-iframe-container { display: none; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .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); }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container { border-width: 0; border-radius: 0; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#pWUwT6QweHqT3vRmEiKTJhQaSpwuSPf9 { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JfKa1Eb2kW0tlwPGSBTszmQZg40M7gI6 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:4.1875rem;height:5.699575rem;font-style:normal;display:block; }
#VTEOViOUdFJb7zrZTb3nHMa3iw0DXatF { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:37.6875rem;left:4.1875rem;height:7.5994375rem;display:block; }
#lgT2kvT8RUEIJHEMbWOOuvN7rayhkiIH { color:#0e0142;display:block;width:28.625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.811630249024rem;left:42.375rem;height:5.699575rem;font-style:normal;display:block; }
#wH3SSTZfvIqOMDaxqWFFJxHKEIcxxagF { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:37.686637878418rem;left:42.374130249024rem;height:7.5994375rem;display:block; }
#wrPsathVTB5cM8Ucrd29UmwwTI9HB8uu { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.187502861023rem;left:42.375rem;display:block; }
#gX9c14GbEdT3UQFEkc2OvL55EsG0iimK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfLyZJok4W1z6buKnGCaDWp8FGog9RnX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:28.4375rem;top:8.75rem;left:4.1875rem;overflow:hidden;display:block; }
#DNDLnaf1KJ6fn3T4pkfnJTHc08xOu21l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:28.4375rem;top:8.75rem;left:42.375rem;overflow:hidden;display:block; }
#ox7nrlfVqhmix7TIWrm2Ceo5myyphTam { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:4.1875rem;display:block; }
#ztbG5cTOOessBEUtpiE2ULHzabmb68Xb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z89zogXV8LoUoftJyR34EJagQUr2MP46 { box-sizing:content-box;height:46.5625rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:6.2500004768369rem;left:38.189018249512rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container { background-color: transparent; background-image: none; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container > .video-iframe-container { display: none; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row > .video-iframe-container { display: none; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .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); }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container { border-width: 0; border-radius: 0; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#r0dZqnB6fKv8pNdMKAtxK1OmnAIroSgD { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.75rem;left:4.1875rem;height:5.699575rem;font-style:normal;display:block; }
#oGedOiHB1KgTiVivbMZBCrccRbZEFskf { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.625rem;left:4.1875rem;height:7.5994375rem;display:block; }
#FM0c70lM65Xx6VpWx94e9iutmh7pMenk { color:#0e0142;display:block;width:30.0625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.6875rem;left:42.375rem;height:5.699575rem;font-style:normal;display:block; }
#xFbrOUKGFGKtfRZOw1z0x9EVbwZRHCeg { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:32.625rem;left:42.375rem;height:7.5994375rem;display:block; }
#kOwIrmkvhwwPGuKBoOnR3cuZlpywLGVm { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:block; }
#aKTOgMtXINb29aUBox6AfirVIpcouTkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZbJvzwhHntVcb9xJGNZIMLT36PpeW8z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:28.4375rem;top:3.1875rem;left:4.1875rem;overflow:hidden;display:block; }
#R3yThdKkGnkv5nvdE5xlaQTIehTdHtOh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:28.4375rem;top:3.1875rem;left:42.375rem;overflow:hidden;display:block; }
#CPNPb8fVDAZSMaC7lwUsxPooehvKUdxC { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.937508583069rem;left:4.1861991882324rem;display:block; }
#Tid5zqA8rUkTZE5s7yclKCIuDTFXTqfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3u0zqOv0z6gZ2phvOBop1PCwaQc6GEW { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.6875rem;left:38.187934875488rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mvyVGcfvWRgHrZB2lwcJTJwdyNlvveBT { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container { background-color: transparent; background-image: none; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container > .video-iframe-container { display: none; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row > .video-iframe-container { display: none; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .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); }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container { border-width: 0; border-radius: 0; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#tzw63yAwETEg5TworecU8LMcBMhMNHTM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#qowqQa7IJ90QCfvyVbIwDKKQxwBE2dvt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.1875rem;top:5.3125rem;left:63.812934875487rem;overflow:hidden;display:block; }
#m2QO1D5VTlFeteZdaOQAi9gxt0cP6Zir { color:#0e0142;display:block;width:47.8125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3741455078125rem;left:13.967880249024rem;height:7.7983125rem;text-align:center;text-align-last:center;display:block; }
#gUTKonSkQTQEJzyUEg6BzhaRJlJdr8oP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.61111125rem;height:3.04058rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:37.8125rem;display:block; }
#VlZyTJ36T64kzCofPapcq4Lxx4393Xxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ko25Cun7KiesL5T9KCSQyxOu7vwky4Km { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.9375rem;left:27.3125rem;display:block; }
#b0FrSwbJvJhMTSw2MllfL1aMK6kdgvr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr { position:relative;display:block; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr { background-color: transparent; background-image: none; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container > .video-iframe-container { display: none; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row > .video-iframe-container { display: none; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .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); }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr { border-width: 0; border-radius: 0; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTWay7Tn652BKMUlzu0P9EO9FpG8RqWE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:36.625rem;top:3.9995663166046rem;left:38.187934875488rem;overflow:hidden;display:block; }
#rGGpkrpmTsDVLn4ksS6VVs0m77l5g2H6 { color:#0e0142;display:block;width:30.125rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.1875rem;height:6.01236875rem;font-style:normal;display:block; }
#DXVrQyGEXeCRdnUclo3ULdskhf9zT9fN { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.436630249024rem;left:4.1872825622559rem;height:8.9968125rem;display:block; }
#hre4TWt6UNgaLJ7vWCXWSOEOAUKqNxy0 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:none; }
#WzqniantEUKPHhlLuWXO4VzTDAkXgNAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xX0Ept3MHLZZvc84Cfus00mVnP6LthfB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs { position:relative;display:block; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs { background-color: transparent; background-image: none; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container > .video-iframe-container { display: none; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row > .video-iframe-container { display: none; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .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); }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs { border-width: 0; border-radius: 0; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBflERSXsqmQfXQQ0rhbTTKOZ94NRzV7 { color:#0e0142;display:block;width:32.5rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.6875rem;left:42.375rem;height:5.550425rem;font-style:normal;display:block; }
#rvTR7BeBvguFphkBvvpTovQhtqIA0URB { color:#0e0142;display:block;width:30.5625rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.687286376953rem;left:42.374130249024rem;height:8.9968125rem;display:block; }
#w115bS10PTCZunV9GAJmhzHvi5h4skbg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:34.875rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#Dne0OBCqlaCQuc4t0CpkCTTm3QywD0Bt { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:none; }
#pxDyOgpKD7u13HiMs5xinAK6msoBaGNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzN1dcCN8uKGJyc1vmPXRqwLMM0duEEG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container { background-color: transparent; background-image: none; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container > .video-iframe-container { display: none; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row > .video-iframe-container { display: none; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .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); }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container { border-width: 0; border-radius: 0; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#INeKuLC5Zo2XB4JT47yIXL0X0T3T9gKb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:3.75rem;left:3.125rem;overflow:hidden;display:block; }
#JSEUXgvIuyIUJsJTqDEZgyzRzvUw75Ec { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9995625rem;width:13.9995625rem;top:3.75rem;left:58.75rem;overflow:hidden;display:block; }
#HKJB9SP0JfW0dJ7ePqV1G0QcL9Qi6Rz0 { color:#0e0142;display:block;width:40.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3732604980469rem;left:17.8125rem;height:7.7983125rem;text-align:center;text-align-last:center;display:block; }
#TFkXuC70CTT0eTsr8QCsvbFXksu09bTs { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.61111125rem;height:3.04058rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.4375rem;left:38.0625rem;display:block; }
#Xhzq7du25aSc1cXqBWETUeQRPtLlwDW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfFHVfD98a907UfXU2cqDTsnDgMz8kGT { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.4375rem;left:27.5625rem;display:block; }
#xmLXxE3KO1idoRwTKQ5NxP9RDlJOzXoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3xWHVOw5xgTT59Lm3PTFHpeCnT49chF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:3.6875rem;left:9.125rem;display:none; }
#XaPih9xgJNs6bt37qgu3AoPqnQWQmbz5 { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.375rem;left:26.9375rem;display:none; }
#rxbHNZsMcxppZa8o0knPLq44c9QTgDXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LdhzCzkIOv9vyVnPGGM8ySc7dwOohrOn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.61111125rem;height:3.04058rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.375rem;left:37.4375rem;display:none; }
#UlHqnyzGNFLWTgieD2z6HlvfKKpMhsea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container { background-color: transparent; background-image: none; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container > .video-iframe-container { display: none; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row > .video-iframe-container { display: none; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .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); }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container { border-width: 0; border-radius: 0; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#rhmH5lXHz1atANvSZOATsPvm3IrWmrJs { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IaybxD3KgNkbhKopNrbeixWKItIr3rM4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:30.1875rem;top:8.25rem;left:38.25rem;overflow:hidden;display:block; }
#TvTiDRn8wppgWqkOozUPgT742qEopMsZ { color:#0e0142;display:block;width:28.375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.375rem;left:4.1875rem;height:2.849825rem;font-style:normal;display:block; }
#tTfh5UW9xkTbPruhkCKTWEHEDm2wcsuZ { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.4375rem;left:4.1861991882324rem;height:9.4993125rem;display:block; }
#JDB0B2pRGXNo81s7pzuh3Tcvop0T0hCO { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:25.625rem;left:4.1861991882324rem;display:block; }
#mPlMIgNp3QhRw2dPKfubbc7ysyd7PJVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container { background-color: transparent; background-image: none; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container > .video-iframe-container { display: none; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row > .video-iframe-container { display: none; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .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); }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container { border-width: 0; border-radius: 0; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#ZU6zG4ZwZzHz8TLhTTXTIu3nsdfDN6X8 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.0625rem;left:42.375rem;height:5.699575rem;font-style:normal;display:block; }
#ARwlyWgfVz9exQskIp7fIKEDECKRhf60 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:10rem;left:42.375rem;height:9.4993125rem;display:block; }
#eL4S7fGCftH6sKWXoQ3QwCS6Zmb8SaLU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:32.25rem;top:2.75rem;left:4.1875rem;overflow:hidden;display:block; }
#bAE3yOslsLn2nWfSkZcgm5SKGNrzqMP8 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:20.3125rem;left:42.5rem;display:block; }
#FOP0Ig7KQ1LrhTozwKWIDgUgqCO5wUXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHZpSprBi9UmxI0LAEPT7PoalBohCfle { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XN3qGm9mbCWRdeBHAmAPiaxooX48Wyv4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:13.0625rem;left:2.5rem;display:none; }
#gaOQ76ggfutGxAqxx30UFGaFboc107Nv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container { background-color: transparent; background-image: none; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container > .video-iframe-container { display: none; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row > .video-iframe-container { display: none; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .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); }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container { border-width: 0; border-radius: 0; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#y3WMh5qUoHsdVqtM9vht9dLteF2FiraO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.5625rem;width:31.6875rem;top:2.5625rem;left:38.25rem;overflow:hidden;display:block; }
#mqBV3rmpzFW7kgB87qSQ8r1OMNBQpiQG { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.0625rem;left:4.1861991882324rem;height:5.699575rem;font-style:normal;display:block; }
#ZCXCq7kSVICVmqesAVFlxSOs5WJqcRp1 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10rem;left:4.1875rem;height:9.4993125rem;display:block; }
#TK5hhM8KpgAdteQlfSSC22u1mIN3LnU0 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:20.125rem;left:4.0625rem;display:block; }
#uh5JlBnzW6atMIT86zHIp408CsImz6lT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNKKLqeFnFW7hAT7LTuvo1GghRXoPJM8 { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P { position:relative;display:block; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P { background-color: transparent; background-image: none; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container > .video-iframe-container { display: none; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row > .video-iframe-container { display: none; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .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); }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P { border-width: 0; border-radius: 0; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cFklyXZHc4k36b6Nw2Lr8RJgGLCRhMdR { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TWDuPBcHblLkOyBptqP53lzRmP1MxFBB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#IlIf3olU7IGHesbSAw9xQWnierhpK1lm { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:"euclid circular a";font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:16.28125rem;height:6.5998125rem;text-align:center;text-align-last:center;display:block; }
#tutqAETvm1Ep7PP868cPmtfvrrTSWwH8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.92361125rem;height:2.9852425rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.904956817627rem;left:26.25rem;display:block; }
#uS2EncNvD1O7t11hRGZDPoAJxPBoAorL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRWbgEEatID4xgnNUduWMKvwOlMyT8AV { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.92361125rem;height:2.9852425rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:37.875rem;display:block; }
#TgfrE71Zcp7DxZLoQ4RDdln4tL0LHpzp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0QlzTrRbOI8EpsVxHq7BghRPbSGOUCJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:10.75rem;left:5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve { display:block; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpOnfHbUTypThR9KmkHyKvJlMlnu6Ngy { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCPoesGmnMVquByvBAHpnoudp2zADaEf { width:9.375rem;height:3.125rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCGJ4z9v4cTyHuqen4WaoZhPrzqWZkGO { display:block; }
 }@media only screen and (max-width: 763px) { #aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD { display:block; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkW1TEIJwJc1kdSSiC4ZQZkTr2VqwwpJ { top:12.5rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqSQWvUsR8v8ly1oyshQ5ePZTWZzMiay { top:10.4375rem;left:20.25rem;width:27.5rem;height:20.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzbfWNTg8b3m1BSPE1irQowrOspovUec { top:15.375rem;left:0rem;width:43.125rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLrQeliXtWSfo3ZwiSr4hnibUmLfVPDI { width:9.375rem;height:3.125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzeJE8HAkC2K8EMdv6EZBKCp9Ox50nt { display:block; }
 }@media only screen and (max-width: 763px) { #ZhLKVcsDUTOT5eaVT0GDX3bFQW1wNlU0 { width:10.5625rem;height:3rem;top:25.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdWu9BGy71n65KIzcDJILIR3OATWnsP9 { display:block; }
 }@media only screen and (max-width: 763px) { #kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 { display:block; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a01hyMht5sqtGKfxREhSu3bkbp8rwi4W { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTZbLpBVDWGRTfDZRNE020VTuezBTsW { display:block; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWUwT6QweHqT3vRmEiKTJhQaSpwuSPf9 { top:6.25rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKa1Eb2kW0tlwPGSBTszmQZg40M7gI6 { top:30.8125rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEOViOUdFJb7zrZTb3nHMa3iw0DXatF { top:37.625rem;left:0rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgT2kvT8RUEIJHEMbWOOuvN7rayhkiIH { top:30.75rem;left:18.6875rem;width:28.625rem;height:8.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3SSTZfvIqOMDaxqWFFJxHKEIcxxagF { top:37.625rem;left:19.625rem;width:28.125rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrPsathVTB5cM8Ucrd29UmwwTI9HB8uu { width:8.75rem;height:1.5rem;top:47.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9c14GbEdT3UQFEkc2OvL55EsG0iimK { display:block; }
 }@media only screen and (max-width: 763px) { #DfLyZJok4W1z6buKnGCaDWp8FGog9RnX { top:8.75rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNDLnaf1KJ6fn3T4pkfnJTHc08xOu21l { top:8.75rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7nrlfVqhmix7TIWrm2Ceo5myyphTam { width:8.75rem;height:1.5rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztbG5cTOOessBEUtpiE2ULHzabmb68Xb { display:block; }
 }@media only screen and (max-width: 763px) { #Z89zogXV8LoUoftJyR34EJagQUr2MP46 { top:6.25rem;left:10.9375rem;width:36.75rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU { display:block; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0dZqnB6fKv8pNdMKAtxK1OmnAIroSgD { top:25.75rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGedOiHB1KgTiVivbMZBCrccRbZEFskf { top:32.5625rem;left:0rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM0c70lM65Xx6VpWx94e9iutmh7pMenk { top:25.6875rem;left:17.6875rem;width:30.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbrOUKGFGKtfRZOw1z0x9EVbwZRHCeg { top:32.5625rem;left:19.3125rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOwIrmkvhwwPGuKBoOnR3cuZlpywLGVm { width:8.75rem;height:1.5rem;top:40.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTOgMtXINb29aUBox6AfirVIpcouTkb { display:block; }
 }@media only screen and (max-width: 763px) { #mZbJvzwhHntVcb9xJGNZIMLT36PpeW8z { top:3.1875rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yThdKkGnkv5nvdE5xlaQTIehTdHtOh { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNPb8fVDAZSMaC7lwUsxPooehvKUdxC { width:8.75rem;height:1.5rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tid5zqA8rUkTZE5s7yclKCIuDTFXTqfq { display:block; }
 }@media only screen and (max-width: 763px) { #p3u0zqOv0z6gZ2phvOBop1PCwaQc6GEW { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvyVGcfvWRgHrZB2lwcJTJwdyNlvveBT { top:0.6875rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G { display:block; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzw63yAwETEg5TworecU8LMcBMhMNHTM { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowqQa7IJ90QCfvyVbIwDKKQxwBE2dvt { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2QO1D5VTlFeteZdaOQAi9gxt0cP6Zir { top:4.3125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTKonSkQTQEJzyUEg6BzhaRJlJdr8oP { width:10.5625rem;height:3rem;top:14rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlZyTJ36T64kzCofPapcq4Lxx4393Xxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ko25Cun7KiesL5T9KCSQyxOu7vwky4Km { width:9.375rem;height:3.125rem;top:13.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0FrSwbJvJhMTSw2MllfL1aMK6kdgvr6 { display:block; }
 }@media only screen and (max-width: 763px) { #IFK2IKvcagqPw4GKiTvLsEE9le62GsZr { display:block; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTWay7Tn652BKMUlzu0P9EO9FpG8RqWE { top:3.9375rem;left:10.9375rem;width:36.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGpkrpmTsDVLn4ksS6VVs0m77l5g2H6 { top:9.6875rem;left:0rem;width:30.125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXVrQyGEXeCRdnUclo3ULdskhf9zT9fN { top:16.375rem;left:0rem;width:29.3125rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hre4TWt6UNgaLJ7vWCXWSOEOAUKqNxy0 { width:8.125rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzqniantEUKPHhlLuWXO4VzTDAkXgNAx { display:block; }
 }@media only screen and (max-width: 763px) { #xX0Ept3MHLZZvc84Cfus00mVnP6LthfB { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #CANWRarrWR3MNs6BIlbuLCMoFkce1EOs { display:block; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBflERSXsqmQfXQQ0rhbTTKOZ94NRzV7 { top:9.6875rem;left:15.25rem;width:32.5rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTR7BeBvguFphkBvvpTovQhtqIA0URB { top:16.625rem;left:17.25rem;width:30.5rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w115bS10PTCZunV9GAJmhzHvi5h4skbg { top:3.875rem;left:0rem;width:34.875rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dne0OBCqlaCQuc4t0CpkCTTm3QywD0Bt { width:8.125rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxDyOgpKD7u13HiMs5xinAK6msoBaGNx { display:block; }
 }@media only screen and (max-width: 763px) { #TzN1dcCN8uKGJyc1vmPXRqwLMM0duEEG { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S { display:block; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INeKuLC5Zo2XB4JT47yIXL0X0T3T9gKb { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSEUXgvIuyIUJsJTqDEZgyzRzvUw75Ec { top:3.75rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKJB9SP0JfW0dJ7ePqV1G0QcL9Qi6Rz0 { top:4.3125rem;left:4.1875rem;width:40.5625rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFkXuC70CTT0eTsr8QCsvbFXksu09bTs { width:10.5625rem;height:3rem;top:13.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhzq7du25aSc1cXqBWETUeQRPtLlwDW2 { display:block; }
 }@media only screen and (max-width: 763px) { #BfFHVfD98a907UfXU2cqDTsnDgMz8kGT { width:9.375rem;height:3.125rem;top:13.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmLXxE3KO1idoRwTKQ5NxP9RDlJOzXoz { display:block; }
 }@media only screen and (max-width: 763px) { #T3xWHVOw5xgTT59Lm3PTFHpeCnT49chF { top:3.6875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaPih9xgJNs6bt37qgu3AoPqnQWQmbz5 { width:9.375rem;height:3.125rem;top:13.375rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxbHNZsMcxppZa8o0knPLq44c9QTgDXb { display:block; }
 }@media only screen and (max-width: 763px) { #LdhzCzkIOv9vyVnPGGM8ySc7dwOohrOn { width:10.5625rem;height:3rem;top:13.375rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlHqnyzGNFLWTgieD2z6HlvfKKpMhsea { display:block; }
 }@media only screen and (max-width: 763px) { #lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi { display:block; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmH5lXHz1atANvSZOATsPvm3IrWmrJs { top:6.25rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaybxD3KgNkbhKopNrbeixWKItIr3rM4 { top:8.25rem;left:15.25rem;width:30.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTiDRn8wppgWqkOozUPgT742qEopMsZ { top:9.375rem;left:0rem;width:28.3125rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfh5UW9xkTbPruhkCKTWEHEDm2wcsuZ { top:13.4375rem;left:0rem;width:28.4375rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDB0B2pRGXNo81s7pzuh3Tcvop0T0hCO { width:8.75rem;height:1.5rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPlMIgNp3QhRw2dPKfubbc7ysyd7PJVl { display:block; }
 }@media only screen and (max-width: 763px) { #p3OsBRP3nBtQoknQatfCoULRwcW1LzpA { display:block; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU6zG4ZwZzHz8TLhTTXTIu3nsdfDN6X8 { top:3.0625rem;left:19.3125rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARwlyWgfVz9exQskIp7fIKEDECKRhf60 { top:10rem;left:19.3125rem;width:28.4375rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4S7fGCftH6sKWXoQ3QwCS6Zmb8SaLU { top:2.75rem;left:0rem;width:32.25rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAE3yOslsLn2nWfSkZcgm5SKGNrzqMP8 { width:8.75rem;height:1.5rem;top:20.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOP0Ig7KQ1LrhTozwKWIDgUgqCO5wUXI { display:block; }
 }@media only screen and (max-width: 763px) { #LHZpSprBi9UmxI0LAEPT7PoalBohCfle { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN3qGm9mbCWRdeBHAmAPiaxooX48Wyv4 { top:13.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaOQ76ggfutGxAqxx30UFGaFboc107Nv { display:block; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3WMh5qUoHsdVqtM9vht9dLteF2FiraO { top:2.5625rem;left:15.25rem;width:31.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBV3rmpzFW7kgB87qSQ8r1OMNBQpiQG { top:3.0625rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCXCq7kSVICVmqesAVFlxSOs5WJqcRp1 { top:10rem;left:0rem;width:28.4375rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5hhM8KpgAdteQlfSSC22u1mIN3LnU0 { width:8.75rem;height:1.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh5JlBnzW6atMIT86zHIp408CsImz6lT { display:block; }
 }@media only screen and (max-width: 763px) { #wNKKLqeFnFW7hAT7LTuvo1GghRXoPJM8 { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P { display:block; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFklyXZHc4k36b6Nw2Lr8RJgGLCRhMdR { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDuPBcHblLkOyBptqP53lzRmP1MxFBB { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlIf3olU7IGHesbSAw9xQWnierhpK1lm { top:2.8125rem;left:1.8125rem;width:45.9375rem;height:6.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tutqAETvm1Ep7PP868cPmtfvrrTSWwH8 { width:10.875rem;height:2.9375rem;top:10.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS2EncNvD1O7t11hRGZDPoAJxPBoAorL { display:block; }
 }@media only screen and (max-width: 763px) { #kRWbgEEatID4xgnNUduWMKvwOlMyT8AV { width:10.875rem;height:2.9375rem;top:10.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfrE71Zcp7DxZLoQ4RDdln4tL0LHpzp { display:block; }
 }@media only screen and (max-width: 763px) { #V0QlzTrRbOI8EpsVxHq7BghRPbSGOUCJ { top:10.75rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#t3r9ImLOBEeNdXJOvS39bV9aTfpDwSve > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpOnfHbUTypThR9KmkHyKvJlMlnu6Ngy { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tCPoesGmnMVquByvBAHpnoudp2zADaEf { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCGJ4z9v4cTyHuqen4WaoZhPrzqWZkGO { display:block; }
 }@media only screen and (max-width: 763px) { #aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD { display:block; }#aNSuLBxVvZJmUOAyXcATxq6ikwO6BgGD > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkW1TEIJwJc1kdSSiC4ZQZkTr2VqwwpJ { width:13.1875rem;height:4.4984rem;top:8.125rem;left:3.4062501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqSQWvUsR8v8ly1oyshQ5ePZTWZzMiay { width:20rem;height:14.566rem;top:24.3125125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzbfWNTg8b3m1BSPE1irQowrOspovUec { width:17rem;height:8.3984375rem;top:13.625rem;left:1.4687501192093rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lLrQeliXtWSfo3ZwiSr4hnibUmLfVPDI { width:15rem;height:3.125rem;top:23.25rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzeJE8HAkC2K8EMdv6EZBKCp9Ox50nt { display:block; }
 }@media only screen and (max-width: 763px) { #ZhLKVcsDUTOT5eaVT0GDX3bFQW1wNlU0 { width:14.916666625rem;height:3.041666625rem;top:27.625rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdWu9BGy71n65KIzcDJILIR3OATWnsP9 { display:block; }
 }@media only screen and (max-width: 763px) { #kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 { display:block; }#kl0Sw5SHxAgDVJeXHfHn7WwV6BwsNsk9 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a01hyMht5sqtGKfxREhSu3bkbp8rwi4W { width:20rem;height:38.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTZbLpBVDWGRTfDZRNE020VTuezBTsW { display:block; }#XxTZbLpBVDWGRTfDZRNE020VTuezBTsW > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWUwT6QweHqT3vRmEiKTJhQaSpwuSPf9 { width:18rem;height:35.5rem;top:0.9375rem;left:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKa1Eb2kW0tlwPGSBTszmQZg40M7gI6 { width:15rem;height:3.29900625rem;top:14.375rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VTEOViOUdFJb7zrZTb3nHMa3iw0DXatF { width:15rem;height:12.7911875rem;top:18.75rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgT2kvT8RUEIJHEMbWOOuvN7rayhkiIH { width:15rem;height:4.94850625rem;top:50.6875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3SSTZfvIqOMDaxqWFFJxHKEIcxxagF { width:15rem;height:12.7911875rem;top:56.625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrPsathVTB5cM8Ucrd29UmwwTI9HB8uu { width:8.125rem;height:1.25rem;top:71rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gX9c14GbEdT3UQFEkc2OvL55EsG0iimK { display:block; }
 }@media only screen and (max-width: 763px) { #DfLyZJok4W1z6buKnGCaDWp8FGog9RnX { width:14.875rem;height:10.3125rem;top:2.5rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNDLnaf1KJ6fn3T4pkfnJTHc08xOu21l { width:15rem;height:10.375rem;top:38.8125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7nrlfVqhmix7TIWrm2Ceo5myyphTam { width:8.125rem;height:1.25rem;top:33.0625rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ztbG5cTOOessBEUtpiE2ULHzabmb68Xb { display:block; }
 }@media only screen and (max-width: 763px) { #Z89zogXV8LoUoftJyR34EJagQUr2MP46 { width:18rem;height:37.0625rem;top:37.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU { display:block; }#wxwAdfn5mBTqeVbuJ6bOuDSoQFA07HmU > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0dZqnB6fKv8pNdMKAtxK1OmnAIroSgD { width:15rem;height:4.94850625rem;top:13.875rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oGedOiHB1KgTiVivbMZBCrccRbZEFskf { width:15rem;height:11.1923125rem;top:19.8125rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FM0c70lM65Xx6VpWx94e9iutmh7pMenk { width:15rem;height:4.94850625rem;top:50.1875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbrOUKGFGKtfRZOw1z0x9EVbwZRHCeg { width:15rem;height:11.1923125rem;top:56.125rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kOwIrmkvhwwPGuKBoOnR3cuZlpywLGVm { width:8.125rem;height:1.25rem;top:68.8125rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aKTOgMtXINb29aUBox6AfirVIpcouTkb { display:block; }
 }@media only screen and (max-width: 763px) { #mZbJvzwhHntVcb9xJGNZIMLT36PpeW8z { width:15rem;height:10.375rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yThdKkGnkv5nvdE5xlaQTIehTdHtOh { width:15rem;height:10.375rem;top:38.3125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNPb8fVDAZSMaC7lwUsxPooehvKUdxC { width:8.125rem;height:1.25rem;top:32.5rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tid5zqA8rUkTZE5s7yclKCIuDTFXTqfq { display:block; }
 }@media only screen and (max-width: 763px) { #p3u0zqOv0z6gZ2phvOBop1PCwaQc6GEW { width:18rem;height:35.3125rem;top:36.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvyVGcfvWRgHrZB2lwcJTJwdyNlvveBT { width:18rem;height:35.3125rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G { display:block; }#mRbiD5woeOwrQ0nzfNTF8KHkSkv4aR4G > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzw63yAwETEg5TworecU8LMcBMhMNHTM { width:7.375rem;height:7.375rem;top:10.999349594116rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowqQa7IJ90QCfvyVbIwDKKQxwBE2dvt { width:6.125rem;height:6.0625rem;top:11.655599594116rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2QO1D5VTlFeteZdaOQAi9gxt0cP6Zir { width:12.1875rem;height:9.747875rem;top:1.25rem;left:3.9062501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gUTKonSkQTQEJzyUEg6BzhaRJlJdr8oP { width:10.451388875rem;height:2.888888875rem;top:31.18575rem;left:4.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlZyTJ36T64kzCofPapcq4Lxx4393Xxn { display:block; }
 }@media only screen and (max-width: 763px) { #Ko25Cun7KiesL5T9KCSQyxOu7vwky4Km { width:9.375rem;height:3.125rem;top:26.81075rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0FrSwbJvJhMTSw2MllfL1aMK6kdgvr6 { display:block; }
 }@media only screen and (max-width: 763px) { #IFK2IKvcagqPw4GKiTvLsEE9le62GsZr { display:block; }#IFK2IKvcagqPw4GKiTvLsEE9le62GsZr > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTWay7Tn652BKMUlzu0P9EO9FpG8RqWE { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGGpkrpmTsDVLn4ksS6VVs0m77l5g2H6 { width:15rem;height:5.40128125rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DXVrQyGEXeCRdnUclo3ULdskhf9zT9fN { width:15rem;height:20.7856875rem;top:31.375rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hre4TWt6UNgaLJ7vWCXWSOEOAUKqNxy0 { width:8.125rem;height:1.25rem;top:54.1875rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WzqniantEUKPHhlLuWXO4VzTDAkXgNAx { display:block; }
 }@media only screen and (max-width: 763px) { #xX0Ept3MHLZZvc84Cfus00mVnP6LthfB { top:2.5000004768372rem;left:0.99934905767444rem;width:18rem;height:19.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CANWRarrWR3MNs6BIlbuLCMoFkce1EOs { display:block; }#CANWRarrWR3MNs6BIlbuLCMoFkce1EOs > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBflERSXsqmQfXQQ0rhbTTKOZ94NRzV7 { width:15rem;height:3.60085rem;top:25rem;left:2.5000001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvTR7BeBvguFphkBvvpTovQhtqIA0URB { width:15rem;height:22.3845625rem;top:29.625rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w115bS10PTCZunV9GAJmhzHvi5h4skbg { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dne0OBCqlaCQuc4t0CpkCTTm3QywD0Bt { width:8.125rem;height:1.25rem;top:54rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pxDyOgpKD7u13HiMs5xinAK6msoBaGNx { display:block; }
 }@media only screen and (max-width: 763px) { #TzN1dcCN8uKGJyc1vmPXRqwLMM0duEEG { top:2.5rem;left:0.99934905767444rem;width:18rem;height:19.9375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S { display:block; }#ee3iZTpW6yZvLvD75s4VhaE9kNFdWx0S > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INeKuLC5Zo2XB4JT47yIXL0X0T3T9gKb { width:10.0625rem;height:10rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSEUXgvIuyIUJsJTqDEZgyzRzvUw75Ec { width:10.0625rem;height:10rem;top:13.5rem;left:9.9375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKJB9SP0JfW0dJ7ePqV1G0QcL9Qi6Rz0 { width:18.4375rem;height:0;top:0rem;left:0.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TFkXuC70CTT0eTsr8QCsvbFXksu09bTs { width:10.451388875rem;height:2.888888875rem;top:28.5243125rem;left:4.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xhzq7du25aSc1cXqBWETUeQRPtLlwDW2 { display:block; }
 }@media only screen and (max-width: 763px) { #BfFHVfD98a907UfXU2cqDTsnDgMz8kGT { width:9.375rem;height:3.125rem;top:24.1493125rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmLXxE3KO1idoRwTKQ5NxP9RDlJOzXoz { display:block; }
 }@media only screen and (max-width: 763px) { #T3xWHVOw5xgTT59Lm3PTFHpeCnT49chF { top:2.5rem;left:0.78125rem;width:18.4375rem;height:3.8997375rem;z-index:15012;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaPih9xgJNs6bt37qgu3AoPqnQWQmbz5 { width:8.5625rem;height:3.125rem;top:8.375rem;left:0.4375rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #rxbHNZsMcxppZa8o0knPLq44c9QTgDXb { display:block; }
 }@media only screen and (max-width: 763px) { #LdhzCzkIOv9vyVnPGGM8ySc7dwOohrOn { width:9.979166625rem;height:3.041666625rem;top:8.375rem;left:9.5rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UlHqnyzGNFLWTgieD2z6HlvfKKpMhsea { display:block; }
 }@media only screen and (max-width: 763px) { #lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi { display:block; }#lCsSHgw8w90FpJbPtH57T3P3qJpaaqAi > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmH5lXHz1atANvSZOATsPvm3IrWmrJs { width:18rem;height:32.375rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaybxD3KgNkbhKopNrbeixWKItIr3rM4 { width:15rem;height:9rem;top:2.5rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTiDRn8wppgWqkOozUPgT742qEopMsZ { width:15.625rem;height:1.6503875rem;top:13.125000715256rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tTfh5UW9xkTbPruhkCKTWEHEDm2wcsuZ { width:15.5625rem;height:12.7911875rem;top:15.75rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDB0B2pRGXNo81s7pzuh3Tcvop0T0hCO { width:8.125rem;height:1.25rem;top:30.0625rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mPlMIgNp3QhRw2dPKfubbc7ysyd7PJVl { display:block; }
 }@media only screen and (max-width: 763px) { #p3OsBRP3nBtQoknQatfCoULRwcW1LzpA { display:block; }#p3OsBRP3nBtQoknQatfCoULRwcW1LzpA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU6zG4ZwZzHz8TLhTTXTIu3nsdfDN6X8 { width:15rem;height:0;top:12.755859375rem;left:0.75rem;font-size:1.375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ARwlyWgfVz9exQskIp7fIKEDECKRhf60 { width:15rem;height:14.3900625rem;top:16.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4S7fGCftH6sKWXoQ3QwCS6Zmb8SaLU { width:15rem;height:9rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAE3yOslsLn2nWfSkZcgm5SKGNrzqMP8 { width:8.125rem;height:1.25rem;top:32.3125rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FOP0Ig7KQ1LrhTozwKWIDgUgqCO5wUXI { display:block; }
 }@media only screen and (max-width: 763px) { #LHZpSprBi9UmxI0LAEPT7PoalBohCfle { width:18rem;height:35.25rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN3qGm9mbCWRdeBHAmAPiaxooX48Wyv4 { top:12.5rem;left:2.5000001192093rem;width:15rem;height:3.29900625rem;z-index:15006;font-size:1.375rem;line-height:1.2;font-weight:700;font-style:normal;color:#0e0142;display:block; }
 }@media only screen and (max-width: 763px) { #gaOQ76ggfutGxAqxx30UFGaFboc107Nv { display:block; }#gaOQ76ggfutGxAqxx30UFGaFboc107Nv > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3WMh5qUoHsdVqtM9vht9dLteF2FiraO { width:15rem;height:9rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBV3rmpzFW7kgB87qSQ8r1OMNBQpiQG { width:15rem;height:3.29900625rem;top:12.5rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZCXCq7kSVICVmqesAVFlxSOs5WJqcRp1 { width:15rem;height:12.7911875rem;top:16.8125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5hhM8KpgAdteQlfSSC22u1mIN3LnU0 { width:8.125rem;height:1.25rem;top:31.125rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uh5JlBnzW6atMIT86zHIp408CsImz6lT { display:block; }
 }@media only screen and (max-width: 763px) { #wNKKLqeFnFW7hAT7LTuvo1GghRXoPJM8 { width:18rem;height:33.9375rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P { display:block; }#bGfsOZtnaHun2EXXDBDxbbcyDyfNX66P > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFklyXZHc4k36b6Nw2Lr8RJgGLCRhMdR { width:20rem;height:22.9375rem;top:7.62939453125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDuPBcHblLkOyBptqP53lzRmP1MxFBB { width:10.0625rem;height:10.25rem;top:8.2126770019531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlIf3olU7IGHesbSAw9xQWnierhpK1lm { width:15rem;height:7.5rem;top:2.5rem;left:2.5000001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tutqAETvm1Ep7PP868cPmtfvrrTSWwH8 { width:15.8125rem;height:2.625rem;top:14.625rem;left:2.0937501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS2EncNvD1O7t11hRGZDPoAJxPBoAorL { display:block; }
 }@media only screen and (max-width: 763px) { #kRWbgEEatID4xgnNUduWMKvwOlMyT8AV { width:15.8125rem;height:2.625rem;top:17.75rem;left:2.1276041269303rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfrE71Zcp7DxZLoQ4RDdln4tL0LHpzp { display:block; }
 }@media only screen and (max-width: 763px) { #V0QlzTrRbOI8EpsVxHq7BghRPbSGOUCJ { top:11rem;left:2.5000001192093rem;width:15rem;height:1.5989rem;z-index:15005;color:#ffffff;line-height:1.6;display:block; }
 }