.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m { position:relative;display:block; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m { background-color: transparent; background-image: none; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row .container > .video-iframe-container { display: none; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row > .video-iframe-container { display: none; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .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); }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m { border-width: 0; border-radius: 0; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .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; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .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:2.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; }#nGRpnIp7rDNVZ5GTA9Z87IVnVvmyxTa0 { 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:1.6875rem;width:8.25rem;top:0.4375rem;left:3.75rem;display:block; }
#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { 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; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { background-color: transparent; background-image: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { display: none; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .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); }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { border-width: 0; border-radius: 0; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { color:#0e0142;display:block;width:31.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:6.25rem;left:3.75rem;height:1.8rem;font-style:normal;display:block; }
#bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { 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:4.375rem;left:45.3125rem;overflow:hidden;display:block; }
#V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { color:#0e0142;display:block;width:45.625rem;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:9.0625rem;left:3.75rem;height:7.7001875rem;font-style:normal;display:block; }
#MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { 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.541666625rem;height:2.957029125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.5625rem;left:3.75rem;display:block; }
#SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { 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; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { background-color: transparent; background-image: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container > .video-iframe-container { display: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container { display: none; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .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); }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { border-width: 0; border-radius: 0; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#rKpyWWC5dTPob9eex26EDOv4doPEaLPe { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { 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; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { background-color: transparent; background-image: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container > .video-iframe-container { display: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container { display: none; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .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); }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { border-width: 0; border-radius: 0; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#horZB025sLeCy0W2H2n6BcChgtOFJICk { 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; }
#GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { 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; }
#lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:37.6875rem;left:4.1875rem;height:7.597625rem;display:block; }
#dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { color:#0e0142;display:block;width:30.5625rem;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; }
#LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:37.686637878418rem;left:42.374130249024rem;height:7.597625rem;display:block; }
#Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { background-color:transparent;background-image:none;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:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.187502861023rem;left:42.375rem;display:block; }
#RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { 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; }
#K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { 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; }
#TIyr84crZrGlepCxHineVGFz6Svd4C94 { background-color:transparent;background-image:none;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:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:4.1875rem;display:block; }
#FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { 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; }
#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i { 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; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container { background-color: transparent; background-image: none; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container > .video-iframe-container { display: none; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row > .video-iframe-container { display: none; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .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); }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container { border-width: 0; border-radius: 0; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#XIgi5U6P2qo4abEXusRhzb8Gu1Li5Fpo { color:#0e0142;display:block;width:31.25rem;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; }
#qVEHflaKZTPxnnAacL1FbZLzr7O1OnS8 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.625rem;left:4.1875rem;height:7.597625rem;display:block; }
#Py9HCfh0OBmeBDIAurEiz51JDbaNt76e { color:#0e0142;display:block;width:29.9375rem;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; }
#yVQwN77bXmT7U057o8JbAm6pN63vwJ5y { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:32.625rem;left:42.375rem;height:7.597625rem;display:block; }
#AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { background-color:transparent;background-image:none;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:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:block; }
#rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk7E73pWxuu7a6FACSuIOdmF6ul8kqqi { 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; }
#NEVpJR2Li2xooho1O7cGTbuNIOHULHEe { 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; }
#dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { background-color:transparent;background-image:none;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:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.937508583069rem;left:4.1861991882324rem;display:block; }
#rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzrxDQxzT79hnvFBGkWVMdlVfQ9fqtJG { 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; }
#zF0V6Ql7W9lbw046TTzhDudQcQ7QrqAa { 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; }
#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { 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; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { background-color: transparent; background-image: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container > .video-iframe-container { display: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container { display: none; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .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); }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { border-width: 0; border-radius: 0; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#xvfQmLvTivEDhQUSFDcH89OiieNGdTnF { 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; }
#brXM84OXoHSHmLziADM75U2gWCXK5lc1 { 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; }
#U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { color:#0e0142;display:block;width:39.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:4.3749942779541rem;left:17.781032562256rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#ah8xkzJWNPN14WVTi7pXM8EF9OtpiUmb { 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.527354125rem;height:2.957029125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.001302719116rem;left:32.194010257721rem;display:block; }
#Tqvo8KWfC9ckbZWSVpTfPCQ47li6OxO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV { position:relative;display:block; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV { background-color: transparent; background-image: none; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row .container > .video-iframe-container { display: none; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row > .video-iframe-container { display: none; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .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); }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV { border-width: 0; border-radius: 0; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .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; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WpySqOadOgDyCtoSuoVta4HxxwuuzuIT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:36.6875rem;top:3.9995663166046rem;left:38.187934875488rem;overflow:hidden;display:block; }
#qxD5n9TdaWlZTRg2NCvfovsAm1yFyKFU { color:#0e0142;display:block;width:30.125rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.1875rem;height:6.0125rem;font-style:normal;display:block; }
#cKfU0Id1QXRgd5ayfOGV9m8zNw2CyEsm { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.436630249024rem;left:4.1872825622559rem;height:10.498875rem;display:block; }
#AF7hN1fhL7NkTxGlTp2dCM7dRZzsHiZn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#O4f6FwPePFdAUwVB6i1Cyb213HKGhBbA { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:4.1875rem;display:none; }
#AXainMCLUnqbt9OkgZD2MV0dQuOO3oga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu { position:relative;display:block; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu { background-color: transparent; background-image: none; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row .container > .video-iframe-container { display: none; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row > .video-iframe-container { display: none; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .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); }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu { border-width: 0; border-radius: 0; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .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; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOKcqUxiTT5136hn47TwpbMoMkc3q8gh { color:#0e0142;display:block;width:32.5rem;position:absolute;font-family:"euclid circular a";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.6875rem;left:42.375rem;height:5.55013125rem;font-style:normal;display:block; }
#pUgslt9mggBISF9tfazRD8Q3WTaFHCew { color:#0e0142;display:block;width:30.5625rem;position:absolute;font-family:"euclid circular a";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.687286376953rem;left:42.374130249024rem;height:10.498875rem;display:block; }
#CVuIxwrOLnQIAZlMGRT1Eu7xUDXx2MZm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:35rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#UvkrXGa0Kp3K9y0LRrT3lb4lRTS4GBLa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#B8qvt7X6igTmrAEePZ6iD9ITQ2DFogl1 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:32.6875rem;left:44.0625rem;display:none; }
#PFuwCPmvADsTSaioPt1dy8JDWfyUMHwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LI9L9yhlXLV8x4T19LUooANMTHW6s27n { 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; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container { background-color: transparent; background-image: none; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container > .video-iframe-container { display: none; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row > .video-iframe-container { display: none; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .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); }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container { border-width: 0; border-radius: 0; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#xfp4ggdhmD2xNlOIryHXsZ58dsuceoEk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:3.75rem;left:3.125rem;overflow:hidden;display:block; }
#uhwQq7pbiDlIFP8kd2T7LdNcEEAzz0Zx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9995625rem;width:13.9995625rem;top:3.75rem;left:58.75rem;overflow:hidden;display:block; }
#LlFTEDlVFcL8hyg7nbrG0sAMo6iNqDqN { color:#0e0142;display:block;width:39.375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3739004135132rem;left:17.8125rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#BzL8MceaUSK43SQJ6JOdTrIIsyRGePEg { 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.527354125rem;height:2.957029125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.4375rem;left:32.194010257721rem;display:block; }
#kGdAPT6DXv80BRnKVaQmEWFXeZ2b7uTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { 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; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { background-color: transparent; background-image: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container > .video-iframe-container { display: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container { display: none; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .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); }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { border-width: 0; border-radius: 0; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MHxbUKfItMCClGTk2FldNurxxTgpRKMv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:30.3125rem;top:8.25rem;left:38.25rem;overflow:hidden;display:block; }
#SETGNG4LogTTq5Nara82oxS8nsMGr29W { color:#0e0142;display:block;width:31.311875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.25rem;left:4.1875rem;height:2.84911875rem;font-style:normal;display:block; }
#uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.375rem;left:4.1861991882324rem;height:7.597625rem;display:block; }
#a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:24.8125rem;left:4.1861991882324rem;display:block; }
#Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { 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; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { background-color: transparent; background-image: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container > .video-iframe-container { display: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container { display: none; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .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); }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { border-width: 0; border-radius: 0; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { color:#0e0142;display:block;width:27.1875rem;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:2.9375rem;left:42.375rem;height:2.84911875rem;font-style:normal;display:block; }
#AS54IfX01DTIORkp2lrck2NqvJPZxguE { 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:7rem;left:42.5rem;height:11.3965rem;display:block; }
#GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:32.5rem;top:2.75rem;left:4.1875rem;overflow:hidden;display:block; }
#ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:20.3125rem;left:42.5rem;display:block; }
#rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w { 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; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container { background-color: transparent; background-image: none; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container > .video-iframe-container { display: none; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row > .video-iframe-container { display: none; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .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); }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container { border-width: 0; border-radius: 0; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#FzRzUUZ7NbcA3JcZD6rdbCG1oWcuNHy9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:32.5rem;top:2.5625rem;left:38.25rem;overflow:hidden;display:block; }
#bIR6hrGVaCnwqrFLOUZfy4Adce1i45rF { color:#0e0142;display:block;width:31.311875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:4.1861991882324rem;height:2.84911875rem;font-style:normal;display:block; }
#hRMBPtTRXQhSrP5IaC6Lx97Txom5nCK3 { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.6875rem;left:4.1875rem;height:11.3965rem;display:block; }
#XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:20.125rem;left:4.0625rem;display:block; }
#TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGMZCm6GI9rZXa1vzMNWE5FLi9sBHXWQ { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { position:relative;display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { background-color: transparent; background-image: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row > .video-iframe-container { display: none; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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); }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L { border-width: 0; border-radius: 0; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .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; }#q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { 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; }
#fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { 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; }
#H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"euclid circular a";font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:15.000000476837rem;height:6.5983125rem;text-align:center;text-align-last:center;display:block; }
#wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { 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.839854125rem;height:2.901691625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.90625rem;left:32.037760257721rem;display:block; }
#ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { 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) { #O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m { display:block; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGRpnIp7rDNVZ5GTA9Z87IVnVvmyxTa0 { width:8.25rem;height:1.6875rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { top:6.25rem;left:0rem;width:31.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { top:4.375rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { top:9.0625rem;left:0rem;width:45.625rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { width:10.5rem;height:2.9375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block; }
 }@media only screen and (max-width: 763px) { #pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { display:block; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKpyWWC5dTPob9eex26EDOv4doPEaLPe { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { display:block; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #horZB025sLeCy0W2H2n6BcChgtOFJICk { top:6.25rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { top:30.8125rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { top:37.6875rem;left:0rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { top:30.75rem;left:16.1875rem;width:30.5625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { top:37.625rem;left:19.625rem;width:28.125rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:10rem;height:2.1875rem;top:47.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { top:8.75rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { top:8.75rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:10rem;height:2.1875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { top:6.25rem;left:10.9375rem;width:36.75rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i { display:block; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIgi5U6P2qo4abEXusRhzb8Gu1Li5Fpo { top:25.75rem;left:0rem;width:31.25rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVEHflaKZTPxnnAacL1FbZLzr7O1OnS8 { top:32.625rem;left:0rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py9HCfh0OBmeBDIAurEiz51JDbaNt76e { top:25.6875rem;left:16.9375rem;width:29.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVQwN77bXmT7U057o8JbAm6pN63vwJ5y { top:32.625rem;left:19.3125rem;width:28.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { width:10rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block; }
 }@media only screen and (max-width: 763px) { #Nk7E73pWxuu7a6FACSuIOdmF6ul8kqqi { top:3.1875rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVpJR2Li2xooho1O7cGTbuNIOHULHEe { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { width:10rem;height:2.1875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block; }
 }@media only screen and (max-width: 763px) { #DzrxDQxzT79hnvFBGkWVMdlVfQ9fqtJG { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0V6Ql7W9lbw046TTzhDudQcQ7QrqAa { top:0.6875rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { display:block; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvfQmLvTivEDhQUSFDcH89OiieNGdTnF { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brXM84OXoHSHmLziADM75U2gWCXK5lc1 { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { top:4.3125rem;left:4.1556000709534rem;width:39.4375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8xkzJWNPN14WVTi7pXM8EF9OtpiUmb { width:10.5rem;height:2.9375rem;top:14rem;left:18.569010257721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqvo8KWfC9ckbZWSVpTfPCQ47li6OxO5 { display:block; }
 }@media only screen and (max-width: 763px) { #aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV { display:block; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpySqOadOgDyCtoSuoVta4HxxwuuzuIT { top:3.9375rem;left:10.9375rem;width:36.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxD5n9TdaWlZTRg2NCvfovsAm1yFyKFU { top:9.6875rem;left:0rem;width:30.125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfU0Id1QXRgd5ayfOGV9m8zNw2CyEsm { top:16.375rem;left:0rem;width:29.3125rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7hN1fhL7NkTxGlTp2dCM7dRZzsHiZn { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4f6FwPePFdAUwVB6i1Cyb213HKGhBbA { width:8.125rem;height:2.1875rem;top:47.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXainMCLUnqbt9OkgZD2MV0dQuOO3oga { display:block; }
 }@media only screen and (max-width: 763px) { #rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu { display:block; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOKcqUxiTT5136hn47TwpbMoMkc3q8gh { top:9.6875rem;left:15.25rem;width:32.5rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUgslt9mggBISF9tfazRD8Q3WTaFHCew { top:16.625rem;left:17.1875rem;width:30.5625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuIxwrOLnQIAZlMGRT1Eu7xUDXx2MZm { top:3.875rem;left:0rem;width:35rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvkrXGa0Kp3K9y0LRrT3lb4lRTS4GBLa { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8qvt7X6igTmrAEePZ6iD9ITQ2DFogl1 { width:8.125rem;height:2.1875rem;top:32.6875rem;left:30.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFuwCPmvADsTSaioPt1dy8JDWfyUMHwu { display:block; }
 }@media only screen and (max-width: 763px) { #LI9L9yhlXLV8x4T19LUooANMTHW6s27n { display:block; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfp4ggdhmD2xNlOIryHXsZ58dsuceoEk { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhwQq7pbiDlIFP8kd2T7LdNcEEAzz0Zx { top:3.75rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFTEDlVFcL8hyg7nbrG0sAMo6iNqDqN { top:4.3125rem;left:4.1875004768372rem;width:39.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzL8MceaUSK43SQJ6JOdTrIIsyRGePEg { width:10.5rem;height:2.9375rem;top:13.4375rem;left:18.569010257721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdAPT6DXv80BRnKVaQmEWFXeZ2b7uTx { display:block; }
 }@media only screen and (max-width: 763px) { #w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { display:block; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { top:6.25rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxbUKfItMCClGTk2FldNurxxTgpRKMv { top:8.25rem;left:15.25rem;width:30.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETGNG4LogTTq5Nara82oxS8nsMGr29W { top:10.25rem;left:0rem;width:31.25rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { top:14.375rem;left:0rem;width:27.4375rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:10rem;height:2.1875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { display:block; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { top:2.9375rem;left:20.5625rem;width:27.1875rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS54IfX01DTIORkp2lrck2NqvJPZxguE { top:7rem;left:19.3125rem;width:28.4375rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { top:2.75rem;left:0rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:10rem;height:2.1875rem;top:20.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsOTXtO349OwyVdqOrRQ3tHadxctb8w { display:block; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzRzUUZ7NbcA3JcZD6rdbCG1oWcuNHy9 { top:2.5625rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIR6hrGVaCnwqrFLOUZfy4Adce1i45rF { top:3.6875rem;left:0rem;width:31.25rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMBPtTRXQhSrP5IaC6Lx97Txom5nCK3 { top:7.6875rem;left:0rem;width:28.4375rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { width:10rem;height:2.1875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block; }
 }@media only screen and (max-width: 763px) { #JGMZCm6GI9rZXa1vzMNWE5FLi9sBHXWQ { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { top:2.8125rem;left:1.3750004768372rem;width:45rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { width:10.8125rem;height:2.875rem;top:10.875rem;left:18.412760257721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m { display:block; }#O0AdU8274GdB8hIFsBC4kc7t0r17Gm2m > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGRpnIp7rDNVZ5GTA9Z87IVnVvmyxTa0 { top:0.5rem;left:2.498046875rem;width:4.8125rem;height:1rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP { display:block; }#C3hhVMLPRPUy9h0LLkt0mRs6e7zoUrrP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kc3O5p2H694d6aLdOk9NauNhfEyeOX3G { width:14.375rem;height:3rem;top:1.25rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgzJfLm744WTzITTZ2gH6xW9CVWuGF6e { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4PwzxdoeG3fEzVZSWAGsagooGlZUBPz { width:16.0625rem;height:7.69925rem;top:5rem;left:1.96875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBdm7qsQZs9ITMHVlkGbpmWWaIxQZBrg { width:14.916666625rem;height:2.916666625rem;top:13.6875rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SlJ7Xw7aMTQOMByyHXXxu5ebJiJni3Op { display:block; }
 }@media only screen and (max-width: 763px) { #pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ { display:block; }#pddXfNWL19kETVvzDUhQ4ZMJS1LST9wZ > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKpyWWC5dTPob9eex26EDOv4doPEaLPe { width:20rem;height:38.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSUO1fiwc51a0OC1TthAmAH5PQaTuKST { display:block; }#JSUO1fiwc51a0OC1TthAmAH5PQaTuKST > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #horZB025sLeCy0W2H2n6BcChgtOFJICk { width:18rem;height:35.4375rem;top:2.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA8cFWziM0l4Gk6T5D1yTx7DrgCkqKqV { width:15rem;height:4.94824375rem;top:15.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlgy6ba5qT9ib1RaKgoDDKQX01AvzP { width:15rem;height:11.19725rem;top:21.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTozBVmDb7V1VbuUsbRVhfmsaJnbe76 { width:15rem;height:4.94824375rem;top:52.25rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7xLmsFNqVWI4TIQtmITohT3f2PSXxb { width:15rem;height:9.597625rem;top:58.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:9.375rem;height:1.5625rem;top:69.25rem;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;line-height:1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #OZ0Kaze1T3oqMkTd1L99PsKWvo127i71 { width:15rem;height:10.375rem;top:4rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vkKUZ0L0ndmEO4zsTCn4CJb0aPH16v { width:15rem;height:10.375rem;top:40.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:9.375rem;height:1.5625rem;top:34.375rem;left:2.5rem;line-height:01;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;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #QL1l4FbGdHT9KzgAgrdD7STeJ7OpOaZh { width:18rem;height:33.875rem;top:38.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i { display:block; }#oFPb9Bo5x7lpfFlIw6D0SZNM2aXGkb0i > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIgi5U6P2qo4abEXusRhzb8Gu1Li5Fpo { width:15rem;height:4.94824375rem;top:13.8125rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qVEHflaKZTPxnnAacL1FbZLzr7O1OnS8 { width:15rem;height:11.19725rem;top:19.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py9HCfh0OBmeBDIAurEiz51JDbaNt76e { width:15rem;height:4.94824375rem;top:50.25rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVQwN77bXmT7U057o8JbAm6pN63vwJ5y { width:15rem;height:11.19725rem;top:56.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { width:9.375rem;height:1.5625rem;top:68.75rem;left:2.5rem;background-color:transparent;background-image:none;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block; }
 }@media only screen and (max-width: 763px) { #Nk7E73pWxuu7a6FACSuIOdmF6ul8kqqi { width:15rem;height:10.375rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEVpJR2Li2xooho1O7cGTbuNIOHULHEe { width:15rem;height:10.375rem;top:38.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { width:9.375rem;height:1.5625rem;top:32.3125rem;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;line-height:.9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block; }
 }@media only screen and (max-width: 763px) { #DzrxDQxzT79hnvFBGkWVMdlVfQ9fqtJG { width:18rem;height:35.4375rem;top:36.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0V6Ql7W9lbw046TTzhDudQcQ7QrqAa { width:18rem;height:35.375rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc { display:block; }#KIK4tLxaTtrfVDUcTEH1cN3LbDnbGtbc > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvfQmLvTivEDhQUSFDcH89OiieNGdTnF { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brXM84OXoHSHmLziADM75U2gWCXK5lc1 { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:9.8759182691575rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5pEsCT6WUEFhGWHFZiTx2Tq3FNVe61b { width:17.1875rem;height:10.3984375rem;top:1.5625rem;left:1.405100941658rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8xkzJWNPN14WVTi7pXM8EF9OtpiUmb { width:10.479166625rem;height:2.916666625rem;top:24.41796875rem;left:4.7187501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqvo8KWfC9ckbZWSVpTfPCQ47li6OxO5 { display:block; }
 }@media only screen and (max-width: 763px) { #aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV { display:block; }#aRG2mzHD30ZC0GCAQ7JHrJD5HtZFcdPV > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpySqOadOgDyCtoSuoVta4HxxwuuzuIT { width:18rem;height:14.0625rem;top:1.25rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxD5n9TdaWlZTRg2NCvfovsAm1yFyKFU { width:15rem;height:3.5996125rem;top:24.75rem;left:2.5rem;font-size:1.5rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cKfU0Id1QXRgd5ayfOGV9m8zNw2CyEsm { width:15rem;height:23.994125rem;top:29.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AF7hN1fhL7NkTxGlTp2dCM7dRZzsHiZn { top:2.5rem;left:1rem;width:18rem;height:19.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O4f6FwPePFdAUwVB6i1Cyb213HKGhBbA { width:9.375rem;height:1.5625rem;top:55.25rem;left:2.5rem;line-height:01;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;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AXainMCLUnqbt9OkgZD2MV0dQuOO3oga { display:block; }
 }@media only screen and (max-width: 763px) { #rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu { display:block; }#rTM28MApb21hQVbkJ3Qqu64AyrHIuuyu > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOKcqUxiTT5136hn47TwpbMoMkc3q8gh { width:15rem;height:5.3994125rem;top:24.75rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUgslt9mggBISF9tfazRD8Q3WTaFHCew { width:15rem;height:25.59375rem;top:31.0625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVuIxwrOLnQIAZlMGRT1Eu7xUDXx2MZm { width:19.875rem;height:14.875rem;top:2.666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvkrXGa0Kp3K9y0LRrT3lb4lRTS4GBLa { top:2.5rem;left:1rem;width:18rem;height:19.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B8qvt7X6igTmrAEePZ6iD9ITQ2DFogl1 { width:9.375rem;height:1.5625rem;top:58.625rem;left:2.5rem;line-height:01;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;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PFuwCPmvADsTSaioPt1dy8JDWfyUMHwu { display:block; }
 }@media only screen and (max-width: 763px) { #LI9L9yhlXLV8x4T19LUooANMTHW6s27n { display:block; }#LI9L9yhlXLV8x4T19LUooANMTHW6s27n > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfp4ggdhmD2xNlOIryHXsZ58dsuceoEk { width:10.0625rem;height:10rem;top:11.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhwQq7pbiDlIFP8kd2T7LdNcEEAzz0Zx { width:10.0625rem;height:10rem;top:11.85546875rem;left:9.8759182691575rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFTEDlVFcL8hyg7nbrG0sAMo6iNqDqN { width:17.1875rem;height:7.7988125rem;top:1.5625rem;left:1.405100941658rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzL8MceaUSK43SQJ6JOdTrIIsyRGePEg { width:10.479166625rem;height:2.916666625rem;top:24.85546875rem;left:4.7187501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdAPT6DXv80BRnKVaQmEWFXeZ2b7uTx { display:block; }
 }@media only screen and (max-width: 763px) { #w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 { display:block; }#w7W1fxa3bqzVpWbKRocmnsSODrwcl8U1 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpiwTFrHUVtdB7x44UJZVCes5crqUcbq { width:18rem;height:30.6875rem;top:2.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxbUKfItMCClGTk2FldNurxxTgpRKMv { width:14.875rem;height:9rem;top:4rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETGNG4LogTTq5Nara82oxS8nsMGr29W { width:12.8125rem;height:1.6497375rem;top:14.4375rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uWqMbrxMZX6oA6PlofLzHruovS3DhGAw { width:15rem;height:11.19725rem;top:17rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:9.375rem;height:1.5625rem;top:29.625rem;left:2.5rem;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p { display:block; }#vypK6AGSG5xaZmFyrVk3qGkNhxvk0T6p > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWadKdbUDvhxgz6pMq7XZAqssZTT1I6T { width:13.875rem;height:1.6497375rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AS54IfX01DTIORkp2lrck2NqvJPZxguE { width:15rem;height:15.996125rem;top:15.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTr8fKgAkPWgZUTtCTBeLpdcHstPdCSH { width:15rem;height:9rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:9.375rem;height:1.5625rem;top:32.5rem;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) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #yWHU3kfkqqy6xSo0kMe2VdtQNvKuriv4 { width:18rem;height:35.5625rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDsOTXtO349OwyVdqOrRQ3tHadxctb8w { display:block; }#KDsOTXtO349OwyVdqOrRQ3tHadxctb8w > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzRzUUZ7NbcA3JcZD6rdbCG1oWcuNHy9 { width:14.875rem;height:9rem;top:2rem;left:2.5625rem;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) { #bIR6hrGVaCnwqrFLOUZfy4Adce1i45rF { width:13.625rem;height:1.6497375rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hRMBPtTRXQhSrP5IaC6Lx97Txom5nCK3 { width:15rem;height:15.996125rem;top:15.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { width:9.375rem;height:1.5625rem;top:32.5rem;left:2.5625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block; }
 }@media only screen and (max-width: 763px) { #JGMZCm6GI9rZXa1vzMNWE5FLi9sBHXWQ { width:18rem;height:35.5625rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEa35dMqgwcTzaeo4TR152TnurVcuH6L { display:block; }#wEa35dMqgwcTzaeo4TR152TnurVcuH6L > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q014ghLc9xCOzFPTbUQMgHShrlVaBCgm { width:20rem;height:18.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU55pG7rSPkI5Mw6o5NZkuKV5OcqRpdB { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5SmE6s7x6q9h1DHpJdwlhWKWJlKEezd { width:15rem;height:9.375rem;top:1.5625rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wkFTynpfqUQ1ZV6e1u6GwomKsp9sW509 { width:15.854166625rem;height:2.916666625rem;top:11.9375rem;left:2.0312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZToybbT2BCnf0Q89uLNIeqGirkOA5akH { display:block; }
 }