.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:#010117;background-image:url("https://images.assets-landingi.com/uc/c993aa3d-88a1-4d44-940a-f5e26f414e0e/topfyrvaerkerivideo.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130226;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; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container { background-color: transparent; background-image: none; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container > .video-iframe-container { display: none; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row > .video-iframe-container { display: none; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .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); }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container { border-width: 0; border-radius: 0; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; } #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection *:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="text"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="email"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="tel"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection textarea:focus-visible { outline: none; } #iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { background-color: transparent; background-image: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container > .video-iframe-container { display: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container { display: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .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); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { border-width: 0; border-radius: 0; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container { background-color: transparent; background-image: none; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container > .video-iframe-container { display: none; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row > .video-iframe-container { display: none; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .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); }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container { border-width: 0; border-radius: 0; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#DW3c5JkOxf6TqFnePcOqPU84XnGHJH4H { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2aLdIlpgXwezASpUs1w2NKLpLCk35Z3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15017;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:9.5618209838869rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ufQwTl1PJgvDvMXJ2b0AQZkZgLhRa5PB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:16rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT > .row .container { border-width: 0; border-radius: 0; }#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }#QE6TX1LsfXT4KcDxokvga1TK8EGSfK0T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:5.3125rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lVEDc3P4nelKTcKeAMAAvGWd3SA4F6C3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15017;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:11.125rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nuykL0D4VleOM8cRThJ70gP5VBd3mbJN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:14.625rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP { position:relative;display:block; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP { background-color: transparent; background-image: none; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row .container > .video-iframe-container { display: none; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row > .video-iframe-container { display: none; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .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); }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP { border-width: 0; border-radius: 0; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .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; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#SVIoTPy5CwuDb7O5IVedvlnDc3H2FPu5 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#I3l1l31eM30OTLpmJzohom9vQ6fgEgxR { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Jf3WtIJAnkrvhdctWQZgqDKN5TWwcqDS { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#HrT4cEyNqmR6KD712PGnOuxEpXXMiv4x { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#y8qJEuBS36MPA79uRFQ8Ep05tIQ06Lez { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#s8phZvBUB6LAkwDTRcI79Oqu8Z38lAab { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#AJOy4JBQ97iIpuLKuDyXkJi88BVKexdm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#pu6nMBEg13SL4AwvXJ2o26lHwMARGgBh { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#gXhrHByGyCQcFV8gvyNQhcnCxIVfwNns { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#QbdKkOP9Hk33dSPXWwpD5yMeANZeK1wu { position:absolute;display:block;z-index:14961;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: -0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kuEK42WPOyGclE9VrMpva6vgyIwZoqgW { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#nRqgHxv0CNe1KgToyiUNuRyIgmInwv2S { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:block; }
#X4Grq8e1kGWElpvo7lQFu9v7eFtpNHmK { position:absolute;display:block;z-index:14960;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: -0.3125rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:block; }
#suzGnwKoToDJecbyyPpecHy8qEILCP3X { position:absolute;display:block;z-index:14958;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: -0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:none; }
#x9JFkHv1y7TbrDkTkkAB9EC0MzJt0tHi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RtoOLuDRUSAt7DH5sfm2VWfWwRtuqsMD { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#xTNdKkpOF4ZE7bktNb8HQUCGkouSiU4z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lt2D1aprfT2BLe9iNi5bPvZnfmmxFf9F { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3sAfXvpPwv5ituJyc0nIT6yT6s0xpd5 { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#G8gwJSzCbFdzO2U2gxqICIRL03xqaZaW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eHOZcUl6K4yT00Xcl4TD5iwvQltNtvJZ { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#Qk2PnfGTeiACSGWU0kFgB0z69k9owF1O { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h56fHbJ0ZNMlMKit96SukdsVAsWdAssK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SSfKnuLT7MRXFwdusvhZtRHrVzL4DUT2 { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:none; }
#dG0tr2QnJJS52kiUfKdWLIol2RXu82md { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SHCi5iE8pos5UL9p8vQSdLneTXgTCvGM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T61Sql7gXvWq42eOH2aDNUNekWy0WBa2 { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:none; }
#Ic5IothLEOHLfkkL3O7mbhpwtVRg9Snw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JlImN8VaK7ZPURaR3hF4Te0pBh9CCcT5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH { position:relative;display:block; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH { background-color: transparent; background-image: none; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row .container > .video-iframe-container { display: none; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row > .video-iframe-container { display: none; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .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); }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH { border-width: 0; border-radius: 0; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .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; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#QTVqxUUQ5DDJCUHJfqwAKQMLF721we83 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DT01lopSXc0pEWTBgTFVH16LOHnX1glu { position:relative;display:block; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu { background-color: transparent; background-image: none; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row .container > .video-iframe-container { display: none; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row > .video-iframe-container { display: none; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .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); }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu { border-width: 0; border-radius: 0; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .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; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#AmsTTmSZbZkT0bQc3UCwpHfWSLAVvaaI { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dH1yZNKbIhh9T0SS8rJO7i3ATQ9eU4TC { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SbFu5Dn08bETOEaE1TU5zWuXmM1WE6MK { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#ByGQsow0oStAcTCmb4O3D7GD8R9czxF7 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QTupxcLIFHH3t14pyccTbRe8wcE8Qw9B { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#FrITvTELKs4WF6fPWJTM9S2x988L5wwI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#HbcIv5ob75Bt8mK3bbRFtdiE5F4C5182 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#LIoEXuH6b7vow3cBpAuhRczfOqqS9MIe { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#wdi0U60amOoL4lqPgy1R6i7i3HdtLy1X { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#tEaMlNPDO9ZFtdVipHodq2viSJ4GMf3J { position:absolute;display:block;z-index:14961;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: -0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NBQXPTDMftSstBuAgHh76llyaSmJRSwO { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.5rem;overflow:hidden;display:block; }
#Kp3Pl7dkRM0pTKaT9qLIuesnozJXetxZ { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:block; }
#cQDwTKqT6k2BDSOJNlROBxvpL2JKKM2d { position:absolute;display:block;z-index:14960;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: -0.3125rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:block; }
#SmCdBPsBwmc49Cgsf9pnRGowcgICcRC2 { position:absolute;display:block;z-index:14958;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: -0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:block; }
#uZFiGiRzBaf2NRITdKo8Q5acA4ivpZqW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2HXaTfox95cdTGCXglONuCM9LDPEVqc { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#RT1iT7nsqG5dSs3FodFoVv0nmVE90yhd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zfLQSlKFqQvv6MEfVHtW4SEKLgE6wBKy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCgPu1VRVq1JoRU95m9CcaA5R3337qWp { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#u046SCWD0tigXO537FuN29bid84OC1vk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wo7nIIuDV0htgtD378zX9xhZemG4cW8Q { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#vUXzrrwtnnGSO4fEOEsthXS9zGgPITgt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nuar5COFs2vzKCGkaDkJ7R0cWd2TTtNv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DivJw0u4usKSpk3QTPGeFTA0aLFgvzra { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#O2tA19TTRLfISdhzapkNq5gQ4ueXDGMV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UHkXXRS3DU2yJ7T9KVMG9JCZPnq7vldV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VKrbHUJOqrN8DzZTv974ieq6l7MZ5n34 { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:block; }
#EJH2NT1Fwae2iusQKy6GzoaTFUHsgChi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lrw5R4H3dRqCXnoPoF0pxyIbvHssSlgS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MC0XWB0DTM0up3QcRnvqRIfTM1kBJgTF { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.625rem;display:none; }
#FmCeU6gUyxb7WkBmEkM7VTIh4rTgoqbU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.0625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xW6zBiXwGOcZMUolPshImkGFZzKwQWZw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.375rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CENIgMvtSmKVVNDfAJE2QmuEqdQ3QqzA { position:absolute;display:block;z-index:14956;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:11rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI { position:relative;display:block; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI { background-color: transparent; background-image: none; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row .container > .video-iframe-container { display: none; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row > .video-iframe-container { display: none; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .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); }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI { border-width: 0; border-radius: 0; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .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; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc { position:relative;display:block; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc { background-color: transparent; background-image: none; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row .container > .video-iframe-container { display: none; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row > .video-iframe-container { display: none; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .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); }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc { border-width: 0; border-radius: 0; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .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; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#wF2bNkdygHShKLmJ5DXVfCNaeEz85hqW { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FTdDp2EbMny6ohMX1cZC0JPCyZ0Searm { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qUDwHhzVokhHRcPJ8aMiw8sz3KlxFODJ { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#lWkHgoF0HBb4pKc9IiRFCxaThXfKJIW5 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#b4pQ0XXfnHxguJXxBQWwUgGu6urMcT8R { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#WMwwdraNsi6bOhmWAZtEbhAIGpcLG4p9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#m0pJc2HgAtDv5uNxghxbQL8gHG5oElZO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#WXDSvcLlgS40hTVwf3VCL1ilJXmhTaZS { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#f7EJCC7SwHMrckycMihiu7yuuu4frbDa { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#eM9a3FOLKUMaiXxPlJhJb2z2fJ2EmJPO { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WhrWs2dfS68uZxZs3QcFN8ibnfC1krJq { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#MPz1xHIxWq23kePsHUZ5lBoszT0HhtPG { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:block; }
#X6hI1Pz9pBDeshWWQcZf0iHzaWSZN63i { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:block; }
#HD0dk1ZTZW25zdI7rEWbd05Emkhqny1t { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:block; }
#CKWioKv0FhmDnZpOT9EnD1GsbqBsdZb9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pa1dOb0HqkVJaKxAw9X6d2gV0IWbgWZK { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#rddT9h6nrS7ih6cTqcGSN1ey8ZD2PXfJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MS5FVOgPdbR1NKkTTZRenrMxPiRxrAqL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fv9D2O2MEr79qTo2Zo4mD1ButqAQflbE { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#NCzsSantNFxaNKtxCKI16FP677K7OkbC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OT9y2vNHx9KZz2LWb0p7W8CummkRDMiB { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#DZlJmgPmMw3cOLmm5LvRUv9oVs80XLG7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gxXtHhNQ1tgDT8wawTdmh1aXPp3n4pwR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7W6DPMpt5Lce3PKSxebidPhTJ5Emlr7 { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#OAev3AQF5ndWDbNiQe1vOqo6JVHBwnKs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JymKCunK6TLVph7IklznNfDWgRociQWN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fA3VTHvfy711KfSyhtk4PVFr3tng4wFu { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:none; }
#gxLTCJAxhppGVfwEKIOGfFiNaMhZ5y0T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qENSlqGCz4zUc2gcWl6GqNcvXrq0FB84 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG { position:relative;display:block; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG { background-color: transparent; background-image: none; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row .container > .video-iframe-container { display: none; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row > .video-iframe-container { display: none; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .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); }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG { border-width: 0; border-radius: 0; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .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; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#u8g5Z1UOZQ1hB150TVPAgI5dgDBMOO3S { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.125rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#henvJcnJwFq7wleesuLlkTC23K0C0fAM { position:relative;display:block; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM { background-color: transparent; background-image: none; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row .container > .video-iframe-container { display: none; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row > .video-iframe-container { display: none; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .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); }#henvJcnJwFq7wleesuLlkTC23K0C0fAM { border-width: 0; border-radius: 0; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .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; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#yVhr1nTizCrD6tT9keByVqTgpBNHx09i { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xxn3y7mnOmULDH8vlpZ60rnzCcM70T9z { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ilV5GA1d6TqsJstxTBaghZqHaG9xkFSM { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#BHTn5LTXzcvaSbOn0TmJIWUwwk3tpo9o { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a07iIxq0yEH4rcRE4AUBeEXAK0iGSFrR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#qkpRtta1hS8n8Asw6KSPxL162Ns2ZzxN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#lx9Kgde3X0hMx5xETmWPKHAWuvDBURFM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#OxbVDHumam6TSSBAgRHlpWIxulx1KrPL { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#AwsoTffcVuITUgsTHCBCn5sedVLgrb3p { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#kaoWr31LEWseniIVln7LnrncCUMrnQie { position:absolute;display:block;z-index:14961;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: -0.3125rem 0.3125rem 2.5rem rgba(67,16,211,0.5) ;height:15.9375rem;width:10.625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#XplaVnknAMpPF8RHDlv16MdTuX8c7uZJ { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.625rem;display:none; }
#CWSvsvpgCpsqfpKQEdCf8TP3U5MqBrbN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.0625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#X5Z8g4QZ3l3mMMXU7oKCBOhRtizfQNci { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.375rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SLt4s1E1FvrELVxQS6BrcTKZdarXisNR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8HJQztcwqB7GBi4FmP6LyUsJ0iQxSLd { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yVre9GSvWcO1EeeRGF92rbaA8hHByaJ4 { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#SiZcBRsm0RXTQPyTSdDafTCeBNLiDBNL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7hBrRmKss6EbaBKXIAlmTesWv1SoagK { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#nCi3bzXOLOQfcyRqHBcrBEiku9PczKci { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#vmW1aX1bdB67hy35HZhomVVReGqypNVW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFT7Fkrggz5AwK5uArbyqCTWq7i1yOX4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiqborsy8eWVTvmkEULtDlz2Edl6a9wO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpFihsIpTDQL2EItz8o6P7hbuSxP3TFc { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#AemLJSa811WBsqrWqh7KGqTgVCmg9MMS { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#nUtgiflmD4732uDSuBO5SNT6CVPEzfNL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkqqS60SM85eLT0eam0BzFmBBQ6nLKV8 { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.875rem;overflow:hidden;display:block; }
#mo5dkMWkpTcq7Q2Xl7BMzZr7QwWgDlKT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vePfEH3gSTJcUPnPoDyia4y9CpFT8AD9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zcR9suzZBEf6DEDCcdbWJD6sznVCcvUF { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#tQTeXSTqTGGwDycpxugQIH7CBKJs5TkM { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.4375rem;overflow:hidden;display:block; }
#oCtoWO0TWJB5fdolB7MQZmw04rb7VsDK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJPKEMzmHDxkMwX04TpVZMxrFQCwyGLQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LCvH1S95mxDgLwwtC1B2RM1oPAzVaHF8 { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:block; }
#GwSwyFJXyTF64LnqHBMhG90EITE3bncd { position:relative;display:block; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd { background-color: transparent; background-image: none; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row .container > .video-iframe-container { display: none; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row > .video-iframe-container { display: none; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .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); }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd { border-width: 0; border-radius: 0; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .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; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 { position:relative;display:block; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 { background-color: transparent; background-image: none; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row .container > .video-iframe-container { display: none; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row > .video-iframe-container { display: none; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .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); }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 { border-width: 0; border-radius: 0; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .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; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#gFqvVgQdwBhuzhA34syTvQS97y59cSSn { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vzSlg08QEwBWo2fKAbugRa3DEKwMzTnQ { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ayDXeORmnt45QvMWap8ZvKBx8m7z1vFd { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#Q0o4IJxTyDnRXP7V36FvS56TdqGpthxh { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pSm7uA7cqf7roz1oZm5yb296DNzVV0vS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#WV4b89m49iL1TkoGK4B1GSZEmt3U84uz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#zdK9kdfoHVfrp5bxFwv5qZUBlb8mhe6R { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#sW1q664WaTZiBFFUPBVtNhGt7vykwV40 { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#O7fcSQhz2qeMwnZRt5Sgt7zgNyOf0PlH { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#lhSFqCqqlVKJ0P5XSUCC15XtZVNLV4GG { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D9Pqya8vPcnW52eCEiSIsRUDnMdDZmmp { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.375rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#KJ5oNLCRScVd2OBbhEEaXvTSyth23Gzs { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:block; }
#iTSsNu9yFRSM4bLc0L7AwvC9HqbvgKpP { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:block; }
#H1x5ZLZDHTtTolfcqxoLeH8AgS9wfKt9 { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:block; }
#TXMCdhmUXbEOOgTIJ12uaIzpwACuaCkh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kyfufqOxi2BZiTkOvukx38kQAIuGlleH { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#NJsThVGdhysVSX7GB1J30e1RbtN66Krk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhaqlrFie3tHUxTcLbKsdCT5GqkGexTA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqbfMkpEMQOp2ruiBT8crddOfBXpAurW { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#DMGMwyrLKxGcbTCidCZZX8fFfThlBVAc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hWzmwp3wFKcEyxP5qv9u5JBo2BuZLdIJ { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#eQtinKcti8UfFExiIG9qvtGaq3JVg38V { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wh16Tl8HzlytIXFf5rSzOIQwezrdH7V1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7sAAAUwKA3s4WLWB5m4h3DbfyXiOTOu { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#lLzAJ7UWg8Iu0oz7BCmSvnI9lcImKnwS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fOUwghebyuTsHW4WHJ8h3rkEk112iywS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMZEnNL2rrzRXnukdFO4yPMABRAfe7ag { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:none; }
#h6u7ycTUvzEIp8MJSV3gSkyOsonWDtds { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QDA5f12T2Msfie6UJyWsXnCGur13ITxu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm { position:relative;display:block; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm { background-color: transparent; background-image: none; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row .container > .video-iframe-container { display: none; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row > .video-iframe-container { display: none; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .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); }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm { border-width: 0; border-radius: 0; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .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; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#vcDHbZb7FOdhNU2fz1oiGqT8mdoBpD8A { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.125rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 { position:relative;display:block; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 { background-color: transparent; background-image: none; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row .container > .video-iframe-container { display: none; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row > .video-iframe-container { display: none; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .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); }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 { border-width: 0; border-radius: 0; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .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; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#n1MuaEDimGTCG4CfDatropKP2trsOoJu { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aiGnhc4leSwSpEvqt5pcromDVcHZoRH9 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MuEn1zNJAepVWSpQio8g8lzWyDztfJRl { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#s5p59IeJ1F3X1TreHqQnS7zczEGXcPDe { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LDeRV9DI3Xyv6hwvrT6oxf3uPfEhD2Ax { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#IdE0w4Z7lLJBsdgGSfu6rSBIcNOUqRGS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#Oxf2eTF2abFIFH5JOTzPi8w1sLsyAhkq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#oaz2TmiT3InWGypZOyba1HiIG7zDFTc4 { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#giBJyzHZpvaAhEzlOKhXIJXOxVF5Fi3n { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#CJQd0DaWD3LkKFVQzlASLsKb2DP3KkvM { position:absolute;display:block;z-index:14961;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: -0.3125rem 0.3125rem 2.5rem rgba(67,16,211,0.5) ;height:15.9375rem;width:10.625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#dCgxqGy4WMzWXN1rvqLlR7KhNASpJdqJ { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.625rem;display:none; }
#B4w8uDfbL4o8TmDRVhWnerLhLmzysmV0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.0625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kRSiwIJ4EbWEOuKOi2mwSfhDDmODNnrC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.375rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TQ2bnAaMdyH0UEdZt0xSHV0dgQsGU3ZB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IyHlSWV76xNQTOhQU19FlC4uIOhNPM30 { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UlUTJRHd54yTW5PuJiWAxKQ8aEXQmL3h { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#AAedlWoMniFGo2FLcs1067AyklpW25b4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTLQ3MnuzpwTdpKb3IiersxTvMNnk4gM { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#nzco5fRnyh3RoHGTwXx6axGZEGyd3xfd { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#Npy9LNi7ZCHEIZllDRwdG91TmVb34UsU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukZagwdciSTZNlpftDmtsDwb0EKoVZ1L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1TFk4ERgoRc3uLNr1NWVg0W1XoHOy41 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qEI4ndT1VPt3U1I1dMs0uWbzrX7Mvebr { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#Us7T4dE81gRppT4HNBvQPcFwCLT5dCF2 { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#CT7DRhk2o3aWzN2TToEsSG7dpES7aMan { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKVDTc2fCNwdR3OKbGEChOq3VHcMESl8 { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.875rem;overflow:hidden;display:block; }
#G1POuLNIKSvzGKi74653IVZnylaEiKBL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o00AiBF6SKqRvdH8QlDpQW4PfhRkXqp5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIgWxAK05axL3vGHySsMsQ4S0v8hdhHA { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#Tv6Pna4f3ThDH70mHgo3P2uqKsbT5C96 { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.4375rem;overflow:hidden;display:block; }
#gdBG0FUlAfl6GoIFyL78GV95B85z7uy0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DnqJ6CM9B4G75ccEG5FkWTPdkZHPGCEQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JPVk92MngTUlp7rW2kyazRHmVnwrWpmS { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:block; }
#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t { position:relative;display:block; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t { background-color: transparent; background-image: none; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row .container > .video-iframe-container { display: none; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row > .video-iframe-container { display: none; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .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); }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t { border-width: 0; border-radius: 0; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .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; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn { position:relative;display:block; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn { background-color: transparent; background-image: none; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row .container > .video-iframe-container { display: none; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row > .video-iframe-container { display: none; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .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); }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn { border-width: 0; border-radius: 0; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .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; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#mTTFmzGJeqAnRpLf954T9cVyTJzZFroE { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xNW3sDvTxEfIhvGV53WMyGd9NU0Ao1Wn { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cwm57XFbDyIpGrxEbL3nzGPFwWfEGTv9 { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#SahlNNcOUXwkkV0sPqafrw6nmTcm1Tb8 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PEZKJQHTO0pOicOxvnmHByHRMiraWvEK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#fz64hGdkwt4L1PxDGmorNa1i3bzkLLQd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#CiwzCyx7Bv0NtpA81mzfZkWxXkObd2uq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#tCug3KLQndzs7Qc6J0gWE6UIbmBLoG5K { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#LLU4g9WOxTS6oazsIFSLy34r905RZiKy { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#iiTDg86R8RXtWNIpN2inLZGDZ43FX82w { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DvBFNFIpCmcdo1ngvE3vUO4ui41NqXqP { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.375rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#npSQCJkh3CzOlGI7tXF5tNiHvLm3JZmK { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:block; }
#JHwwVHbz8IrL9C6VpT6SyffxfCgFZOci { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:block; }
#B5HhNOLVEmydVL496xGtyu9EiKDLwv3J { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:block; }
#LJrvCMxt656AWbw73NgGGXXGbJBPMIyM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R5TLDA7NhH5aPWMuznAUAOLGvhFKBc43 { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#DZCxrihSGc8QFCqmaMOmv91DgI5yGpSb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpcGuQHkoXnE1ldcP4uaoAqed9uxpQSE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RW7AtReTLO3hZkppkMHbDJzusTr0A1Xi { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#ydsxtbb1hJ6TLFCGTOwCAEHEmkXbOqWb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dXByd0k8eN8AZI9vg47ceTry0OfQdukE { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#gnIx0hvHTpgnUu803lDSTJbks0riGAyo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTJGDWvUoOqNE6IyQaohPdweLr3TDR2S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yX2GwqTbh6bpF28Knn8bGDDXVscGf2fC { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#MnMpIvV59RDMMQPBRnSeziIHVJ6PdaaU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLmmo3l0JTW5b6BS3FX0UGqWTLQKDns2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIOdTtcQT8JXWI5UIzIORoodxVAw0ihC { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:none; }
#mcF7afH6u5xoTwb0WEJ4Dlv1k1SGt13b { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#g5BpeRIoDbK2H8elRaKmcTxixhVPh2R2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE { position:relative;display:block; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE { background-color: transparent; background-image: none; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row .container > .video-iframe-container { display: none; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row > .video-iframe-container { display: none; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .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); }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE { border-width: 0; border-radius: 0; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .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; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#sfUIAAa9bV79SwzJX03DANAVU9wscS0U { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MWbLNLF9oAS8e5T291HBMFz1342EByDi { position:relative;display:block; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi { background-color: transparent; background-image: none; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row .container > .video-iframe-container { display: none; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row > .video-iframe-container { display: none; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .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); }#MWbLNLF9oAS8e5T291HBMFz1342EByDi { border-width: 0; border-radius: 0; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .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; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#UW7KCTLLm70gBtUT5ZfBlK2N2UM5kAud { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p3c3DLAHzTGBs3k5m8AnFIhatr3hL23m { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gmANBEIEEi7dfCMUzCV32kLUoR2qvu4e { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#wKKXRTyK3ZAv6FomrOa89yFU9gOoeuBR { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JIHBptXcTx7MdbW45G1C2E6uRTmWORoM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#dBTdTEvZblnenyD5Pohdb8vcItgbNbx4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#ETaPQts7SFiOLtDo6sW2zfRBvEHUCEp6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#awLGamaXzfwMVFEUQX2RgVCAL8J9eFP6 { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#Cmu6WloNKFsD9kuMsx2ldHyhlm4wouro { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#JWTTe6MwC18wsQUd5bmpGo5kMQBrLhqR { position:absolute;display:block;z-index:14961;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: -0.3125rem 0.3125rem 2.5rem rgba(67,16,211,0.5) ;height:13.875rem;width:10.625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#MyzqatNAHTTRsP15lnVJamLIX8MQ4flq { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.625rem;display:none; }
#ITc3W0E8FUwpG65CTe7Zs98VavwX7T7b { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.0625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WPddno8DrNFpfKwxyhFX7Uqx6lTyXKTZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.375rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kJ7175LHuVbdnKiHRrdz9OS2UNfDPr6A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f35Gaz9n4LBh9udTc3sdV3vIIiM5KN2T { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xAVxAJRb9e5XlZmVOE3cmUOZyO1W3COa { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#rT9ams3TyrhSIW8n3ScFaJevGnuFviQF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvfNsgymlUuFp3nAyEIEdvdOBh3cgX3H { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#Tx2D4rf0onUriKtTi5oVHPDJU4eBwKHr { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:block; }
#AH5f9aEvbvLJARakRV7CemBfEQANhocu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTGayeasfioy9xDAxXKOavPWOcVhHHwX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrDEIGS4WZzMrTzB2ULDTQa9lJNmvzX2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ShRatwUD3JemBZGDTIgMFd0QLn8dACGl { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#ZEE9pIlGF5Q9LoqdPF7asNuHw2C1yRTq { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:block; }
#PcTruPVfGMEV6UTihttlVTGozmkViU4A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VP3DMTbfJ13ihh1NBJ746SNnmdrNeIhx { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.875rem;overflow:hidden;display:block; }
#va51UJTs7IOelkX6bQDmO4oL2k9d5AVv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DiC0B7pqssEFlIiZvKTrxSlMygGfAV1M { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPAWN79puXV0PlOxiysIaOb9TEOT87hq { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:block; }
#MWROzItBn9LepF7RCqlz21IZuq1CShlC { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:62.4375rem;overflow:hidden;display:block; }
#arEn6ympMraeeFTMyyTbfTEV8op4HvIv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1QCvblpi6fAq8eNifKlGEb3nZGUEtAe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXqQuU4mTcoheQIlBZg2BsCmcfplE1ob { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:block; }
#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K { position:relative;display:block; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K { background-color: transparent; background-image: none; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row .container > .video-iframe-container { display: none; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row > .video-iframe-container { display: none; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .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); }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K { border-width: 0; border-radius: 0; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .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; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC { position:relative;display:block; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC { background-color: transparent; background-image: none; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row .container > .video-iframe-container { display: none; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row > .video-iframe-container { display: none; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .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); }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC { border-width: 0; border-radius: 0; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .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; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;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; }#cJTJg8ToavdsS2teWNEJSX5Z0fvca5V2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:0.625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GDvXnMpNf9R6zqc7xsnJwOodBJMdPMan { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:51.25rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uawtDaukQT2zSJM7yxK2mxdQSJKIIoTW { position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.625rem;width:23.75rem;top:9.8125rem;left:0rem;display:none; }
#KkZ9NsGmtxSJNEdksMsT0OzFoPGaXD1o { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:11.25rem;left:25.65625rem;height:0;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LzJclV2W847SlMcbP7NTgTbLWifpQCZP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.0625rem;left:33.5rem;display:none; }
#JaaS4yDaD2Dh5qhoHhhKa9zA0qx7GZT2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:11rem;left:58.8125rem;display:none; }
#BVXBRf9ysLVKxUph53QEZDP3W5KhBOqz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:11.0625rem;left:7.1875rem;display:none; }
#z3BoxybTMnuXWegr69a5TesApTPkD8rX { position:absolute;display:block;z-index:14962;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:23.75rem;top:8.3125rem;left:25.625rem;display:none; }
#z8kepecHxZBAkvCSh0L1zHKss0FMiD7m { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #260854);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #260854);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#260854' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #260854);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.6875rem;width:23.75rem;top:4.75rem;left:51.25rem;display:none; }
#BgzlR6Ns7GmSIUODq7HtZNi04IR61pi5 { position:absolute;display:block;z-index:14961;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qfBixTJCSHfUKGLBJ1nhRrwVFtIPXuSI { position:absolute;display:block;z-index:14957;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.375rem;top:0rem;left:62.5rem;overflow:hidden;display:none; }
#HgyQ9w4NfmWqnZbTC84kTXpQIfPZZsJT { position:absolute;display:block;z-index:14959;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:31.28125rem;overflow:hidden;display:none; }
#hWZHFzc2Jvx0fOVIl0OxJpf0kIJTTPiz { position:absolute;display:block;z-index:14960;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:15.59375rem;overflow:hidden;display:none; }
#Aik9gq4U70yNxmEUqN0vKATd27AHxB44 { position:absolute;display:block;z-index:14958;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: 0rem 1.5625rem 1.5625rem rgba(67,16,211,0.25) ;height:16.5625rem;width:12.5rem;top:0rem;left:46.90625rem;overflow:hidden;display:none; }
#QnDvtqPCWx4oMBv7hb2WcePrao9ceGx8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:0.9375rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kpiJQIGkCSrTfnRP1XwJvWHZg8vvTga4 { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:0.5625rem;display:block; }
#q5eTpETJ9EuAofcz8XMftm2kUzVVzUVf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZOJH0O1sXPnPnhR5QJwEuAMiUylnT9XJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.625rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cSGPO9xZfbhShFA7rvgsQzUeNTyTrfFX { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:16.1875rem;display:none; }
#KRShnrfB0X66WJsXvRJF5y9ybErku90r { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:15.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a8sw1CuvQW8g9fUnmwZwJ08wJOafZ0WK { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:31.8125rem;display:none; }
#tT3gFtCPdaTsm1mGa9AsoUvJEcFwA81T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Vi3dMb12rUfGL2KmPL3eqG3I6fhJlMkE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15010;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:31.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WPw95APTAbAhpSpsLaTl9uNtW7nyh888 { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:47.4375rem;display:none; }
#HFPIcelQbscvP1d0QNK20ObvZyu7ZpJW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.875rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VSBUIVVopZ3Na4bNJKl37OVHNmqMyMPm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15013;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:46.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rZCg55F4CK72iX9PEEvz4gprePuKsWul { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, #2c0078);background-image: -moz-linear-gradient(180deg, #190048, #2c0078);background-image: -ms-linear-gradient(180deg, #190048, #2c0078);background-image: -o-linear-gradient(180deg, #190048, #2c0078);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#2c0078' );";background-image: linear-gradient(180deg, #190048, #2c0078);background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #4300c1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.875rem;width:11.25rem;top:14.0625rem;left:63.0625rem;display:none; }
#G17pg65X2SgFLc4e2kwgU90NEb5tCATG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.625rem;left:62.5rem;height:0;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#m4nay5BtU0QVCLVqQ7BKZGixUvP775F4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15016;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:17.1875rem;left:62.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz { position:relative;display:block; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz { background-color: transparent; background-image: none; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row .container > .video-iframe-container { display: none; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row > .video-iframe-container { display: none; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .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); }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz { border-width: 0; border-radius: 0; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .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; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #060013);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #060013);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #060013);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #060013);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#060013' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#060013' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #060013);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container { background-color: transparent; background-image: none; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container > .video-iframe-container { display: none; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row > .video-iframe-container { display: none; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .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); }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container { border-width: 0; border-radius: 0; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#ZyXbF0ANL6DOxW2ChfzZSEgPqPkofvbw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:4.6875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010117;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; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container { background-color: transparent; background-image: none; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container > .video-iframe-container { display: none; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row > .video-iframe-container { display: none; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .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); }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container { border-width: 0; border-radius: 0; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#npymmiEGZO2um3QmANCbMworCLwlWlLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010117;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; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container { background-color: transparent; background-image: none; }#npymmiEGZO2um3QmANCbMworCLwlWlLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container > .video-iframe-container { display: none; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row > .video-iframe-container { display: none; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .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); }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container { border-width: 0; border-radius: 0; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#MV6n1CE8Ui37e2v5qBI7PPxUowm5vuX1 { position:absolute;display:block;z-index:15060;height:9.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#Ib73r9wDzKEH0IDl8EtKzEvrur3LLUiu { box-sizing:content-box;height:9.375rem;width:6.25rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #010117, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #010117, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #010117, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #010117, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010117', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010117', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #010117, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:1.875rem;display:block; }
#hfrytATO369dJAmQzUypsfvBMAvClboe { box-sizing:content-box;height:9.375rem;width:6.25rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #010117);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #010117);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #010117);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #010117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#010117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#010117' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #010117);background-size:auto !important;top:0rem;left:66.9375rem;display:block; }
#BpFhNp8p0xuTFzTOEZGNkWcUU6J90gDK { box-sizing:content-box;height:9.375rem;width:1.875rem;position:absolute;display:block;z-index:15064;background-color:#010117;background-image:none;top:0rem;left:0rem;display:block; }
#eGD6tSDG1HGaUkpTec4QrPvoScSh3MmE { box-sizing:content-box;height:9.375rem;width:1.875rem;position:absolute;display:block;z-index:15065;background-color:#010117;background-image:none;top:0rem;left:73.125rem;display:block; }
#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010117;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; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container { background-color: transparent; background-image: none; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container > .video-iframe-container { display: none; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row > .video-iframe-container { display: none; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .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); }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container { border-width: 0; border-radius: 0; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -moz-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -ms-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -o-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#0d0123f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#0d0123f2' );";background-image: linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection *:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="text"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="email"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="tel"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection textarea:focus-visible { outline: none; } #aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { background-color: transparent; background-image: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container > .video-iframe-container { display: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container { display: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .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); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { border-width: 0; border-radius: 0; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0123;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; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container { background-color: transparent; background-image: none; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container > .video-iframe-container { display: none; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row > .video-iframe-container { display: none; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .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); }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container { border-width: 0; border-radius: 0; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#zZCnMgK715c6i06l0FHcdd4ZHL3qPBpz { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:5.125rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfNvuqOV0Gfmxrf4m4zqFQG83P6lpMd9 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:5.125rem;left:40rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgOULRaXe9XxTaOkhikqEfr5hviskO4o { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZoEUMGlT7kumoDJgqGrun7hPWV9kdgZ { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:40rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a03vgCU2QTCMicGUL0ZsMGVpyuQ4Qs6H { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOSI6OfrokTpxd1rUKisxmb7fq4vwHSu { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:17rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXBS4JOCDPqTnpdC8qqSTzEHNp3Tk2fk { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrTpix1v57KPli2fuq0OI6QHWy1dU4dx { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:19.5rem;left:40rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HcBVh4KFsUu4weJquHkHokWkxAeZJteW { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VmaGo5MWizH8pqn32BsmNMKN2DCsZFnR { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2;letter-spacing:0;top:30.8125rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MNSRqLVWCnZqod5fwuvxV1ffQVuAw5Pm { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:41.25rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bcTVgnFFTve6iSypThubfTdlEovGZl63 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.875rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHkEkWqsasmtbEGcGgpFslVgTFZnWHbq { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15007;line-height:2;letter-spacing:0;top:29.0625rem;left:40rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTQTCpIZVohG3U7Nxbkt3eAlfvLv4MAI { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.75rem;left:40rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0123, #190048);background-image: -moz-linear-gradient(180deg, #0d0123, #190048);background-image: -ms-linear-gradient(180deg, #0d0123, #190048);background-image: -o-linear-gradient(180deg, #0d0123, #190048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0123', endColorstr='#190048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0123', endColorstr='#190048' );";background-image: linear-gradient(180deg, #0d0123, #190048);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection *:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="text"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="email"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="tel"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection textarea:focus-visible { outline: none; } #zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container { background-color: transparent; background-image: none; }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container > .video-iframe-container { display: none; }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row > .video-iframe-container { display: none; }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .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); }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container { border-width: 0; border-radius: 0; }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O { display:block; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection { display:none; } #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection *:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="text"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="email"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="tel"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection textarea:focus-visible { outline: none; } #iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa { display:block; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DW3c5JkOxf6TqFnePcOqPU84XnGHJH4H { top:4.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2aLdIlpgXwezASpUs1w2NKLpLCk35Z3 { top:9.5rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufQwTl1PJgvDvMXJ2b0AQZkZgLhRa5PB { top:15.9375rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT { display:none; }#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QE6TX1LsfXT4KcDxokvga1TK8EGSfK0T { top:1.875rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEDc3P4nelKTcKeAMAAvGWd3SA4F6C3 { top:3.875rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuykL0D4VleOM8cRThJ70gP5VBd3mbJN { top:8.625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP { display:block; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVIoTPy5CwuDb7O5IVedvlnDc3H2FPu5 { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3l1l31eM30OTLpmJzohom9vQ6fgEgxR { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3WtIJAnkrvhdctWQZgqDKN5TWwcqDS { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrT4cEyNqmR6KD712PGnOuxEpXXMiv4x { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8qJEuBS36MPA79uRFQ8Ep05tIQ06Lez { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8phZvBUB6LAkwDTRcI79Oqu8Z38lAab { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJOy4JBQ97iIpuLKuDyXkJi88BVKexdm { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu6nMBEg13SL4AwvXJ2o26lHwMARGgBh { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXhrHByGyCQcFV8gvyNQhcnCxIVfwNns { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbdKkOP9Hk33dSPXWwpD5yMeANZeK1wu { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEK42WPOyGclE9VrMpva6vgyIwZoqgW { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqgHxv0CNe1KgToyiUNuRyIgmInwv2S { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Grq8e1kGWElpvo7lQFu9v7eFtpNHmK { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suzGnwKoToDJecbyyPpecHy8qEILCP3X { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9JFkHv1y7TbrDkTkkAB9EC0MzJt0tHi { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtoOLuDRUSAt7DH5sfm2VWfWwRtuqsMD { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNdKkpOF4ZE7bktNb8HQUCGkouSiU4z { top:17.1875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2D1aprfT2BLe9iNi5bPvZnfmmxFf9F { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3sAfXvpPwv5ituJyc0nIT6yT6s0xpd5 { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8gwJSzCbFdzO2U2gxqICIRL03xqaZaW { top:17.1875rem;left:2.0000009536744rem;width:12.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOZcUl6K4yT00Xcl4TD5iwvQltNtvJZ { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2PnfGTeiACSGWU0kFgB0z69k9owF1O { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h56fHbJ0ZNMlMKit96SukdsVAsWdAssK { top:17.1875rem;left:17.625002861023rem;width:12.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfKnuLT7MRXFwdusvhZtRHrVzL4DUT2 { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG0tr2QnJJS52kiUfKdWLIol2RXu82md { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCi5iE8pos5UL9p8vQSdLneTXgTCvGM { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61Sql7gXvWq42eOH2aDNUNekWy0WBa2 { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5IothLEOHLfkkL3O7mbhpwtVRg9Snw { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlImN8VaK7ZPURaR3hF4Te0pBh9CCcT5 { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH { display:block; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTVqxUUQ5DDJCUHJfqwAKQMLF721we83 { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT01lopSXc0pEWTBgTFVH16LOHnX1glu { display:block; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmsTTmSZbZkT0bQc3UCwpHfWSLAVvaaI { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH1yZNKbIhh9T0SS8rJO7i3ATQ9eU4TC { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbFu5Dn08bETOEaE1TU5zWuXmM1WE6MK { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByGQsow0oStAcTCmb4O3D7GD8R9czxF7 { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTupxcLIFHH3t14pyccTbRe8wcE8Qw9B { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrITvTELKs4WF6fPWJTM9S2x988L5wwI { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbcIv5ob75Bt8mK3bbRFtdiE5F4C5182 { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIoEXuH6b7vow3cBpAuhRczfOqqS9MIe { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdi0U60amOoL4lqPgy1R6i7i3HdtLy1X { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaMlNPDO9ZFtdVipHodq2viSJ4GMf3J { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBQXPTDMftSstBuAgHh76llyaSmJRSwO { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3Pl7dkRM0pTKaT9qLIuesnozJXetxZ { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDwTKqT6k2BDSOJNlROBxvpL2JKKM2d { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCdBPsBwmc49Cgsf9pnRGowcgICcRC2 { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZFiGiRzBaf2NRITdKo8Q5acA4ivpZqW { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2HXaTfox95cdTGCXglONuCM9LDPEVqc { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1iT7nsqG5dSs3FodFoVv0nmVE90yhd { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfLQSlKFqQvv6MEfVHtW4SEKLgE6wBKy { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCgPu1VRVq1JoRU95m9CcaA5R3337qWp { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u046SCWD0tigXO537FuN29bid84OC1vk { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7nIIuDV0htgtD378zX9xhZemG4cW8Q { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXzrrwtnnGSO4fEOEsthXS9zGgPITgt { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuar5COFs2vzKCGkaDkJ7R0cWd2TTtNv { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivJw0u4usKSpk3QTPGeFTA0aLFgvzra { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tA19TTRLfISdhzapkNq5gQ4ueXDGMV { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHkXXRS3DU2yJ7T9KVMG9JCZPnq7vldV { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrbHUJOqrN8DzZTv974ieq6l7MZ5n34 { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH2NT1Fwae2iusQKy6GzoaTFUHsgChi { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrw5R4H3dRqCXnoPoF0pxyIbvHssSlgS { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0XWB0DTM0up3QcRnvqRIfTM1kBJgTF { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmCeU6gUyxb7WkBmEkM7VTIh4rTgoqbU { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW6zBiXwGOcZMUolPshImkGFZzKwQWZw { top:44.375rem;left:0rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CENIgMvtSmKVVNDfAJE2QmuEqdQ3QqzA { top:0rem;left:35.25rem;width:11rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI { display:block; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc { display:block; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF2bNkdygHShKLmJ5DXVfCNaeEz85hqW { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdDp2EbMny6ohMX1cZC0JPCyZ0Searm { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDwHhzVokhHRcPJ8aMiw8sz3KlxFODJ { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkHgoF0HBb4pKc9IiRFCxaThXfKJIW5 { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4pQ0XXfnHxguJXxBQWwUgGu6urMcT8R { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwwdraNsi6bOhmWAZtEbhAIGpcLG4p9 { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0pJc2HgAtDv5uNxghxbQL8gHG5oElZO { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDSvcLlgS40hTVwf3VCL1ilJXmhTaZS { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7EJCC7SwHMrckycMihiu7yuuu4frbDa { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9a3FOLKUMaiXxPlJhJb2z2fJ2EmJPO { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhrWs2dfS68uZxZs3QcFN8ibnfC1krJq { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPz1xHIxWq23kePsHUZ5lBoszT0HhtPG { top:0rem;left:17.65625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6hI1Pz9pBDeshWWQcZf0iHzaWSZN63i { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD0dk1ZTZW25zdI7rEWbd05Emkhqny1t { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKWioKv0FhmDnZpOT9EnD1GsbqBsdZb9 { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1dOb0HqkVJaKxAw9X6d2gV0IWbgWZK { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddT9h6nrS7ih6cTqcGSN1ey8ZD2PXfJ { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5FVOgPdbR1NKkTTZRenrMxPiRxrAqL { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv9D2O2MEr79qTo2Zo4mD1ButqAQflbE { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzsSantNFxaNKtxCKI16FP677K7OkbC { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9y2vNHx9KZz2LWb0p7W8CummkRDMiB { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZlJmgPmMw3cOLmm5LvRUv9oVs80XLG7 { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxXtHhNQ1tgDT8wawTdmh1aXPp3n4pwR { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7W6DPMpt5Lce3PKSxebidPhTJ5Emlr7 { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAev3AQF5ndWDbNiQe1vOqo6JVHBwnKs { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JymKCunK6TLVph7IklznNfDWgRociQWN { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA3VTHvfy711KfSyhtk4PVFr3tng4wFu { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxLTCJAxhppGVfwEKIOGfFiNaMhZ5y0T { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qENSlqGCz4zUc2gcWl6GqNcvXrq0FB84 { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG { display:block; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8g5Z1UOZQ1hB150TVPAgI5dgDBMOO3S { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #henvJcnJwFq7wleesuLlkTC23K0C0fAM { display:block; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVhr1nTizCrD6tT9keByVqTgpBNHx09i { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxn3y7mnOmULDH8vlpZ60rnzCcM70T9z { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilV5GA1d6TqsJstxTBaghZqHaG9xkFSM { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHTn5LTXzcvaSbOn0TmJIWUwwk3tpo9o { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a07iIxq0yEH4rcRE4AUBeEXAK0iGSFrR { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpRtta1hS8n8Asw6KSPxL162Ns2ZzxN { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx9Kgde3X0hMx5xETmWPKHAWuvDBURFM { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxbVDHumam6TSSBAgRHlpWIxulx1KrPL { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwsoTffcVuITUgsTHCBCn5sedVLgrb3p { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaoWr31LEWseniIVln7LnrncCUMrnQie { top:0rem;left:0rem;width:10.625rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XplaVnknAMpPF8RHDlv16MdTuX8c7uZJ { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWSvsvpgCpsqfpKQEdCf8TP3U5MqBrbN { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5Z8g4QZ3l3mMMXU7oKCBOhRtizfQNci { top:44.375rem;left:0rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLt4s1E1FvrELVxQS6BrcTKZdarXisNR { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8HJQztcwqB7GBi4FmP6LyUsJ0iQxSLd { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVre9GSvWcO1EeeRGF92rbaA8hHByaJ4 { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZcBRsm0RXTQPyTSdDafTCeBNLiDBNL { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7hBrRmKss6EbaBKXIAlmTesWv1SoagK { top:0rem;left:2rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCi3bzXOLOQfcyRqHBcrBEiku9PczKci { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmW1aX1bdB67hy35HZhomVVReGqypNVW { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFT7Fkrggz5AwK5uArbyqCTWq7i1yOX4 { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqborsy8eWVTvmkEULtDlz2Edl6a9wO { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpFihsIpTDQL2EItz8o6P7hbuSxP3TFc { top:0rem;left:17.625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemLJSa811WBsqrWqh7KGqTgVCmg9MMS { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtgiflmD4732uDSuBO5SNT6CVPEzfNL { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqqS60SM85eLT0eam0BzFmBBQ6nLKV8 { top:0rem;left:33.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5dkMWkpTcq7Q2Xl7BMzZr7QwWgDlKT { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vePfEH3gSTJcUPnPoDyia4y9CpFT8AD9 { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcR9suzZBEf6DEDCcdbWJD6sznVCcvUF { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTeXSTqTGGwDycpxugQIH7CBKJs5TkM { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCtoWO0TWJB5fdolB7MQZmw04rb7VsDK { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPKEMzmHDxkMwX04TpVZMxrFQCwyGLQ { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCvH1S95mxDgLwwtC1B2RM1oPAzVaHF8 { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSwyFJXyTF64LnqHBMhG90EITE3bncd { display:block; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 { display:block; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFqvVgQdwBhuzhA34syTvQS97y59cSSn { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzSlg08QEwBWo2fKAbugRa3DEKwMzTnQ { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayDXeORmnt45QvMWap8ZvKBx8m7z1vFd { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0o4IJxTyDnRXP7V36FvS56TdqGpthxh { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSm7uA7cqf7roz1oZm5yb296DNzVV0vS { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV4b89m49iL1TkoGK4B1GSZEmt3U84uz { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdK9kdfoHVfrp5bxFwv5qZUBlb8mhe6R { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW1q664WaTZiBFFUPBVtNhGt7vykwV40 { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7fcSQhz2qeMwnZRt5Sgt7zgNyOf0PlH { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhSFqCqqlVKJ0P5XSUCC15XtZVNLV4GG { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Pqya8vPcnW52eCEiSIsRUDnMdDZmmp { top:0rem;left:35.25rem;width:12.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5oNLCRScVd2OBbhEEaXvTSyth23Gzs { top:0rem;left:17.65625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTSsNu9yFRSM4bLc0L7AwvC9HqbvgKpP { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1x5ZLZDHTtTolfcqxoLeH8AgS9wfKt9 { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMCdhmUXbEOOgTIJ12uaIzpwACuaCkh { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfufqOxi2BZiTkOvukx38kQAIuGlleH { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJsThVGdhysVSX7GB1J30e1RbtN66Krk { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaqlrFie3tHUxTcLbKsdCT5GqkGexTA { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqbfMkpEMQOp2ruiBT8crddOfBXpAurW { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGMwyrLKxGcbTCidCZZX8fFfThlBVAc { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzmwp3wFKcEyxP5qv9u5JBo2BuZLdIJ { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtinKcti8UfFExiIG9qvtGaq3JVg38V { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh16Tl8HzlytIXFf5rSzOIQwezrdH7V1 { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7sAAAUwKA3s4WLWB5m4h3DbfyXiOTOu { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLzAJ7UWg8Iu0oz7BCmSvnI9lcImKnwS { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOUwghebyuTsHW4WHJ8h3rkEk112iywS { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZEnNL2rrzRXnukdFO4yPMABRAfe7ag { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6u7ycTUvzEIp8MJSV3gSkyOsonWDtds { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDA5f12T2Msfie6UJyWsXnCGur13ITxu { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm { display:block; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDHbZb7FOdhNU2fz1oiGqT8mdoBpD8A { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 { display:block; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1MuaEDimGTCG4CfDatropKP2trsOoJu { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiGnhc4leSwSpEvqt5pcromDVcHZoRH9 { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuEn1zNJAepVWSpQio8g8lzWyDztfJRl { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5p59IeJ1F3X1TreHqQnS7zczEGXcPDe { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDeRV9DI3Xyv6hwvrT6oxf3uPfEhD2Ax { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdE0w4Z7lLJBsdgGSfu6rSBIcNOUqRGS { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxf2eTF2abFIFH5JOTzPi8w1sLsyAhkq { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaz2TmiT3InWGypZOyba1HiIG7zDFTc4 { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giBJyzHZpvaAhEzlOKhXIJXOxVF5Fi3n { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQd0DaWD3LkKFVQzlASLsKb2DP3KkvM { top:0rem;left:0rem;width:10.625rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCgxqGy4WMzWXN1rvqLlR7KhNASpJdqJ { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4w8uDfbL4o8TmDRVhWnerLhLmzysmV0 { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRSiwIJ4EbWEOuKOi2mwSfhDDmODNnrC { top:44.375rem;left:0rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ2bnAaMdyH0UEdZt0xSHV0dgQsGU3ZB { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyHlSWV76xNQTOhQU19FlC4uIOhNPM30 { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlUTJRHd54yTW5PuJiWAxKQ8aEXQmL3h { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAedlWoMniFGo2FLcs1067AyklpW25b4 { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTLQ3MnuzpwTdpKb3IiersxTvMNnk4gM { top:0rem;left:2rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzco5fRnyh3RoHGTwXx6axGZEGyd3xfd { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npy9LNi7ZCHEIZllDRwdG91TmVb34UsU { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZagwdciSTZNlpftDmtsDwb0EKoVZ1L { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TFk4ERgoRc3uLNr1NWVg0W1XoHOy41 { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEI4ndT1VPt3U1I1dMs0uWbzrX7Mvebr { top:0rem;left:17.625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us7T4dE81gRppT4HNBvQPcFwCLT5dCF2 { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7DRhk2o3aWzN2TToEsSG7dpES7aMan { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVDTc2fCNwdR3OKbGEChOq3VHcMESl8 { top:0rem;left:33.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1POuLNIKSvzGKi74653IVZnylaEiKBL { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o00AiBF6SKqRvdH8QlDpQW4PfhRkXqp5 { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIgWxAK05axL3vGHySsMsQ4S0v8hdhHA { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6Pna4f3ThDH70mHgo3P2uqKsbT5C96 { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdBG0FUlAfl6GoIFyL78GV95B85z7uy0 { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnqJ6CM9B4G75ccEG5FkWTPdkZHPGCEQ { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPVk92MngTUlp7rW2kyazRHmVnwrWpmS { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t { display:block; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu58H34UxND8fTyHtz3pTaNA0TbEvyAn { display:block; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTFmzGJeqAnRpLf954T9cVyTJzZFroE { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNW3sDvTxEfIhvGV53WMyGd9NU0Ao1Wn { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwm57XFbDyIpGrxEbL3nzGPFwWfEGTv9 { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SahlNNcOUXwkkV0sPqafrw6nmTcm1Tb8 { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZKJQHTO0pOicOxvnmHByHRMiraWvEK { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz64hGdkwt4L1PxDGmorNa1i3bzkLLQd { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiwzCyx7Bv0NtpA81mzfZkWxXkObd2uq { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCug3KLQndzs7Qc6J0gWE6UIbmBLoG5K { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLU4g9WOxTS6oazsIFSLy34r905RZiKy { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiTDg86R8RXtWNIpN2inLZGDZ43FX82w { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBFNFIpCmcdo1ngvE3vUO4ui41NqXqP { top:0rem;left:35.25rem;width:12.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npSQCJkh3CzOlGI7tXF5tNiHvLm3JZmK { top:0rem;left:17.65625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwwVHbz8IrL9C6VpT6SyffxfCgFZOci { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HhNOLVEmydVL496xGtyu9EiKDLwv3J { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJrvCMxt656AWbw73NgGGXXGbJBPMIyM { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5TLDA7NhH5aPWMuznAUAOLGvhFKBc43 { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCxrihSGc8QFCqmaMOmv91DgI5yGpSb { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpcGuQHkoXnE1ldcP4uaoAqed9uxpQSE { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW7AtReTLO3hZkppkMHbDJzusTr0A1Xi { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydsxtbb1hJ6TLFCGTOwCAEHEmkXbOqWb { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXByd0k8eN8AZI9vg47ceTry0OfQdukE { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnIx0hvHTpgnUu803lDSTJbks0riGAyo { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJGDWvUoOqNE6IyQaohPdweLr3TDR2S { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2GwqTbh6bpF28Knn8bGDDXVscGf2fC { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMpIvV59RDMMQPBRnSeziIHVJ6PdaaU { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmmo3l0JTW5b6BS3FX0UGqWTLQKDns2 { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOdTtcQT8JXWI5UIzIORoodxVAw0ihC { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF7afH6u5xoTwb0WEJ4Dlv1k1SGt13b { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5BpeRIoDbK2H8elRaKmcTxixhVPh2R2 { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE { display:block; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfUIAAa9bV79SwzJX03DANAVU9wscS0U { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbLNLF9oAS8e5T291HBMFz1342EByDi { display:block; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW7KCTLLm70gBtUT5ZfBlK2N2UM5kAud { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3c3DLAHzTGBs3k5m8AnFIhatr3hL23m { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmANBEIEEi7dfCMUzCV32kLUoR2qvu4e { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKKXRTyK3ZAv6FomrOa89yFU9gOoeuBR { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIHBptXcTx7MdbW45G1C2E6uRTmWORoM { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTdTEvZblnenyD5Pohdb8vcItgbNbx4 { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaPQts7SFiOLtDo6sW2zfRBvEHUCEp6 { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awLGamaXzfwMVFEUQX2RgVCAL8J9eFP6 { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmu6WloNKFsD9kuMsx2ldHyhlm4wouro { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWTTe6MwC18wsQUd5bmpGo5kMQBrLhqR { top:0rem;left:0rem;width:10.625rem;height:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyzqatNAHTTRsP15lnVJamLIX8MQ4flq { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITc3W0E8FUwpG65CTe7Zs98VavwX7T7b { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPddno8DrNFpfKwxyhFX7Uqx6lTyXKTZ { top:44.375rem;left:0rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ7175LHuVbdnKiHRrdz9OS2UNfDPr6A { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f35Gaz9n4LBh9udTc3sdV3vIIiM5KN2T { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAVxAJRb9e5XlZmVOE3cmUOZyO1W3COa { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9ams3TyrhSIW8n3ScFaJevGnuFviQF { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvfNsgymlUuFp3nAyEIEdvdOBh3cgX3H { top:0rem;left:2rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2D4rf0onUriKtTi5oVHPDJU4eBwKHr { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH5f9aEvbvLJARakRV7CemBfEQANhocu { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTGayeasfioy9xDAxXKOavPWOcVhHHwX { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrDEIGS4WZzMrTzB2ULDTQa9lJNmvzX2 { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRatwUD3JemBZGDTIgMFd0QLn8dACGl { top:0rem;left:17.625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEE9pIlGF5Q9LoqdPF7asNuHw2C1yRTq { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTruPVfGMEV6UTihttlVTGozmkViU4A { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP3DMTbfJ13ihh1NBJ746SNnmdrNeIhx { top:0rem;left:33.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va51UJTs7IOelkX6bQDmO4oL2k9d5AVv { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiC0B7pqssEFlIiZvKTrxSlMygGfAV1M { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAWN79puXV0PlOxiysIaOb9TEOT87hq { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWROzItBn9LepF7RCqlz21IZuq1CShlC { top:0rem;left:35.25rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEn6ympMraeeFTMyyTbfTEV8op4HvIv { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1QCvblpi6fAq8eNifKlGEb3nZGUEtAe { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqQuU4mTcoheQIlBZg2BsCmcfplE1ob { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K { display:block; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC { display:block; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJTJg8ToavdsS2teWNEJSX5Z0fvca5V2 { top:11.25rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDvXnMpNf9R6zqc7xsnJwOodBJMdPMan { top:11.25rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawtDaukQT2zSJM7yxK2mxdQSJKIIoTW { top:9.8125rem;left:0rem;width:23.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkZ9NsGmtxSJNEdksMsT0OzFoPGaXD1o { top:11.25rem;left:12.03125rem;width:23.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJclV2W847SlMcbP7NTgTbLWifpQCZP { top:11.0625rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaaS4yDaD2Dh5qhoHhhKa9zA0qx7GZT2 { top:11rem;left:45.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXBRf9ysLVKxUph53QEZDP3W5KhBOqz { top:11.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3BoxybTMnuXWegr69a5TesApTPkD8rX { top:8.3125rem;left:12rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8kepecHxZBAkvCSh0L1zHKss0FMiD7m { top:4.75rem;left:24rem;width:23.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzlR6Ns7GmSIUODq7HtZNi04IR61pi5 { top:0rem;left:0rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfBixTJCSHfUKGLBJ1nhRrwVFtIPXuSI { top:0rem;left:35.25rem;width:12.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyQ9w4NfmWqnZbTC84kTXpQIfPZZsJT { top:0rem;left:17.65625rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWZHFzc2Jvx0fOVIl0OxJpf0kIJTTPiz { top:0rem;left:1.96875rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aik9gq4U70yNxmEUqN0vKATd27AHxB44 { top:0rem;left:33.28125rem;width:12.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDvtqPCWx4oMBv7hb2WcePrao9ceGx8 { top:14.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpiJQIGkCSrTfnRP1XwJvWHZg8vvTga4 { top:14.0625rem;left:0rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eTpETJ9EuAofcz8XMftm2kUzVVzUVf { top:17.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJH0O1sXPnPnhR5QJwEuAMiUylnT9XJ { top:14.625rem;left:2rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSGPO9xZfbhShFA7rvgsQzUeNTyTrfFX { top:14.0625rem;left:2.5625rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRShnrfB0X66WJsXvRJF5y9ybErku90r { top:17.1875rem;left:2rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8sw1CuvQW8g9fUnmwZwJ08wJOafZ0WK { top:14.0625rem;left:18.1875rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3gFtCPdaTsm1mGa9AsoUvJEcFwA81T { top:14.625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi3dMb12rUfGL2KmPL3eqG3I6fhJlMkE { top:17.1875rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPw95APTAbAhpSpsLaTl9uNtW7nyh888 { top:14.0625rem;left:33.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFPIcelQbscvP1d0QNK20ObvZyu7ZpJW { top:14.625rem;left:33.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSBUIVVopZ3Na4bNJKl37OVHNmqMyMPm { top:17.1875rem;left:33.25rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZCg55F4CK72iX9PEEvz4gprePuKsWul { top:14.0625rem;left:36.375rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G17pg65X2SgFLc4e2kwgU90NEb5tCATG { top:14.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4nay5BtU0QVCLVqQ7BKZGixUvP775F4 { top:17.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuOLwklO9DT4XMVF57IzAUzX3iq50Svz { display:block; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc { display:block; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyXbF0ANL6DOxW2ChfzZSEgPqPkofvbw { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQs05s6tQiHAvIzKv16kubmpDwmPtmtL { display:block; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npymmiEGZO2um3QmANCbMworCLwlWlLk { display:block; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV6n1CE8Ui37e2v5qBI7PPxUowm5vuX1 { top:0rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib73r9wDzKEH0IDl8EtKzEvrur3LLUiu { top:0rem;left:0rem;width:6.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfrytATO369dJAmQzUypsfvBMAvClboe { top:0rem;left:41.4375rem;width:6.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFhNp8p0xuTFzTOEZGNkWcUU6J90gDK { top:0rem;left:0rem;width:1.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD6tSDG1HGaUkpTec4QrPvoScSh3MmE { top:0rem;left:45.875rem;width:1.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw { display:block; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection { display:block; } #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection *:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="text"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="email"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="tel"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection textarea:focus-visible { outline: none; } #aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5O0uaPnWQVU8WMgbluETDsSpI35MlMk { display:block; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZCnMgK715c6i06l0FHcdd4ZHL3qPBpz { top:5.125rem;left:0rem;width:28.125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNvuqOV0Gfmxrf4m4zqFQG83P6lpMd9 { top:5.125rem;left:19.625rem;width:28.125rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgOULRaXe9XxTaOkhikqEfr5hviskO4o { top:2.5rem;left:0rem;width:23.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZoEUMGlT7kumoDJgqGrun7hPWV9kdgZ { top:2.75rem;left:24.375rem;width:23.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03vgCU2QTCMicGUL0ZsMGVpyuQ4Qs6H { top:13.8125rem;left:0rem;width:23.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOSI6OfrokTpxd1rUKisxmb7fq4vwHSu { top:17rem;left:0rem;width:28.125rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBS4JOCDPqTnpdC8qqSTzEHNp3Tk2fk { top:16.4375rem;left:24.375rem;width:23.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTpix1v57KPli2fuq0OI6QHWy1dU4dx { top:19.5rem;left:19.625rem;width:28.125rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcBVh4KFsUu4weJquHkHokWkxAeZJteW { top:27.5rem;left:0rem;width:23.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmaGo5MWizH8pqn32BsmNMKN2DCsZFnR { top:30.8125rem;left:0rem;width:28.125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNSRqLVWCnZqod5fwuvxV1ffQVuAw5Pm { top:41.25rem;left:0rem;width:28.125rem;height:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTVgnFFTve6iSypThubfTdlEovGZl63 { top:38.875rem;left:0rem;width:23.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkEkWqsasmtbEGcGgpFslVgTFZnWHbq { top:29.0625rem;left:19.625rem;width:28.125rem;height:21rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQTCpIZVohG3U7Nxbkt3eAlfvLv4MAI { top:25.75rem;left:24.375rem;width:23.375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection { display:block; } #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection *:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="text"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="email"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="tel"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection textarea:focus-visible { outline: none; } #zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#060013;background-image:url("https://images.assets-landingi.com/uc/c993aa3d-88a1-4d44-940a-f5e26f414e0e/topfyrvaerkerivideo.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O { display:block; }#lVSFrxd8T7PTI1KAOfyWKGxTvsoXw11O > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; } #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection *:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="text"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="email"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection input[type="tel"]:focus-visible, #D6hGauiqqEEuH9vyX8imOpco2S3NTHDp.widget-smartsection textarea:focus-visible { outline: none; } #iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { background-color: transparent; background-image: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container > .video-iframe-container { display: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container { display: none; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .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); }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { border-width: 0; border-radius: 0; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUsxTqZMObu6ZF7XIbb7IJ6ATwMn6Ntl > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa { display:none; }#Kg9L1mwBxLs9o83C3mGu2VCTuKvbkqCa > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DW3c5JkOxf6TqFnePcOqPU84XnGHJH4H { width:20rem;height:0;top:1.875rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m2aLdIlpgXwezASpUs1w2NKLpLCk35Z3 { width:20rem;height:0;top:8.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ufQwTl1PJgvDvMXJ2b0AQZkZgLhRa5PB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT { display:block; }#wVEUWe6AXBea8zXlzuKn09kdI2DaOaDT > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QE6TX1LsfXT4KcDxokvga1TK8EGSfK0T { width:20rem;height:1.75rem;top:1.875rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lVEDc3P4nelKTcKeAMAAvGWd3SA4F6C3 { width:20rem;height:3.9375rem;top:3.875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nuykL0D4VleOM8cRThJ70gP5VBd3mbJN { width:20rem;height:;top:8.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP { display:block; }#BxHOh0Gz1IINaaKEsNRTd4sQGyCuAioP > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVIoTPy5CwuDb7O5IVedvlnDc3H2FPu5 { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I3l1l31eM30OTLpmJzohom9vQ6fgEgxR { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jf3WtIJAnkrvhdctWQZgqDKN5TWwcqDS { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrT4cEyNqmR6KD712PGnOuxEpXXMiv4x { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y8qJEuBS36MPA79uRFQ8Ep05tIQ06Lez { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8phZvBUB6LAkwDTRcI79Oqu8Z38lAab { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJOy4JBQ97iIpuLKuDyXkJi88BVKexdm { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pu6nMBEg13SL4AwvXJ2o26lHwMARGgBh { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXhrHByGyCQcFV8gvyNQhcnCxIVfwNns { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbdKkOP9Hk33dSPXWwpD5yMeANZeK1wu { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kuEK42WPOyGclE9VrMpva6vgyIwZoqgW { width:9.375rem;height:12.5rem;top:31.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nRqgHxv0CNe1KgToyiUNuRyIgmInwv2S { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X4Grq8e1kGWElpvo7lQFu9v7eFtpNHmK { width:9.375rem;height:12.5rem;top:0rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #suzGnwKoToDJecbyyPpecHy8qEILCP3X { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #x9JFkHv1y7TbrDkTkkAB9EC0MzJt0tHi { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RtoOLuDRUSAt7DH5sfm2VWfWwRtuqsMD { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNdKkpOF4ZE7bktNb8HQUCGkouSiU4z { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2D1aprfT2BLe9iNi5bPvZnfmmxFf9F { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3sAfXvpPwv5ituJyc0nIT6yT6s0xpd5 { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8gwJSzCbFdzO2U2gxqICIRL03xqaZaW { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #eHOZcUl6K4yT00Xcl4TD5iwvQltNtvJZ { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2PnfGTeiACSGWU0kFgB0z69k9owF1O { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h56fHbJ0ZNMlMKit96SukdsVAsWdAssK { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #SSfKnuLT7MRXFwdusvhZtRHrVzL4DUT2 { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dG0tr2QnJJS52kiUfKdWLIol2RXu82md { width:9.375rem;height:0.7608695625rem;top:26.53125rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SHCi5iE8pos5UL9p8vQSdLneTXgTCvGM { width:9.375rem;height:1.304347875rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #T61Sql7gXvWq42eOH2aDNUNekWy0WBa2 { width:8.75rem;height:1.75rem;top:41.5625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic5IothLEOHLfkkL3O7mbhpwtVRg9Snw { width:9.375rem;height:0.7608695625rem;top:42.1875rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JlImN8VaK7ZPURaR3hF4Te0pBh9CCcT5 { width:9.375rem;height:1.304347875rem;top:44.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH { display:block; }#QC7TagsrI0J0ZOI0J7iSe8xTbSh1SqUH > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTVqxUUQ5DDJCUHJfqwAKQMLF721we83 { width:20rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT01lopSXc0pEWTBgTFVH16LOHnX1glu { display:block; }#DT01lopSXc0pEWTBgTFVH16LOHnX1glu > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmsTTmSZbZkT0bQc3UCwpHfWSLAVvaaI { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dH1yZNKbIhh9T0SS8rJO7i3ATQ9eU4TC { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SbFu5Dn08bETOEaE1TU5zWuXmM1WE6MK { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByGQsow0oStAcTCmb4O3D7GD8R9czxF7 { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QTupxcLIFHH3t14pyccTbRe8wcE8Qw9B { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrITvTELKs4WF6fPWJTM9S2x988L5wwI { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbcIv5ob75Bt8mK3bbRFtdiE5F4C5182 { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIoEXuH6b7vow3cBpAuhRczfOqqS9MIe { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdi0U60amOoL4lqPgy1R6i7i3HdtLy1X { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEaMlNPDO9ZFtdVipHodq2viSJ4GMf3J { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NBQXPTDMftSstBuAgHh76llyaSmJRSwO { width:9.375rem;height:12.5rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3Pl7dkRM0pTKaT9qLIuesnozJXetxZ { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cQDwTKqT6k2BDSOJNlROBxvpL2JKKM2d { width:9.375rem;height:12.5rem;top:0rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SmCdBPsBwmc49Cgsf9pnRGowcgICcRC2 { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uZFiGiRzBaf2NRITdKo8Q5acA4ivpZqW { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T2HXaTfox95cdTGCXglONuCM9LDPEVqc { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1iT7nsqG5dSs3FodFoVv0nmVE90yhd { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #zfLQSlKFqQvv6MEfVHtW4SEKLgE6wBKy { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCgPu1VRVq1JoRU95m9CcaA5R3337qWp { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u046SCWD0tigXO537FuN29bid84OC1vk { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7nIIuDV0htgtD378zX9xhZemG4cW8Q { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXzrrwtnnGSO4fEOEsthXS9zGgPITgt { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nuar5COFs2vzKCGkaDkJ7R0cWd2TTtNv { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #DivJw0u4usKSpk3QTPGeFTA0aLFgvzra { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tA19TTRLfISdhzapkNq5gQ4ueXDGMV { width:9.375rem;height:0.8125rem;top:26.53125rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHkXXRS3DU2yJ7T9KVMG9JCZPnq7vldV { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #VKrbHUJOqrN8DzZTv974ieq6l7MZ5n34 { width:8.75rem;height:1.75rem;top:41.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH2NT1Fwae2iusQKy6GzoaTFUHsgChi { width:9.375rem;height:0.8125rem;top:42.1875rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrw5R4H3dRqCXnoPoF0pxyIbvHssSlgS { width:9.375rem;height:1.3125rem;top:44.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MC0XWB0DTM0up3QcRnvqRIfTM1kBJgTF { width:8.75rem;height:1.75rem;top:41.5625rem;left:10.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #FmCeU6gUyxb7WkBmEkM7VTIh4rTgoqbU { width:9.375rem;height:0.8125rem;top:42.1875rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #xW6zBiXwGOcZMUolPshImkGFZzKwQWZw { width:9.375rem;height:1.3125rem;top:44.375rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #CENIgMvtSmKVVNDfAJE2QmuEqdQ3QqzA { width:9.375rem;height:12.5rem;top:31.25rem;left:10.625rem;overflow:hidden;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI { display:block; }#CJT0HPX8heE52LUDwbVBbJ86tT1cEpZI > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc { display:block; }#xV2DcZJ2w5GuJCAonR0VerxIxpPUZwAc > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF2bNkdygHShKLmJ5DXVfCNaeEz85hqW { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FTdDp2EbMny6ohMX1cZC0JPCyZ0Searm { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qUDwHhzVokhHRcPJ8aMiw8sz3KlxFODJ { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWkHgoF0HBb4pKc9IiRFCxaThXfKJIW5 { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b4pQ0XXfnHxguJXxBQWwUgGu6urMcT8R { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMwwdraNsi6bOhmWAZtEbhAIGpcLG4p9 { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0pJc2HgAtDv5uNxghxbQL8gHG5oElZO { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXDSvcLlgS40hTVwf3VCL1ilJXmhTaZS { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7EJCC7SwHMrckycMihiu7yuuu4frbDa { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM9a3FOLKUMaiXxPlJhJb2z2fJ2EmJPO { width:7.875rem;height:11.8125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WhrWs2dfS68uZxZs3QcFN8ibnfC1krJq { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MPz1xHIxWq23kePsHUZ5lBoszT0HhtPG { width:9.375rem;height:12.5rem;top:0rem;left:10.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X6hI1Pz9pBDeshWWQcZf0iHzaWSZN63i { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HD0dk1ZTZW25zdI7rEWbd05Emkhqny1t { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CKWioKv0FhmDnZpOT9EnD1GsbqBsdZb9 { width:8.75rem;height:0;top:10.9375rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Pa1dOb0HqkVJaKxAw9X6d2gV0IWbgWZK { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rddT9h6nrS7ih6cTqcGSN1ey8ZD2PXfJ { width:9.375rem;height:0;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MS5FVOgPdbR1NKkTTZRenrMxPiRxrAqL { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fv9D2O2MEr79qTo2Zo4mD1ButqAQflbE { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzsSantNFxaNKtxCKI16FP677K7OkbC { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT9y2vNHx9KZz2LWb0p7W8CummkRDMiB { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZlJmgPmMw3cOLmm5LvRUv9oVs80XLG7 { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxXtHhNQ1tgDT8wawTdmh1aXPp3n4pwR { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7W6DPMpt5Lce3PKSxebidPhTJ5Emlr7 { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAev3AQF5ndWDbNiQe1vOqo6JVHBwnKs { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JymKCunK6TLVph7IklznNfDWgRociQWN { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fA3VTHvfy711KfSyhtk4PVFr3tng4wFu { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxLTCJAxhppGVfwEKIOGfFiNaMhZ5y0T { width:9.375rem;height:0.8125rem;top:26.5625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qENSlqGCz4zUc2gcWl6GqNcvXrq0FB84 { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG { display:block; }#GRMEntnt5VtCDWAAepy6ny5IoHIH3QPG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8g5Z1UOZQ1hB150TVPAgI5dgDBMOO3S { width:20rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #henvJcnJwFq7wleesuLlkTC23K0C0fAM { display:block; }#henvJcnJwFq7wleesuLlkTC23K0C0fAM > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVhr1nTizCrD6tT9keByVqTgpBNHx09i { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xxn3y7mnOmULDH8vlpZ60rnzCcM70T9z { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ilV5GA1d6TqsJstxTBaghZqHaG9xkFSM { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHTn5LTXzcvaSbOn0TmJIWUwwk3tpo9o { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a07iIxq0yEH4rcRE4AUBeEXAK0iGSFrR { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkpRtta1hS8n8Asw6KSPxL162Ns2ZzxN { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx9Kgde3X0hMx5xETmWPKHAWuvDBURFM { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxbVDHumam6TSSBAgRHlpWIxulx1KrPL { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwsoTffcVuITUgsTHCBCn5sedVLgrb3p { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaoWr31LEWseniIVln7LnrncCUMrnQie { width:9.375rem;height:12.5rem;top:31.25rem;left:10.625rem;overflow:hidden;z-index:14962;display:block; }
 }@media only screen and (max-width: 763px) { #XplaVnknAMpPF8RHDlv16MdTuX8c7uZJ { width:8.75rem;height:1.75rem;top:41.5625rem;left:10.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #CWSvsvpgCpsqfpKQEdCf8TP3U5MqBrbN { width:9.375rem;height:0.8125rem;top:42.15625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #X5Z8g4QZ3l3mMMXU7oKCBOhRtizfQNci { width:9.375rem;height:1.3125rem;top:44.375rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SLt4s1E1FvrELVxQS6BrcTKZdarXisNR { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8HJQztcwqB7GBi4FmP6LyUsJ0iQxSLd { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yVre9GSvWcO1EeeRGF92rbaA8hHByaJ4 { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZcBRsm0RXTQPyTSdDafTCeBNLiDBNL { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v7hBrRmKss6EbaBKXIAlmTesWv1SoagK { width:9.375rem;height:12.5rem;top:0.25rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nCi3bzXOLOQfcyRqHBcrBEiku9PczKci { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmW1aX1bdB67hy35HZhomVVReGqypNVW { width:9.375rem;height:0.8125rem;top:10.90625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFT7Fkrggz5AwK5uArbyqCTWq7i1yOX4 { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiqborsy8eWVTvmkEULtDlz2Edl6a9wO { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpFihsIpTDQL2EItz8o6P7hbuSxP3TFc { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AemLJSa811WBsqrWqh7KGqTgVCmg9MMS { width:8.75rem;height:1.75rem;top:25.90625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtgiflmD4732uDSuBO5SNT6CVPEzfNL { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkqqS60SM85eLT0eam0BzFmBBQ6nLKV8 { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mo5dkMWkpTcq7Q2Xl7BMzZr7QwWgDlKT { width:8.75rem;height:0.8125rem;top:26.5625rem;left:10.9375rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vePfEH3gSTJcUPnPoDyia4y9CpFT8AD9 { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcR9suzZBEf6DEDCcdbWJD6sznVCcvUF { width:8.75rem;height:1.75rem;top:25.90625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTeXSTqTGGwDycpxugQIH7CBKJs5TkM { width:9.375rem;height:12.5rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oCtoWO0TWJB5fdolB7MQZmw04rb7VsDK { width:8.75rem;height:0.8125rem;top:42.1875rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJPKEMzmHDxkMwX04TpVZMxrFQCwyGLQ { width:9.375rem;height:1.3125rem;top:44.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCvH1S95mxDgLwwtC1B2RM1oPAzVaHF8 { width:8.75rem;height:1.75rem;top:41.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSwyFJXyTF64LnqHBMhG90EITE3bncd { display:block; }#GwSwyFJXyTF64LnqHBMhG90EITE3bncd > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 { display:block; }#Fg9gHeMSwkaLl5cwNfKOMItZhnq4ET83 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFqvVgQdwBhuzhA34syTvQS97y59cSSn { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vzSlg08QEwBWo2fKAbugRa3DEKwMzTnQ { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ayDXeORmnt45QvMWap8ZvKBx8m7z1vFd { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0o4IJxTyDnRXP7V36FvS56TdqGpthxh { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pSm7uA7cqf7roz1oZm5yb296DNzVV0vS { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV4b89m49iL1TkoGK4B1GSZEmt3U84uz { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdK9kdfoHVfrp5bxFwv5qZUBlb8mhe6R { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW1q664WaTZiBFFUPBVtNhGt7vykwV40 { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7fcSQhz2qeMwnZRt5Sgt7zgNyOf0PlH { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhSFqCqqlVKJ0P5XSUCC15XtZVNLV4GG { width:6.75rem;height:10.1875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #D9Pqya8vPcnW52eCEiSIsRUDnMdDZmmp { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KJ5oNLCRScVd2OBbhEEaXvTSyth23Gzs { width:9.375rem;height:12.5rem;top:0rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iTSsNu9yFRSM4bLc0L7AwvC9HqbvgKpP { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H1x5ZLZDHTtTolfcqxoLeH8AgS9wfKt9 { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXMCdhmUXbEOOgTIJ12uaIzpwACuaCkh { width:8.75rem;height:0;top:10.9375rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kyfufqOxi2BZiTkOvukx38kQAIuGlleH { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJsThVGdhysVSX7GB1J30e1RbtN66Krk { width:9.375rem;height:0;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dhaqlrFie3tHUxTcLbKsdCT5GqkGexTA { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqbfMkpEMQOp2ruiBT8crddOfBXpAurW { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGMwyrLKxGcbTCidCZZX8fFfThlBVAc { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWzmwp3wFKcEyxP5qv9u5JBo2BuZLdIJ { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtinKcti8UfFExiIG9qvtGaq3JVg38V { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh16Tl8HzlytIXFf5rSzOIQwezrdH7V1 { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7sAAAUwKA3s4WLWB5m4h3DbfyXiOTOu { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLzAJ7UWg8Iu0oz7BCmSvnI9lcImKnwS { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOUwghebyuTsHW4WHJ8h3rkEk112iywS { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMZEnNL2rrzRXnukdFO4yPMABRAfe7ag { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6u7ycTUvzEIp8MJSV3gSkyOsonWDtds { width:9.375rem;height:0.8125rem;top:26.5625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QDA5f12T2Msfie6UJyWsXnCGur13ITxu { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm { display:block; }#c8bHf5rEykEhgHRzKTCqAU2Ce4F5TTTm > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDHbZb7FOdhNU2fz1oiGqT8mdoBpD8A { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 { display:block; }#KAS3NAsZwN6ZDqBepoTtNxDcDfdqlZr4 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1MuaEDimGTCG4CfDatropKP2trsOoJu { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aiGnhc4leSwSpEvqt5pcromDVcHZoRH9 { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MuEn1zNJAepVWSpQio8g8lzWyDztfJRl { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5p59IeJ1F3X1TreHqQnS7zczEGXcPDe { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LDeRV9DI3Xyv6hwvrT6oxf3uPfEhD2Ax { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdE0w4Z7lLJBsdgGSfu6rSBIcNOUqRGS { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oxf2eTF2abFIFH5JOTzPi8w1sLsyAhkq { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaz2TmiT3InWGypZOyba1HiIG7zDFTc4 { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #giBJyzHZpvaAhEzlOKhXIJXOxVF5Fi3n { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJQd0DaWD3LkKFVQzlASLsKb2DP3KkvM { width:9.375rem;height:12.5rem;top:31.25rem;left:10.625rem;overflow:hidden;z-index:14962;display:block; }
 }@media only screen and (max-width: 763px) { #dCgxqGy4WMzWXN1rvqLlR7KhNASpJdqJ { width:8.75rem;height:1.75rem;top:41.5625rem;left:10.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #B4w8uDfbL4o8TmDRVhWnerLhLmzysmV0 { width:9.375rem;height:0.8125rem;top:42.15625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #kRSiwIJ4EbWEOuKOi2mwSfhDDmODNnrC { width:9.375rem;height:1.3125rem;top:44.375rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bnAaMdyH0UEdZt0xSHV0dgQsGU3ZB { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyHlSWV76xNQTOhQU19FlC4uIOhNPM30 { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UlUTJRHd54yTW5PuJiWAxKQ8aEXQmL3h { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAedlWoMniFGo2FLcs1067AyklpW25b4 { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KTLQ3MnuzpwTdpKb3IiersxTvMNnk4gM { width:9.375rem;height:12.5rem;top:0.25rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nzco5fRnyh3RoHGTwXx6axGZEGyd3xfd { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npy9LNi7ZCHEIZllDRwdG91TmVb34UsU { width:9.375rem;height:0.8125rem;top:10.90625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukZagwdciSTZNlpftDmtsDwb0EKoVZ1L { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1TFk4ERgoRc3uLNr1NWVg0W1XoHOy41 { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEI4ndT1VPt3U1I1dMs0uWbzrX7Mvebr { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Us7T4dE81gRppT4HNBvQPcFwCLT5dCF2 { width:8.75rem;height:1.75rem;top:25.90625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7DRhk2o3aWzN2TToEsSG7dpES7aMan { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKVDTc2fCNwdR3OKbGEChOq3VHcMESl8 { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G1POuLNIKSvzGKi74653IVZnylaEiKBL { width:8.75rem;height:0.8125rem;top:26.5625rem;left:10.9375rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o00AiBF6SKqRvdH8QlDpQW4PfhRkXqp5 { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIgWxAK05axL3vGHySsMsQ4S0v8hdhHA { width:8.75rem;height:1.75rem;top:25.90625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6Pna4f3ThDH70mHgo3P2uqKsbT5C96 { width:9.375rem;height:12.5rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gdBG0FUlAfl6GoIFyL78GV95B85z7uy0 { width:8.75rem;height:0.8125rem;top:42.1875rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnqJ6CM9B4G75ccEG5FkWTPdkZHPGCEQ { width:9.375rem;height:1.3125rem;top:44.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPVk92MngTUlp7rW2kyazRHmVnwrWpmS { width:8.75rem;height:1.75rem;top:41.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t { display:block; }#oVLmvhZFU8r4DmyMoyfv1FlXll5tTl7t > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bu58H34UxND8fTyHtz3pTaNA0TbEvyAn { display:block; }#bu58H34UxND8fTyHtz3pTaNA0TbEvyAn > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTFmzGJeqAnRpLf954T9cVyTJzZFroE { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xNW3sDvTxEfIhvGV53WMyGd9NU0Ao1Wn { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cwm57XFbDyIpGrxEbL3nzGPFwWfEGTv9 { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SahlNNcOUXwkkV0sPqafrw6nmTcm1Tb8 { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PEZKJQHTO0pOicOxvnmHByHRMiraWvEK { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fz64hGdkwt4L1PxDGmorNa1i3bzkLLQd { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiwzCyx7Bv0NtpA81mzfZkWxXkObd2uq { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCug3KLQndzs7Qc6J0gWE6UIbmBLoG5K { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLU4g9WOxTS6oazsIFSLy34r905RZiKy { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiTDg86R8RXtWNIpN2inLZGDZ43FX82w { width:6.75rem;height:10.1875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DvBFNFIpCmcdo1ngvE3vUO4ui41NqXqP { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #npSQCJkh3CzOlGI7tXF5tNiHvLm3JZmK { width:9.375rem;height:12.5rem;top:0rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JHwwVHbz8IrL9C6VpT6SyffxfCgFZOci { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5HhNOLVEmydVL496xGtyu9EiKDLwv3J { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LJrvCMxt656AWbw73NgGGXXGbJBPMIyM { width:8.75rem;height:0;top:10.9375rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #R5TLDA7NhH5aPWMuznAUAOLGvhFKBc43 { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZCxrihSGc8QFCqmaMOmv91DgI5yGpSb { width:9.375rem;height:0;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DpcGuQHkoXnE1ldcP4uaoAqed9uxpQSE { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RW7AtReTLO3hZkppkMHbDJzusTr0A1Xi { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydsxtbb1hJ6TLFCGTOwCAEHEmkXbOqWb { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXByd0k8eN8AZI9vg47ceTry0OfQdukE { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnIx0hvHTpgnUu803lDSTJbks0riGAyo { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTJGDWvUoOqNE6IyQaohPdweLr3TDR2S { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yX2GwqTbh6bpF28Knn8bGDDXVscGf2fC { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMpIvV59RDMMQPBRnSeziIHVJ6PdaaU { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLmmo3l0JTW5b6BS3FX0UGqWTLQKDns2 { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIOdTtcQT8JXWI5UIzIORoodxVAw0ihC { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcF7afH6u5xoTwb0WEJ4Dlv1k1SGt13b { width:9.375rem;height:0.8125rem;top:26.5625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g5BpeRIoDbK2H8elRaKmcTxixhVPh2R2 { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE { display:block; }#i4ULVTQleNg2QIEeUnRK2u4EMbGAyPEE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfUIAAa9bV79SwzJX03DANAVU9wscS0U { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWbLNLF9oAS8e5T291HBMFz1342EByDi { display:block; }#MWbLNLF9oAS8e5T291HBMFz1342EByDi > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW7KCTLLm70gBtUT5ZfBlK2N2UM5kAud { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p3c3DLAHzTGBs3k5m8AnFIhatr3hL23m { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gmANBEIEEi7dfCMUzCV32kLUoR2qvu4e { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKKXRTyK3ZAv6FomrOa89yFU9gOoeuBR { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JIHBptXcTx7MdbW45G1C2E6uRTmWORoM { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBTdTEvZblnenyD5Pohdb8vcItgbNbx4 { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETaPQts7SFiOLtDo6sW2zfRBvEHUCEp6 { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awLGamaXzfwMVFEUQX2RgVCAL8J9eFP6 { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmu6WloNKFsD9kuMsx2ldHyhlm4wouro { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWTTe6MwC18wsQUd5bmpGo5kMQBrLhqR { width:9.375rem;height:12.5rem;top:31.25rem;left:10.625rem;overflow:hidden;z-index:14962;display:block; }
 }@media only screen and (max-width: 763px) { #MyzqatNAHTTRsP15lnVJamLIX8MQ4flq { width:8.75rem;height:1.75rem;top:41.5625rem;left:10.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ITc3W0E8FUwpG65CTe7Zs98VavwX7T7b { width:9.375rem;height:0.8125rem;top:42.15625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #WPddno8DrNFpfKwxyhFX7Uqx6lTyXKTZ { width:9.375rem;height:1.3125rem;top:44.375rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kJ7175LHuVbdnKiHRrdz9OS2UNfDPr6A { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f35Gaz9n4LBh9udTc3sdV3vIIiM5KN2T { width:8.8125rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xAVxAJRb9e5XlZmVOE3cmUOZyO1W3COa { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9ams3TyrhSIW8n3ScFaJevGnuFviQF { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tvfNsgymlUuFp3nAyEIEdvdOBh3cgX3H { width:9.375rem;height:10.9375rem;top:0.25rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2D4rf0onUriKtTi5oVHPDJU4eBwKHr { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH5f9aEvbvLJARakRV7CemBfEQANhocu { width:9.375rem;height:0.8125rem;top:10.90625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTGayeasfioy9xDAxXKOavPWOcVhHHwX { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrDEIGS4WZzMrTzB2ULDTQa9lJNmvzX2 { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShRatwUD3JemBZGDTIgMFd0QLn8dACGl { width:8.3125rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZEE9pIlGF5Q9LoqdPF7asNuHw2C1yRTq { width:8.75rem;height:1.75rem;top:25.90625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTruPVfGMEV6UTihttlVTGozmkViU4A { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP3DMTbfJ13ihh1NBJ746SNnmdrNeIhx { width:8.3125rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #va51UJTs7IOelkX6bQDmO4oL2k9d5AVv { width:8.75rem;height:0.8125rem;top:26.5625rem;left:10.9375rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiC0B7pqssEFlIiZvKTrxSlMygGfAV1M { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPAWN79puXV0PlOxiysIaOb9TEOT87hq { width:8.75rem;height:1.75rem;top:25.90625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWROzItBn9LepF7RCqlz21IZuq1CShlC { width:8.3125rem;height:12.5rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #arEn6ympMraeeFTMyyTbfTEV8op4HvIv { width:8.75rem;height:0.8125rem;top:42.1875rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1QCvblpi6fAq8eNifKlGEb3nZGUEtAe { width:9.375rem;height:1.3125rem;top:44.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXqQuU4mTcoheQIlBZg2BsCmcfplE1ob { width:8.75rem;height:1.75rem;top:41.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K { display:none; }#s4c3s0JSyUAnGAFgKz58pPqTZNFTIT5K > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC { display:none; }#LTuUyRfibsMFOxeJl1HU0cVZacQd7bTC > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cJTJg8ToavdsS2teWNEJSX5Z0fvca5V2 { width:20rem;height:0;top:9.388671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GDvXnMpNf9R6zqc7xsnJwOodBJMdPMan { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uawtDaukQT2zSJM7yxK2mxdQSJKIIoTW { width:12.5rem;height:2.5rem;top:9.0625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkZ9NsGmtxSJNEdksMsT0OzFoPGaXD1o { width:11.0625rem;height:1.4375rem;top:22.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LzJclV2W847SlMcbP7NTgTbLWifpQCZP { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaaS4yDaD2Dh5qhoHhhKa9zA0qx7GZT2 { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVXBRf9ysLVKxUph53QEZDP3W5KhBOqz { display:flex;width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3BoxybTMnuXWegr69a5TesApTPkD8rX { width:20rem;height:5.125rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8kepecHxZBAkvCSh0L1zHKss0FMiD7m { width:20rem;height:8.6875rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgzlR6Ns7GmSIUODq7HtZNi04IR61pi5 { width:6.75rem;height:8.75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qfBixTJCSHfUKGLBJ1nhRrwVFtIPXuSI { width:9.375rem;height:12.5rem;top:15.625rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HgyQ9w4NfmWqnZbTC84kTXpQIfPZZsJT { width:9.375rem;height:12.5rem;top:0rem;left:10.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hWZHFzc2Jvx0fOVIl0OxJpf0kIJTTPiz { width:9.375rem;height:12.5rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Aik9gq4U70yNxmEUqN0vKATd27AHxB44 { width:9.375rem;height:12.5rem;top:15.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QnDvtqPCWx4oMBv7hb2WcePrao9ceGx8 { width:8.75rem;height:0;top:10.9375rem;left:0.3125rem;font-size:0.625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kpiJQIGkCSrTfnRP1XwJvWHZg8vvTga4 { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5eTpETJ9EuAofcz8XMftm2kUzVVzUVf { width:9.375rem;height:0;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZOJH0O1sXPnPnhR5QJwEuAMiUylnT9XJ { width:9.375rem;height:0.8125rem;top:10.9375rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cSGPO9xZfbhShFA7rvgsQzUeNTyTrfFX { width:8.75rem;height:1.75rem;top:10.3125rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRShnrfB0X66WJsXvRJF5y9ybErku90r { width:9.375rem;height:1.3125rem;top:13.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a8sw1CuvQW8g9fUnmwZwJ08wJOafZ0WK { width:8.75rem;height:1.75rem;top:10.3125rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT3gFtCPdaTsm1mGa9AsoUvJEcFwA81T { width:9.375rem;height:0.8125rem;top:10.9375rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vi3dMb12rUfGL2KmPL3eqG3I6fhJlMkE { width:9.375rem;height:1.3125rem;top:13.125rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WPw95APTAbAhpSpsLaTl9uNtW7nyh888 { width:8.75rem;height:1.75rem;top:25.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFPIcelQbscvP1d0QNK20ObvZyu7ZpJW { width:9.375rem;height:0.8125rem;top:26.5625rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VSBUIVVopZ3Na4bNJKl37OVHNmqMyMPm { width:9.375rem;height:1.3125rem;top:28.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rZCg55F4CK72iX9PEEvz4gprePuKsWul { width:8.75rem;height:1.75rem;top:25.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G17pg65X2SgFLc4e2kwgU90NEb5tCATG { width:9.375rem;height:0.8125rem;top:26.5625rem;left:10.625rem;font-size:0.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m4nay5BtU0QVCLVqQ7BKZGixUvP775F4 { width:9.375rem;height:1.3125rem;top:28.75rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iuOLwklO9DT4XMVF57IzAUzX3iq50Svz { display:block; }#iuOLwklO9DT4XMVF57IzAUzX3iq50Svz > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc { display:block; }#P6QzVGuhzuNvwVvplILWVxWTtRT1TtLc > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyXbF0ANL6DOxW2ChfzZSEgPqPkofvbw { width:20rem;height:1.625rem;top:3.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQs05s6tQiHAvIzKv16kubmpDwmPtmtL { display:block; }#JQs05s6tQiHAvIzKv16kubmpDwmPtmtL > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npymmiEGZO2um3QmANCbMworCLwlWlLk { display:block; }#npymmiEGZO2um3QmANCbMworCLwlWlLk > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV6n1CE8Ui37e2v5qBI7PPxUowm5vuX1 { width:20rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib73r9wDzKEH0IDl8EtKzEvrur3LLUiu { width:2.1875rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfrytATO369dJAmQzUypsfvBMAvClboe { width:2.1875rem;height:9.375rem;top:0rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFhNp8p0xuTFzTOEZGNkWcUU6J90gDK { width:1.875rem;height:9.375rem;top:33.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGD6tSDG1HGaUkpTec4QrPvoScSh3MmE { width:1.875rem;height:9.375rem;top:75.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw { display:block; }#Z6aW0PPI8SmQhEEMaunz4EKzf3PXnwqw > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -moz-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -ms-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));background-image: -o-linear-gradient(180deg, #190048, rgba(13,1,35,0.95));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#0d0123f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#190048', endColorstr='#0d0123f2' );";background-image: linear-gradient(180deg, #190048, rgba(13,1,35,0.95));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;display:block; } #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection *:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="text"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="email"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection input[type="tel"]:focus-visible, #Ib540ac49e95aaadf6480393bd15fc48.widget-smartsection textarea:focus-visible { outline: none; } #aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { background-color: transparent; background-image: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container > .video-iframe-container { display: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container { display: none; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .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); }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { border-width: 0; border-radius: 0; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aN8Glt5sykLV7VWw687zCUPzDqFBxtMJ > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5O0uaPnWQVU8WMgbluETDsSpI35MlMk { display:block; }#r5O0uaPnWQVU8WMgbluETDsSpI35MlMk > .row .container { width:20rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZCnMgK715c6i06l0FHcdd4ZHL3qPBpz { width:20rem;height:9rem;top:3.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #vfNvuqOV0Gfmxrf4m4zqFQG83P6lpMd9 { width:20rem;height:10.5rem;top:67.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #AgOULRaXe9XxTaOkhikqEfr5hviskO4o { width:20rem;height:1.4375rem;top:0.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZoEUMGlT7kumoDJgqGrun7hPWV9kdgZ { width:20rem;height:1.4375rem;top:64.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a03vgCU2QTCMicGUL0ZsMGVpyuQ4Qs6H { width:20rem;height:1.4375rem;top:13.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOSI6OfrokTpxd1rUKisxmb7fq4vwHSu { width:20rem;height:10.5rem;top:16rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #hXBS4JOCDPqTnpdC8qqSTzEHNp3Tk2fk { width:20rem;height:1.5rem;top:79.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RrTpix1v57KPli2fuq0OI6QHWy1dU4dx { width:20rem;height:6rem;top:81.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HcBVh4KFsUu4weJquHkHokWkxAeZJteW { width:20rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VmaGo5MWizH8pqn32BsmNMKN2DCsZFnR { width:20rem;height:9rem;top:31.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MNSRqLVWCnZqod5fwuvxV1ffQVuAw5Pm { width:20rem;height:18rem;top:44.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bcTVgnFFTve6iSypThubfTdlEovGZl63 { width:20rem;height:1.4375rem;top:42.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RHkEkWqsasmtbEGcGgpFslVgTFZnWHbq { width:20rem;height:27rem;top:92.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #pTQTCpIZVohG3U7Nxbkt3eAlfvLv4MAI { width:20rem;height:1.5rem;top:90.375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection { display:block; } #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection *:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="text"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="email"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection input[type="tel"]:focus-visible, #DJCHUSZSzqs4oT8IKriRuHTmfcul7s33.widget-smartsection textarea:focus-visible { outline: none; } #zXXu2w5xiQZm4JWLHbD0kVzDiTxaDtGW > .row .container { width:20rem;height:25rem;position:relative;display:block; } }