.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#d0d0d0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { background-color: transparent; background-image: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container > .video-iframe-container { display: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container { display: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .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); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { border-width: 0; border-radius: 0; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container {  }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#h1bJwggZCWLXP8AkgZKI4J7uKWd5pTAl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:4.75rem;top:1.375rem;left:27.625rem;display:block; }
#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc { z-index:;position:relative;display:block; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc { background-color: transparent; background-image: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container > .video-iframe-container { display: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row > .video-iframe-container { display: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .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); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc { border-width: 0; border-radius: 0; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container > .video-iframe-container {  }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container { background-color:#d0d0d0;background-image:url("https://images.assets-landingi.com/uc/a1b85a90-c9f2-4fc7-8adb-c77c3f0cba49/headerdesk.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:"open sans";height:34.625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container.adaptive-delivery-prevent-bg, #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container.lazyload, #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container.lazyloading { background-image: none; }#ykQCKAO30ldrEpPLT0Lll5vbZHpTHDbA { color:#0e0e0e;display:block;width:28.875rem;position:absolute;font-family:"futura condensed";font-size:5.375rem;font-weight:400;z-index:100002;line-height:.7;letter-spacing:0;height:18.8110625rem;top:7.3125rem;left:1.625rem;font-style:normal;display:block; }
#GFR2Ca1TdkgQzt2G05SR84ilaKbgFXDs { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.19) ;height:9.9375rem;width:29.375rem;top:21.1875rem;left:1.625rem;display:block; }
#mNhX0ChIURJO5CpiuWoZlLquuc1HmtwQ { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"futura condensed";font-size:1.8125rem;font-weight:400;z-index:100003;line-height:.9;letter-spacing:0;height:1.6308625rem;top:3.5625rem;left:1.8125rem;font-style:normal;display:block; }
#DgTXJxnKH6UfBSmXk9hT5Pt5J7opT9TO { color:#0e0e0e;display:block;width:24.4375rem;position:absolute;font-family:"futura 2";font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;height:6.49903125rem;top:22.9375rem;left:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr { position:relative;display:none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr { border-width: 0; border-radius: 0; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container > .video-iframe-container {  }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container { background-color: transparent; background-image: none; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container > .video-iframe-container { display: none; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row > .video-iframe-container { display: none; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .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); }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container { border-width: 0; border-radius: 0; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row > .video-iframe-container {  }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#y0dwbMtJqGpqyXo01HrUxZuPxvlhrILD { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"futura condensed";font-size:6.5625rem;font-weight:normal;z-index:100000;line-height:.8;letter-spacing:0;top:6.9375rem;left:36.6875rem;height:15.75rem;display:block; }
#ks0V7hqVaFgNlJMIIEDTysqiJrqntgAF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:18.625rem;left:47.0625rem;display:block; }
#BNB8DHcy5E8yG2GmIESc4SehfJf7ARcT { position:absolute;display:block;z-index:99999;height:20.75rem;width:37.0625rem;top:4.5rem;left:3.3125rem;display:block; }
#yH2tXaErfMUPy76wk6nSK9S2e39CUkDi { position:absolute;display:block;z-index:99999;height:20.75rem;width:37.0625rem;top:4.5rem;left:3.3125rem;display:none; }
#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container { background-color: transparent; background-image: none; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container > .video-iframe-container { display: none; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row > .video-iframe-container { display: none; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .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); }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container { border-width: 0; border-radius: 0; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row > .video-iframe-container {  }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#I8zuoh0EExIMa6b8gaUP3lnNL8197qFc { display:block;width:41.0625rem;position:absolute;font-family:"futura condensed";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:0rem;left:9.46875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#kN9hE2wn80oobfvtDzW6ukPqXLJERUhk { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:10.8125rem;left:7.6875rem;display:block; }
#I4C2PwwkzVI4kpFQzSG7IWILCRuyiILB { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:15.3125rem;left:3.5rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#tvXT0NB67RVLsTPwkRm38oP1nGBBaXMQ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.8125rem;left:20.8125rem;display:block; }
#tIT8FTbu5p6XcLit8GvCnbRmIohXtNk5 { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:15.3125rem;left:16.625rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#U4J1zWI7UuGMcOXtuKFmGsCIGWuANWaJ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.8125rem;left:34.5625rem;display:block; }
#nMZEOQ6L1BPPqQFNrl8cCM7wdgRhwUTe { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:14.8125rem;left:30.375rem;height:4.4619125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#qqMBOOnRTUvU21OkZwTT8q8eQTHGVKVz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:10.8125rem;left:48.875rem;display:block; }
#Xa7TGDL2Kq7PsvkggLtaNxUUpgTN0IT2 { display:block;width:11.5rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:14.8125rem;left:44.6875rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#gW0T9uswzu6vxhBTV6W5ElSrS1qwvkqM { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:16.25rem;display:block; }
#FW5LbTT2zNQMpayZTdNAgJssFVBNGuxg { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:28.5rem;display:block; }
#ZveeTl1gmFsVSc6xSxgzu830HPGOOnPM { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:9.5rem;left:43.5625rem;display:block; }
#lO08l9RyxDPZ5TQyIyGB4ybimLwcHiRP { position:absolute;display:block;z-index:100001;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.23) ;height:15.0625rem;width:55.8125rem;top:8.0625rem;left:2.125rem;display:block; }
#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container { background-color: transparent; background-image: none; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container > .video-iframe-container { display: none; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row > .video-iframe-container { display: none; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .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); }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container { border-width: 0; border-radius: 0; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row > .video-iframe-container {  }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#LCn2nrwitILZP8qduFlXPdsD4g6RrbKX { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:20.4375rem;width:38.5625rem;top:1.5rem;left:14.4375rem;display:block; }
#CVafaMLqm7iPFXszgrl0kfWIraAnGdOX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:13.5rem;top:3.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#cxyCpxzbsIKEx7uyRTBWBIFCqxn1fMXS { display:block;width:32.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:24.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#ZTHRceCeprWQp8vvFUT8OTxw7PrAVW5o { display:block;width:8rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:7.875rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mdgCJ9ue0WFhz66SvUgUBQ4zhoP7HbuU { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8rem;left:24.5625rem;display:block; }
#aKG7ODBvDSKrn0IqpmTSI8vtoWl5n1c9 { display:block;width:8.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:10.0625rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LXFS8F4yaFDzJRA6hrdGCgTSatHbaJVX { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:10.1875rem;left:24.5625rem;display:block; }
#FBmXsL2obhbuOh7gZhlufFNNGmIVp7dE { display:block;width:8.0625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:12.375rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ChyOCpVxgqPZDQoHKuimKTvrcmm9DIkr { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.5rem;left:24.5625rem;display:block; }
#RGN46otD1tgaCA0OMsVFPyTGue8NgaJF { display:block;width:9.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.6875rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#lAVUqEPz7qkipeFg5c3BvBz1onssTwgO { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:14.8125rem;left:24.5625rem;display:block; }
#x73TUyAOtfZaqpJHTThtdflZKW4VPhNR { display:block;width:8.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:10.0625rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cExUVM467hJylMv9IkrmWTJCH3g3iVT1 { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.1875rem;left:38.0625rem;display:block; }
#OdLvfRAmTeoW36vFhkfnrLz9gGqyAtc0 { display:block;width:8.0625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:12.375rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WyfVsKhebmkRAFeW9Zou6b9oPbPEfPuu { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:12.5rem;left:38.0625rem;display:block; }
#AScHw2HLmOqrAOM6MWTNaCd6WTdGuBio { display:block;width:10.8125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:14.6875rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vEMkWUExz8QRS97wDFp2s1K6ItggZdqV { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:14.8125rem;left:38.0625rem;display:block; }
#pW6oorJsAnAv09kiCgIwGO1qbb7umDfL { display:block;width:11.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:7.875rem;left:39.8125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CZZKdyItquhCLdxMghapw4IpQhvxOQPw { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:8rem;left:38.0625rem;display:block; }
#FO3Wq4MflTDxiDQ2wMeb43noOOePTTAU { display:block;width:9.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:16.9375rem;left:26.3125rem;height:1.48730625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#J6U29K8JMKOHtRFhveQCFDIoIFn6tdbg { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:17.0625rem;left:24.5625rem;display:block; }
#M0puiqQsbN1QhR8sfiPfwz6pwkxnVSby { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:13.5rem;width:13.5rem;top:3.15625rem;left:8.6875rem;overflow:hidden;display:none; }
#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { background-color: transparent; background-image: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container > .video-iframe-container { display: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row > .video-iframe-container { display: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .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); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { border-width: 0; border-radius: 0; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row > .video-iframe-container {  }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#rTrRqR9nbTNdO5wwJ67b9FoP9tfPqGQX { display:block;width:32.5rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:2.375rem;left:3.0625rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#TGxdNVku2v2nutHzIwaz4OEeuZfrMTSS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#Ab8ttrUa492gh9VRhbJUsmSCbU3SmPCs { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:17rem;overflow:hidden;display:block; }
#y5f6khc6boTEaL9rwmxESvkgC4eu6k31 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:31.0625rem;overflow:hidden;display:block; }
#IkHTaZyD4QNhJdTEgcwZDLfQwT1aS5be { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:12.5rem;width:12.5rem;top:6.0625rem;left:44.625rem;overflow:hidden;display:block; }
#zayTTBbI7Kbd3z0mJonSTN9ZSpOo9GvR { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:19.5rem;left:4.9375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9UOLgubA1LgOXcGCxHAspi69aVxNXmd { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:19.5rem;left:19.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuEvFQvHNOFQ97ullZXiNsBgH32ZzwX4 { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:19.5rem;left:33.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LSyn3vRue9LLRTKuc62brpHh3EHmiNTk { display:block;width:8rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:19.5rem;left:46.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { background-color: transparent; background-image: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container > .video-iframe-container { display: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row > .video-iframe-container { display: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .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); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { border-width: 0; border-radius: 0; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row > .video-iframe-container {  }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#h3kZ1mxQAbbA20m9N5gQQkQxpEN9hWbV { display:block;width:25.375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:14.25rem;left:6.1875rem;height:7.436525rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OTIWX7rnsepAGBB5ZFHw4Sdaf3WqBe3s { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:34.375rem;top:2.5rem;left:1.6875rem;display:block; }
#BiKGeGXtIPZ4bbze5cNbc6kqvNBF68GB { display:block;width:23.4375rem;position:absolute;font-family:"futura condensed";font-size:2.1875rem;font-weight:400;z-index:100004;line-height:.9;letter-spacing:0;top:5.9375rem;left:6.25rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQyvuSl0DQ7PgrtU4DW2o3dfqtKp7VnO { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:16.125rem;width:48.1875rem;top:24.5625rem;left:11.8125rem;display:block; }
#lGKMD27rFxHrAeT6fCl6paxyFUALDpTO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.25) ;height:19.5625rem;width:15.625rem;top:26.0625rem;left:13.375rem;overflow:hidden;display:block; }
#RZNS2S75EyM9MvOTxmVcIWmiOONbdGlV { position:absolute;display:block;z-index:100009;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.23) ;height:3.8125rem;width:28.25rem;top:39rem;left:30.4375rem;display:block; }
#oQKe2zrN3RfebG7cQU4vvdFU2Z8ZKHoE { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:40.125rem;left:31.5rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#ZKI9lzJrnFgm9gI1hQPM7z52Bk0Hu17o { display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:31.9375rem;left:30.4375rem;height:5.94921875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#enbitKPUNWZoDGHMiqhwQOCeChrVd7D6 { display:block;width:26.5rem;position:absolute;font-family:"futura condensed";font-size:2.4375rem;font-weight:400;z-index:100011;line-height:.9;letter-spacing:0;top:26.6875rem;left:30.4375rem;height:4.386725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container { background-color: transparent; background-image: none; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container > .video-iframe-container { display: none; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row > .video-iframe-container { display: none; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .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); }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container { border-width: 0; border-radius: 0; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row > .video-iframe-container {  }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:60rem;position:relative;display:block; }#zGVal2mt8wgeAhX9d3bEQifHDO8BdTgG { display:block;width:31.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:5.375rem;left:14.375rem;height:8.9238375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dRduaQ2mhlOpUdh31u4kUqKDzhQVNg20 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:2.4375rem;left:8.5rem;display:block; }
#n9TGOeL5rGD83JiqWk2FC0l6JcVUTU0D { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:17.75rem;width:40.25rem;top:17.0625rem;left:9.6875rem;display:block; }
#TqrnLrnHkySZx1wuqBHyyFaITcHbGI2E { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:14.9375rem;top:17.0625rem;left:9.6875rem;overflow:hidden;display:block; }
#Bq1dbEeqrer67Ae7GBDwpaLJ2PSdBT37 { display:block;width:24.4375rem;position:absolute;font-family:"futura condensed";font-size:4.3125rem;font-weight:400;z-index:100012;line-height:.9;letter-spacing:0;top:24.15283203125rem;left:24.625rem;height:7.76175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n9L3Qt9xZsE4XEbKsPTLezql4tnMrzmp { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:18.8125rem;left:25.9375rem;display:block; }
#cNn4gmVly8WqtiePS5ce2nRd9VOzwiBV { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:18.6875rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CPh9KtwakAn6bIeZ26QcMPaGNDXmHwmw { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:20.5625rem;left:27.9375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WXEqTL8ARh0NpDgaK9hpJvx5wZl4ZogO { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:20.6875rem;left:25.9375rem;display:block; }
#c4p5dP2lM5UdOO9Mnyi4LQd3LmawiqnZ { display:block;width:24.4375rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100013;line-height:.9;letter-spacing:0;top:30.6875rem;left:24.875rem;height:1.18115rem;text-align:center;text-align-last:center;font-style:normal;color:#909090;display:block; }
#u8CIKLiobX1kp5mAXHmduy5rq7TSkr9n { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29rem;top:36.8125rem;left:15.5rem;overflow:hidden;display:block; }
#NZm5KQtcMlviXnuEbuzGBcQ3q6JHrTDT { z-index:100001;top:65.5rem;left:15.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,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:"futura condensed";font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZBLZiZxGWvtskG2HynxqguOIqUriN8Fu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gic1yqOoKDBEDCXWuXL638LdfO7Tcqxp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:36.8125rem;left:43.75rem;overflow:hidden;display:block; }
#A5KbHvwiU7ZmW8tnGZkMfM9JiSmIRE2f { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:40.4375rem;left:8.46875rem;display:block; }
#RGqiABuB9xtdDyvesJ1dEmh82StAQx1s { display:block;width:22.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:44.625rem;left:18.84375rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FtzmNvOxds47FzE6cIaFoLQTNbUq9IKb { display:block;width:24.4375rem;position:absolute;font-family:"futura condensed";font-size:4.3125rem;font-weight:400;z-index:100013;line-height:.9;letter-spacing:0;top:49.7470703125rem;left:17.78125rem;height:3.8808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FisqCzGqFrCLzPXxMUaDE1gETz8wlRTi { display:block;width:22.3125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:56.125rem;left:18.84375rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L51cTR08d7iVkKnHTtmgghcTRywIsvTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;display:block; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container { background-color: transparent; background-image: none; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container > .video-iframe-container { display: none; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row > .video-iframe-container { display: none; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .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); }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container { border-width: 0; border-radius: 0; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row > .video-iframe-container {  }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#dTiWqk1Bo8L2JAMfGxHVBNEpZXrD51kt { display:block;width:41.0625rem;position:absolute;font-family:"futura condensed";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:6.5rem;left:9.46875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#utzeP8L0xgBgAdOebdUw212rszMWGIbL { display:block;width:29.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:11.15625rem;left:15.03125rem;height:7.43653125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#RSHdQ2iitJumWVNcv8Ig5l95KyMgetfp { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.1875rem;left:28.4375rem;display:block; }
#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container { background-color: transparent; background-image: none; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container > .video-iframe-container { display: none; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row > .video-iframe-container { display: none; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .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); }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container { border-width: 0; border-radius: 0; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row > .video-iframe-container {  }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#azyPQfVGKo4OMMXPUD1Ni9ypBViJNfVi { display:block;width:31.25rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:7.25rem;left:14.375rem;height:8.92383125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TrBJqp94dypa2MsMDPD7NIm1L4nZ6VL7 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:43.0625rem;top:3.0625rem;left:8.46875rem;display:block; }
#p6qH1SdRuxE4khI8xuqwkKxJBneC0T7F { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29rem;top:39.9375rem;left:15.5rem;overflow:hidden;display:block; }
#bNKlQODA6SdbXKUiqyJyIEn7J0M3Cvhu { z-index:100001;top:44.5625rem;left:15.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,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:"futura condensed";font-size:1.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i3MWChhQT4d3nzoGz1Pn55sOLzrMZypa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wazRZmShkwK4D56PTKy5Os1cZdTDFRzq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.25rem;top:36.8125rem;left:43.75rem;overflow:hidden;display:block; }
#W74Adq6kZ2FGB1btZs65zd7ECt50vtsN { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.18) ;height:17.75rem;width:40.25rem;top:19.125rem;left:9.875rem;display:block; }
#qxk7oqSJESWtbTUUwpblPHMGQZlimXso { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:14.9375rem;top:19.125rem;left:9.875rem;overflow:hidden;display:block; }
#JHZT2UTEvF6vglk6TXyp3tt9EGReXG1h { display:block;width:24.4375rem;position:absolute;font-family:"futura condensed";font-size:4.3125rem;font-weight:400;z-index:100020;line-height:.9;letter-spacing:0;top:26.1875rem;left:24.8125rem;height:7.76175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvNZENz0tflNAG3v4M8vrTnRQ1iEKBLm { display:block;width:24.4375rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:100021;line-height:.9;letter-spacing:0;top:32.75rem;left:25.0625rem;height:1.18115rem;text-align:center;text-align-last:center;font-style:normal;color:#909090;display:block; }
#MounnEeQ8dRSgg15e8z5ypnla8ZWhyNv { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:22.625rem;left:28.125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g84lo02sdVN6bG134QmJDrd2HfOi7ywW { display:block;width:19.4375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.4;letter-spacing:0;top:20.75rem;left:28.125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8PPdb5NgEwPXh7c4ciyHzS0NmfC7HKN { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.875rem;left:26.125rem;display:block; }
#acCSoEL7NnO5hnwbu3TyLQPKxg4n3nAR { box-sizing:content-box;color:#131313;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:22.75rem;left:26.125rem;display:block; }
#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { background-color: transparent; background-image: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container > .video-iframe-container { display: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container { display: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .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); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { border-width: 0; border-radius: 0; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container {  }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#oNTaTXKdMCWO64Qki4B5lT0RwebiT6Qw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:9.25rem;top:2.1875rem;left:25.375rem;overflow:hidden;display:block; }
#QE4Ugf14AIQHdbftDcQek3C8JRnOf0RA { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:0.625rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:11.6875rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#qBqnQL1Dpb6GrgHqnKRQH3mmXkE7K5AF { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:8.4375rem;left:28rem;display:block; }
#z5x1qivTo9SwwOdEhL0E5CcCBcpW5puR { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:8.375rem;left:29.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk { display:none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h1bJwggZCWLXP8AkgZKI4J7uKWd5pTAl { width:4.75rem;height:2.4375rem;top:1.375rem;left:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc { display:block; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykQCKAO30ldrEpPLT0Lll5vbZHpTHDbA { top:7.3125rem;left:0rem;width:28.875rem;height:11.25rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFR2Ca1TdkgQzt2G05SR84ilaKbgFXDs { top:21.1875rem;left:0rem;width:29.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNhX0ChIURJO5CpiuWoZlLquuc1HmtwQ { top:3.5625rem;left:0rem;width:31.4375rem;height:1.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgTXJxnKH6UfBSmXk9hT5Pt5J7opT9TO { top:22.9375rem;left:0rem;width:24.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr { display:none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b9BcMGKzm3SVFX47H4RLUySHp7Og5grA { display:block; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0dwbMtJqGpqyXo01HrUxZuPxvlhrILD { top:6.9375rem;left:24.4375rem;width:23.3125rem;height:15.75rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks0V7hqVaFgNlJMIIEDTysqiJrqntgAF { width:6.25rem;height:7.8125rem;top:18.625rem;left:40.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNB8DHcy5E8yG2GmIESc4SehfJf7ARcT { top:4.5rem;left:0rem;width:37.0625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH2tXaErfMUPy76wk6nSK9S2e39CUkDi { top:4.5rem;left:0rem;width:37.0625rem;height:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf { display:block; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8zuoh0EExIMa6b8gaUP3lnNL8197qFc { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9hE2wn80oobfvtDzW6ukPqXLJERUhk { top:10.8125rem;left:1.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C2PwwkzVI4kpFQzSG7IWILCRuyiILB { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXT0NB67RVLsTPwkRm38oP1nGBBaXMQ { top:10.8125rem;left:14.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT8FTbu5p6XcLit8GvCnbRmIohXtNk5 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4J1zWI7UuGMcOXtuKFmGsCIGWuANWaJ { top:10.8125rem;left:28.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZEOQ6L1BPPqQFNrl8cCM7wdgRhwUTe { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqMBOOnRTUvU21OkZwTT8q8eQTHGVKVz { top:10.8125rem;left:42.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TGDL2Kq7PsvkggLtaNxUUpgTN0IT2 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0T9uswzu6vxhBTV6W5ElSrS1qwvkqM { top:9.5rem;left:10.125rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW5LbTT2zNQMpayZTdNAgJssFVBNGuxg { top:9.5rem;left:22.375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZveeTl1gmFsVSc6xSxgzu830HPGOOnPM { top:9.5rem;left:37.4375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO08l9RyxDPZ5TQyIyGB4ybimLwcHiRP { top:8.0625rem;left:0rem;width:47.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM { display:block; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCn2nrwitILZP8qduFlXPdsD4g6RrbKX { top:1.5rem;left:8.3125rem;width:38.5625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVafaMLqm7iPFXszgrl0kfWIraAnGdOX { top:3.5625rem;left:2.3125rem;width:13.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxyCpxzbsIKEx7uyRTBWBIFCqxn1fMXS { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHRceCeprWQp8vvFUT8OTxw7PrAVW5o { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdgCJ9ue0WFhz66SvUgUBQ4zhoP7HbuU { top:8rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKG7ODBvDSKrn0IqpmTSI8vtoWl5n1c9 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXFS8F4yaFDzJRA6hrdGCgTSatHbaJVX { top:10.1875rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBmXsL2obhbuOh7gZhlufFNNGmIVp7dE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChyOCpVxgqPZDQoHKuimKTvrcmm9DIkr { top:12.5rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGN46otD1tgaCA0OMsVFPyTGue8NgaJF { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVUqEPz7qkipeFg5c3BvBz1onssTwgO { top:14.8125rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73TUyAOtfZaqpJHTThtdflZKW4VPhNR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cExUVM467hJylMv9IkrmWTJCH3g3iVT1 { top:10.1875rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdLvfRAmTeoW36vFhkfnrLz9gGqyAtc0 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyfVsKhebmkRAFeW9Zou6b9oPbPEfPuu { top:12.5rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AScHw2HLmOqrAOM6MWTNaCd6WTdGuBio { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEMkWUExz8QRS97wDFp2s1K6ItggZdqV { top:14.8125rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW6oorJsAnAv09kiCgIwGO1qbb7umDfL { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZZKdyItquhCLdxMghapw4IpQhvxOQPw { top:8rem;left:31.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3Wq4MflTDxiDQ2wMeb43noOOePTTAU { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6U29K8JMKOHtRFhveQCFDIoIFn6tdbg { top:17.0625rem;left:18.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0puiqQsbN1QhR8sfiPfwz6pwkxnVSby { top:3.125rem;left:2.5625rem;width:13.5rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z { display:block; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTrRqR9nbTNdO5wwJ67b9FoP9tfPqGQX { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxdNVku2v2nutHzIwaz4OEeuZfrMTSS { top:6.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab8ttrUa492gh9VRhbJUsmSCbU3SmPCs { top:6.0625rem;left:10.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5f6khc6boTEaL9rwmxESvkgC4eu6k31 { top:6.0625rem;left:24.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHTaZyD4QNhJdTEgcwZDLfQwT1aS5be { top:6.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zayTTBbI7Kbd3z0mJonSTN9ZSpOo9GvR { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9UOLgubA1LgOXcGCxHAspi69aVxNXmd { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuEvFQvHNOFQ97ullZXiNsBgH32ZzwX4 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSyn3vRue9LLRTKuc62brpHh3EHmiNTk { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE { display:block; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3kZ1mxQAbbA20m9N5gQQkQxpEN9hWbV { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIWX7rnsepAGBB5ZFHw4Sdaf3WqBe3s { top:2.5rem;left:0rem;width:34.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiKGeGXtIPZ4bbze5cNbc6kqvNBF68GB { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyvuSl0DQ7PgrtU4DW2o3dfqtKp7VnO { top:24.5625rem;left:0rem;width:47.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKMD27rFxHrAeT6fCl6paxyFUALDpTO { top:26.0625rem;left:7.25rem;width:15.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZNS2S75EyM9MvOTxmVcIWmiOONbdGlV { top:39rem;left:19.5rem;width:28.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKe2zrN3RfebG7cQU4vvdFU2Z8ZKHoE { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKI9lzJrnFgm9gI1hQPM7z52Bk0Hu17o { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbitKPUNWZoDGHMiqhwQOCeChrVd7D6 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ { display:block; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGVal2mt8wgeAhX9d3bEQifHDO8BdTgG { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRduaQ2mhlOpUdh31u4kUqKDzhQVNg20 { top:2.4375rem;left:2.375rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TGOeL5rGD83JiqWk2FC0l6JcVUTU0D { top:17.0625rem;left:3.5625rem;width:40.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrnLrnHkySZx1wuqBHyyFaITcHbGI2E { top:17.0625rem;left:3.5625rem;width:14.9375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1dbEeqrer67Ae7GBDwpaLJ2PSdBT37 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9L3Qt9xZsE4XEbKsPTLezql4tnMrzmp { top:18.8125rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNn4gmVly8WqtiePS5ce2nRd9VOzwiBV { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPh9KtwakAn6bIeZ26QcMPaGNDXmHwmw { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXEqTL8ARh0NpDgaK9hpJvx5wZl4ZogO { top:20.6875rem;left:19.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4p5dP2lM5UdOO9Mnyi4LQd3LmawiqnZ { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8CIKLiobX1kp5mAXHmduy5rq7TSkr9n { top:36.8125rem;left:9.375rem;width:29rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZm5KQtcMlviXnuEbuzGBcQ3q6JHrTDT { top:65.5rem;left:9.5625rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBLZiZxGWvtskG2HynxqguOIqUriN8Fu { display:block; }
 }@media only screen and (max-width: 763px) { #Gic1yqOoKDBEDCXWuXL638LdfO7Tcqxp { width:6.25rem;height:7.8125rem;top:36.8125rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5KbHvwiU7ZmW8tnGZkMfM9JiSmIRE2f { top:40.4375rem;left:2.34375rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGqiABuB9xtdDyvesJ1dEmh82StAQx1s { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtzmNvOxds47FzE6cIaFoLQTNbUq9IKb { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FisqCzGqFrCLzPXxMUaDE1gETz8wlRTi { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51cTR08d7iVkKnHTtmgghcTRywIsvTr { display:block; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTiWqk1Bo8L2JAMfGxHVBNEpZXrD51kt { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utzeP8L0xgBgAdOebdUw212rszMWGIbL { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHdQ2iitJumWVNcv8Ig5l95KyMgetfp { top:2.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr { display:block; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azyPQfVGKo4OMMXPUD1Ni9ypBViJNfVi { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBJqp94dypa2MsMDPD7NIm1L4nZ6VL7 { top:3.0625rem;left:2.34375rem;width:43.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6qH1SdRuxE4khI8xuqwkKxJBneC0T7F { top:39.9375rem;left:9.375rem;width:29rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNKlQODA6SdbXKUiqyJyIEn7J0M3Cvhu { top:44.5625rem;left:9.375rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MWChhQT4d3nzoGz1Pn55sOLzrMZypa { display:block; }
 }@media only screen and (max-width: 763px) { #wazRZmShkwK4D56PTKy5Os1cZdTDFRzq { width:6.25rem;height:7.8125rem;top:36.8125rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W74Adq6kZ2FGB1btZs65zd7ECt50vtsN { top:19.125rem;left:3.75rem;width:40.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxk7oqSJESWtbTUUwpblPHMGQZlimXso { top:19.125rem;left:3.75rem;width:14.9375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZT2UTEvF6vglk6TXyp3tt9EGReXG1h { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNZENz0tflNAG3v4M8vrTnRQ1iEKBLm { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MounnEeQ8dRSgg15e8z5ypnla8ZWhyNv { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84lo02sdVN6bG134QmJDrd2HfOi7ywW { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PPdb5NgEwPXh7c4ciyHzS0NmfC7HKN { top:20.875rem;left:20rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acCSoEL7NnO5hnwbu3TyLQPKxg4n3nAR { top:22.75rem;left:20rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc { display:none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oNTaTXKdMCWO64Qki4B5lT0RwebiT6Qw { width:9.25rem;height:4.8125rem;top:2.1875rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QE4Ugf14AIQHdbftDcQek3C8JRnOf0RA { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBqnQL1Dpb6GrgHqnKRQH3mmXkE7K5AF { top:8.4375rem;left:21.875rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5x1qivTo9SwwOdEhL0E5CcCBcpW5puR { top:8.375rem;left:23.8125rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk { background-color:#121212;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { background-color: transparent; background-image: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container > .video-iframe-container { display: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container { display: none; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .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); }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { border-width: 0; border-radius: 0; }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row > .video-iframe-container {  }#vM3k0qe93FrzWDu83xCdO8KDE5fCN1Xk > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1bJwggZCWLXP8AkgZKI4J7uKWd5pTAl { top:0.875rem;left:8.125rem;width:3.75rem;height:1.875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc { background-color:#d1d1d1;background-image:url("https://images.assets-landingi.com/uc/3205d26e-7774-46ca-a7b5-7198e0432bd2/LP_Header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc.adaptive-delivery-prevent-bg, #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc.lazyload, #nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc.lazyloading { background-image: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container { background-color: transparent; background-image: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container > .video-iframe-container { display: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row > .video-iframe-container { display: none; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .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); }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container { border-width: 0; border-radius: 0; }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row > .video-iframe-container {  }#nKvzkUzbXEx0aPobkq5wC5tZTRbBbslc > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykQCKAO30ldrEpPLT0Lll5vbZHpTHDbA { top:5.25rem;left:0.8125rem;width:18.375rem;height:7.349125rem;z-index:100000;color:#1a1a1a;font-weight:400;font-style:normal;font-size:3.5rem;font-family:"futura condensed";text-align:center;text-align-last:center;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #GFR2Ca1TdkgQzt2G05SR84ilaKbgFXDs { width:17.3125rem;height:10.375rem;top:14rem;left:1.375rem;z-index:99999;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #mNhX0ChIURJO5CpiuWoZlLquuc1HmtwQ { top:2.6875rem;left:0rem;width:20rem;height:0.574706875rem;z-index:100000;color:#ababab;font-weight:400;font-style:normal;font-size:1.4375rem;font-family:"futura condensed";text-align:center;text-align-last:center;line-height:.4;display:block; }
 }@media only screen and (max-width: 763px) { #DgTXJxnKH6UfBSmXk9hT5Pt5J7opT9TO { top:15.0625rem;left:2.3125rem;width:15.4375rem;height:8.53125rem;z-index:100000;color:#1a1a1a;font-weight:400;font-style:normal;font-size:0.9375rem;font-family:"futura 2";text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20734220-4838-4f35-b1a4-bb5f5edb6dd3/Foto_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr.adaptive-delivery-prevent-bg, #Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr.lazyload, #Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr.lazyloading { background-image: none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container { background-color: transparent; background-image: none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container > .video-iframe-container { display: none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row > .video-iframe-container { display: none; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .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); }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container { border-width: 0; border-radius: 0; }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row > .video-iframe-container {  }#Sz0DF7EJnI80GngZ9a5ttW56XRVHa3dr > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9BcMGKzm3SVFX47H4RLUySHp7Og5grA { display:block; }#b9BcMGKzm3SVFX47H4RLUySHp7Og5grA > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0dwbMtJqGpqyXo01HrUxZuPxvlhrILD { width:20rem;height:13.6494375rem;top:3.6875rem;left:0rem;font-size:5.6875rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ks0V7hqVaFgNlJMIIEDTysqiJrqntgAF { top:10.25rem;left:15.25rem;width:3.4375rem;height:4.25rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BNB8DHcy5E8yG2GmIESc4SehfJf7ARcT { width:20rem;height:17.5625rem;top:15.4619140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yH2tXaErfMUPy76wk6nSK9S2e39CUkDi { width:20rem;height:20.3125rem;top:16.1494140625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf { display:block; }#XKBoKRJ7E3Ck0LPRpuKBT3nVFelSEuOf > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8zuoh0EExIMa6b8gaUP3lnNL8197qFc { width:20rem;height:6.599625rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kN9hE2wn80oobfvtDzW6ukPqXLJERUhk { width:2.4375rem;height:2.4375rem;top:12.75rem;left:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4C2PwwkzVI4kpFQzSG7IWILCRuyiILB { width:7.875rem;height:3.09375rem;top:16.5625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tvXT0NB67RVLsTPwkRm38oP1nGBBaXMQ { width:3.125rem;height:3.125rem;top:23.1875rem;left:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT8FTbu5p6XcLit8GvCnbRmIohXtNk5 { width:6.875rem;height:2.19921875rem;top:26.875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U4J1zWI7UuGMcOXtuKFmGsCIGWuANWaJ { width:3.125rem;height:3.125rem;top:12rem;left:13.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZEOQ6L1BPPqQFNrl8cCM7wdgRhwUTe { width:9.6875rem;height:3.09375rem;top:15.9375rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qqMBOOnRTUvU21OkZwTT8q8eQTHGVKVz { width:2.8125rem;height:2.8125rem;top:23.375rem;left:13.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TGDL2Kq7PsvkggLtaNxUUpgTN0IT2 { width:8.75rem;height:3.298825rem;top:26.3125rem;left:10.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gW0T9uswzu6vxhBTV6W5ElSrS1qwvkqM { width:0.0625rem;height:8.75rem;top:11.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW5LbTT2zNQMpayZTdNAgJssFVBNGuxg { width:0.0625rem;height:12.5rem;top:9.648925rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZveeTl1gmFsVSc6xSxgzu830HPGOOnPM { width:0.0625rem;height:8.75rem;top:23.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO08l9RyxDPZ5TQyIyGB4ybimLwcHiRP { width:20rem;height:24.6875rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM { display:block; }#StU84mwpg52lVZaQ7Jm2ET1TpZtW4PHM > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCn2nrwitILZP8qduFlXPdsD4g6RrbKX { width:20rem;height:39rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVafaMLqm7iPFXszgrl0kfWIraAnGdOX { width:13.5rem;height:17.25rem;top:27rem;left:1.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cxyCpxzbsIKEx7uyRTBWBIFCqxn1fMXS { width:14.125rem;height:2.61230625rem;top:3.9375rem;left:1.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHRceCeprWQp8vvFUT8OTxw7PrAVW5o { width:8rem;height:1.5996125rem;top:8.3125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mdgCJ9ue0WFhz66SvUgUBQ4zhoP7HbuU { width:1.25rem;height:1.25rem;top:8.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKG7ODBvDSKrn0IqpmTSI8vtoWl5n1c9 { width:8.625rem;height:1.5996125rem;top:10.375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LXFS8F4yaFDzJRA6hrdGCgTSatHbaJVX { width:1.25rem;height:1.25rem;top:10.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBmXsL2obhbuOh7gZhlufFNNGmIVp7dE { width:8.0625rem;height:1.5996125rem;top:12.4375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ChyOCpVxgqPZDQoHKuimKTvrcmm9DIkr { width:1.25rem;height:1.25rem;top:12.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGN46otD1tgaCA0OMsVFPyTGue8NgaJF { width:9.125rem;height:1.5996125rem;top:14.6875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lAVUqEPz7qkipeFg5c3BvBz1onssTwgO { width:1.25rem;height:1.25rem;top:14.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73TUyAOtfZaqpJHTThtdflZKW4VPhNR { width:8.625rem;height:1.5996125rem;top:21.125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cExUVM467hJylMv9IkrmWTJCH3g3iVT1 { width:1.25rem;height:1.25rem;top:21.3125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdLvfRAmTeoW36vFhkfnrLz9gGqyAtc0 { width:8.0625rem;height:1.5996125rem;top:23.25rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WyfVsKhebmkRAFeW9Zou6b9oPbPEfPuu { width:1.25rem;height:1.25rem;top:23.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AScHw2HLmOqrAOM6MWTNaCd6WTdGuBio { width:10.8125rem;height:1.5996125rem;top:25.5rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vEMkWUExz8QRS97wDFp2s1K6ItggZdqV { width:1.25rem;height:1.25rem;top:25.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW6oorJsAnAv09kiCgIwGO1qbb7umDfL { width:11.4375rem;height:1.5996125rem;top:18.875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CZZKdyItquhCLdxMghapw4IpQhvxOQPw { width:1.25rem;height:1.25rem;top:19.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3Wq4MflTDxiDQ2wMeb43noOOePTTAU { width:9.125rem;height:1.5996125rem;top:16.8125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #J6U29K8JMKOHtRFhveQCFDIoIFn6tdbg { width:1.25rem;height:1.25rem;top:17rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0puiqQsbN1QhR8sfiPfwz6pwkxnVSby { width:16.9375rem;height:16.9375rem;top:29.5rem;left:1.53125rem;overflow:hidden;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -moz-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -ms-linear-gradient(180deg, #e3e3e3, #ffffff);background-image: -o-linear-gradient(180deg, #e3e3e3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e3e3e3, #ffffff);background-size:auto !important;display:block; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { background-color: transparent; background-image: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container > .video-iframe-container { display: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row > .video-iframe-container { display: none; }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .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); }#ARAb3JUBsOZznoTDg2WvP3LNxyWzHB2Z > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTrRqR9nbTNdO5wwJ67b9FoP9tfPqGQX { width:20rem;height:1.0996125rem;top:1.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TGxdNVku2v2nutHzIwaz4OEeuZfrMTSS { width:8.75rem;height:8.75rem;top:4.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab8ttrUa492gh9VRhbJUsmSCbU3SmPCs { width:8.75rem;height:8.75rem;top:4.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5f6khc6boTEaL9rwmxESvkgC4eu6k31 { width:8.75rem;height:8.75rem;top:16.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHTaZyD4QNhJdTEgcwZDLfQwT1aS5be { width:8.75rem;height:8.75rem;top:16.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zayTTBbI7Kbd3z0mJonSTN9ZSpOo9GvR { width:8rem;height:1.5rem;top:13.75rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #w9UOLgubA1LgOXcGCxHAspi69aVxNXmd { width:8rem;height:1.5rem;top:13.75rem;left:10.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wuEvFQvHNOFQ97ullZXiNsBgH32ZzwX4 { width:8rem;height:1.5rem;top:26.25rem;left:10.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LSyn3vRue9LLRTKuc62brpHh3EHmiNTk { width:8rem;height:1.5rem;top:26.25rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE { background-color:#ededed;background-image:none;display:block; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { background-color: transparent; background-image: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container > .video-iframe-container { display: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row > .video-iframe-container { display: none; }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .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); }#iUSCGUdPOJ58PWVg3TUTSOzBGef6wvEE > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3kZ1mxQAbbA20m9N5gQQkQxpEN9hWbV { width:17.5rem;height:9.5976625rem;top:13.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OTIWX7rnsepAGBB5ZFHw4Sdaf3WqBe3s { width:20rem;height:24.375rem;top:2.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BiKGeGXtIPZ4bbze5cNbc6kqvNBF68GB { width:18rem;height:7.5rem;top:4.125rem;left:1rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1;color:#171717;display:block; }
 }@media only screen and (max-width: 763px) { #mQyvuSl0DQ7PgrtU4DW2o3dfqtKp7VnO { width:18rem;height:37.625rem;top:24.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKMD27rFxHrAeT6fCl6paxyFUALDpTO { width:18rem;height:22.5rem;top:43.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZNS2S75EyM9MvOTxmVcIWmiOONbdGlV { width:18rem;height:3.8125rem;top:66rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKe2zrN3RfebG7cQU4vvdFU2Z8ZKHoE { width:14.125rem;height:2.625rem;top:66.625rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZKI9lzJrnFgm9gI1hQPM7z52Bk0Hu17o { width:16rem;height:9.597625rem;top:31.25rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #enbitKPUNWZoDGHMiqhwQOCeChrVd7D6 { width:20rem;height:3rem;top:27.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ { display:block; }#AZ3vT4tuVy1ZT52XDnCM4olMWVUyTLnQ > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGVal2mt8wgeAhX9d3bEQifHDO8BdTgG { width:17.5rem;height:14.3964875rem;top:6.3984375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dRduaQ2mhlOpUdh31u4kUqKDzhQVNg20 { width:20rem;height:24.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9TGOeL5rGD83JiqWk2FC0l6JcVUTU0D { width:17.4375rem;height:40.625rem;top:25.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrnLrnHkySZx1wuqBHyyFaITcHbGI2E { width:17.4375rem;height:20.6875rem;top:25.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1dbEeqrer67Ae7GBDwpaLJ2PSdBT37 { width:20rem;height:2.9375rem;top:53.923828125rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n9L3Qt9xZsE4XEbKsPTLezql4tnMrzmp { width:1.25rem;height:1.25rem;top:47.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNn4gmVly8WqtiePS5ce2nRd9VOzwiBV { width:13.625rem;height:1.5996125rem;top:47.1875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CPh9KtwakAn6bIeZ26QcMPaGNDXmHwmw { width:15rem;height:1.5996125rem;top:49.125rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WXEqTL8ARh0NpDgaK9hpJvx5wZl4ZogO { width:1.25rem;height:1.25rem;top:49.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4p5dP2lM5UdOO9Mnyi4LQd3LmawiqnZ { width:9.5rem;height:2.375rem;top:58.236328125rem;left:5.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u8CIKLiobX1kp5mAXHmduy5rq7TSkr9n { width:15.6875rem;height:0.75rem;top:63.361328125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZm5KQtcMlviXnuEbuzGBcQ3q6JHrTDT { top:89.1875rem;left:0rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBLZiZxGWvtskG2HynxqguOIqUriN8Fu { display:block; }
 }@media only screen and (max-width: 763px) { #Gic1yqOoKDBEDCXWuXL638LdfO7Tcqxp { top:83.4375rem;left:16.125rem;width:3.875rem;height:4.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A5KbHvwiU7ZmW8tnGZkMfM9JiSmIRE2f { width:20rem;height:19rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGqiABuB9xtdDyvesJ1dEmh82StAQx1s { width:14.5625rem;height:4.798825rem;top:69.625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FtzmNvOxds47FzE6cIaFoLQTNbUq9IKb { width:20rem;height:3.125rem;top:76.125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FisqCzGqFrCLzPXxMUaDE1gETz8wlRTi { width:15.5rem;height:4.798825rem;top:80.5625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L51cTR08d7iVkKnHTtmgghcTRywIsvTr { display:block; }#L51cTR08d7iVkKnHTtmgghcTRywIsvTr > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTiWqk1Bo8L2JAMfGxHVBNEpZXrD51kt { width:14.6875rem;height:2.625rem;top:7.58642578125rem;left:2.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #utzeP8L0xgBgAdOebdUw212rszMWGIbL { width:18.8125rem;height:11.1972625rem;top:12.40087890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RSHdQ2iitJumWVNcv8Ig5l95KyMgetfp { width:3.125rem;height:3.125rem;top:3.21142578125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr { display:block; }#X0AoXaOT8MTLr3Mrkl9CtbOh1uCo4Wzr > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azyPQfVGKo4OMMXPUD1Ni9ypBViJNfVi { width:17.5rem;height:14.39645625rem;top:4.8359375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TrBJqp94dypa2MsMDPD7NIm1L4nZ6VL7 { width:20rem;height:19.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6qH1SdRuxE4khI8xuqwkKxJBneC0T7F { width:20rem;height:0.6875rem;top:57.423828125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNKlQODA6SdbXKUiqyJyIEn7J0M3Cvhu { top:59.611328125rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MWChhQT4d3nzoGz1Pn55sOLzrMZypa { display:block; }
 }@media only screen and (max-width: 763px) { #wazRZmShkwK4D56PTKy5Os1cZdTDFRzq { top:53.5625rem;left:16.125rem;width:3.875rem;height:4.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W74Adq6kZ2FGB1btZs65zd7ECt50vtsN { width:15.0625rem;height:14.125rem;top:42.548828125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxk7oqSJESWtbTUUwpblPHMGQZlimXso { width:14.9375rem;height:17.75rem;top:25.048828125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZT2UTEvF6vglk6TXyp3tt9EGReXG1h { width:14.875rem;height:8.375rem;top:44.375rem;left:2.5625rem;font-size:4.1875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNZENz0tflNAG3v4M8vrTnRQ1iEKBLm { width:8.6875rem;height:1.75rem;top:53.5625rem;left:5.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MounnEeQ8dRSgg15e8z5ypnla8ZWhyNv { width:19.4375rem;height:0;top:75.974609375rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #g84lo02sdVN6bG134QmJDrd2HfOi7ywW { width:19.4375rem;height:0;top:74.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #v8PPdb5NgEwPXh7c4ciyHzS0NmfC7HKN { width:1.25rem;height:1.25rem;top:74.5rem;left:16.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #acCSoEL7NnO5hnwbu3TyLQPKxg4n3nAR { width:1.25rem;height:1.25rem;top:76.375rem;left:16.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { background-color: transparent; background-image: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container > .video-iframe-container { display: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container { display: none; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .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); }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { border-width: 0; border-radius: 0; }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row > .video-iframe-container {  }#vzXdVbh5kcuTrU7MO89Krgu2kIaN7Nsc > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNTaTXKdMCWO64Qki4B5lT0RwebiT6Qw { top:2.1875rem;left:6.375rem;width:7.1875rem;height:3.75rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QE4Ugf14AIQHdbftDcQek3C8JRnOf0RA { width:18.1875rem;height:0.9375rem;top:9.5rem;left:0.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.5;z-index:100008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qBqnQL1Dpb6GrgHqnKRQH3mmXkE7K5AF { top:6.875rem;left:7.875rem;width:1.9375rem;height:1.9375rem;z-index:100009;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z5x1qivTo9SwwOdEhL0E5CcCBcpW5puR { top:6.875rem;left:10.1875rem;width:1.9375rem;height:1.9375rem;z-index:100010;font-size:1.3125rem;color:#ffffff;display:block; }
 }