.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); }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 { 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; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container { background-color: transparent; background-image: none; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container > .video-iframe-container { display: none; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row > .video-iframe-container { display: none; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .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); }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container { border-width: 0; border-radius: 0; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#gfTw2OUbarumooS9yIvyV0dTDiPxuWIa { 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; }
#SCO8gz0qKnGQiMtD5blbATGqV0rr5Mu6 { 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:10.625rem;height:3.020833375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.06201171875rem;left:64.374181747438rem;display:block; }
#O6A4fC8ZiRMeuOL7OdxQBLCSoCIiGbgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIl37pnyiZJdGxa34dwdiED99p96UOvJ { 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; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container { background-color: transparent; background-image: none; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container > .video-iframe-container { display: none; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row > .video-iframe-container { display: none; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .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); }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container { border-width: 0; border-radius: 0; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#sAH9PgMFLkIw3E22HEUOLNxRH4P0WEob { 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; }
#s84CHU2XyTnTIH3Vrwe5y2TwvNKFvW9A { 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:7.5rem;left:45.3125rem;overflow:hidden;display:block; }
#Fi8lTyQQky9FUFNFX5pEc1RRoFL0W3hn { color:#0e0142;display:block;width:43.125rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:3.75rem;height:7.7001875rem;font-style:normal;display:block; }
#TI2wJTvfp08NeCle5AJiE2GCCxdaq8ek { 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:10.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.5rem;left:3.6875rem;display:block; }
#vxTgB0NKV4TfxPPBtFzmOTgFtpAe3AQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUB9l4zeAmoNK676pPNXTbVhtrcHpCh4 { 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:9.375rem;height:3.02647375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.5625rem;left:15.625rem;display:block; }
#mqIGItS1PcgytGdWa0Urn9CKrMDTR4Xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKokFPyCdvR4pywm1iUqVKFahEFLeitU { 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; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container { background-color: transparent; background-image: none; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container > .video-iframe-container { display: none; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row > .video-iframe-container { display: none; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .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); }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container { border-width: 0; border-radius: 0; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#nvsRuHmq2RsRNO4rL9VEKyK535bKNxpC { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk { 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; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container { background-color: transparent; background-image: none; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container > .video-iframe-container { display: none; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row > .video-iframe-container { display: none; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .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); }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container { border-width: 0; border-radius: 0; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#dkzMNuI6vkV5R1nPlNxQNpDOrUhTB5hK { 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.9995625rem;width:13.9995625rem;top:3.7478294372559rem;left:1.162109375rem;overflow:hidden;display:block; }
#ieIvSJHZI2kqrBhLIwHUURkEkf1rwQS4 { 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.9985rem;width:13.9985rem;top:3.7467451095581rem;left:59.904518127441rem;overflow:hidden;display:block; }
#H5tTEtVNemAHRsAvyINtIpBtBae7uCAV { color:#0e0142;display:block;width:44.8123125rem;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.3706607818604rem;left:15.092231750488rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#slpna70MsXCFa5kTDtwAHevPW09mLi86 { 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:10.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.625rem;left:26.3125rem;display:block; }
#RvJkT8AQxQntwu9U8RzxN5i9vtpwkJ3a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2bThaB1TUvN03EPJZWmG3VAZBQ7SLt9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.59698625rem;height:3.02647375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.6875rem;left:38.125rem;display:block; }
#CyLwnCAvL1ANx3b4QTxRZKKKP7qHyuPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw { position:relative;display:block; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw { background-color: transparent; background-image: none; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row .container > .video-iframe-container { display: none; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row > .video-iframe-container { display: none; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .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); }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw { border-width: 0; border-radius: 0; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .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; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .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; }#ycBuwrpCqzgNhKPVnXCI2Wh0GSwC8rB8 { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS { position:relative;display:block; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS { background-color: transparent; background-image: none; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row .container > .video-iframe-container { display: none; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row > .video-iframe-container { display: none; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .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); }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS { border-width: 0; border-radius: 0; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .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; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .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; }#xyXpl8U5edXpTnJI1FXO6LtTvuwAQN5U { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t { position:relative;display:block; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t { background-color: transparent; background-image: none; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row .container > .video-iframe-container { display: none; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row > .video-iframe-container { display: none; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .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); }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t { border-width: 0; border-radius: 0; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .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; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .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; }#fZO1K9zk3sdAgPkrfD477c2cCQFXdC7q { position:absolute;display:block;z-index:15000;height:33.25rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc { 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; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container { background-color: transparent; background-image: none; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container > .video-iframe-container { display: none; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row > .video-iframe-container { display: none; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .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); }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container { border-width: 0; border-radius: 0; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#TRiiHL8PQZd9ApldxiAuNKEouFzE0rTW { 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; }
#MZwsFfen49WQ26c2oW6gmXr84oJModqT { 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; }
#CqNPy7G028i62CXh7x7Q5REpBRUG8VzR { color:#0e0142;display:block;width:46.875rem;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:14.0625rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#CfHvAApbNLk5TZFXHO5GFWfqtyLrAGBN { 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:9.375rem;height:3.04058rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.9375rem;left:38.5625rem;display:block; }
#ZaUbDKNOI8n4TelOHkF3Sp438k10vEuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgdicAs29AsFoD4IlU57Jq94abZnwGqI { 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:10.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.9375rem;left:27.0625rem;display:block; }
#Rq3qfE2wpkc8iUqnuH1eTzrlXUlocBe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 { 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; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container { background-color: transparent; background-image: none; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container > .video-iframe-container { display: none; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row > .video-iframe-container { display: none; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .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); }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container { border-width: 0; border-radius: 0; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#HaDO3Zp17tBdTN7MGuOiXsKiM7T9toKB { 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; }
#lXfcQaqe3Jvo1pZFh1fsWhZOENHopJsx { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:4.1875rem;height:5.69824375rem;font-style:normal;display:block; }
#u3IdBtpp9dpo4fyAVZTsSEZvpLMQTMy9 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:37.6875rem;left:4.1875rem;height:5.69824375rem;display:block; }
#tZru0sV8FsZp03SXtNIDBdBPmbt2SoDE { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.811633110046rem;left:42.375rem;height:5.69824375rem;font-style:normal;display:block; }
#uURzWwMnKTauXu8cQLqoqoB8APHo8vKD { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:37.686637878418rem;left:42.374130249024rem;height:5.69824375rem;display:block; }
#ht8SBOhocd3ieUU6zZB52quhXDOLCq1K { 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.187502861023rem;left:42.375rem;display:block; }
#h8TkSy4x7GLiehUq3g7KKvSm5pVPIqCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dts4OXtn7HuE4hirp4Z1HLemnCREfvt9 { 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; }
#koPfx0eVZpodzmkNdIiduH3DUhIym1wL { 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; }
#ciQoABqXZQZElpqiArOsfZliGFaSJiUL { 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; }
#WbE7WJHQV1QbgaU8XBdcdqVEP7LaLV0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fz908I7bfPkVHtOEKa2MWEE6Tob32nMS { 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; }
#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 { 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; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container { background-color: transparent; background-image: none; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container > .video-iframe-container { display: none; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row > .video-iframe-container { display: none; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .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); }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container { border-width: 0; border-radius: 0; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#MgLkiOwJl49EXMeSEEOyKQUzCkxeGk03 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.75rem;left:4.1875rem;height:5.69824375rem;font-style:normal;display:block; }
#FcG18C1ciSAaeCs8XFoBdMmTrpSufEdX { 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; }
#dzmQLw4K8PKHITRkxqqCJaQtBfTNtR4O { color:#0e0142;display:block;width:30.0625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.6875rem;left:42.375rem;height:5.69824375rem;font-style:normal;display:block; }
#Hz21X8OWVrp0rPxNmuaJFCruP4pSMibk { 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:5.69824375rem;display:block; }
#F1neOAERq6eKBp6ekR4eNi4mxt0bfO5W { 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; }
#f2Keb4EqGTJ8IQ66oeK0HzGWfuvSCz0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSJ3pCWJoT5G704sLcHw9MsbU9RrNhEB { 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; }
#SQdFzh9sTg6XHbPnhQbJH9ZEpgTE267K { 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; }
#ZLbzrkwVyqMq8Q0rmTXy82mIPdooDIU6 { 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; }
#U5TDPIDo689h85oDSh4ry3PTOl9cJEBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBIV1UkkH8K0N7NTkXucDF7olaGrg5BD { 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; }
#xzDCt0Nqhi5pTt06AM114bgmaltGBJGy { 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; }
#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p { position:relative;display:block; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p { background-color: transparent; background-image: none; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row .container > .video-iframe-container { display: none; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row > .video-iframe-container { display: none; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .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); }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p { border-width: 0; border-radius: 0; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .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; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .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; }#Dux91S31EOVl32qbrNaAtoIEzfQyRl0U { color:#0e0142;display:block;width:26.9998125rem;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.6697044372559rem;left:23.998481750488rem;height:3.8997375rem;display:block; }
#cqoqwQCVIA7DUuEwgGTCzUJkWRZNa6Fa { 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.8997375rem;display:block; }
#PD6o25olLV7foXzTbnxrKBckeKpTzLzE { 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.8997375rem;display:block; }
#fDnLlv6W94BFDEzSWfLATI9R8SnHEhVS { 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; }
#QJ1fbtooS0dmZiuqOXW9eD47UX5xOzg9 { 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:10.625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.75rem;left:27.0625rem;display:block; }
#dZbvT9tecTwQc1znwAMDirFtUEqT3ReJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1PagaEC1XdPc8sI2QpV4ZDZStx3lKdQ { background-color:transparent;background-image:none;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:9.375rem;height:3.04058rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.75rem;left:38.5625rem;display:block; }
#BXHxZyG6RzErUkgvEoz5A8k8erhp4Lne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiieB7VVGKcWIiHTqRioezVmZiPZKGlE { 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; }
#TZiXSyeNpmsRpZfQsE2Gg3p0OxliC5AP { 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; }
#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo { 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; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container { background-color: transparent; background-image: none; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container > .video-iframe-container { display: none; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row > .video-iframe-container { display: none; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .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); }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container { border-width: 0; border-radius: 0; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#yuA7mJZqvLDmSWrcstQZugOohvK4lDVB { 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; }
#IkvwLriLiXyThQ6HTqI0PRgE7itNSGVB { 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.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#yaPy74tBOUlGNzp6VZTDual1QfF4WnuB { 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; }
#Fa2xzPaV3rSUH1eede6sWhPhdJR6IiRX { 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:3.19986875rem;display:block; }
#OwBbotN00OGTlDgehgHANykf9oxZSDK6 { 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:9.375rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.875rem;left:3.75rem;display:block; }
#PZnMsgcwP6eV8XZ1BXCsfiKAZkcSTCaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTc7qrRW0qDqmIzIIFiM4FXyrsyRb6gq { 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; }
#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs { 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; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container { background-color: transparent; background-image: none; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container > .video-iframe-container { display: none; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row > .video-iframe-container { display: none; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .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); }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container { border-width: 0; border-radius: 0; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#m88DTJUOB9vTFx4ZbfimrBR8iaOPfrru { 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; }
#Bu8bbO3h65maL7cyETO7vFdP65iITmbV { 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.79980625rem;display:block; }
#Cmhhv4TwsQt7JBPbnZtk9tmlf2L5hLid { 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.1875rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#JdRE5ned90OvhtTHhg927Apwyf5173ux { 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:9.375rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#xB4Wo4HlzONllmmVCMPLneryr6WaQc5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqnWgi5v2nNbBWhlsASpU5uHSrmeovZx { 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; }
#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF { 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; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container { background-color: transparent; background-image: none; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container > .video-iframe-container { display: none; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row > .video-iframe-container { display: none; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .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); }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container { border-width: 0; border-radius: 0; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#imZTrJotlp6pJOJ0mSohWHLItO6HZERJ { 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; }
#WJaC4hWuyxWiqqDpzPlKNlFu5JHeX3AI { 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; }
#xhlBH1omr1VNcV1kVIVgW9dixQZgTRiD { 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; }
#RX9cbNs87nd6Q8Gum1oV6eATvaM5fJ54 { 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.79980625rem;display:block; }
#LKARfG2xMXTBzEtq3LMvm7T2T4SewDe9 { 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:9.375rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:3.75rem;display:block; }
#LaGzdcNVqMt1Vzhx7gUhRFychq98yLxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE { 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; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container { background-color: transparent; background-image: none; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container > .video-iframe-container { display: none; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row > .video-iframe-container { display: none; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .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); }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container { border-width: 0; border-radius: 0; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#HOofswGITJO3kpwohUrAq7R7MD9OSAld { 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; }
#BbNTyOrVHBMxXnBh2PLdkqTJnErgDyXo { color:#0e0142;display:block;width:26.25rem;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.5616455078125rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#CsMXrpqTXXM4ABlvHUAu3TQvOWZ9zhBU { 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; }
#Tfe7TwxSA2U7cVFT3W2kXz1Rtfaksp8R { 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:9.375rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:41.25rem;display:block; }
#swuloxgWmSRClUOBp9ipfG2UbrFVoO5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vegmkUp5yNiy9HSX80cMaEzn6wvwe6sG { 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; }
#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu { position:relative;display:none; }#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu { border-width: 0; border-radius: 0; }#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu > .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; }#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu > .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:29.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:none; }#Gyi9gEFIITq9We5xrLfPSkwaWKISKQOg { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.5996125rem;font-style:normal;display:block; }
#XpCTr7mfrGg2XRm6rueCmh55oq6dp16M { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.5996125rem;font-style:normal;display:block; }
#TDf2p4uXfgi4zyz5uAgPqKuDbPymOgii { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.5996125rem;font-style:normal;display:block; }
#QcV8brmRlN4s4KiPJadDs4Lzy6f9cCuW { 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; }
#ozxmDhthIumCepmoVBCZaCvGPOlMwwe0 { color:#0e0142;display:block;width:17.1875rem;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; }
#QiWNX7S20ri9f20KsaiXbUoh08uxxv01 { 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; }
#OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR { 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:;display:block; }#OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR li:before{  }
#aNaZWygIEZRignTwlvfFoJuT2ALh6SUz { color:#0e0142;display:block;width:18.125rem;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.75rem;height:;display:block; }#aNaZWygIEZRignTwlvfFoJuT2ALh6SUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aNaZWygIEZRignTwlvfFoJuT2ALh6SUz li:before{  }
#IONSttg8GslJ4Fh0algT5lclO0ShSAdR { 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.75rem;height:;display:block; }#IONSttg8GslJ4Fh0algT5lclO0ShSAdR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IONSttg8GslJ4Fh0algT5lclO0ShSAdR li:before{  }
#UTIlLV8xZfznWzBuFduhaTWPKnNuwVJu { 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; }
#ht1Z5Ml4M1hAt2LzEcPA3dpbgfRcCKGE { 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; }
#shqX94xDyeLKaLZT6bbhsM3dteChXoW8 { 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; }
#ldvgtdkmcxaKNBZl7TTVWugOv5psBsFc { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.234375rem;left:3.7477025985717rem;height:1.462675rem;display:block; }
#FvzcFORVTrUe7dalCRPRolrWATJuMyIn { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.234375rem;left:28.747700691223rem;height:1.462675rem;display:block; }
#T0g70AqEDz41dASdqtVraKseH0ON3IPB { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.234375rem;left:53.747700691223rem;height:1.462675rem;display:block; }
#btC5tnEnBCQTLV1Gm0tACuPO4bJVXOW9 { 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:25rem;width:24.0625rem;top:7.62939453125E-6rem;left:50.9375rem;overflow:hidden;display:block; }
#tzt0fgyrPWC5wy7DApuifR7NzOsIvyIz { 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:25rem;width:24.0625rem;top:7.62939453125E-6rem;left:25.46875rem;overflow:hidden;display:block; }
#Fkd6TV6wipL6asMMEhBKisJhJBlRwFRm { 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:25rem;width:24.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp { position:relative;display:block; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp { background-color: transparent; background-image: none; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row .container > .video-iframe-container { display: none; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row > .video-iframe-container { display: none; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .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); }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp { border-width: 0; border-radius: 0; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .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; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .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; }#wpS4ou4JCfSOT1IJmI4Jaefyx65Lf2E7 { 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; }
#mxwIywFrsnWUNUFQe0cFPd3PTNv26NmM { 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; }
#zGf2LnXpbUPR7qvSR6Thg7ScgKglfWtX { color:#ffffff;display:block;width:37.875rem;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.875rem;left:18.5625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#XfdDPuAagR9aRaOVRyuvfEQFRpTBOTxK { 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; }
#hHKG3eTFtfwhUon6DNxTNgwHdPIoLt3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkZEmmRZUed63iOvH1FqgpfkUnhwidtS { 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; }
#NCqwtxdQ0ga4fc0d9Tu6zHHGNy0ggeW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 { display:block; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfTw2OUbarumooS9yIvyV0dTDiPxuWIa { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCO8gz0qKnGQiMtD5blbATGqV0rr5Mu6 { width:10.625rem;height:3rem;top:1rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6A4fC8ZiRMeuOL7OdxQBLCSoCIiGbgz { display:block; }
 }@media only screen and (max-width: 763px) { #tIl37pnyiZJdGxa34dwdiED99p96UOvJ { display:block; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAH9PgMFLkIw3E22HEUOLNxRH4P0WEob { top:9.375rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s84CHU2XyTnTIH3Vrwe5y2TwvNKFvW9A { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi8lTyQQky9FUFNFX5pEc1RRoFL0W3hn { top:12.1875rem;left:0rem;width:43.125rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI2wJTvfp08NeCle5AJiE2GCCxdaq8ek { width:10.625rem;height:3.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTgB0NKV4TfxPPBtFzmOTgFtpAe3AQk { display:block; }
 }@media only screen and (max-width: 763px) { #WUB9l4zeAmoNK676pPNXTbVhtrcHpCh4 { width:9.375rem;height:3rem;top:22.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqIGItS1PcgytGdWa0Urn9CKrMDTR4Xm { display:block; }
 }@media only screen and (max-width: 763px) { #rKokFPyCdvR4pywm1iUqVKFahEFLeitU { display:block; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsRuHmq2RsRNO4rL9VEKyK535bKNxpC { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk { display:block; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkzMNuI6vkV5R1nPlNxQNpDOrUhTB5hK { top:3.6875rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieIvSJHZI2kqrBhLIwHUURkEkf1rwQS4 { top:3.6875rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5tTEtVNemAHRsAvyINtIpBtBae7uCAV { top:4.3125rem;left:1.4672317504882rem;width:44.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slpna70MsXCFa5kTDtwAHevPW09mLi86 { width:10.625rem;height:3.125rem;top:13.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvJkT8AQxQntwu9U8RzxN5i9vtpwkJ3a { display:block; }
 }@media only screen and (max-width: 763px) { #T2bThaB1TUvN03EPJZWmG3VAZBQ7SLt9 { width:10.5625rem;height:3rem;top:13.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyLwnCAvL1ANx3b4QTxRZKKKP7qHyuPN { display:block; }
 }@media only screen and (max-width: 763px) { #DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw { display:block; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycBuwrpCqzgNhKPVnXCI2Wh0GSwC8rB8 { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS { display:block; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyXpl8U5edXpTnJI1FXO6LtTvuwAQN5U { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t { display:block; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZO1K9zk3sdAgPkrfD477c2cCQFXdC7q { top:6.25rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc { display:block; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRiiHL8PQZd9ApldxiAuNKEouFzE0rTW { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwsFfen49WQ26c2oW6gmXr84oJModqT { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNPy7G028i62CXh7x7Q5REpBRUG8VzR { top:4.375rem;left:0.4375rem;width:46.875rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfHvAApbNLk5TZFXHO5GFWfqtyLrAGBN { width:9.3125rem;height:3rem;top:13.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaUbDKNOI8n4TelOHkF3Sp438k10vEuL { display:block; }
 }@media only screen and (max-width: 763px) { #VgdicAs29AsFoD4IlU57Jq94abZnwGqI { width:10.625rem;height:3.125rem;top:13.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3qfE2wpkc8iUqnuH1eTzrlXUlocBe6 { display:block; }
 }@media only screen and (max-width: 763px) { #JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 { display:block; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaDO3Zp17tBdTN7MGuOiXsKiM7T9toKB { top:6.25rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXfcQaqe3Jvo1pZFh1fsWhZOENHopJsx { top:30.75rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3IdBtpp9dpo4fyAVZTsSEZvpLMQTMy9 { top:37.6875rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZru0sV8FsZp03SXtNIDBdBPmbt2SoDE { top:30.75rem;left:19.9375rem;width:27.8125rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURzWwMnKTauXu8cQLqoqoB8APHo8vKD { top:37.625rem;left:19.625rem;width:28.125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht8SBOhocd3ieUU6zZB52quhXDOLCq1K { width:10.625rem;height:2.1875rem;top:47.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8TkSy4x7GLiehUq3g7KKvSm5pVPIqCd { display:block; }
 }@media only screen and (max-width: 763px) { #dts4OXtn7HuE4hirp4Z1HLemnCREfvt9 { top:8.75rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koPfx0eVZpodzmkNdIiduH3DUhIym1wL { top:8.75rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQoABqXZQZElpqiArOsfZliGFaSJiUL { width:10.625rem;height:2.1875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbE7WJHQV1QbgaU8XBdcdqVEP7LaLV0a { display:block; }
 }@media only screen and (max-width: 763px) { #fz908I7bfPkVHtOEKa2MWEE6Tob32nMS { top:6.25rem;left:10.9375rem;width:36.75rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 { display:block; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgLkiOwJl49EXMeSEEOyKQUzCkxeGk03 { top:25.6875rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcG18C1ciSAaeCs8XFoBdMmTrpSufEdX { top:32.625rem;left:0rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmQLw4K8PKHITRkxqqCJaQtBfTNtR4O { top:25.6875rem;left:17.6875rem;width:30.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz21X8OWVrp0rPxNmuaJFCruP4pSMibk { top:32.625rem;left:19.3125rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1neOAERq6eKBp6ekR4eNi4mxt0bfO5W { width:10.625rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Keb4EqGTJ8IQ66oeK0HzGWfuvSCz0C { display:block; }
 }@media only screen and (max-width: 763px) { #kSJ3pCWJoT5G704sLcHw9MsbU9RrNhEB { top:3.1875rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdFzh9sTg6XHbPnhQbJH9ZEpgTE267K { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbzrkwVyqMq8Q0rmTXy82mIPdooDIU6 { width:10.625rem;height:2.1875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5TDPIDo689h85oDSh4ry3PTOl9cJEBv { display:block; }
 }@media only screen and (max-width: 763px) { #KBIV1UkkH8K0N7NTkXucDF7olaGrg5BD { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzDCt0Nqhi5pTt06AM114bgmaltGBJGy { top:0.6875rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p { display:block; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dux91S31EOVl32qbrNaAtoIEzfQyRl0U { top:3.625rem;left:10.373481750488rem;width:26.9375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqoqwQCVIA7DUuEwgGTCzUJkWRZNa6Fa { top:7.5rem;left:6.0625rem;width:23.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD6o25olLV7foXzTbnxrKBckeKpTzLzE { top:7.5rem;left:34.312286376953rem;width:7.375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnLlv6W94BFDEzSWfLATI9R8SnHEhVS { top:6.625rem;left:28.1875rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ1fbtooS0dmZiuqOXW9eD47UX5xOzg9 { width:10.625rem;height:3.125rem;top:13.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZbvT9tecTwQc1znwAMDirFtUEqT3ReJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1PagaEC1XdPc8sI2QpV4ZDZStx3lKdQ { width:9.375rem;height:3rem;top:13.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXHxZyG6RzErUkgvEoz5A8k8erhp4Lne { display:block; }
 }@media only screen and (max-width: 763px) { #SiieB7VVGKcWIiHTqRioezVmZiPZKGlE { top:7.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZiXSyeNpmsRpZfQsE2Gg3p0OxliC5AP { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo { display:block; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuA7mJZqvLDmSWrcstQZugOohvK4lDVB { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvwLriLiXyThQ6HTqI0PRgE7itNSGVB { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPy74tBOUlGNzp6VZTDual1QfF4WnuB { top:4.5rem;left:0rem;width:26rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2xzPaV3rSUH1eede6sWhPhdJR6IiRX { top:7.625rem;left:0rem;width:30.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBbotN00OGTlDgehgHANykf9oxZSDK6 { width:9.375rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZnMsgcwP6eV8XZ1BXCsfiKAZkcSTCaT { display:block; }
 }@media only screen and (max-width: 763px) { #VTc7qrRW0qDqmIzIIFiM4FXyrsyRb6gq { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs { display:block; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m88DTJUOB9vTFx4ZbfimrBR8iaOPfrru { top:4.5rem;left:20.5625rem;width:27.1875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8bbO3h65maL7cyETO7vFdP65iITmbV { top:7.625rem;left:16.4375rem;width:31.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmhhv4TwsQt7JBPbnZtk9tmlf2L5hLid { top:2.375rem;left:0rem;width:33.1875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRE5ned90OvhtTHhg927Apwyf5173ux { width:9.375rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB4Wo4HlzONllmmVCMPLneryr6WaQc5q { display:block; }
 }@media only screen and (max-width: 763px) { #TqnWgi5v2nNbBWhlsASpU5uHSrmeovZx { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF { display:block; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imZTrJotlp6pJOJ0mSohWHLItO6HZERJ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJaC4hWuyxWiqqDpzPlKNlFu5JHeX3AI { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlBH1omr1VNcV1kVIVgW9dixQZgTRiD { top:4.5rem;left:0rem;width:31.25rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX9cbNs87nd6Q8Gum1oV6eATvaM5fJ54 { top:7.625rem;left:0rem;width:30.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKARfG2xMXTBzEtq3LMvm7T2T4SewDe9 { width:9.375rem;height:1.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaGzdcNVqMt1Vzhx7gUhRFychq98yLxB { display:block; }
 }@media only screen and (max-width: 763px) { #tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE { display:block; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOofswGITJO3kpwohUrAq7R7MD9OSAld { top:2.5625rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNTyOrVHBMxXnBh2PLdkqTJnErgDyXo { top:4.5rem;left:21.5rem;width:26.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsMXrpqTXXM4ABlvHUAu3TQvOWZ9zhBU { top:7.625rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfe7TwxSA2U7cVFT3W2kXz1Rtfaksp8R { width:9.375rem;height:1.5625rem;top:16.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swuloxgWmSRClUOBp9ipfG2UbrFVoO5d { display:block; }
 }@media only screen and (max-width: 763px) { #vegmkUp5yNiy9HSX80cMaEzn6wvwe6sG { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu { display:block; }#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gyi9gEFIITq9We5xrLfPSkwaWKISKQOg { top:2.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpCTr7mfrGg2XRm6rueCmh55oq6dp16M { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDf2p4uXfgi4zyz5uAgPqKuDbPymOgii { top:2.1875rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcV8brmRlN4s4KiPJadDs4Lzy6f9cCuW { top:5.9375rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozxmDhthIumCepmoVBCZaCvGPOlMwwe0 { top:5.9375rem;left:14.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiWNX7S20ri9f20KsaiXbUoh08uxxv01 { top:5.9375rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR { top:10.3125rem;left:0rem;width:17.1875rem;height:;font-size:1rem;display:block; }#OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR li:before{  }
 }@media only screen and (max-width: 763px) { #aNaZWygIEZRignTwlvfFoJuT2ALh6SUz { top:10.3125rem;left:13.625rem;width:18.125rem;height:;font-size:1rem;display:block; }#aNaZWygIEZRignTwlvfFoJuT2ALh6SUz li:before{  }
 }@media only screen and (max-width: 763px) { #IONSttg8GslJ4Fh0algT5lclO0ShSAdR { top:10.3125rem;left:27.9375rem;width:19.6875rem;height:;font-size:1rem;display:block; }#IONSttg8GslJ4Fh0algT5lclO0ShSAdR li:before{  }
 }@media only screen and (max-width: 763px) { #UTIlLV8xZfznWzBuFduhaTWPKnNuwVJu { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht1Z5Ml4M1hAt2LzEcPA3dpbgfRcCKGE { 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) { #shqX94xDyeLKaLZT6bbhsM3dteChXoW8 { 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) { #ldvgtdkmcxaKNBZl7TTVWugOv5psBsFc { top:20.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzcFORVTrUe7dalCRPRolrWATJuMyIn { top:20.1875rem;left:15.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0g70AqEDz41dASdqtVraKseH0ON3IPB { top:20.1875rem;left:31.75rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btC5tnEnBCQTLV1Gm0tACuPO4bJVXOW9 { top:0rem;left:23.5625rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzt0fgyrPWC5wy7DApuifR7NzOsIvyIz { top:0rem;left:7.6875rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkd6TV6wipL6asMMEhBKisJhJBlRwFRm { top:0rem;left:0rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp { display:block; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpS4ou4JCfSOT1IJmI4Jaefyx65Lf2E7 { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxwIywFrsnWUNUFQe0cFPd3PTNv26NmM { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGf2LnXpbUPR7qvSR6Thg7ScgKglfWtX { top:2.8125rem;left:4.9372825622559rem;width:37.8125rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfdDPuAagR9aRaOVRyuvfEQFRpTBOTxK { width:10.875rem;height:2.9375rem;top:10.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHKG3eTFtfwhUon6DNxTNgwHdPIoLt3v { display:block; }
 }@media only screen and (max-width: 763px) { #KkZEmmRZUed63iOvH1FqgpfkUnhwidtS { width:10.875rem;height:2.9375rem;top:10.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCqwtxdQ0ga4fc0d9Tu6zHHGNy0ggeW0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nGRLR6aZnD3OazrS5GqowQMRU3zJXXF9 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfTw2OUbarumooS9yIvyV0dTDiPxuWIa { 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) { #SCO8gz0qKnGQiMtD5blbATGqV0rr5Mu6 { 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) { #O6A4fC8ZiRMeuOL7OdxQBLCSoCIiGbgz { display:block; }
 }@media only screen and (max-width: 763px) { #tIl37pnyiZJdGxa34dwdiED99p96UOvJ { display:block; }#tIl37pnyiZJdGxa34dwdiED99p96UOvJ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAH9PgMFLkIw3E22HEUOLNxRH4P0WEob { width:15.625rem;height:2.999675rem;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) { #s84CHU2XyTnTIH3Vrwe5y2TwvNKFvW9A { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fi8lTyQQky9FUFNFX5pEc1RRoFL0W3hn { width:16.5625rem;height:6.2988125rem;top:12.5rem;left:1.7187500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TI2wJTvfp08NeCle5AJiE2GCCxdaq8ek { width:15rem;height:3.125rem;top:21.875rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTgB0NKV4TfxPPBtFzmOTgFtpAe3AQk { display:block; }
 }@media only screen and (max-width: 763px) { #WUB9l4zeAmoNK676pPNXTbVhtrcHpCh4 { width:15rem;height:3.125rem;top:26.1875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqIGItS1PcgytGdWa0Urn9CKrMDTR4Xm { display:block; }
 }@media only screen and (max-width: 763px) { #rKokFPyCdvR4pywm1iUqVKFahEFLeitU { display:block; }#rKokFPyCdvR4pywm1iUqVKFahEFLeitU > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsRuHmq2RsRNO4rL9VEKyK535bKNxpC { width:20rem;height:38.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk { display:block; }#RaCqVgVyswxrhRFWA7nNWUtlRT6qvnwk > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkzMNuI6vkV5R1nPlNxQNpDOrUhTB5hK { width:10.0625rem;height:10rem;top:16rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieIvSJHZI2kqrBhLIwHUURkEkf1rwQS4 { width:10.0625rem;height:10rem;top:16rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5tTEtVNemAHRsAvyINtIpBtBae7uCAV { width:15.3125rem;height:7.7995rem;top:1.5625rem;left:2.3437500596046rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #slpna70MsXCFa5kTDtwAHevPW09mLi86 { width:10.625rem;height:3.125rem;top:11.0625rem;left:0.5rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RvJkT8AQxQntwu9U8RzxN5i9vtpwkJ3a { display:block; }
 }@media only screen and (max-width: 763px) { #T2bThaB1TUvN03EPJZWmG3VAZBQ7SLt9 { width:8.125rem;height:3.11111125rem;top:11.0625rem;left:11.375rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CyLwnCAvL1ANx3b4QTxRZKKKP7qHyuPN { display:block; }
 }@media only screen and (max-width: 763px) { #DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw { display:block; }#DATJiU4o4t9Cc1ZuicKWIJBUyaxlTqUw > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycBuwrpCqzgNhKPVnXCI2Wh0GSwC8rB8 { width:20rem;height:50rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS { display:block; }#yN1HITmp38Ac08N7RTyoybL3Fvf0c1HS > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyXpl8U5edXpTnJI1FXO6LtTvuwAQN5U { width:20rem;height:48.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t { display:block; }#TmUQ8ggTqlIaeVCvQZXINU1W4u5cdl0t > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZO1K9zk3sdAgPkrfD477c2cCQFXdC7q { width:20rem;height:51.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc { display:block; }#BNhhEC08bOJEh7OZzTGoN8VyvdxANwOc > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRiiHL8PQZd9ApldxiAuNKEouFzE0rTW { width:7.5rem;height:7.4375rem;top:11.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwsFfen49WQ26c2oW6gmXr84oJModqT { width:6.0625rem;height:6.4375rem;top:11.561416625976rem;left:10.749783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNPy7G028i62CXh7x7Q5REpBRUG8VzR { width:12.4375rem;height:7.7995rem;top:2.5rem;left:3.78125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CfHvAApbNLk5TZFXHO5GFWfqtyLrAGBN { width:10.5625rem;height:3rem;top:27.54234375rem;left:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaUbDKNOI8n4TelOHkF3Sp438k10vEuL { display:block; }
 }@media only screen and (max-width: 763px) { #VgdicAs29AsFoD4IlU57Jq94abZnwGqI { 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) { #Rq3qfE2wpkc8iUqnuH1eTzrlXUlocBe6 { display:block; }
 }@media only screen and (max-width: 763px) { #JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 { display:block; }#JT1WM0xvxS1WGPpB31Z9AuWosR6crk59 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaDO3Zp17tBdTN7MGuOiXsKiM7T9toKB { width:18rem;height:31.3125rem;top:1.5625rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXfcQaqe3Jvo1pZFh1fsWhZOENHopJsx { width:15rem;height:3.30078125rem;top:15.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u3IdBtpp9dpo4fyAVZTsSEZvpLMQTMy9 { width:15rem;height:7.9996875rem;top:20.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZru0sV8FsZp03SXtNIDBdBPmbt2SoDE { width:15rem;height:3.30078125rem;top:47.125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURzWwMnKTauXu8cQLqoqoB8APHo8vKD { width:15rem;height:7.9996875rem;top:51.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht8SBOhocd3ieUU6zZB52quhXDOLCq1K { width:9.375rem;height:1.25rem;top:60.8125rem;left:2.5rem;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) { #h8TkSy4x7GLiehUq3g7KKvSm5pVPIqCd { display:block; }
 }@media only screen and (max-width: 763px) { #dts4OXtn7HuE4hirp4Z1HLemnCREfvt9 { width:15rem;height:10.375rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #koPfx0eVZpodzmkNdIiduH3DUhIym1wL { width:15rem;height:10.375rem;top:35.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQoABqXZQZElpqiArOsfZliGFaSJiUL { width:9.375rem;height:1.25rem;top:29.625rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WbE7WJHQV1QbgaU8XBdcdqVEP7LaLV0a { display:block; }
 }@media only screen and (max-width: 763px) { #fz908I7bfPkVHtOEKa2MWEE6Tob32nMS { width:18rem;height:30.125rem;top:33.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 { display:block; }#i1uHADf5eE6XWOzHi6rAbpPwrrL0eod2 > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgLkiOwJl49EXMeSEEOyKQUzCkxeGk03 { width:14.6875rem;height:3.30078125rem;top:13.875rem;left:2.4978299736977rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FcG18C1ciSAaeCs8XFoBdMmTrpSufEdX { width:15rem;height:9.599625rem;top:18.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmQLw4K8PKHITRkxqqCJaQtBfTNtR4O { width:13.8115rem;height:4.951175rem;top:46.875rem;left:2.4970703125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz21X8OWVrp0rPxNmuaJFCruP4pSMibk { width:15rem;height:7.9996875rem;top:52.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1neOAERq6eKBp6ekR4eNi4mxt0bfO5W { width:9.375rem;height:1.25rem;top:62.0625rem;left:2.4970703125rem;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) { #f2Keb4EqGTJ8IQ66oeK0HzGWfuvSCz0C { display:block; }
 }@media only screen and (max-width: 763px) { #kSJ3pCWJoT5G704sLcHw9MsbU9RrNhEB { width:15rem;height:10.375rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdFzh9sTg6XHbPnhQbJH9ZEpgTE267K { width:15rem;height:10.375rem;top:35rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbzrkwVyqMq8Q0rmTXy82mIPdooDIU6 { width:9.375rem;height:1.25rem;top:29.25rem;left:2.5000000596046rem;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) { #U5TDPIDo689h85oDSh4ry3PTOl9cJEBv { display:block; }
 }@media only screen and (max-width: 763px) { #KBIV1UkkH8K0N7NTkXucDF7olaGrg5BD { width:18rem;height:31.875rem;top:33.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzDCt0Nqhi5pTt06AM114bgmaltGBJGy { width:18rem;height:32rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p { display:block; }#Tmx9MNprzcgGnDGMAPkTVt1L3iU1xU4p > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dux91S31EOVl32qbrNaAtoIEzfQyRl0U { 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) { #cqoqwQCVIA7DUuEwgGTCzUJkWRZNa6Fa { 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) { #PD6o25olLV7foXzTbnxrKBckeKpTzLzE { 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) { #fDnLlv6W94BFDEzSWfLATI9R8SnHEhVS { width:3.125rem;height:3.125rem;top:7.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ1fbtooS0dmZiuqOXW9eD47UX5xOzg9 { width:10.625rem;height:3.125rem;top:13.75rem;left:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZbvT9tecTwQc1znwAMDirFtUEqT3ReJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1PagaEC1XdPc8sI2QpV4ZDZStx3lKdQ { width:9.375rem;height:3rem;top:13.75rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXHxZyG6RzErUkgvEoz5A8k8erhp4Lne { display:block; }
 }@media only screen and (max-width: 763px) { #SiieB7VVGKcWIiHTqRioezVmZiPZKGlE { 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) { #TZiXSyeNpmsRpZfQsE2Gg3p0OxliC5AP { 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) { #lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo { display:block; }#lR9P8l3ob6Z1gF7Swx2UN9lvzreyRDXo > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuA7mJZqvLDmSWrcstQZugOohvK4lDVB { width:18rem;height:29.375rem;top:2.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvwLriLiXyThQ6HTqI0PRgE7itNSGVB { width:15rem;height:7.0625rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPy74tBOUlGNzp6VZTDual1QfF4WnuB { 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) { #Fa2xzPaV3rSUH1eede6sWhPhdJR6IiRX { width:15.625rem;height:7.9996875rem;top:16.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBbotN00OGTlDgehgHANykf9oxZSDK6 { width:9.375rem;height:1.875rem;top:28rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PZnMsgcwP6eV8XZ1BXCsfiKAZkcSTCaT { display:block; }
 }@media only screen and (max-width: 763px) { #VTc7qrRW0qDqmIzIIFiM4FXyrsyRb6gq { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs { display:block; }#T60qcaQQkpqxKZOvwHhZ0IU6sGiIQgCs > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m88DTJUOB9vTFx4ZbfimrBR8iaOPfrru { 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) { #Bu8bbO3h65maL7cyETO7vFdP65iITmbV { width:15rem;height:9.599625rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmhhv4TwsQt7JBPbnZtk9tmlf2L5hLid { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRE5ned90OvhtTHhg927Apwyf5173ux { width:9.375rem;height:1.25rem;top:25.875rem;left:2.5rem;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) { #xB4Wo4HlzONllmmVCMPLneryr6WaQc5q { display:block; }
 }@media only screen and (max-width: 763px) { #TqnWgi5v2nNbBWhlsASpU5uHSrmeovZx { width:18rem;height:28.625rem;top:0.4990234375rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF { display:block; }#z7tl3EmkqXk1iPoHTarkgU2tWoBtUacF > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imZTrJotlp6pJOJ0mSohWHLItO6HZERJ { width:18rem;height:30.9375rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJaC4hWuyxWiqqDpzPlKNlFu5JHeX3AI { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlBH1omr1VNcV1kVIVgW9dixQZgTRiD { 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) { #RX9cbNs87nd6Q8Gum1oV6eATvaM5fJ54 { width:15rem;height:11.1995625rem;top:14.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKARfG2xMXTBzEtq3LMvm7T2T4SewDe9 { width:9.375rem;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) { #LaGzdcNVqMt1Vzhx7gUhRFychq98yLxB { display:block; }
 }@media only screen and (max-width: 763px) { #tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE { display:block; }#tyTV4bHkSmdT54wu4rW9Gob7IT7yiNCE > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOofswGITJO3kpwohUrAq7R7MD9OSAld { width:15rem;height:7.0625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNTyOrVHBMxXnBh2PLdkqTJnErgDyXo { width:15.7498125rem;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) { #CsMXrpqTXXM4ABlvHUAu3TQvOWZ9zhBU { width:15.5620625rem;height:14.3994375rem;top:14.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfe7TwxSA2U7cVFT3W2kXz1Rtfaksp8R { width:9.375rem;height:1.25rem;top:30.625rem;left:2.5000000596046rem;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) { #swuloxgWmSRClUOBp9ipfG2UbrFVoO5d { display:block; }
 }@media only screen and (max-width: 763px) { #vegmkUp5yNiy9HSX80cMaEzn6wvwe6sG { width:18rem;height:33.375rem;top:0.49908447265625rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu { display:none; }#ah6UQM5JRbPQJSfRXVWHERC1NNKgFkiu > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gyi9gEFIITq9We5xrLfPSkwaWKISKQOg { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpCTr7mfrGg2XRm6rueCmh55oq6dp16M { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDf2p4uXfgi4zyz5uAgPqKuDbPymOgii { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcV8brmRlN4s4KiPJadDs4Lzy6f9cCuW { 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) { #ozxmDhthIumCepmoVBCZaCvGPOlMwwe0 { 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) { #QiWNX7S20ri9f20KsaiXbUoh08uxxv01 { 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) { #OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#OUNTQoSxFpXuFqcxhI9PqXhTR9TDLdcR li:before{  }
 }@media only screen and (max-width: 763px) { #aNaZWygIEZRignTwlvfFoJuT2ALh6SUz { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#aNaZWygIEZRignTwlvfFoJuT2ALh6SUz li:before{  }
 }@media only screen and (max-width: 763px) { #IONSttg8GslJ4Fh0algT5lclO0ShSAdR { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#IONSttg8GslJ4Fh0algT5lclO0ShSAdR li:before{  }
 }@media only screen and (max-width: 763px) { #UTIlLV8xZfznWzBuFduhaTWPKnNuwVJu { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht1Z5Ml4M1hAt2LzEcPA3dpbgfRcCKGE { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #shqX94xDyeLKaLZT6bbhsM3dteChXoW8 { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldvgtdkmcxaKNBZl7TTVWugOv5psBsFc { 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) { #FvzcFORVTrUe7dalCRPRolrWATJuMyIn { 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) { #T0g70AqEDz41dASdqtVraKseH0ON3IPB { 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) { #btC5tnEnBCQTLV1Gm0tACuPO4bJVXOW9 { width:20rem;height:22.352941176471rem;top:115.04019385937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzt0fgyrPWC5wy7DApuifR7NzOsIvyIz { width:20rem;height:22.352941176471rem;top:91.437254234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkd6TV6wipL6asMMEhBKisJhJBlRwFRm { width:20rem;height:22.352941176471rem;top:67.834314609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp { display:block; }#gQSTJJT1T8b2ghTUEoFTeP5ybD76Vclp > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpS4ou4JCfSOT1IJmI4Jaefyx65Lf2E7 { width:20rem;height:20.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxwIywFrsnWUNUFQe0cFPd3PTNv26NmM { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGf2LnXpbUPR7qvSR6Thg7ScgKglfWtX { width:15rem;height:5.8496125rem;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) { #XfdDPuAagR9aRaOVRyuvfEQFRpTBOTxK { width:14.98611125rem;height:2.9375rem;top:10.849609375rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHKG3eTFtfwhUon6DNxTNgwHdPIoLt3v { display:block; }
 }@media only screen and (max-width: 763px) { #KkZEmmRZUed63iOvH1FqgpfkUnhwidtS { width:14.98611125rem;height:2.97113625rem;top:14.375rem;left:2.5000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCqwtxdQ0ga4fc0d9Tu6zHHGNy0ggeW0 { display:block; }
 }