.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { border-width: 0; border-radius: 0; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:2.1875rem;left:62.8125rem;height:1.71875rem;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; }
#qVXkCmEL7IivxMIJq28CItJSrcFqSN8r { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10rem;top:0.81250005960463rem;left:0rem;overflow:hidden;display:block; }
#T4msuHBArPZTbGyCLA8kfD16W5G1wVEo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:0.93750005960463rem;left:47.998443603516rem;display:block; }
#vbCHJoakA37g37xCPG6WK4HauSCJlDmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwUnzETp44ou4nZhfhTThqNTygdxvSbc { display:block;width:11rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0020834207535rem;left:62.8125rem;height:1.21875rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -moz-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -ms-linear-gradient(185deg, #e8ebed, #e8ebed);background-image: -o-linear-gradient(185deg, #e8ebed, #e8ebed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );";background-image: linear-gradient(185deg, #e8ebed, #e8ebed);background-size:cover !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;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:75rem;height:50.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tUQcJ2aqghXJRgK6TalSCoefzN478A8T { display:block;width:37.75rem;position:absolute;font-family:rubik;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10.5rem;left:0rem;height:16.25rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#pD867DVVorf4CUWsgWPQMuLCZTQQM0fe { display:block;width:28.999375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:7.15rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#MS2y8pvuG9btpbTH3hEII3evzLVEoicd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.2495625rem;height:4.49978125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:block; }
#Eoc3i55TRNvbCpZOuDXITTcm55Hxd4cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KtouWpaSSyEvcQ9SHKGGvFLt0GJbsgNv { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:11.25rem;top:15.408333778381rem;left:45.9375rem;overflow:hidden;display:block; }
#fh6kdkFhG02migTBLn4Th1i0S5TauKd3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:10rem;top:8.5625004549256rem;left:38.583983288501rem;overflow:hidden;display:block; }
#HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { display:block;width:25.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.9375rem;left:0rem;height:1.38125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#fg4OZeFycZ3TT1bNsrkOQxLRAZPCGvk0 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:9.5625rem;top:37.062503814698rem;left:28.998439788818rem;overflow:hidden;display:block; }
#GfK5uQszS27kcEiLayMEIHdPnJadFLd1 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:24.5rem;top:20.720834732056rem;left:50.5rem;overflow:hidden;display:block; }
#f3lZa5A4ObgzeuooPKrTzPP6HIDu2Nw4 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.875rem;top:42.125003814698rem;left:61.0625rem;overflow:hidden;display:block; }
#Dv7X0oVzKn21tGvQkrQMrFGrDHOQKdru { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:11.25rem;top:15.408333778381rem;left:45.9375rem;overflow:hidden;display:none; }
#wGATi39oAMT3X527VXatI0VAcupQTG57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container { background-color: transparent; background-image: none; }#wGATi39oAMT3X527VXatI0VAcupQTG57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container > .video-iframe-container { display: none; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row > .video-iframe-container { display: none; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .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); }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container { border-width: 0; border-radius: 0; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#p7ayI4EfuC1gEsgGqWNsEXTLK4Bpmcav { color:#000000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { background-color: transparent; background-image: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container > .video-iframe-container { display: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row > .video-iframe-container { display: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .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); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { border-width: 0; border-radius: 0; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { color:#1d1d1d;display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5739593505859rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container { background-color: transparent; background-image: none; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container > .video-iframe-container { display: none; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row > .video-iframe-container { display: none; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .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); }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container { border-width: 0; border-radius: 0; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Uibc4CX4agfcAehfpQu0rGlBNlVTgT5w { position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:20.625rem;width:24.5rem;top:3.673957824707rem;left:50.375rem;display:block; }
#LugPiZclRcSTHMFePn2WhZx6FbeN8kQR { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:5.375rem;top:0.625rem;left:51.588020324707rem;overflow:hidden;display:block; }
#nilwOcLuXwI60PVB6xvt2XTWU22BhbmT { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:8.0625rem;left:58.4375rem;height:1.25rem;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; }
#i2z2ByzPLOJXUaI4H5LKEJw6ueU582SV { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:9.375rem;left:58.4375rem;height:1.875rem;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; }
#c0IleNnE4tS73bdEJ1FdyvWK7Dtgzyu5 { display:block;width:14.375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:12.0625rem;left:58.5rem;height:2.925rem;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; }
#gxeh1mxs0v7GCR6FoT4LbW4MPb3lceup { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4359375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:17.250001907349rem;left:58.4375rem;display:block; }
#O1BpN1QrpdnQA5kxQNpGf2hULBoDZBJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu6eOGWQoKzEXgG95L8XaWmm7o0S0cxR { position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:20.625rem;width:24.5rem;top:3.6875rem;left:25.25rem;display:block; }
#lICds0XZwTTMEmO5ESLboynTfHSnSHGU { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:8.0625rem;left:33.312503814698rem;height:1.25rem;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; }
#l6XQbGyz6pM8J63c7fNuciOsJssRN4ud { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:9.375rem;left:33.312503814698rem;height:1.875rem;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; }
#qtl8WgiWKhEAwtdOWSBeZfSa59cnXTy0 { display:block;width:15.875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:12.0625rem;left:33.375003814698rem;height:2.925rem;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; }
#fhTZI2Om2Tn8waKPH6AmPKiqMNBUvz0R { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4359375rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:17.25rem;left:33.531253814698rem;display:block; }
#tfwcFEpfQxfO0Sc3TQz3lgseLKJl4Dtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXMRfSPUownCTW0qF0PQmaxMw8crLQrW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:7rem;top:1.7203063964844rem;left:25.970836639404rem;overflow:hidden;display:block; }
#zteUQNDkuhRfKgTXegJ7D57JPBP42QWr { position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:20.625rem;width:24.5rem;top:3.673957824707rem;left:0rem;display:block; }
#aww9bVM5JI7rdJn0bTsDBSHrCZR0wZWf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:9.625rem;top:8.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#T64wHAqoVD0qlCnqz5fBDUJFmmapt3kx { display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:8.0625rem;left:11.3125rem;height:1.25rem;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; }
#t80Nsea98AitRbo1wpFSbNUReycGiauI { display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15027;line-height:1;letter-spacing:0;top:9.375rem;left:11.3125rem;height:1.875rem;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; }
#ek7GnZnfMeqMMcw40p6Cexur90CmKTZp { display:block;width:12.6875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:12.03750038147rem;left:11.3125rem;height:3.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; }
#wvB5CZBF5InOhcbraGh1s8hDWPaN4yek { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:17.250001907349rem;left:11.379169464111rem;display:block; }
#TIGbq6iU5zy2taDaceXuwPVBUMo0J5ht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container { background-color: transparent; background-image: none; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container > .video-iframe-container { display: none; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row > .video-iframe-container { display: none; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .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); }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container { border-width: 0; border-radius: 0; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#sEN3LgUshv00Qa3inLt3mneZKL1iKAQS { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1rem;left:0.3125rem;display:block; }
#nPXC7ShQEQuIakGDRrcEwm0N1Jds0Jy1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.187500953674rem;left:1.875rem;display:block; }
#bh3ue8Ht9VEzirTX7aOSsRIkUlE4GkFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzlRpyayTz4fiONOd4yfMIX9nMNtQO2O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:15.375rem;top:2.8125rem;left:2rem;overflow:hidden;display:block; }
#xkvnAHIEhv5Htzo950gc1WGzkE9EVETS { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:16.437500834465rem;left:1.6875rem;height:1.875rem;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; }
#wLgxFEhHe448mqH7Dld7rCCTp5A11fkz { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:15.125000774861rem;left:1.6875rem;height:1.25rem;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; }
#f7XMF5OvpPgdVvvCB0tWBSeDcR0PFgFp { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:19.687500953674rem;left:1.625rem;height:4.2rem;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; }
#ztamfXatedhs2WlLNPDTWCKFsv1Upqpn { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1rem;left:19.0625rem;display:block; }
#cAnZidqN4TM8hGLvzVZRtJUzXTmKAE6O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:26.187500953674rem;left:20.625rem;display:block; }
#TSOXw5l8QIhw4HROqD4ozvUZBJ5cNGhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RADIbHibhqJ2dv0xaC3ZKhP6Hpb5KOE1 { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:19.687500953674rem;left:20.375rem;height:4.2rem;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; }
#M3EqWLR9zHbuKzzqiG4HDuzyW4lLi5sl { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:16.437500834465rem;left:20.4375rem;height:1.875rem;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; }
#tsoaMF6lldoBZi1r91zCD2FyNZUIUpcl { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:15.125000774861rem;left:20.4375rem;height:1.25rem;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; }
#t1ua4WQDy1TkoShmwrKUXQI4o7lwwcrS { position:absolute;display:block;z-index:15011;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1rem;left:37.812503814698rem;display:block; }
#JcqSSWBHS0rOIFzFHyflSFr6SoINdqD8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:26.187500953674rem;left:39.375rem;display:block; }
#WIXZUpTu08CnIia46uockDHtqbqNDMMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXs4FxwntPcTnI0FAs88Kosy31Ms89EE { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:19.687500953674rem;left:39.125rem;height:4.2rem;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; }
#WITzM8tcVQc8TSrIbxinh8HpO1fMn8GR { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:16.437500834465rem;left:39.1875rem;height:1.875rem;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; }
#FcH7NxNwRzOFDL8JIvBhPJZZa7Ddkr9E { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:15.125000774861rem;left:39.1875rem;height:1.25rem;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; }
#uOwfKl7TV3ToD4zhskssnO1LWkUf4X4T { position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1rem;left:56.5625rem;display:block; }
#xJedExQ41yHxhBfCtHwfUTQmTBlHKZmZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:26.187500953674rem;left:58.125rem;display:block; }
#ZdOHPDvVIVx25LmzVsVRIdiF4I6ThVu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HOVs8sq9H4HrTGJU9UkqQKxBWCmrRRrn { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:19.687500953674rem;left:57.875rem;height:;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; }
#Bh0sKQ40ASVTqSMT6oZq0Xq9yGwBlTGi { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:16.437500834465rem;left:57.9375rem;height:;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; }
#bAUaoyLUctJE2p67Qz7q9TkPDFXEMfT4 { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:15.125000774861rem;left:57.9375rem;height:1.25rem;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; }
#uMcXfCh04QrPswBoKxqmZOmNH4XZ0mxs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:1.4375rem;left:21.5rem;overflow:hidden;display:block; }
#JMzzANbOhmtWcRHxxORgyvKfhHM51vl9 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.75rem;top:2.46875rem;left:39rem;overflow:hidden;display:block; }
#qGJTCEDtfu4tBii5zbHbD88d01b0300c { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:1.65625rem;left:59.21875rem;overflow:hidden;display:block; }
#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container { background-color: transparent; background-image: none; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container > .video-iframe-container { display: none; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row > .video-iframe-container { display: none; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .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); }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container { border-width: 0; border-radius: 0; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#vmEmTT721LzRmTl3UGJ0BWXUR0NGaQZK { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1.9375rem;left:0.3125rem;display:block; }
#vr0OtEPdqeOGbOCbhFsqHM1W7Qqcw7lX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:27.125rem;left:1.875rem;display:block; }
#EtAHe2XrpCgEoTAspAGZyymkIIxEuVaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THeydVCedwbdenfgvUgCHOI6af1bwx8r { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:17.375000953674rem;left:1.6875rem;height:1.875rem;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; }
#wDn6UVdrcteHyOtKtuPemVlKKxwQiski { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:16.0625rem;left:1.6875rem;height:1.25rem;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; }
#n4dWoTpyyFrhBMpTBe54WCNCkHnCyR1h { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.625rem;left:1.625rem;height:3.15rem;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; }
#J4TNrkkW8p5CxWeKWOBFKciZF606VkcM { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1.9375rem;left:19.0625rem;display:block; }
#JSZWZqekzABGTuN5PTybVT3dvbGEtQz3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:27.125rem;left:20.625rem;display:block; }
#RcZbryyXrnNVq9ET5uhXUWkOXG9R2b2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVSZNakgRw8wSicsU92N9QZTAdGKOT3A { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:20.625rem;left:20.375rem;height:4.2rem;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; }
#cRR4NEm7JBZ2WAVbVoARgLuEW2TxlMzy { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:17.375000953674rem;left:20.4375rem;height:1.875rem;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; }
#Nla1AZiqNeOBI4ToSpuXDcAJCErWJZqO { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:16.0625rem;left:20.4375rem;height:1.25rem;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; }
#CICCDVvxBRXlbNiTPuia7Bpfv3RWAvCZ { position:absolute;display:block;z-index:15011;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1.9375rem;left:37.8125rem;display:block; }
#xy6gBe1tNC3gzQNmJ2wk3xrUpyeoNWOx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:27.125rem;left:39.375rem;display:block; }
#yAUtJ7qdBX4opu02qgws0Ik6mMTwcznE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KJTFQITtXMka3Q9Fn7w3hNX1u960sQA1 { display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:20.625rem;left:39.125rem;height:4.2rem;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; }
#y06uJlWrCOT5vmVlxqdo6d9fpgAPElUu { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:17.375000953674rem;left:39.1875rem;height:1.875rem;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; }
#pkvw82M8ZHVKp3cVQbqLTaUpfOiw5wSI { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:16.0625rem;left:39.1875rem;height:1.25rem;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; }
#ERKkN7wXS7LosAmg0JdNT1M7FngPONGA { position:absolute;display:block;z-index:15017;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:30.75rem;width:18.125rem;top:1.9375rem;left:56.5625rem;display:block; }
#wIBn07EUhVBxvFXFAA8HiZwkxStIQ6E8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:27.125rem;left:58.125rem;display:block; }
#KbBfTWwiXcCJra6RRBqMyPU2ZLMlBgWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msfMbTAslOEvUzsIIr92Bbnw0aXLfsmM { display:block;width:16.0625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:20.625001430511rem;left:57.59375rem;height:4.2rem;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; }
#PdbSkWizTPB87kL7GrTb7lPyzGeiK9tz { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:17.375000953674rem;left:57.9375rem;height:1.875rem;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; }
#emPCx7VI4TIlgDSANi4DmpzyTWKElRR2 { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:16.0625rem;left:57.9375rem;height:1.25rem;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; }
#NpAQ6xaQmQ2uPptyOTSqqSbA6vJ88w9O { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:13.1875rem;top:1.1880207061768rem;left:21.53125rem;overflow:hidden;display:block; }
#JWuEB2WNhRil5hS81HvvfKobUwhTadcJ { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:12.1875rem;top:4.0968742370606rem;left:40.78125rem;overflow:hidden;display:block; }
#zHbZkRNlu4CvngsRbSCKk1ULa6b87wco { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:11.25rem;top:0.56718730926514rem;left:3.75rem;overflow:hidden;display:block; }
#TiZw8s1FfqOe45biueOMQMM5sgi7ICX7 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:7.6875rem;top:0.720832824707rem;left:61.78125rem;overflow:hidden;display:block; }
#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container { background-color: transparent; background-image: none; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container > .video-iframe-container { display: none; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row > .video-iframe-container { display: none; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .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); }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container { border-width: 0; border-radius: 0; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#LT9XkZFu6NxGqrqD4rzpVOvcvq2iTKEJ { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.25) ;height:38.75rem;width:74.3125rem;top:0.4375rem;left:0.375rem;display:block; }
#vs2wC0Hg5VOIe3ZNPKKiNU1KVKsCRnxa { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:31.9375rem;top:1.25rem;left:1.5rem;overflow:hidden;display:block; }
#JhLpM9GHzPgX5OMxSJwCMvcl7HKQ9P0K { display:block;width:20.75rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:6.3125rem;left:36.625rem;height:1.875rem;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; }
#MFgeio1yFVact1FTJSZmn5JwPiXcmo0f { display:block;width:15.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:5rem;left:36.625rem;height:1.25rem;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; }
#HPoDSwIiTFCHyuOiWMpwsqRLKZhR9zg1 { display:block;width:33.6875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:9.5rem;left:36.625rem;height:11.025rem;text-align:justify;text-align-last:initial;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; }
#ybqkxTuGG3nckJIr6VkqvF9WM735R4Ue { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);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: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4359375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:30.4375rem;left:36.875rem;display:block; }
#gNzkaMAT4uQCq4P6Egy5m4pa1nBXyMAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 { display:block;width:10.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:22.25rem;left:36.625rem;height:5.8375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#DlRnOzII743hOfW9lRkldIDrBFrG9QTL { display:block;width:10.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:22.25rem;left:47.5625rem;height:5.8375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DlRnOzII743hOfW9lRkldIDrBFrG9QTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DlRnOzII743hOfW9lRkldIDrBFrG9QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ { display:block;width:11.4375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:22.25rem;left:58.5rem;height:4.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#a3gwfaE8f2uhA6lHM6Cr7WVnmgWcbIDz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.1875rem;top:29.625rem;left:51.3125rem;overflow:hidden;display:block; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#042e72;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; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.890625rem;left:0rem;height:1.21875rem;font-style:normal;color:#a5a5a5;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:12.1875rem;height:1.6875rem;top:2.1875rem;left:35.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXkCmEL7IivxMIJq28CItJSrcFqSN8r { width:10rem;height:3.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4msuHBArPZTbGyCLA8kfD16W5G1wVEo { width:13.75rem;height:3.125rem;top:0.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbCHJoakA37g37xCPG6WK4HauSCJlDmy { display:block; }
 }@media only screen and (max-width: 763px) { #cwUnzETp44ou4nZhfhTThqNTygdxvSbc { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD867DVVorf4CUWsgWPQMuLCZTQQM0fe { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2y8pvuG9btpbTH3hEII3evzLVEoicd { width:25.1875rem;height:4.4375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoc3i55TRNvbCpZOuDXITTcm55Hxd4cw { display:block; }
 }@media only screen and (max-width: 763px) { #KtouWpaSSyEvcQ9SHKGGvFLt0GJbsgNv { width:11.25rem;height:34.25rem;top:15.375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6kdkFhG02migTBLn4Th1i0S5TauKd3 { width:10rem;height:41.0625rem;top:8.5625rem;left:24.958983288501rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg4OZeFycZ3TT1bNsrkOQxLRAZPCGvk0 { width:9.5625rem;height:12.125rem;top:37.0625rem;left:15.373439788818rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfK5uQszS27kcEiLayMEIHdPnJadFLd1 { width:24.5rem;height:28.5rem;top:20.6875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3lZa5A4ObgzeuooPKrTzPP6HIDu2Nw4 { width:11.875rem;height:8.4375rem;top:42.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7X0oVzKn21tGvQkrQMrFGrDHOQKdru { width:11.25rem;height:19.4375rem;top:15.375rem;left:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGATi39oAMT3X527VXatI0VAcupQTG57 { display:block; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7ayI4EfuC1gEsgGqWNsEXTLK4Bpmcav { width:47.75rem;height:1.625rem;top:1rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { width:47.75rem;height:3.25rem;top:5.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 { display:block; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uibc4CX4agfcAehfpQu0rGlBNlVTgT5w { width:24.5rem;height:20.625rem;top:3.625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LugPiZclRcSTHMFePn2WhZx6FbeN8kQR { width:5.375rem;height:22.5625rem;top:0.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilwOcLuXwI60PVB6xvt2XTWU22BhbmT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2z2ByzPLOJXUaI4H5LKEJw6ueU582SV { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0IleNnE4tS73bdEJ1FdyvWK7Dtgzyu5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxeh1mxs0v7GCR6FoT4LbW4MPb3lceup { width:11.625rem;height:3.375rem;top:17.25rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1BpN1QrpdnQA5kxQNpGf2hULBoDZBJo { display:block; }
 }@media only screen and (max-width: 763px) { #Fu6eOGWQoKzEXgG95L8XaWmm7o0S0cxR { width:24.5rem;height:20.625rem;top:3.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lICds0XZwTTMEmO5ESLboynTfHSnSHGU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6XQbGyz6pM8J63c7fNuciOsJssRN4ud { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtl8WgiWKhEAwtdOWSBeZfSa59cnXTy0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTZI2Om2Tn8waKPH6AmPKiqMNBUvz0R { width:11.625rem;height:3.4375rem;top:17.25rem;left:19.843753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfwcFEpfQxfO0Sc3TQz3lgseLKJl4Dtp { display:block; }
 }@media only screen and (max-width: 763px) { #pXMRfSPUownCTW0qF0PQmaxMw8crLQrW { width:7rem;height:21.5rem;top:1.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zteUQNDkuhRfKgTXegJ7D57JPBP42QWr { width:24.5rem;height:20.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aww9bVM5JI7rdJn0bTsDBSHrCZR0wZWf { width:9.625rem;height:12.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64wHAqoVD0qlCnqz5fBDUJFmmapt3kx { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80Nsea98AitRbo1wpFSbNUReycGiauI { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek7GnZnfMeqMMcw40p6Cexur90CmKTZp { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvB5CZBF5InOhcbraGh1s8hDWPaN4yek { width:11.625rem;height:3.4375rem;top:17.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGbq6iU5zy2taDaceXuwPVBUMo0J5ht { display:block; }
 }@media only screen and (max-width: 763px) { #IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 { display:block; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEN3LgUshv00Qa3inLt3mneZKL1iKAQS { width:18.125rem;height:30.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPXC7ShQEQuIakGDRrcEwm0N1Jds0Jy1 { width:15rem;height:3.375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh3ue8Ht9VEzirTX7aOSsRIkUlE4GkFN { display:block; }
 }@media only screen and (max-width: 763px) { #zzlRpyayTz4fiONOd4yfMIX9nMNtQO2O { width:15.375rem;height:10.5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvnAHIEhv5Htzo950gc1WGzkE9EVETS { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLgxFEhHe448mqH7Dld7rCCTp5A11fkz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7XMF5OvpPgdVvvCB0tWBSeDcR0PFgFp { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztamfXatedhs2WlLNPDTWCKFsv1Upqpn { width:18.125rem;height:30.75rem;top:1rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnZidqN4TM8hGLvzVZRtJUzXTmKAE6O { width:15rem;height:3.375rem;top:26.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOXw5l8QIhw4HROqD4ozvUZBJ5cNGhF { display:block; }
 }@media only screen and (max-width: 763px) { #RADIbHibhqJ2dv0xaC3ZKhP6Hpb5KOE1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3EqWLR9zHbuKzzqiG4HDuzyW4lLi5sl { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsoaMF6lldoBZi1r91zCD2FyNZUIUpcl { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ua4WQDy1TkoShmwrKUXQI4o7lwwcrS { width:18.125rem;height:30.75rem;top:1rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcqSSWBHS0rOIFzFHyflSFr6SoINdqD8 { width:15rem;height:3.375rem;top:26.1875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIXZUpTu08CnIia46uockDHtqbqNDMMT { display:block; }
 }@media only screen and (max-width: 763px) { #OXs4FxwntPcTnI0FAs88Kosy31Ms89EE { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITzM8tcVQc8TSrIbxinh8HpO1fMn8GR { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcH7NxNwRzOFDL8JIvBhPJZZa7Ddkr9E { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwfKl7TV3ToD4zhskssnO1LWkUf4X4T { width:18.125rem;height:30.75rem;top:1rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJedExQ41yHxhBfCtHwfUTQmTBlHKZmZ { width:15rem;height:3.375rem;top:26.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdOHPDvVIVx25LmzVsVRIdiF4I6ThVu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HOVs8sq9H4HrTGJU9UkqQKxBWCmrRRrn { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0sKQ40ASVTqSMT6oZq0Xq9yGwBlTGi { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAUaoyLUctJE2p67Qz7q9TkPDFXEMfT4 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMcXfCh04QrPswBoKxqmZOmNH4XZ0mxs { width:13.25rem;height:13.25rem;top:1.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzzANbOhmtWcRHxxORgyvKfhHM51vl9 { width:15.75rem;height:11.1875rem;top:2.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJTCEDtfu4tBii5zbHbD88d01b0300c { width:12.8125rem;height:12.8125rem;top:1.625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO { display:block; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmEmTT721LzRmTl3UGJ0BWXUR0NGaQZK { width:18.125rem;height:30.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0OtEPdqeOGbOCbhFsqHM1W7Qqcw7lX { width:15rem;height:3.375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtAHe2XrpCgEoTAspAGZyymkIIxEuVaM { display:block; }
 }@media only screen and (max-width: 763px) { #THeydVCedwbdenfgvUgCHOI6af1bwx8r { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDn6UVdrcteHyOtKtuPemVlKKxwQiski { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4dWoTpyyFrhBMpTBe54WCNCkHnCyR1h { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4TNrkkW8p5CxWeKWOBFKciZF606VkcM { width:18.125rem;height:30.75rem;top:1.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZWZqekzABGTuN5PTybVT3dvbGEtQz3 { width:15rem;height:3.375rem;top:27.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZbryyXrnNVq9ET5uhXUWkOXG9R2b2n { display:block; }
 }@media only screen and (max-width: 763px) { #WVSZNakgRw8wSicsU92N9QZTAdGKOT3A { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRR4NEm7JBZ2WAVbVoARgLuEW2TxlMzy { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nla1AZiqNeOBI4ToSpuXDcAJCErWJZqO { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CICCDVvxBRXlbNiTPuia7Bpfv3RWAvCZ { width:18.125rem;height:30.75rem;top:1.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy6gBe1tNC3gzQNmJ2wk3xrUpyeoNWOx { width:15rem;height:3.375rem;top:27.125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAUtJ7qdBX4opu02qgws0Ik6mMTwcznE { display:block; }
 }@media only screen and (max-width: 763px) { #KJTFQITtXMka3Q9Fn7w3hNX1u960sQA1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06uJlWrCOT5vmVlxqdo6d9fpgAPElUu { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvw82M8ZHVKp3cVQbqLTaUpfOiw5wSI { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERKkN7wXS7LosAmg0JdNT1M7FngPONGA { width:18.125rem;height:30.75rem;top:1.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBn07EUhVBxvFXFAA8HiZwkxStIQ6E8 { width:15rem;height:3.375rem;top:27.125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbBfTWwiXcCJra6RRBqMyPU2ZLMlBgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #msfMbTAslOEvUzsIIr92Bbnw0aXLfsmM { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdbSkWizTPB87kL7GrTb7lPyzGeiK9tz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emPCx7VI4TIlgDSANi4DmpzyTWKElRR2 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAQ6xaQmQ2uPptyOTSqqSbA6vJ88w9O { width:13.1875rem;height:16.75rem;top:1.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuEB2WNhRil5hS81HvvfKobUwhTadcJ { width:12.1875rem;height:10.5625rem;top:4.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHbZkRNlu4CvngsRbSCKk1ULa6b87wco { width:11.25rem;height:14.125rem;top:0.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZw8s1FfqOe45biueOMQMM5sgi7ICX7 { width:7.6875rem;height:15.375rem;top:0.6875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC { display:block; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT9XkZFu6NxGqrqD4rzpVOvcvq2iTKEJ { width:47.75rem;height:38.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2wC0Hg5VOIe3ZNPKKiNU1KVKsCRnxa { width:31.9375rem;height:37.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhLpM9GHzPgX5OMxSJwCMvcl7HKQ9P0K { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFgeio1yFVact1FTJSZmn5JwPiXcmo0f { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPoDSwIiTFCHyuOiWMpwsqRLKZhR9zg1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybqkxTuGG3nckJIr6VkqvF9WM735R4Ue { width:15rem;height:3.375rem;top:30.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNzkaMAT4uQCq4P6Egy5m4pa1nBXyMAv { display:block; }
 }@media only screen and (max-width: 763px) { #nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #DlRnOzII743hOfW9lRkldIDrBFrG9QTL { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#DlRnOzII743hOfW9lRkldIDrBFrG9QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #a3gwfaE8f2uhA6lHM6Cr7WVnmgWcbIDz { width:20.1875rem;height:5rem;top:29.625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:12.1875rem;height:0;top:20.90625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qVXkCmEL7IivxMIJq28CItJSrcFqSN8r { width:8.25rem;height:2.75rem;top:0.62500005960463rem;left:5.8750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4msuHBArPZTbGyCLA8kfD16W5G1wVEo { width:13.75rem;height:3.125rem;top:5.875rem;left:3.125rem;font-size:1.125rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";display:none; }
 }@media only screen and (max-width: 763px) { #vbCHJoakA37g37xCPG6WK4HauSCJlDmy { display:block; }
 }@media only screen and (max-width: 763px) { #cwUnzETp44ou4nZhfhTThqNTygdxvSbc { width:11rem;height:0;top:10.25rem;left:4.5rem;font-size:0.9375rem;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;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:transparent;background-image: -webkit-linear-gradient(top, #e8ebed, #e8ebed);background-image: -moz-linear-gradient(top, #e8ebed, #e8ebed);background-image: -ms-linear-gradient(top, #e8ebed, #e8ebed);background-image: -o-linear-gradient(top, #e8ebed, #e8ebed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebed', endColorstr='#e8ebed' );";background-image: linear-gradient(to bottom, #e8ebed, #e8ebed);background-size:initial !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;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:20rem;height:8.5rem;top:2.6875rem;left:0rem;font-size:2.125rem;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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pD867DVVorf4CUWsgWPQMuLCZTQQM0fe { width:18.5625rem;height:3.4125rem;top:11.9375rem;left:0.75rem;font-size:0.875rem;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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MS2y8pvuG9btpbTH3hEII3evzLVEoicd { width:20rem;height:3.75rem;top:38.5rem;left:0rem;font-size:1.125rem;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;font-family:"raleway black";display:block; }
 }@media only screen and (max-width: 763px) { #Eoc3i55TRNvbCpZOuDXITTcm55Hxd4cw { display:block; }
 }@media only screen and (max-width: 763px) { #KtouWpaSSyEvcQ9SHKGGvFLt0GJbsgNv { width:6.4375rem;height:19.8125rem;top:17.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6kdkFhG02migTBLn4Th1i0S5TauKd3 { width:5.125rem;height:21rem;top:18.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { width:20rem;height:1.05625rem;top:43.0625rem;left:0rem;font-size:0.8125rem;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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fg4OZeFycZ3TT1bNsrkOQxLRAZPCGvk0 { width:5.5625rem;height:7.0625rem;top:32.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfK5uQszS27kcEiLayMEIHdPnJadFLd1 { width:19.8125rem;height:23.0625rem;top:19.023438215256rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3lZa5A4ObgzeuooPKrTzPP6HIDu2Nw4 { width:6.625rem;height:4.6875rem;top:34.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7X0oVzKn21tGvQkrQMrFGrDHOQKdru { width:10rem;height:17.3125rem;top:21.375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wGATi39oAMT3X527VXatI0VAcupQTG57 { display:block; }#wGATi39oAMT3X527VXatI0VAcupQTG57 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7ayI4EfuC1gEsgGqWNsEXTLK4Bpmcav { width:20rem;height:1.21875rem;top:0.47500038146973rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { width:20rem;height:4rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 { display:block; }#WxabD5BrHJpNDHv4RKF9eluZTqTlsBl2 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uibc4CX4agfcAehfpQu0rGlBNlVTgT5w { width:18.125rem;height:16.375rem;top:47.856252670288rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LugPiZclRcSTHMFePn2WhZx6FbeN8kQR { width:4.875rem;height:20.75rem;top:42.03333568573rem;left:2.3937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilwOcLuXwI60PVB6xvt2XTWU22BhbmT { width:8.75rem;height:1.25rem;top:49.4375rem;left:8.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i2z2ByzPLOJXUaI4H5LKEJw6ueU582SV { width:9.9375rem;height:2rem;top:50.75rem;left:8.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0IleNnE4tS73bdEJ1FdyvWK7Dtgzyu5 { width:9.3125rem;height:4.875rem;top:53.875rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gxeh1mxs0v7GCR6FoT4LbW4MPb3lceup { width:9.3125rem;height:3.375rem;top:59.375rem;left:8.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #O1BpN1QrpdnQA5kxQNpGf2hULBoDZBJo { display:block; }
 }@media only screen and (max-width: 763px) { #Fu6eOGWQoKzEXgG95L8XaWmm7o0S0cxR { width:18.125rem;height:17.875rem;top:23.331254959106rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lICds0XZwTTMEmO5ESLboynTfHSnSHGU { width:8.8125rem;height:1.25rem;top:25.25rem;left:8.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6XQbGyz6pM8J63c7fNuciOsJssRN4ud { width:8.5625rem;height:2rem;top:26.5625rem;left:8.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qtl8WgiWKhEAwtdOWSBeZfSa59cnXTy0 { width:9.5rem;height:5.85rem;top:29.5rem;left:8.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhTZI2Om2Tn8waKPH6AmPKiqMNBUvz0R { width:9.3125rem;height:3.375rem;top:36.375rem;left:8.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #tfwcFEpfQxfO0Sc3TQz3lgseLKJl4Dtp { display:block; }
 }@media only screen and (max-width: 763px) { #pXMRfSPUownCTW0qF0PQmaxMw8crLQrW { width:6.5625rem;height:20.3125rem;top:19.875rem;left:1.5500712954088rem;display:block; }
 }@media only screen and (max-width: 763px) { #zteUQNDkuhRfKgTXegJ7D57JPBP42QWr { width:18.125rem;height:17.4375rem;top:1.1270885467529rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aww9bVM5JI7rdJn0bTsDBSHrCZR0wZWf { width:6.5625rem;height:8.375rem;top:3.6875rem;left:1.8095796061906rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64wHAqoVD0qlCnqz5fBDUJFmmapt3kx { width:8.375rem;height:1.25rem;top:3.6875rem;left:9rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t80Nsea98AitRbo1wpFSbNUReycGiauI { width:9.6875rem;height:2rem;top:4.9375rem;left:9.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ek7GnZnfMeqMMcw40p6Cexur90CmKTZp { width:9.6875rem;height:4.875rem;top:7.4083347320556rem;left:9rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvB5CZBF5InOhcbraGh1s8hDWPaN4yek { width:16.0625rem;height:3.375rem;top:13.888021469116rem;left:1.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #TIGbq6iU5zy2taDaceXuwPVBUMo0J5ht { display:block; }
 }@media only screen and (max-width: 763px) { #IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 { display:block; }#IANm7HdZLgqqwLrvM0d0M4B1DR8oVBG2 > .row .container { width:20rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEN3LgUshv00Qa3inLt3mneZKL1iKAQS { width:18.125rem;height:28.0625rem;top:1.25rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nPXC7ShQEQuIakGDRrcEwm0N1Jds0Jy1 { width:15rem;height:3.375rem;top:24.462503433227rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #bh3ue8Ht9VEzirTX7aOSsRIkUlE4GkFN { display:block; }
 }@media only screen and (max-width: 763px) { #zzlRpyayTz4fiONOd4yfMIX9nMNtQO2O { width:15.375rem;height:10.5rem;top:3.0625009536743rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvnAHIEhv5Htzo950gc1WGzkE9EVETS { width:15.4375rem;height:2rem;top:16.687500953674rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLgxFEhHe448mqH7Dld7rCCTp5A11fkz { width:15.4375rem;height:1.25rem;top:15.375000953674rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7XMF5OvpPgdVvvCB0tWBSeDcR0PFgFp { width:15.3125rem;height:3.9rem;top:19.312507629394rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztamfXatedhs2WlLNPDTWCKFsv1Upqpn { width:18.125rem;height:27rem;top:30.4375rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cAnZidqN4TM8hGLvzVZRtJUzXTmKAE6O { width:15rem;height:3.375rem;top:52.6875rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #TSOXw5l8QIhw4HROqD4ozvUZBJ5cNGhF { display:block; }
 }@media only screen and (max-width: 763px) { #RADIbHibhqJ2dv0xaC3ZKhP6Hpb5KOE1 { width:15.3125rem;height:3.9rem;top:47.5625rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3EqWLR9zHbuKzzqiG4HDuzyW4lLi5sl { width:15.4375rem;height:2rem;top:44.9375rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsoaMF6lldoBZi1r91zCD2FyNZUIUpcl { width:15.4375rem;height:1.25rem;top:43.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1ua4WQDy1TkoShmwrKUXQI4o7lwwcrS { width:18.125rem;height:27.8125rem;top:58.6875rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JcqSSWBHS0rOIFzFHyflSFr6SoINdqD8 { width:15rem;height:3.375rem;top:81.875rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #WIXZUpTu08CnIia46uockDHtqbqNDMMT { display:block; }
 }@media only screen and (max-width: 763px) { #OXs4FxwntPcTnI0FAs88Kosy31Ms89EE { width:15.3125rem;height:3.9rem;top:76.75rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WITzM8tcVQc8TSrIbxinh8HpO1fMn8GR { width:15.4375rem;height:2rem;top:74.125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcH7NxNwRzOFDL8JIvBhPJZZa7Ddkr9E { width:15.4375rem;height:1.25rem;top:72.8125rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOwfKl7TV3ToD4zhskssnO1LWkUf4X4T { width:18.125rem;height:27.75rem;top:87.75rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xJedExQ41yHxhBfCtHwfUTQmTBlHKZmZ { width:15rem;height:3.375rem;top:110.9375rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #ZdOHPDvVIVx25LmzVsVRIdiF4I6ThVu8 { display:block; }
 }@media only screen and (max-width: 763px) { #HOVs8sq9H4HrTGJU9UkqQKxBWCmrRRrn { width:15.3125rem;height:3.9rem;top:105.8125rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0sKQ40ASVTqSMT6oZq0Xq9yGwBlTGi { width:15.4375rem;height:2rem;top:103.1875rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAUaoyLUctJE2p67Qz7q9TkPDFXEMfT4 { width:15.4375rem;height:1.25rem;top:101.875rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMcXfCh04QrPswBoKxqmZOmNH4XZ0mxs { width:13.25rem;height:13.25rem;top:29.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzzANbOhmtWcRHxxORgyvKfhHM51vl9 { width:15.75rem;height:11.1875rem;top:60.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJTCEDtfu4tBii5zbHbD88d01b0300c { width:12.8125rem;height:12.8125rem;top:88.1875rem;left:3.625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO { display:block; }#M5QvGeDlEacFZMecxeAzW5k9LDpXPxiO > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmEmTT721LzRmTl3UGJ0BWXUR0NGaQZK { width:18.125rem;height:27rem;top:1.25rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vr0OtEPdqeOGbOCbhFsqHM1W7Qqcw7lX { width:15rem;height:3.375rem;top:23.487501144409rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #EtAHe2XrpCgEoTAspAGZyymkIIxEuVaM { display:block; }
 }@media only screen and (max-width: 763px) { #THeydVCedwbdenfgvUgCHOI6af1bwx8r { width:15.4375rem;height:2rem;top:16.687500953674rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDn6UVdrcteHyOtKtuPemVlKKxwQiski { width:15.4375rem;height:1.25rem;top:15.375000953674rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4dWoTpyyFrhBMpTBe54WCNCkHnCyR1h { width:15.3125rem;height:2.925rem;top:19.3125rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4TNrkkW8p5CxWeKWOBFKciZF606VkcM { width:18.125rem;height:27.375rem;top:29.875007629394rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JSZWZqekzABGTuN5PTybVT3dvbGEtQz3 { width:15rem;height:3.375rem;top:52.750007629394rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #RcZbryyXrnNVq9ET5uhXUWkOXG9R2b2n { display:block; }
 }@media only screen and (max-width: 763px) { #WVSZNakgRw8wSicsU92N9QZTAdGKOT3A { width:15.3125rem;height:3.9rem;top:47.625007629394rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRR4NEm7JBZ2WAVbVoARgLuEW2TxlMzy { width:15.4375rem;height:2rem;top:45.000007629394rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nla1AZiqNeOBI4ToSpuXDcAJCErWJZqO { width:15.4375rem;height:1.25rem;top:43.687507629394rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CICCDVvxBRXlbNiTPuia7Bpfv3RWAvCZ { width:18.125rem;height:27.0625rem;top:58.500007629394rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xy6gBe1tNC3gzQNmJ2wk3xrUpyeoNWOx { width:15rem;height:3.375rem;top:81.062507629394rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #yAUtJ7qdBX4opu02qgws0Ik6mMTwcznE { display:block; }
 }@media only screen and (max-width: 763px) { #KJTFQITtXMka3Q9Fn7w3hNX1u960sQA1 { width:15.3125rem;height:3.9rem;top:75.937507629394rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y06uJlWrCOT5vmVlxqdo6d9fpgAPElUu { width:15.4375rem;height:2rem;top:73.312507629394rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkvw82M8ZHVKp3cVQbqLTaUpfOiw5wSI { width:15.4375rem;height:1.25rem;top:72.000007629394rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERKkN7wXS7LosAmg0JdNT1M7FngPONGA { width:18.125rem;height:28.0625rem;top:86.812507629394rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wIBn07EUhVBxvFXFAA8HiZwkxStIQ6E8 { width:15rem;height:3.375rem;top:110.00000762939rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KbBfTWwiXcCJra6RRBqMyPU2ZLMlBgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #msfMbTAslOEvUzsIIr92Bbnw0aXLfsmM { width:15.3125rem;height:3.9rem;top:105.25000762939rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdbSkWizTPB87kL7GrTb7lPyzGeiK9tz { width:15.4375rem;height:2rem;top:102.68750762939rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emPCx7VI4TIlgDSANi4DmpzyTWKElRR2 { width:15.4375rem;height:1.25rem;top:101.37500762939rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpAQ6xaQmQ2uPptyOTSqqSbA6vJ88w9O { width:13.1875rem;height:16.75rem;top:28.312507629394rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuEB2WNhRil5hS81HvvfKobUwhTadcJ { width:12.1875rem;height:10.5625rem;top:59.937507629394rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHbZkRNlu4CvngsRbSCKk1ULa6b87wco { width:9.5rem;height:12rem;top:2.3125rem;left:5.2500004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZw8s1FfqOe45biueOMQMM5sgi7ICX7 { width:6.75rem;height:13.4375rem;top:87.470317840575rem;left:6.6250004768369rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC { display:block; }#aPb1Ihk9bO0qLBmzskIbh4DDivarQnTC > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT9XkZFu6NxGqrqD4rzpVOvcvq2iTKEJ { width:18.125rem;height:45.6875rem;top:1.0625rem;left:0.9375rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vs2wC0Hg5VOIe3ZNPKKiNU1KVKsCRnxa { width:17.25rem;height:20.0625rem;top:2.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhLpM9GHzPgX5OMxSJwCMvcl7HKQ9P0K { width:16.3125rem;height:1.8125rem;top:24.625rem;left:2rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MFgeio1yFVact1FTJSZmn5JwPiXcmo0f { width:15.4375rem;height:1.25rem;top:23.3125rem;left:2rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPoDSwIiTFCHyuOiWMpwsqRLKZhR9zg1 { width:15.75rem;height:13.65rem;top:26.875rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ybqkxTuGG3nckJIr6VkqvF9WM735R4Ue { width:15.5625rem;height:3.375rem;top:41.625000953674rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:"roboto condensed";background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a1e82, #042e72);background-image: -moz-linear-gradient(180deg, #5a1e82, #042e72);background-image: -ms-linear-gradient(180deg, #5a1e82, #042e72);background-image: -o-linear-gradient(180deg, #5a1e82, #042e72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a1e82', endColorstr='#042e72' );";background-image: linear-gradient(180deg, #5a1e82, #042e72);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gNzkaMAT4uQCq4P6Egy5m4pa1nBXyMAv { display:block; }
 }@media only screen and (max-width: 763px) { #nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 { width:6.3125rem;height:0;top:51.687500953674rem;left:2.5rem;font-size:0.5rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }#nkqyeTlOQiM1vEcoJ7XSWRp9rgNWfv63 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #DlRnOzII743hOfW9lRkldIDrBFrG9QTL { width:6.875rem;height:0;top:46.687500953674rem;left:11.783333778381rem;font-size:0.5rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }#DlRnOzII743hOfW9lRkldIDrBFrG9QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ { width:6.875rem;height:0;top:47.062500953674rem;left:1.375rem;font-size:0.5rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }#FeZTQvPKE5yLFObeCvWZL7Fh9usxJ2cQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #a3gwfaE8f2uhA6lHM6Cr7WVnmgWcbIDz { width:20rem;height:4.953560371517rem;top:1.9073486328125E-6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:20rem;height:0.975rem;top:0.900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }