.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); }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh { 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; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container { background-color: transparent; background-image: none; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container > .video-iframe-container { display: none; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row > .video-iframe-container { display: none; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .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); }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container { border-width: 0; border-radius: 0; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#PUMr5xqbKBCl8014aqNJOTbKozf9t3TQ { 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; }
#afhFnu7ATOcIf4kLLOTAJrkWv0vgzrVQ { 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:12.5rem;height:3.020833375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.06201171875rem;left:62.499181747436rem;display:block; }
#ymfoKFhPNVe8GLbAT5EAfggc60Ks6fl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc { 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; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container { background-color: transparent; background-image: none; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container > .video-iframe-container { display: none; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row > .video-iframe-container { display: none; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .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); }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container { border-width: 0; border-radius: 0; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#o0Li41HmzzketlrIlcX3oUy0fH5HgKTP { color:#0e0142;display:block;width:41.875rem;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:9.375rem;left:3.75rem;height:1.79931875rem;font-style:normal;display:block; }
#gtCD1i1Bu1OrvTt1m1goVSDmyWn637JO { 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:21.875rem;width:29.6875rem;top:9.625rem;left:45.3125rem;overflow:hidden;display:block; }
#dDaAQAzrMe32ugmKofwpBrLAlEbnpQB3 { color:#0e0142;display:block;width:46.875rem;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:12.1875rem;left:3.75rem;height:11.5503125rem;font-style:normal;display:block; }
#pRCHxLGyP8MNWTvtTDWZDQiP2dcTgfCU { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.25rem;left:3.75rem;display:block; }
#FlOLxZSGUSapzhnZGo27oqEMxO1MvAz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIlhMofFpdGlAwJZwW0TipRb9ThaSi4z { 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:10rem;height:3.0400375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.3125rem;left:17.25rem;display:block; }
#JDVaQpPSpdceupUpTP6Pr95JiCoOoR7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mITrOAF8L6f119lReVVLJhBTxATDFmCc { 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; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container { background-color: transparent; background-image: none; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container > .video-iframe-container { display: none; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row > .video-iframe-container { display: none; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .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); }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container { border-width: 0; border-radius: 0; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#TSxIo1yzJ7iToRo2xZ84b9LK1z0kcEeW { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#vHLnPWpWkila3zDEaeZvSITJfTcDmanl { 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; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container { background-color: transparent; background-image: none; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container > .video-iframe-container { display: none; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row > .video-iframe-container { display: none; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .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); }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container { border-width: 0; border-radius: 0; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#GV1vpTx2NVtCbQdLXS3ESZMHqpNZsDJN { 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; }
#hdk4IFBZZ4eeU8DbH1JJmPuUnFJSOa5C { 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; }
#TE9QHW56HxQlvIQMaCEwypP1Trrlpcfk { color:#0e0142;display:block;width:41.625rem;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.375rem;left:16.687500476837rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#RFwEx7mW8x39HLbAU5mIITfQVNtv0wHR { 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:10rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.8125rem;left:39.25rem;display:block; }
#kfeoN03x7IiUFPvM1il7wbz6h8uvAK7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0i9m4tP7aQS7UzhQZXz6lLk3IW5K4rW { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.9375rem;left:25.75rem;display:block; }
#xBXG9TehAXJlbOl8CNF878TAdfITvAhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ { 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; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container { background-color: transparent; background-image: none; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container > .video-iframe-container { display: none; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row > .video-iframe-container { display: none; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .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); }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container { border-width: 0; border-radius: 0; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#q3o58ice0KccQeqIHw97eBfmLGDvQicl { 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; }
#hFB3ZdiPOTU1oFdVuEzNLVfeifUweV2U { color:#0e0142;display:block;width:30.75rem;position:absolute;font-family:"euclid circular a";font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:4.1875rem;height:4.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWNs99BDnswoHgLRK229rVT5oQkbl43F { 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:36.875rem;left:4.1875rem;height:9.4970625rem;display:block; }
#zgJwtvOBuxWoJRKpJnucm02RdgQ7GqCd { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.811645507812rem;left:42.374130249024rem;height:4.94791875rem;font-style:normal;display:block; }
#iH9s8yNkOyv4bD3UunN9CtXE7IVQCfvQ { 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:36.875rem;left:42.374130249024rem;height:5.69824375rem;display:block; }
#fhmRHEz2aQNqNSbzfqIXWSsNvWszTv9F { 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:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:42.375rem;display:block; }
#gAyyGo06V0xPxcn2KmZ0w0PF6M8qzGMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U17pHEi5N5ftcq1S7NMVvH1unBLNOeKV { 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; }
#nKc6536KpBX81Taz6MGUVD28A7olPuel { 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; }
#AP8CTHUdXmWhuonbwpK6gN94CyGTwzTU { 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:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:4.1875rem;display:block; }
#ewDDyuqZbRaZPx5zZhLCr7WhiHyT0zeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgQiT4hKn8OptsVxGRdI98uI3hQcBwuk { 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; }
#CstKCirHfPI7AQcoMMRDnM63FnIdq71A { 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; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container { background-color: transparent; background-image: none; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container > .video-iframe-container { display: none; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row > .video-iframe-container { display: none; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .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); }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container { border-width: 0; border-radius: 0; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#niJoKKV8KIhod7M4cHSR5G5Ed1nKxzxP { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.75rem;left:4.1875rem;height:5.249025rem;font-style:normal;display:block; }
#OFmVC7GV1QQardNvTdGHwI55bqhBm34B { 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:5.69824375rem;display:block; }
#furTOU5u3pOVxV5NnAUC2sbfS3iASwRv { color:#0e0142;display:block;width:30.0625rem;position:absolute;font-family:"euclid circular a";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.6875rem;left:42.375rem;height:4.94791875rem;font-style:normal;display:block; }
#x8h79LH63JRIkfvStUuOPXzyq5WyimtO { 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.597625rem;display:block; }
#CPT0gx7ZGAGwC3V5pThwDxdEXU8GLTMN { 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:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:block; }
#no8hF4iM6JH6zTcCzrXWFg2huwxl4pkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaP1rQN67BN6TFPaOGuJbyrzlTWFkrlh { 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; }
#WSAHdrNGfN2DaVEtpveNTop3VXZcTTAB { 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; }
#EEg6u2SxR8iDQveMf3SmfPEriZ2u8P3P { 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:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.937508583069rem;left:4.1861991882324rem;display:block; }
#fD2FSKnx0H4SRck24MevTSHfP8io7Nxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LM91puM1lisHGTDAxLl1KwhWQbr8Z3sP { 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; }
#ZCcIVBo3HzbkEk08TQPy1fsqZA73esr3 { 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; }
#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni { 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; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container { background-color: transparent; background-image: none; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container > .video-iframe-container { display: none; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row > .video-iframe-container { display: none; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .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); }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container { border-width: 0; border-radius: 0; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#Xk814TTChewLbMsLWLGE2TBGmNfgpB8S { 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; }
#et7UAXV9uVaonTKph7o3eTQHpHyII1uW { 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; }
#EvhqcJfvsCBVBpBes9vtudusUR1JViFE { color:#0e0142;display:block;width:39.375rem;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.3717460632324rem;left:17.8125rem;height:11.69675rem;text-align:center;text-align-last:center;display:block; }
#xqgXIh84kkawfxesIuz56z7sNTKQgKTx { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.375rem;left:25.75rem;display:block; }
#vS0zzSC9AUdDRfuGFCIOqp3iBV23mgGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4ev2ltmxGapGfeao2yl4JQoVKyn33wT { 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:10rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.375rem;left:39.25rem;display:block; }
#UgXuIIC1W970QVBcyn8PeCe2TaclH4Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN { position:relative;display:block; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN { background-color: transparent; background-image: none; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row .container > .video-iframe-container { display: none; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row > .video-iframe-container { display: none; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .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); }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN { border-width: 0; border-radius: 0; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .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; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .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:45.6875rem;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; }#JCe0dbUlLvLX82AV5MDw4TBPOvtQBS0n { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS { position:relative;display:block; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS { background-color: transparent; background-image: none; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row .container > .video-iframe-container { display: none; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row > .video-iframe-container { display: none; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .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); }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS { border-width: 0; border-radius: 0; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .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; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .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:45.6875rem;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; }#BsfR5B6KS0awiiIzf9H3gwEc1Spn5cch { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 { position:relative;display:block; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 { background-color: transparent; background-image: none; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row .container > .video-iframe-container { display: none; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row > .video-iframe-container { display: none; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .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); }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 { border-width: 0; border-radius: 0; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .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; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .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:45.6875rem;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; }#Nc0Bgo7Nrk2W6ZTpZKFDJX02sVsv1wGN { position:absolute;display:block;z-index:15000;height:33.25rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN { position:relative;display:block; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN { background-color: transparent; background-image: none; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row .container > .video-iframe-container { display: none; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row > .video-iframe-container { display: none; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .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); }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN { border-width: 0; border-radius: 0; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .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; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .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:22rem;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; }#UaFuo0zmr7tOecALJKvzxHhTUPkdOtEt { color:#0e0142;display:block;width:22.75rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.125rem;height:3.898925rem;display:block; }
#lnauXBHKkxgNKn9CrT2kdm1TPdpFLS36 { color:#0e0142;display:block;width:23.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:19.6875rem;height:3.898925rem;display:block; }
#G0MzcWNVH1f84rslg5S0bNQEFzzlyfJ8 { color:#0e0142;display:block;width:7.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:47.9375rem;height:3.898925rem;display:block; }
#zTvXJE3PRTrlzFg9NOZrwMbTPdCnU29v { 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:7.0625rem;width:6.75rem;top:6.625rem;left:41.8125rem;overflow:hidden;display:block; }
#tTmtSS1c9HtEEoFyPfOukvQTTR8ignsx { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.3125rem;left:25.75rem;display:block; }
#Vg254l4rZ7LWgbTGf9l0PFfbyKaXdnER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZiwqGDUal0riIzUzc2E1FBcM7nS8mA9 { 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:10rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.3125rem;left:39.25rem;display:block; }
#cS7u5PuNvXqPgKnC5QXVbx37QkVF4i4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsOlktJEB9OU9ip0XCXOcMNnak98SoMl { 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:1.25rem;top:7.625rem;left:9.25rem;display:none; }
#AHT2MqOd2sW04Cu0Pv0ZH3szCihTeU2X { 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:1.25rem;top:11.3125rem;left:4.75rem;display:none; }
#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 { 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; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container { background-color: transparent; background-image: none; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container > .video-iframe-container { display: none; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row > .video-iframe-container { display: none; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .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); }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container { border-width: 0; border-radius: 0; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#NF2NJv4sp9m6NdCVeZhoNxJgKk4HNvGP { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;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; }
#Jw8EvNru06tJrRyIqfIlAhoWx08doAn1 { 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:15.75rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#W5f8HPaDFI0X9cMlty03oU1ffm5fVtvD { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#dTpdV9cFNs6EstJFecJA4u0nIrM0PgHo { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.75rem;height:4.79980625rem;display:block; }
#vuqnG1Bt1ZrfQ48EFM9NKCk2SmdIZd7S { background-color:transparent;background-image:none;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:#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:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.875rem;left:3.75rem;display:block; }
#rswBg8bxb8l8oA0soP3wttzsnJebVUVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdTGkXcXZlRoNJEDIkThtPFNqCPRTGlL { 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:2.25rem;width:2.1875rem;top:4.5625rem;left:3.75rem;overflow:hidden;display:block; }
#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI { 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; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container { background-color: transparent; background-image: none; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container > .video-iframe-container { display: none; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row > .video-iframe-container { display: none; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .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); }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container { border-width: 0; border-radius: 0; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#DNM9zx5acSBSwNwHPFZrcFzM753R1stK { color:#0e0142;display:block;width:27.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#t1AwuezVWeGgupcnzz0dk6QaTcDhxWRX { color:#0e0142;display:block;width:31.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:4.8rem;display:block; }
#kOmS3pyXRF9o6nDbQuvkWoc80wEW71m5 { 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:15.125rem;width:33.25rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#STE1btOozJhAaNog2GMyQparKktIsTN0 { 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:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#tSAVxvsTS6fJLEzLWvls0GMVLkiBfkBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrDuiAiR1pekzWGOVsl956Htsq2XL9zQ { box-sizing:content-box;height:19.375rem;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; }
#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm { 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; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container { background-color: transparent; background-image: none; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container > .video-iframe-container { display: none; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row > .video-iframe-container { display: none; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .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); }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container { border-width: 0; border-radius: 0; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#fMBs1aW2uTPeehk032eqPDOdxtS66bak { box-sizing:content-box;height:19.375rem;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; }
#OTbiZtD0c55aHmCXTZTAQtbtal77NzTm { 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:15.8125rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#q0yRmEnqNM3HXbTKQvPso9xy1T6KerQh { color:#0e0142;display:block;width:31.3115rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#pDEOKdL3tTx6RDx8uVhQsBIGttwV8v4u { color:#0e0142;display:block;width:30.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:3.75rem;height:4.8rem;display:block; }
#JWi7GiWnANsFV2rGIN4todTVpvUlBrD1 { background-color:transparent;background-image:none;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:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15rem;left:3.75rem;display:block; }
#Igxy9wv2GmilwuuBkMPqJ3krW2N5ILil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 { 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; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container { background-color: transparent; background-image: none; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container > .video-iframe-container { display: none; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row > .video-iframe-container { display: none; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .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); }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container { border-width: 0; border-radius: 0; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#dGarvSqC92cmlMWMy39svBBoiFsC9gXa { 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:15.75rem;width:33.25rem;top:2.5625rem;left:3.75rem;overflow:hidden;display:block; }
#UaqAoocSqBK5iF5dleiC2gvwKhA7f4ye { color:#0e0142;display:block;width:24.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5616149902344rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#tpD9HhdfluCMUuF5Vs4eudKrdCq7tdO9 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:6.39975rem;display:block; }
#rV96EHn87ohXvQQ3kHudOCAxX0yzzSDL { background-color:transparent;background-image:none;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:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:41.25rem;display:block; }
#wV5ZrkZ0By3U4n0vgl98wob2Cd6xvUo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRPMvJJixo32UGRBRbxUWoCmSwu65y2Q { box-sizing:content-box;height:19.375rem;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; }
#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG { position:relative;display:block; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG { background-color: transparent; background-image: none; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row .container > .video-iframe-container { display: none; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row > .video-iframe-container { display: none; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .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); }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG { border-width: 0; border-radius: 0; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .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; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .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:20.125rem;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; }#yKylMfhCFHN3yDkb0oD4OduEgSH8TWmT { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.5rem;left:25.75rem;display:block; }
#m9IafSidLQgrg9LIP9F7nxQMouFnEVFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7br0Ab8XWttXG8LBrH7MmchpJHLNUXT { 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:10rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:12.5rem;left:39.25rem;display:block; }
#fvZy0D79xi0Ws4dsNJtoaK4RoHsZGP0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGNdwc9HBz9cXxIUXdUyXtMmvvzfSFUz { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp { position:relative;display:none; }#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp { border-width: 0; border-radius: 0; }#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp > .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; }#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp > .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:26.5625rem;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:none; }#UNtkoORdnpfNIMQflGU3WNJUwpOIHI8l { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.84375rem;font-style:normal;display:block; }
#lffwgcEwbke4hTdTf74TX6TwEuoJxTXX { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.84375rem;font-style:normal;display:block; }
#i8hclaLRGg7NU7n0JeemDPf4kOO2lmPD { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.84375rem;font-style:normal;display:block; }
#Q7QdmASrGKZoAnUi5GbSfAb7xx33L92T { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.75rem;height:2.5996125rem;display:block; }
#PcehTeCR26tshoL1cfy5rkGTvQPBS9ii { color:#0e0142;display:block;width:19.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.75rem;height:2.5996125rem;display:block; }
#qIoTfZmxs97yLCaGR6432fKt3r9Daoy3 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:53.75rem;height:2.5996125rem;display:block; }
#yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.75rem;height:4.5244125rem;display:block; }#yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 li:before{  }
#iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 { color:#0e0142;display:block;width:20.9375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.625rem;height:4.5244125rem;display:block; }#iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 li:before{  }
#U00afPLK0LeuemH7psQvxCrTwx2bUII4 { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:53.750002384186rem;height:4.5244125rem;display:block; }#U00afPLK0LeuemH7psQvxCrTwx2bUII4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U00afPLK0LeuemH7psQvxCrTwx2bUII4 li:before{  }
#xeyDlCBBkDacNrZ9GCLCGnTWaqXO6RZU { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.058837890625rem;left:3.7477025985717rem;height:3.25rem;font-style:normal;display:block; }
#zAH4qqDsHlEbuiOGtTbWS8ZnA1nrMT0d { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:28.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#A9bJzhGnDWmTRh4KwTy1KhwTxq4PFB7n { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:53.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#eGhgwxL3oGK2k5M0vMy2T2zBqOT0Drxd { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.234375rem;left:3.7477025985717rem;height:1.29980625rem;display:block; }
#z3zpt7UfV3qqswaSSSF9Md8lDiBB3m71 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.234375rem;left:28.747700691223rem;height:1.29980625rem;display:block; }
#sD7haIyTXH8JafGWHqCTmuuXR9Lx5sch { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.234375rem;left:53.747700691223rem;height:1.29980625rem;display:block; }
#flH5Www2G7UkE9PUf5J00Q9GcfmzlLTD { position:absolute;display:block;z-index:14999;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:23.75rem;width:21.25rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#JC0uoZq4kzEOhFSssmvoB9PTJk22z2NF { position:absolute;display:block;z-index:14998;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:23.75rem;width:21.25rem;top:0.0625rem;left:26.875rem;overflow:hidden;display:block; }
#k1AGSRLkV1aTAcZdDndSk8wMGTaTkBJP { position:absolute;display:block;z-index:14997;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:23.75rem;width:21.25rem;top:0rem;left:51.875rem;overflow:hidden;display:block; }
#dwvtXl08TbyFPSuiorlIubWypaiUNbVz { position:relative;display:block; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz { background-color: transparent; background-image: none; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row .container > .video-iframe-container { display: none; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row > .video-iframe-container { display: none; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .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); }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz { border-width: 0; border-radius: 0; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .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; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .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; }#PfEqmiZInKIcq7A7kT6C9gxIaTEMFwHW { 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; }
#b8PXq9Qir6bkkKATEEvW8Nmw3ufPtszT { 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; }
#N0yoGqIV23EPIR8dQJ6sfczwIby8yF6m { color:#ffffff;display:block;width:34.4998125rem;position:absolute;font-family:"euclid circular a";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8114128112793rem;left:20.248481750488rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#gcL12pDlAX7u5a7TxzrIpmQHfhbPDzOu { 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; }
#NgnxEiGmcHpJwh7xum5w282SWykvxpmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSGPsx0lpycuRgMOV7KOGStV0tQ80IDS { 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; }
#BkTxKrvEV7Kyy9oubdX0Cv1GBFMOmOGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ru5EUq6uEQMKSK9LzDWuXAl3sKdcNuHH { 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:12.5625rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh { display:block; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUMr5xqbKBCl8014aqNJOTbKozf9t3TQ { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afhFnu7ATOcIf4kLLOTAJrkWv0vgzrVQ { width:12.5rem;height:3rem;top:1rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymfoKFhPNVe8GLbAT5EAfggc60Ks6fl9 { display:block; }
 }@media only screen and (max-width: 763px) { #INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc { display:block; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0Li41HmzzketlrIlcX3oUy0fH5HgKTP { top:9.375rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtCD1i1Bu1OrvTt1m1goVSDmyWn637JO { top:9.625rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDaAQAzrMe32ugmKofwpBrLAlEbnpQB3 { top:12.1875rem;left:0rem;width:46.875rem;height:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRCHxLGyP8MNWTvtTDWZDQiP2dcTgfCU { width:12.5rem;height:3.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlOLxZSGUSapzhnZGo27oqEMxO1MvAz8 { display:block; }
 }@media only screen and (max-width: 763px) { #iIlhMofFpdGlAwJZwW0TipRb9ThaSi4z { width:10rem;height:3.0625rem;top:26.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDVaQpPSpdceupUpTP6Pr95JiCoOoR7J { display:block; }
 }@media only screen and (max-width: 763px) { #mITrOAF8L6f119lReVVLJhBTxATDFmCc { display:block; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSxIo1yzJ7iToRo2xZ84b9LK1z0kcEeW { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLnPWpWkila3zDEaeZvSITJfTcDmanl { display:block; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV1vpTx2NVtCbQdLXS3ESZMHqpNZsDJN { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdk4IFBZZ4eeU8DbH1JJmPuUnFJSOa5C { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE9QHW56HxQlvIQMaCEwypP1Trrlpcfk { top:4.375rem;left:3.0625rem;width:41.625rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFwEx7mW8x39HLbAU5mIITfQVNtv0wHR { width:10rem;height:3.125rem;top:13.8125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfeoN03x7IiUFPvM1il7wbz6h8uvAK7R { display:block; }
 }@media only screen and (max-width: 763px) { #k0i9m4tP7aQS7UzhQZXz6lLk3IW5K4rW { width:12.5rem;height:3.125rem;top:13.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBXG9TehAXJlbOl8CNF878TAdfITvAhW { display:block; }
 }@media only screen and (max-width: 763px) { #mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ { display:block; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3o58ice0KccQeqIHw97eBfmLGDvQicl { top:6.25rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFB3ZdiPOTU1oFdVuEzNLVfeifUweV2U { top:30.8125rem;left:0rem;width:30.75rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNs99BDnswoHgLRK229rVT5oQkbl43F { top:36.875rem;left:0rem;width:28.4375rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgJwtvOBuxWoJRKpJnucm02RdgQ7GqCd { top:30.75rem;left:18.0625rem;width:29.6875rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9s8yNkOyv4bD3UunN9CtXE7IVQCfvQ { top:36.875rem;left:19.625rem;width:28.125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhmRHEz2aQNqNSbzfqIXWSsNvWszTv9F { width:10.625rem;height:2.1875rem;top:47.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyyGo06V0xPxcn2KmZ0w0PF6M8qzGMz { display:block; }
 }@media only screen and (max-width: 763px) { #U17pHEi5N5ftcq1S7NMVvH1unBLNOeKV { top:8.75rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKc6536KpBX81Taz6MGUVD28A7olPuel { top:8.75rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP8CTHUdXmWhuonbwpK6gN94CyGTwzTU { width:10.625rem;height:2.1875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDDyuqZbRaZPx5zZhLCr7WhiHyT0zeP { display:block; }
 }@media only screen and (max-width: 763px) { #SgQiT4hKn8OptsVxGRdI98uI3hQcBwuk { top:6.25rem;left:10.9375rem;width:36.75rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstKCirHfPI7AQcoMMRDnM63FnIdq71A { display:block; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niJoKKV8KIhod7M4cHSR5G5Ed1nKxzxP { top:25.75rem;left:0rem;width:28.4375rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmVC7GV1QQardNvTdGHwI55bqhBm34B { top:32.625rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #furTOU5u3pOVxV5NnAUC2sbfS3iASwRv { top:25.6875rem;left:17.6875rem;width:30.0625rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8h79LH63JRIkfvStUuOPXzyq5WyimtO { top:32.625rem;left:19.3125rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPT0gx7ZGAGwC3V5pThwDxdEXU8GLTMN { width:10.625rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no8hF4iM6JH6zTcCzrXWFg2huwxl4pkF { display:block; }
 }@media only screen and (max-width: 763px) { #uaP1rQN67BN6TFPaOGuJbyrzlTWFkrlh { top:3.1875rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSAHdrNGfN2DaVEtpveNTop3VXZcTTAB { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEg6u2SxR8iDQveMf3SmfPEriZ2u8P3P { width:10.625rem;height:2.1875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD2FSKnx0H4SRck24MevTSHfP8io7Nxp { display:block; }
 }@media only screen and (max-width: 763px) { #LM91puM1lisHGTDAxLl1KwhWQbr8Z3sP { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCcIVBo3HzbkEk08TQPy1fsqZA73esr3 { top:0.6875rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni { display:block; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk814TTChewLbMsLWLGE2TBGmNfgpB8S { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7UAXV9uVaonTKph7o3eTQHpHyII1uW { top:3.75rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvhqcJfvsCBVBpBes9vtudusUR1JViFE { top:4.3125rem;left:4.1875004768372rem;width:39.375rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqgXIh84kkawfxesIuz56z7sNTKQgKTx { width:12.5rem;height:3.125rem;top:17.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS0zzSC9AUdDRfuGFCIOqp3iBV23mgGD { display:block; }
 }@media only screen and (max-width: 763px) { #q4ev2ltmxGapGfeao2yl4JQoVKyn33wT { width:10rem;height:3.125rem;top:17.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgXuIIC1W970QVBcyn8PeCe2TaclH4Lf { display:block; }
 }@media only screen and (max-width: 763px) { #QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN { display:block; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCe0dbUlLvLX82AV5MDw4TBPOvtQBS0n { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS { display:block; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsfR5B6KS0awiiIzf9H3gwEc1Spn5cch { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 { display:block; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0Bgo7Nrk2W6ZTpZKFDJX02sVsv1wGN { top:6.25rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN { display:block; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaFuo0zmr7tOecALJKvzxHhTUPkdOtEt { top:3.75rem;left:12.500000476837rem;width:22.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnauXBHKkxgNKn9CrT2kdm1TPdpFLS36 { top:7.5rem;left:6.0625rem;width:23.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MzcWNVH1f84rslg5S0bNQEFzzlyfJ8 { top:7.5rem;left:34.312502384186rem;width:7.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTvXJE3PRTrlzFg9NOZrwMbTPdCnU29v { top:6.625rem;left:28.1875rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmtSS1c9HtEEoFyPfOukvQTTR8ignsx { width:12.5rem;height:3.125rem;top:14.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg254l4rZ7LWgbTGf9l0PFfbyKaXdnER { display:block; }
 }@media only screen and (max-width: 763px) { #iZiwqGDUal0riIzUzc2E1FBcM7nS8mA9 { width:10rem;height:3.125rem;top:14.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS7u5PuNvXqPgKnC5QXVbx37QkVF4i4g { display:block; }
 }@media only screen and (max-width: 763px) { #GsOlktJEB9OU9ip0XCXOcMNnak98SoMl { top:7.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHT2MqOd2sW04Cu0Pv0ZH3szCihTeU2X { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 { display:block; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NF2NJv4sp9m6NdCVeZhoNxJgKk4HNvGP { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw8EvNru06tJrRyIqfIlAhoWx08doAn1 { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5f8HPaDFI0X9cMlty03oU1ffm5fVtvD { top:4.5625rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpdV9cFNs6EstJFecJA4u0nIrM0PgHo { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqnG1Bt1ZrfQ48EFM9NKCk2SmdIZd7S { width:10.625rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswBg8bxb8l8oA0soP3wttzsnJebVUVU { display:block; }
 }@media only screen and (max-width: 763px) { #MdTGkXcXZlRoNJEDIkThtPFNqCPRTGlL { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI { display:block; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNM9zx5acSBSwNwHPFZrcFzM753R1stK { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AwuezVWeGgupcnzz0dk6QaTcDhxWRX { top:7.6875rem;left:16.375rem;width:31.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOmS3pyXRF9o6nDbQuvkWoc80wEW71m5 { top:2.375rem;left:0rem;width:33.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STE1btOozJhAaNog2GMyQparKktIsTN0 { width:10.625rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAVxvsTS6fJLEzLWvls0GMVLkiBfkBB { display:block; }
 }@media only screen and (max-width: 763px) { #rrDuiAiR1pekzWGOVsl956Htsq2XL9zQ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDTE7AroF40T6qIAHAw7FU5fVM33wGm { display:block; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMBs1aW2uTPeehk032eqPDOdxtS66bak { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbiZtD0c55aHmCXTZTAQtbtal77NzTm { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0yRmEnqNM3HXbTKQvPso9xy1T6KerQh { top:4.5625rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDEOKdL3tTx6RDx8uVhQsBIGttwV8v4u { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWi7GiWnANsFV2rGIN4todTVpvUlBrD1 { width:10.625rem;height:1.5625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igxy9wv2GmilwuuBkMPqJ3krW2N5ILil { display:block; }
 }@media only screen and (max-width: 763px) { #h38HrLTIrcTA7mrkafhXXtEB38amOdw2 { display:block; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGarvSqC92cmlMWMy39svBBoiFsC9gXa { top:2.5625rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaqAoocSqBK5iF5dleiC2gvwKhA7f4ye { top:4.5rem;left:23.6875rem;width:24.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpD9HhdfluCMUuF5Vs4eudKrdCq7tdO9 { top:7.6875rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV96EHn87ohXvQQ3kHudOCAxX0yzzSDL { width:10.625rem;height:1.5625rem;top:16.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV5ZrkZ0By3U4n0vgl98wob2Cd6xvUo5 { display:block; }
 }@media only screen and (max-width: 763px) { #bRPMvJJixo32UGRBRbxUWoCmSwu65y2Q { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG { display:block; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKylMfhCFHN3yDkb0oD4OduEgSH8TWmT { width:12.5rem;height:3.125rem;top:12.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9IafSidLQgrg9LIP9F7nxQMouFnEVFs { display:block; }
 }@media only screen and (max-width: 763px) { #D7br0Ab8XWttXG8LBrH7MmchpJHLNUXT { width:10rem;height:3.125rem;top:12.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvZy0D79xi0Ws4dsNJtoaK4RoHsZGP0Q { display:block; }
 }@media only screen and (max-width: 763px) { #nGNdwc9HBz9cXxIUXdUyXtMmvvzfSFUz { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp { display:block; }#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNtkoORdnpfNIMQflGU3WNJUwpOIHI8l { top:2.1875rem;left:0rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffwgcEwbke4hTdTf74TX6TwEuoJxTXX { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8hclaLRGg7NU7n0JeemDPf4kOO2lmPD { top:2.1875rem;left:30.4375rem;width:17.1875rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7QdmASrGKZoAnUi5GbSfAb7xx33L92T { top:5.9375rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcehTeCR26tshoL1cfy5rkGTvQPBS9ii { top:5.9375rem;left:12.3125rem;width:19.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoTfZmxs97yLCaGR6432fKt3r9Daoy3 { top:5.9375rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 { top:10.3125rem;left:0rem;width:17.1875rem;height:4.5rem;font-size:1rem;display:block; }#yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 li:before{  }
 }@media only screen and (max-width: 763px) { #iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 { top:10.3125rem;left:10.8125rem;width:20.9375rem;height:4.5rem;font-size:1rem;display:block; }#iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 li:before{  }
 }@media only screen and (max-width: 763px) { #U00afPLK0LeuemH7psQvxCrTwx2bUII4 { top:10.3125rem;left:27.9375rem;width:19.6875rem;height:4.5rem;font-size:1rem;display:block; }#U00afPLK0LeuemH7psQvxCrTwx2bUII4 li:before{  }
 }@media only screen and (max-width: 763px) { #xeyDlCBBkDacNrZ9GCLCGnTWaqXO6RZU { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAH4qqDsHlEbuiOGtTbWS8ZnA1nrMT0d { top:16.9375rem;left:15.875rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9bJzhGnDWmTRh4KwTy1KhwTxq4PFB7n { top:16.9375rem;left:31.75rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhgwxL3oGK2k5M0vMy2T2zBqOT0Drxd { top:20.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zpt7UfV3qqswaSSSF9Md8lDiBB3m71 { top:20.1875rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD7haIyTXH8JafGWHqCTmuuXR9Lx5sch { top:20.1875rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flH5Www2G7UkE9PUf5J00Q9GcfmzlLTD { top:0rem;left:0rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0uoZq4kzEOhFSssmvoB9PTJk22z2NF { top:0.0625rem;left:10.5rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1AGSRLkV1aTAcZdDndSk8wMGTaTkBJP { top:0rem;left:26.375rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvtXl08TbyFPSuiorlIubWypaiUNbVz { display:block; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfEqmiZInKIcq7A7kT6C9gxIaTEMFwHW { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PXq9Qir6bkkKATEEvW8Nmw3ufPtszT { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yoGqIV23EPIR8dQJ6sfczwIby8yF6m { top:2.75rem;left:6.6230473518369rem;width:34.4375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcL12pDlAX7u5a7TxzrIpmQHfhbPDzOu { width:10.875rem;height:2.9375rem;top:10.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgnxEiGmcHpJwh7xum5w282SWykvxpmy { display:block; }
 }@media only screen and (max-width: 763px) { #kSGPsx0lpycuRgMOV7KOGStV0tQ80IDS { width:10.875rem;height:2.9375rem;top:10.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTxKrvEV7Kyy9oubdX0Cv1GBFMOmOGG { display:block; }
 }@media only screen and (max-width: 763px) { #ru5EUq6uEQMKSK9LzDWuXAl3sKdcNuHH { top:12.5625rem;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) { #ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ed6oaZCrkx64TA2ziETM7iyLRJrxZWMh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUMr5xqbKBCl8014aqNJOTbKozf9t3TQ { 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) { #afhFnu7ATOcIf4kLLOTAJrkWv0vgzrVQ { 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) { #ymfoKFhPNVe8GLbAT5EAfggc60Ks6fl9 { display:block; }
 }@media only screen and (max-width: 763px) { #INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc { display:block; }#INinyDuOO2FBULGoGDkw7rZtyvbEA7Wc > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0Li41HmzzketlrIlcX3oUy0fH5HgKTP { width:15.625rem;height:1.4998375rem;top:8.125rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtCD1i1Bu1OrvTt1m1goVSDmyWn637JO { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDaAQAzrMe32ugmKofwpBrLAlEbnpQB3 { width:15.9375rem;height:10.4980625rem;top:12.125rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pRCHxLGyP8MNWTvtTDWZDQiP2dcTgfCU { width:15rem;height:3.125rem;top:23.375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlOLxZSGUSapzhnZGo27oqEMxO1MvAz8 { display:block; }
 }@media only screen and (max-width: 763px) { #iIlhMofFpdGlAwJZwW0TipRb9ThaSi4z { width:15rem;height:3.125rem;top:27.6875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDVaQpPSpdceupUpTP6Pr95JiCoOoR7J { display:block; }
 }@media only screen and (max-width: 763px) { #mITrOAF8L6f119lReVVLJhBTxATDFmCc { display:block; }#mITrOAF8L6f119lReVVLJhBTxATDFmCc > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSxIo1yzJ7iToRo2xZ84b9LK1z0kcEeW { width:20rem;height:40.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLnPWpWkila3zDEaeZvSITJfTcDmanl { display:block; }#vHLnPWpWkila3zDEaeZvSITJfTcDmanl > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV1vpTx2NVtCbQdLXS3ESZMHqpNZsDJN { width:7.5rem;height:7.4375rem;top:11.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdk4IFBZZ4eeU8DbH1JJmPuUnFJSOa5C { width:6.0625rem;height:6.4375rem;top:12.5rem;left:10.749783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE9QHW56HxQlvIQMaCEwypP1Trrlpcfk { width:12.4375rem;height:9.75rem;top:2.5rem;left:3.78125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RFwEx7mW8x39HLbAU5mIITfQVNtv0wHR { width:10.5625rem;height:3rem;top:27.54234375rem;left:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfeoN03x7IiUFPvM1il7wbz6h8uvAK7R { display:block; }
 }@media only screen and (max-width: 763px) { #k0i9m4tP7aQS7UzhQZXz6lLk3IW5K4rW { width:9.375rem;height:3.125rem;top:23.16734375rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBXG9TehAXJlbOl8CNF878TAdfITvAhW { display:block; }
 }@media only screen and (max-width: 763px) { #mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ { display:block; }#mLOZons1W0WnmWiLTZ4wLIWafCaINOgJ > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3o58ice0KccQeqIHw97eBfmLGDvQicl { width:18rem;height:35.75rem;top:1.623046875rem;left:0.99934899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFB3ZdiPOTU1oFdVuEzNLVfeifUweV2U { width:15rem;height:4.951175rem;top:15.375rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWNs99BDnswoHgLRK229rVT5oQkbl43F { width:15.625rem;height:11.2rem;top:21.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgJwtvOBuxWoJRKpJnucm02RdgQ7GqCd { width:15.5rem;height:3.30078125rem;top:52.125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH9s8yNkOyv4bD3UunN9CtXE7IVQCfvQ { width:15.625rem;height:8rem;top:56.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhmRHEz2aQNqNSbzfqIXWSsNvWszTv9F { width:10.625rem;height:1.25rem;top:65.9375rem;left:2.5000001192093rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gAyyGo06V0xPxcn2KmZ0w0PF6M8qzGMz { display:block; }
 }@media only screen and (max-width: 763px) { #U17pHEi5N5ftcq1S7NMVvH1unBLNOeKV { width:14.875rem;height:10.25rem;top:3.625rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKc6536KpBX81Taz6MGUVD28A7olPuel { width:14.875rem;height:10.25rem;top:40.375rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP8CTHUdXmWhuonbwpK6gN94CyGTwzTU { width:10.625rem;height:1.25rem;top:34rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ewDDyuqZbRaZPx5zZhLCr7WhiHyT0zeP { display:block; }
 }@media only screen and (max-width: 763px) { #SgQiT4hKn8OptsVxGRdI98uI3hQcBwuk { width:18rem;height:30.8125rem;top:38.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstKCirHfPI7AQcoMMRDnM63FnIdq71A { display:block; }#CstKCirHfPI7AQcoMMRDnM63FnIdq71A > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niJoKKV8KIhod7M4cHSR5G5Ed1nKxzxP { width:14.6875rem;height:3.30078125rem;top:13.75rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OFmVC7GV1QQardNvTdGHwI55bqhBm34B { width:15.625rem;height:6.4rem;top:18.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #furTOU5u3pOVxV5NnAUC2sbfS3iASwRv { width:14.9375rem;height:4.951175rem;top:43.9375rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8h79LH63JRIkfvStUuOPXzyq5WyimtO { width:15rem;height:9.6rem;top:49.875rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPT0gx7ZGAGwC3V5pThwDxdEXU8GLTMN { width:10.625rem;height:1.25rem;top:61rem;left:2.5000001192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #no8hF4iM6JH6zTcCzrXWFg2huwxl4pkF { display:block; }
 }@media only screen and (max-width: 763px) { #uaP1rQN67BN6TFPaOGuJbyrzlTWFkrlh { width:14.8125rem;height:10.25rem;top:2.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSAHdrNGfN2DaVEtpveNTop3VXZcTTAB { width:14.875rem;height:10.3125rem;top:32.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEg6u2SxR8iDQveMf3SmfPEriZ2u8P3P { width:10.625rem;height:1.25rem;top:25.9375rem;left:2.5000001192093rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fD2FSKnx0H4SRck24MevTSHfP8io7Nxp { display:block; }
 }@media only screen and (max-width: 763px) { #LM91puM1lisHGTDAxLl1KwhWQbr8Z3sP { width:18rem;height:34.1875rem;top:30.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCcIVBo3HzbkEk08TQPy1fsqZA73esr3 { width:18rem;height:28.625rem;top:0.5rem;left:0.99934899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni { display:block; }#SrgMn0nhyliJ0n1iNVtVxCrOx9RI2bni > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xk814TTChewLbMsLWLGE2TBGmNfgpB8S { width:10.0625rem;height:10rem;top:16rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7UAXV9uVaonTKph7o3eTQHpHyII1uW { width:10.0625rem;height:10rem;top:16rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvhqcJfvsCBVBpBes9vtudusUR1JViFE { width:16.3125rem;height:7.7995rem;top:1.328125rem;left:1.8437501192093rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xqgXIh84kkawfxesIuz56z7sNTKQgKTx { width:8.75rem;height:3.125rem;top:10.895833253861rem;left:0.71875rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vS0zzSC9AUdDRfuGFCIOqp3iBV23mgGD { display:block; }
 }@media only screen and (max-width: 763px) { #q4ev2ltmxGapGfeao2yl4JQoVKyn33wT { width:8.541666625rem;height:3.041666625rem;top:10.936848878861rem;left:10.697266221046rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #UgXuIIC1W970QVBcyn8PeCe2TaclH4Lf { display:block; }
 }@media only screen and (max-width: 763px) { #QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN { display:block; }#QXJGP7tFhKfCKuqU3UDwzR7BxAa5eaLN > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCe0dbUlLvLX82AV5MDw4TBPOvtQBS0n { width:20rem;height:45.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS { display:block; }#VHh8HbTdvZQ82ExiTApDnUEAQP39a4IS > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsfR5B6KS0awiiIzf9H3gwEc1Spn5cch { width:20rem;height:48.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 { display:block; }#zlx81nIxhCBK9DB4n6P0QWrmd3mAOxr3 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nc0Bgo7Nrk2W6ZTpZKFDJX02sVsv1wGN { width:20rem;height:51.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN { display:block; }#S4sbdCp9p93Zs57ySdmRnio9V8Iak0DN > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaFuo0zmr7tOecALJKvzxHhTUPkdOtEt { width:15.25rem;height:2.11263125rem;top:3.375rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnauXBHKkxgNKn9CrT2kdm1TPdpFLS36 { width:10.0625rem;height:0;top:6.6875rem;left:3.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #G0MzcWNVH1f84rslg5S0bNQEFzzlyfJ8 { width:5.0625rem;height:2.11263125rem;top:7.8125rem;left:11.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTvXJE3PRTrlzFg9NOZrwMbTPdCnU29v { width:3.125rem;height:3.125rem;top:7.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmtSS1c9HtEEoFyPfOukvQTTR8ignsx { width:12.5rem;height:3.125rem;top:14.3125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg254l4rZ7LWgbTGf9l0PFfbyKaXdnER { display:block; }
 }@media only screen and (max-width: 763px) { #iZiwqGDUal0riIzUzc2E1FBcM7nS8mA9 { width:10rem;height:3.125rem;top:14.3125rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS7u5PuNvXqPgKnC5QXVbx37QkVF4i4g { display:block; }
 }@media only screen and (max-width: 763px) { #GsOlktJEB9OU9ip0XCXOcMNnak98SoMl { top:5.4375rem;left:5.0625rem;width:9.875rem;height:2.11263125rem;z-index:15018;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHT2MqOd2sW04Cu0Pv0ZH3szCihTeU2X { top:7.8125rem;left:3.5625rem;width:4.8125rem;height:2.11263125rem;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 { display:block; }#SQVvvIcFSe6QdEcwVshK7y7LgQRdTEo5 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NF2NJv4sp9m6NdCVeZhoNxJgKk4HNvGP { width:18rem;height:27.5rem;top:2.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw8EvNru06tJrRyIqfIlAhoWx08doAn1 { width:15rem;height:7.0625rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5f8HPaDFI0X9cMlty03oU1ffm5fVtvD { width:13.1865rem;height:3.30078125rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTpdV9cFNs6EstJFecJA4u0nIrM0PgHo { width:15.625rem;height:8rem;top:16.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqnG1Bt1ZrfQ48EFM9NKCk2SmdIZd7S { width:10.625rem;height:1.875rem;top:26.375rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rswBg8bxb8l8oA0soP3wttzsnJebVUVU { display:block; }
 }@media only screen and (max-width: 763px) { #MdTGkXcXZlRoNJEDIkThtPFNqCPRTGlL { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI { display:block; }#dgcdoMeTLbfUeSQE1iWXXeq3feuhFEHI > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNM9zx5acSBSwNwHPFZrcFzM753R1stK { width:14.6875rem;height:1.6503875rem;top:10.5625rem;left:2.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t1AwuezVWeGgupcnzz0dk6QaTcDhxWRX { width:15rem;height:9.6rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOmS3pyXRF9o6nDbQuvkWoc80wEW71m5 { width:15rem;height:6.8125rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #STE1btOozJhAaNog2GMyQparKktIsTN0 { width:10.625rem;height:1.25rem;top:24.3125rem;left:2.6562501192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tSAVxvsTS6fJLEzLWvls0GMVLkiBfkBB { display:block; }
 }@media only screen and (max-width: 763px) { #rrDuiAiR1pekzWGOVsl956Htsq2XL9zQ { width:18rem;height:27.125rem;top:0.49868774414062rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDTE7AroF40T6qIAHAw7FU5fVM33wGm { display:block; }#zTDTE7AroF40T6qIAHAw7FU5fVM33wGm > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMBs1aW2uTPeehk032eqPDOdxtS66bak { width:18rem;height:30.9375rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbiZtD0c55aHmCXTZTAQtbtal77NzTm { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0yRmEnqNM3HXbTKQvPso9xy1T6KerQh { width:13.186875rem;height:3.30078125rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pDEOKdL3tTx6RDx8uVhQsBIGttwV8v4u { width:15rem;height:11.2rem;top:14.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWi7GiWnANsFV2rGIN4todTVpvUlBrD1 { width:10.625rem;height:1.875rem;top:27.5625rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Igxy9wv2GmilwuuBkMPqJ3krW2N5ILil { display:block; }
 }@media only screen and (max-width: 763px) { #h38HrLTIrcTA7mrkafhXXtEB38amOdw2 { display:block; }#h38HrLTIrcTA7mrkafhXXtEB38amOdw2 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGarvSqC92cmlMWMy39svBBoiFsC9gXa { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaqAoocSqBK5iF5dleiC2gvwKhA7f4ye { width:15.7498125rem;height:1.6503875rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tpD9HhdfluCMUuF5Vs4eudKrdCq7tdO9 { width:15.5625rem;height:12.8rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV96EHn87ohXvQQ3kHudOCAxX0yzzSDL { width:10.625rem;height:1.25rem;top:27.5rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wV5ZrkZ0By3U4n0vgl98wob2Cd6xvUo5 { display:block; }
 }@media only screen and (max-width: 763px) { #bRPMvJJixo32UGRBRbxUWoCmSwu65y2Q { width:18rem;height:30.375rem;top:0.49868774414062rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG { display:block; }#OvvtVD4pnZ53tybCSfZ0ohES0d7W9OyG > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKylMfhCFHN3yDkb0oD4OduEgSH8TWmT { width:10rem;height:3.125rem;top:10rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9IafSidLQgrg9LIP9F7nxQMouFnEVFs { display:block; }
 }@media only screen and (max-width: 763px) { #D7br0Ab8XWttXG8LBrH7MmchpJHLNUXT { width:10rem;height:3.125rem;top:12.5rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvZy0D79xi0Ws4dsNJtoaK4RoHsZGP0Q { display:block; }
 }@media only screen and (max-width: 763px) { #nGNdwc9HBz9cXxIUXdUyXtMmvvzfSFUz { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp { display:none; }#OdTQQRkvcntxekaeOi2cOEtAxweZX4Bp > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UNtkoORdnpfNIMQflGU3WNJUwpOIHI8l { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffwgcEwbke4hTdTf74TX6TwEuoJxTXX { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8hclaLRGg7NU7n0JeemDPf4kOO2lmPD { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7QdmASrGKZoAnUi5GbSfAb7xx33L92T { width:17.1875rem;height:2.7941174375rem;top:5.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcehTeCR26tshoL1cfy5rkGTvQPBS9ii { width:17.1875rem;height:2.7941174375rem;top:27.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoTfZmxs97yLCaGR6432fKt3r9Daoy3 { width:17.1875rem;height:2.7941174375rem;top:50.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#yfxKJQUgd8dzo1yghOkQZBm8bvVr5co2 li:before{  }
 }@media only screen and (max-width: 763px) { #iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#iWRRHaG0gtCzvpVaPEHAbphNKfTTEpv4 li:before{  }
 }@media only screen and (max-width: 763px) { #U00afPLK0LeuemH7psQvxCrTwx2bUII4 { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#U00afPLK0LeuemH7psQvxCrTwx2bUII4 li:before{  }
 }@media only screen and (max-width: 763px) { #xeyDlCBBkDacNrZ9GCLCGnTWaqXO6RZU { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAH4qqDsHlEbuiOGtTbWS8ZnA1nrMT0d { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9bJzhGnDWmTRh4KwTy1KhwTxq4PFB7n { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhgwxL3oGK2k5M0vMy2T2zBqOT0Drxd { width:12.5rem;height:1.39705875rem;top:21.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zpt7UfV3qqswaSSSF9Md8lDiBB3m71 { width:12.5rem;height:1.39705875rem;top:43.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD7haIyTXH8JafGWHqCTmuuXR9Lx5sch { width:12.5rem;height:1.39705875rem;top:65.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flH5Www2G7UkE9PUf5J00Q9GcfmzlLTD { width:20rem;height:22.352941176471rem;top:67.834314609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0uoZq4kzEOhFSssmvoB9PTJk22z2NF { width:20rem;height:22.352941176471rem;top:91.437254234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1AGSRLkV1aTAcZdDndSk8wMGTaTkBJP { width:20rem;height:22.352941176471rem;top:115.04019385937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvtXl08TbyFPSuiorlIubWypaiUNbVz { display:block; }#dwvtXl08TbyFPSuiorlIubWypaiUNbVz > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfEqmiZInKIcq7A7kT6C9gxIaTEMFwHW { width:20rem;height:24.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PXq9Qir6bkkKATEEvW8Nmw3ufPtszT { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0yoGqIV23EPIR8dQJ6sfczwIby8yF6m { width:15rem;height:7.7995rem;top:3.0625rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gcL12pDlAX7u5a7TxzrIpmQHfhbPDzOu { width:15rem;height:2.73568rem;top:14.873046875rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgnxEiGmcHpJwh7xum5w282SWykvxpmy { display:block; }
 }@media only screen and (max-width: 763px) { #kSGPsx0lpycuRgMOV7KOGStV0tQ80IDS { width:15rem;height:2.9852425rem;top:18.5rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTxKrvEV7Kyy9oubdX0Cv1GBFMOmOGG { display:block; }
 }@media only screen and (max-width: 763px) { #ru5EUq6uEQMKSK9LzDWuXAl3sKdcNuHH { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;display:none; }
 }