.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:34.375rem;width:75rem;overflow:visible;position:relative;display:block; }#VTzefBEJnw1pfWpAIrsG0Z4ghbakTPR6 { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.124784469604rem;left:12.624786376953rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTeTwaTKoSnlACTCltTtX2FOgdD4BiaI { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:27.624349594116rem;left:11.062282562256rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1xaI6zTgMek8FWFmbNtd3kRrrtWZwq6 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:28.5625rem;top:1.8750002384186rem;left:23.218318939209rem;overflow:hidden;display:block; }
#pEtS6xxU5hcOduIEXeIXi4OVd4p4GnzX { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.062067031861rem;left:11.436634063721rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.adaptive-delivery-prevent-bg, #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.lazyload, #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.lazyloading { background-image: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { background-color: transparent; background-image: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container > .video-iframe-container { display: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row > .video-iframe-container { display: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .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); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { border-width: 0; border-radius: 0; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row > .video-iframe-container {  }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { font-size:0.875rem;font-family:"open sans";height:11rem;width:75rem;overflow:visible;position:relative;display:block; }#OeQGub6QKml9TfVKLGTc6nSeZZQKA89n { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.125rem;top:0.25rem;left:14.875rem;overflow:hidden;display:block; }
#FdA4JDoJ6SfCBqiviy483HmTIIi30atf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:5.375rem;top:0.8125rem;left:28.625rem;overflow:hidden;display:block; }
#qVUaQ2g1mv8Ppm0kTTEqLNgh0yvbnTAh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:3.5rem;top:0.25rem;left:42.375rem;overflow:hidden;display:block; }
#rBtRLICLWfZqkKHBA5F3uJs4gk0mDAmX { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Rfc6CLOyzhlvz0nMJGauKIKkzobyBa { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:25.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmGencwqwfh5gEatTtF8OilT2L8GcGbT { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:37.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yF5HD2ldpLIWwTondzKi6ScSL8moQ4XE { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:52.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ53rsT50Ibh1r69Ta1vAo3XcrU0mimW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:4rem;top:0rem;left:55.875rem;overflow:hidden;display:block; }
#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.adaptive-delivery-prevent-bg, #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.lazyload, #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.lazyloading { background-image: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { background-color: transparent; background-image: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container > .video-iframe-container { display: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row > .video-iframe-container { display: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .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); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { border-width: 0; border-radius: 0; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row > .video-iframe-container {  }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { font-size:0.875rem;font-family:"open sans";height:8.25rem;width:75rem;overflow:visible;position:relative;display:block; }#pAfIvkRuWxMV4N3IuapFfr95lwmSqVf5 { background-color:#ff6a39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;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:merriweather;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.5rem;left:28.125003814698rem;display:block; }
#qWREWQWPLSDCQr2WAvomLbA0u0KaM7Dl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container { background-color: transparent; background-image: none; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container > .video-iframe-container { display: none; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row > .video-iframe-container { display: none; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .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); }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container { border-width: 0; border-radius: 0; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row > .video-iframe-container {  }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container { font-size:0.875rem;font-family:"open sans";height:13.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Gl3Zvft2tushHHprJzG6tHHuaC6ItxQt { color:#000000;display:block;width:44.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:15.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2PwLGMK4lOIyK1wT8JU5KgBPm2HSVyt { color:#ff6a39;display:block;width:49rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:13rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7G1HfvdzdAtesyAgeqqm3cOZnHfOaTH { color:#181818;display:block;width:49rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:13rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mZuqurs8/bg_01.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.adaptive-delivery-prevent-bg, #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.lazyload, #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.lazyloading { background-image: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { background-color: transparent; background-image: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container > .video-iframe-container { display: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row > .video-iframe-container { display: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .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); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { border-width: 0; border-radius: 0; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row > .video-iframe-container {  }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { font-size:0.875rem;font-family:"open sans";height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#cbkGUmyGit3BQWs3mDz6eoN6HukwAcTd { color:#ff6a39;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.443359375rem;left:12.21875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxup1qfHTlzXyiiLnXIz6yH6BFTPCEuf { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.859375rem;left:12.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/mZuqurs8/bg_01.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui.adaptive-delivery-prevent-bg, #D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui.lazyload, #D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui.lazyloading { background-image: none; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container { background-color: transparent; background-image: none; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container > .video-iframe-container { display: none; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row > .video-iframe-container { display: none; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .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); }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container { border-width: 0; border-radius: 0; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row > .video-iframe-container {  }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#MhbLC6J3wuvLB3nRW07QrzG9oUd65dqR { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.12);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:15.1875rem;width:23.125rem;top:2.5rem;left:0.9375rem;display:block; }
#ETO6qSeTfezN0r2pMtWLPbtBTDXESFAC { box-sizing:content-box;color:#ff6a39;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:1.25rem;left:0.3125rem;display:block; }
#A0waNWCa5Omv1P9NinACPZ6sfqcutTWf { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.8125rem;left:3.25rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5JPwbZp6bgoayScda7RDVOdIDdEPVWQ { color:#ff6a39;display:block;width:12.75rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:3.5625rem;left:7.875rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5rNtG7dtTNlVUb48ETPSqrKVGZlQUuk { color:#ff6a39;display:block;width:13.25rem;position:absolute;font-family:merriweather;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:5.5625rem;left:7.875rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3DmhAPQ2mGRIGFTfKPi7UPRMDLCih5R { position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.12);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:15.1875rem;width:23.125rem;top:2.5rem;left:25.9375rem;display:block; }
#WTvI3VZ5BXiW5VVF60LAwdCKExkewAFN { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:8.3125rem;left:27.6875rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRTmoSWZSkKpF4Tm2aexRHqDNl8xM5dE { color:#ff6a39;display:block;width:8.125rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:3.4375rem;left:32.875rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evZlQlrnlWCghND0zQm3fEQPSfvMP6QP { position:absolute;display:block;z-index:15031;background-color:#2a4a40;background-image:url("https://images.assets-landingi.com/gmLkeCiS/Objeto_Inteligente_de_Vetor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;height:3.75rem;width:3.75rem;top:3.4375rem;left:27.5625rem;display:block; }#evZlQlrnlWCghND0zQm3fEQPSfvMP6QP.adaptive-delivery-prevent-bg, #evZlQlrnlWCghND0zQm3fEQPSfvMP6QP.lazyload, #evZlQlrnlWCghND0zQm3fEQPSfvMP6QP.lazyloading { background-image: none; }
#iRfFyUmXaXlvZBGvp1blV49hRq2TpmLo { box-sizing:content-box;color:#ff6a39;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.25rem;left:25.3125rem;display:block; }
#hCuVCbM4aQ9Fm70gkvoJtvZI2fmKibxO { position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.12);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:15.1875rem;width:23.125rem;top:2.5rem;left:50.9375rem;display:block; }
#a9uq6kClZJyDzbfQQzdQfdkf3y6MPZZT { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:10.3125rem;left:53.90625rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bv06uGzTlyFd2b8CsvGXwHtPLsZwi0xi { color:#ff6a39;display:block;width:10.0625rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:3.75rem;left:57.625rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk { position:absolute;display:block;z-index:15037;background-color:#2a4a40;background-image:url("https://images.assets-landingi.com/KalFbz7u/rena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;height:3.75rem;width:3.75rem;top:3.4375rem;left:52.75rem;display:block; }#eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk.adaptive-delivery-prevent-bg, #eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk.lazyload, #eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk.lazyloading { background-image: none; }
#x5U2cpf1d6Va4Mgw9GizpJe8cTcDpeE9 { box-sizing:content-box;color:#ff6a39;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:1.25rem;left:50.3125rem;display:block; }
#FBrNB95lfH1UBQK4a4XSxK2ha26W0vLc { background-color:#ff6a39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;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:merriweather;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:19.5625rem;left:27.5rem;display:block; }
#sEWSupOJWd0JZk3L16pO7RA8J9J9VCTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL { position:absolute;display:block;z-index:15026;background-color:#2a4a40;background-image:url("https://images.assets-landingi.com/GNclToJf/rodrigo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;height:3.75rem;width:3.75rem;top:3.25rem;left:3.25rem;display:block; }#SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL.adaptive-delivery-prevent-bg, #SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL.lazyload, #SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL.lazyloading { background-image: none; }
#ELeZXX1b9NW61IuPTLGZgTkk7EqACg0W { color:#ff6a39;display:block;width:15.625rem;position:absolute;font-family:merriweather;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:5.4375rem;left:32.5rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OB15qgduvtsJyLxiLUQDOUfzIsFUQ50V { color:#ff6a39;display:block;width:16.0625rem;position:absolute;font-family:merriweather;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:6.125rem;left:57.46875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTF54N2F4bDGQxV6m6UdK6PDzCh87Kzq { color:#ff6a39;display:block;width:16.0625rem;position:absolute;font-family:merriweather;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:6.625rem;left:62.53125rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xTBmKFBTgHJEnlML3cvgKRGcvu9apcmN { color:#ff6a39;display:block;width:15.625rem;position:absolute;font-family:merriweather;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:5.75rem;left:32.875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container { background-color: transparent; background-image: none; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container > .video-iframe-container { display: none; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row > .video-iframe-container { display: none; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .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); }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container { border-width: 0; border-radius: 0; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row > .video-iframe-container {  }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container { font-size:0.875rem;font-family:"open sans";height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#uEACcif7T0yVJeCazL8Mhk8whKRqxd2t { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.443359375rem;left:12.21875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmG36wJbh2eMQyxuRE8QMSeObrfDgvKh { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.859375rem;left:12.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container { background-color: transparent; background-image: none; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container > .video-iframe-container { display: none; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row > .video-iframe-container { display: none; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .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); }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container { border-width: 0; border-radius: 0; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row > .video-iframe-container {  }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#CNTFrUZyyle5l4lMBqMW9EkErDoK6lxK { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdBRPkzz0Jc37NgmfcZ6HpwifC9BDrsA { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.6875rem;left:20.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4CwiTQy9dxTOmotsgefpu1PI16c56QT { color:#181818;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.34375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pI1ILyFwV5QBBp8OnzdnfUa2RPWGlXQe { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6875rem;left:58.09375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CK50UNKJvFlKEqfDWCz4LrI012qh2fTh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.53125rem;left:6.5625rem;overflow:hidden;display:block; }
#DoSdzbGGDmQ19AMOnOHmSuhvpMrnxFdh { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.53125rem;left:25.3125rem;overflow:hidden;display:block; }
#h4WOAref7McWlPnVGWvfTxbTdstuPct5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.84375rem;left:44.375rem;overflow:hidden;display:block; }
#SHPyixqIOiSJvAoMysiT064H29GEtIqR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.84375rem;left:63.125rem;overflow:hidden;display:block; }
#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { background-color: transparent; background-image: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container > .video-iframe-container { display: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row > .video-iframe-container { display: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .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); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { border-width: 0; border-radius: 0; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row > .video-iframe-container {  }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#unwbAy71u3sJEDQikvBTzGyhwDftFPOa { color:#181818;display:block;width:49.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:12.9375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdU7Ev4IZBC3brMgLTJ5gHT0Rkm2VqR5 { color:#181818;display:block;width:49rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:13rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1H1QUaSlRgEM0xX1l9L0tBRUkJxE6Iz { color:#181818;display:block;width:49rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:13rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { background-color: transparent; background-image: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container > .video-iframe-container { display: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row > .video-iframe-container { display: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .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); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { border-width: 0; border-radius: 0; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row > .video-iframe-container {  }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#pwF9TPg8AR9AG3MSa62WETeurC6QP5Nz { color:#181818;display:block;width:15.0625rem;position:absolute;font-family:merriweather;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.84375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGtQiAhhb5ztV84WVJWAK6WsTHRzv2h5 { color:#181818;display:block;width:15.0625rem;position:absolute;font-family:merriweather;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:7.4375rem;left:20.59375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pi9tNt1UhbmetP7CMMNhUXqS1rGz39Z0 { color:#181818;display:block;width:15.0625rem;position:absolute;font-family:merriweather;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.4375rem;left:39.34375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sb7Ttu686eAIrb5haHUuSwCV8keKOaaT { color:#181818;display:block;width:15.0625rem;position:absolute;font-family:merriweather;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:7.4375rem;left:58.0927734375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDCk4UeTyfBNEVWCcrT65N8XP8laEmH5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.25rem;left:6.5625rem;display:block; }
#ggKNhffPb9dvsprI0VMWBlGOGRIEZNXB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.25rem;left:25.3125rem;overflow:hidden;display:block; }
#L73avzf9oEiu3SEhAl9TBxiFF2SPNDzl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.25rem;left:44.0625rem;overflow:hidden;display:block; }
#MP2KM1i2yncPEsrWRzbFd8xT5FDlN61M { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:1.25rem;left:62.8125rem;overflow:hidden;display:block; }
#bH8L974vGg1L5QqyF0JLX11mZwETBd0n { color:#181818;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.736328125rem;left:1.875rem;height:4.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bH8L974vGg1L5QqyF0JLX11mZwETBd0n li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bH8L974vGg1L5QqyF0JLX11mZwETBd0n li:before{  }
#M2UvBolMfASDVZczmHZC6oGL1I7ExQUv { color:#181818;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.736328125rem;left:20.125rem;height:9.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#M2UvBolMfASDVZczmHZC6oGL1I7ExQUv li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#M2UvBolMfASDVZczmHZC6oGL1I7ExQUv li:before{  }
#NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk { color:#181818;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.736328125rem;left:38.875rem;height:10.20625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk li:before{  }
#w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV { color:#181818;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.736328125rem;left:57.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV li:before{  }
#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container { background-color: transparent; background-image: none; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container > .video-iframe-container { display: none; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row > .video-iframe-container { display: none; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .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); }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container { border-width: 0; border-radius: 0; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row > .video-iframe-container {  }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#xTTR2oEFMDPkAwUMFRyOCp4FmretoHsD { background-color:#ff6a39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;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:merriweather;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0.1875rem;left:27.5rem;display:block; }
#U4rpDu6ynnOHPEGH8SrgQOfno8F1eq53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA { z-index:;position:relative;display:block; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA { background-color: transparent; background-image: none; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container > .video-iframe-container { display: none; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row > .video-iframe-container { display: none; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .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); }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA { border-width: 0; border-radius: 0; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container > .video-iframe-container {  }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:34rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#BpXWCHKde1LVUOLLTINsKi9SkgwxSbDB { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.09);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.375rem 0.375rem 0.75rem rgba(95,95,95,0.06) ;height:24.375rem;width:60.75rem;top:4.0625rem;left:7.125rem;display:block; }
#I9tpSv6krw6x4TBX4Wdl8anTvDaXIVqx { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:6rem;top:4.65625rem;left:7.125rem;overflow:hidden;display:block; }
#D6uoQq3WvT3USSkmg23akGvcas57Hg2y { position:absolute;display:block;z-index:15041;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;border-top-left-radius:14.3125rem;border-top-right-radius:14.3125rem;border-bottom-left-radius:14.3125rem;border-bottom-right-radius:14.3125rem;box-shadow: 0.375rem 0.375rem 0.5625rem rgba(0,0,0,0.5) ;height:9.375rem;width:9.375rem;top:1.875rem;left:5.4375rem;display:block; }
#FzGTHriefcMMPyuK9EF9FNwVB9sXFXNE { color:#ff6a39;display:block;width:24rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:8.375rem;left:25.5rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVVLMXeOrp1p3SIu6pcMcymMTvi7BSEG { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:19.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CH7vTTxbIf6V8QlPh0NN3iXKitkvTNc3 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13rem;left:15.9375rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQpWJt3s5HLDvVFuosO5SkVohbaOrSfz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:18rem;left:15.9375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmEZQuQM92PFVJIlzKngDTSelPwCruT9 { color:#ff6a39;display:block;width:15.8125rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:13rem;left:40.25rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7fs4QseKgXu7bJwSFPvTTCduHOoBBps { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.0625rem;left:40.25rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vcpd5dJSUrItTMsVUIIuIvZSTZpgkAZb { color:#ff6a39;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:20.8125rem;left:40.25rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIF4RWg2IG7Rcl1DVMRWennPFhVrJZW4 { background-color:#ff6a39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;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:merriweather;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.75rem;left:27.5rem;display:block; }
#sBLilqwFWM1I4h4hIAeod3c0k3mGW398 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#te6JTJI7WopKVCRM6UugG6pBDlPs9cpa { position:absolute;display:block;z-index:15043;background-color:#ff6a39;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:12.4375rem;width:0.125rem;top:13rem;left:37.4375rem;display:block; }
#xzXNF7EmdBfVPBpH8QA6x3zM2B2rZEUt { position:absolute;display:block;z-index:15044;background-color:#ff6a39;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:5.375rem;width:18.75rem;top:18rem;left:14.8125rem;display:block; }
#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container { background-color: transparent; background-image: none; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container > .video-iframe-container { display: none; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row > .video-iframe-container { display: none; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .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); }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container { border-width: 0; border-radius: 0; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row > .video-iframe-container {  }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container { font-size:0.875rem;font-family:"open sans";height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#MqFQADZaRVNkwPlTQg2vLZTUVa94dFe2 { color:#181818;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.21875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAcOvgRexfZ661SfRP0QvP83dfJdnR0d { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.859375rem;left:12.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container { background-color: transparent; background-image: none; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container > .video-iframe-container { display: none; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row > .video-iframe-container { display: none; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .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); }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container { border-width: 0; border-radius: 0; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row > .video-iframe-container {  }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#ngDvvXizyS2zSVrIUDAu8v3kFnhWvkOB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.75rem;top:0.625rem;left:5.625rem;overflow:hidden;display:block; }
#fXH7ZwamTzLSfny5OywugzarVqEOcXFq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.75rem;top:0.625rem;left:27.5rem;overflow:hidden;display:block; }
#HTTTLh8yHvHqn13N0rL99eLWe8aZLh2H { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.875rem;top:0.625rem;left:49.375rem;overflow:hidden;display:block; }
#nLxid75V3oDRITFqfOOWGBu4PQUbiObz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.75rem;top:15.6875rem;left:5.625rem;overflow:hidden;display:block; }
#EJcNPaOIbevZt3O8MT20o4JdlftvcJcK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.75rem;top:15.6875rem;left:27.5rem;overflow:hidden;display:block; }
#PlislTTcaqUHor1MtpBFCMf2Hp1TNSUm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.18) ;height:13.1875rem;width:19.75rem;top:15.6875rem;left:49.375rem;overflow:hidden;display:block; }
#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container { background-color: transparent; background-image: none; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container > .video-iframe-container { display: none; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row > .video-iframe-container { display: none; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .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); }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container { border-width: 0; border-radius: 0; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row > .video-iframe-container {  }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#Ws6o8CulkvzdBnhIqxeov2fcu3oHBGFD { color:#181818;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0azZbdO48nQuL4InbAAQAvOHXT01HzH { color:#181818;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.9;letter-spacing:0;top:5.5625rem;left:15.625rem;height:17.45625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wkB8mwfUVTUNBUTldBedAlxxNJklcepp { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:5.5625rem;left:21.875rem;display:block; }
#ZuSAlTzoP0NPqH6l8ECFeWGcVu7F0Icv { position:absolute;display:block;z-index:15027;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:8.0625rem;left:21.875rem;display:block; }
#kC5eflyvu0hbieaR71WqcQk3elXJ1UUO { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:10.625rem;left:21.875rem;display:block; }
#cwzl5Z5VaAJs8vKcgoNoZlTHH0nlxUeu { position:absolute;display:block;z-index:15029;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:13.1865234375rem;left:21.875rem;display:block; }
#U2NCyqPMewHyGhgNxGQFXR1p08IzrAFu { position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:15.685546875rem;left:21.875rem;display:block; }
#gowdGln5MIIQdsqPLpZ8eDOyJBGqmPti { position:absolute;display:block;z-index:15031;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:18.185546875rem;left:21.875rem;display:block; }
#RsbFmPAsGrTpNKgsa4B2wfHpQArMkh6U { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:31.25rem;top:20.6845703125rem;left:21.875rem;display:block; }
#lVkt7Cvfnvk7S9zUTg87obSC1IqPISuK { color:#181818;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.9;letter-spacing:0;top:7.4375rem;left:15.625rem;height:17.4521375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container { background-color: transparent; background-image: none; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container > .video-iframe-container { display: none; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row > .video-iframe-container { display: none; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .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); }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container { border-width: 0; border-radius: 0; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row > .video-iframe-container {  }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container { font-size:0.875rem;font-family:"open sans";height:10.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#tu6u0s0mWc7AJgXoyhHrJFKu4EDnoZiy { color:#181818;display:block;width:60.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:7.25rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iv0KLOViTPPpScscvQZ1JKF83sc2nQyT { background-color:#ff6a39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;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:merriweather;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.75rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:5.25rem;left:28.8125rem;display:block; }
#pTugqavfNnEZ08uX6RF6aVQJTNeA3hLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oStoma7C/49938141_2382473941827631_1290472466530959360_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1.adaptive-delivery-prevent-bg, #BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1.lazyload, #BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1.lazyloading { background-image: none; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container { background-color: transparent; background-image: none; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container > .video-iframe-container { display: none; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row > .video-iframe-container { display: none; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .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); }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container { border-width: 0; border-radius: 0; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row > .video-iframe-container {  }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#aEaDk2pbzXpoexbEdoLKPb78v8xmCNEb { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.75rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaKDRBP1dVPqeTzTdbQwdk79KU8BKyc2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:13.3125rem;top:14.25rem;left:44.125rem;overflow:hidden;display:block; }
#neA0UhQHVO2ToTFgQkLgmSbDDu6nKPr8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:9.5rem;left:17.5625rem;overflow:hidden;display:block; }
#y4v7SotfmJ3K15N50aJQoJSsBZTxuL3B { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:21.875rem;width:57.125rem;top:5.0625rem;left:8.9375rem;display:block; }
#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mZuqurs8/bg_01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.adaptive-delivery-prevent-bg, #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.lazyload, #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.lazyloading { background-image: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { background-color: transparent; background-image: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container > .video-iframe-container { display: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row > .video-iframe-container { display: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .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); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { border-width: 0; border-radius: 0; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row > .video-iframe-container {  }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { font-size:0.875rem;font-family:"open sans";height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#DBxXQqUlEnwO0EZzDP8Gdmr85bmSiJmb { color:#181818;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:10.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLz17JHzS9OOV5dmdWuLsp6pCpayfUhK { color:#ff6a39;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-form-header {  }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:#000000;width:31.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fffcf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fffcf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fffcf6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-button { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:#ff6a39;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:31.4375rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]:-moz-placeholder { color:#454545;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]::-moz-placeholder { color:#454545;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]:-ms-input-placeholder { color:#454545;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]::-webkit-input-placeholder { color:#454545;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.0625rem;overflow:hidden;font-style:normal; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-container:first-of-type{padding-top:0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-container:last-of-type{padding-bottom:0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v  { background-color:rgba(255,255,255,0.06);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0.0625rem solid #ff6a39;border-left:0.0625rem solid #ff6a39;border-right:0.0625rem solid #ff6a39;border-bottom:0.0625rem solid #ff6a39;z-index:15006;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:10.875rem;left:20.5rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.4375rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v {display:block;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v { background-color:rgba(255,255,255,0.06);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0.0625rem solid #ff6a39;border-left:0.0625rem solid #ff6a39;border-right:0.0625rem solid #ff6a39;border-bottom:0.0625rem solid #ff6a39;z-index:15006;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:10.875rem;left:20.5rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #DHbU45DTBGpXe7PmU22wHqPJRVNII5md { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GDPDm9NCZZRTwhMHi50KqZuCUIlfW3Uq { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #dFiTafw2S2IoOdJTtF6Om0i3QdFnmTKz { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GNlkaby2mdVLmHSvJ7lPFymaW9KK08tn { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #MvTdTWvx3qJPDAAIFokEyNee5vltvT7a { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #nyFfcp73o3sNqTHLSdCaKgMDb8gMo92u { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Vb4pTadznyrK4haBotp6fxxWpDKBSa8m { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RTI5TxhWdzkg6kS5HZTBaaHLo8IyMgzy { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #PNfVnGJZw3CGrDKVfHvX6iIRoCwngA8b { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #KVlBtkCFsSztWf9utPJHCB9nG9QTS75S { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #T0U0mKcWC1m7WzWcTT3LCkiKri87FO7L { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Ec6sGm5N3fmbQvFVZ6KJd8TkS7ctu8Hb { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #W6CQOVx1P7a8yNdVzVcNpWBRD7uAXKFQ { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #rULc7JBrsBwRw5gZsRnT6D1WZ0eMWeBH { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #gLgdqubz9NGF5OvNsHrb2QP0tiAwiXTH { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #sGtntu2gO82ydimhTqlmusfiFagFFHKu { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #qnLGH8SqxnJsKct7pa5igt10EvLWtTVc { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RBhu7VQKQGCOhiTqlsyTuDWI08VL3OUk { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #M1FDUzimAS5OFDUIkmGN6520rqG0sET2 { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #QsSo3SdIMpp6vW3WBZE3eIk5m9BGMAVB { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #D9P5grS5efWtw27wTxh9GGlcOeSs7LKC { position:relative; }
#wa5BCdSmHpL7FEC2C7XEt24tFmTfxWOr { position:relative;display:block; }
#AFNLlyUPCKKAwVGffJtXcyNTJo7w38ni { position:relative;display:block; }
#bcyHPaqu2abpVPKCelgCWzmoOLBNw8nX { position:relative;display:block; }
#vTNtaupgw8wPdPN8A4WzlkKuVzUNnZOT { position:relative;display:block; }
#KAHhlzSxQphrFTw2ilFzruMmO6qRnUg7 { position:relative;display:block; }
#eZM7AEb8rKeLbTHGps39HZlh4AGttIkP { position:relative;display:block; }
#EOf41DCCSXeRpUSNQJGWuyLE5eRqh5AV { position:relative;display:block; }
#CMIEH6xR9hSPyQdIEl4Ho2D2GCMdPSiL { position:relative;display:block; }
#wh7COSoPOhTUOimXqO7t1NcF9Rv9v8UD { position:relative;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #hsxav70OCtvT7eE1bxGZUL4bvBeWM4fv { position:relative; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #m7BgSLZ7peEfuwpee1a4b7J4d5ri7kIl { position:relative; }
#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 { position:relative;display:block; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 { background-color: transparent; background-image: none; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container > .video-iframe-container { display: none; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row > .video-iframe-container { display: none; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .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); }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 { border-width: 0; border-radius: 0; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container > .video-iframe-container {  }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#AIcD35bw5WuMK7SBguq8agKi82M2FkwO { color:#ffffff;display:block;width:50.5625rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { background-color: transparent; background-image: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container > .video-iframe-container { display: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container { display: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .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); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { border-width: 0; border-radius: 0; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container {  }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#xb7RTVHO57Dvf7nuJI5FqlpmzH6gC9fo { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:15.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMuTTJutOXLu1USK33mGW0U6bmL53xWt { position:absolute;display:block;z-index:15009;background-color:#ff6a39;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:0.1875rem;width:46.875rem;top:3.3125rem;left:14.0625rem;display:block; }
#vpBlb4u9SnLwhWo2B0rzua88GaNiehSE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:57.25rem;display:block; }
#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { background-color: transparent; background-image: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container > .video-iframe-container { display: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container { display: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .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); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { border-width: 0; border-radius: 0; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container {  }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#yN93arcHzLPJg3ox1c9uc6o5Qy36kLen { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);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:5rem;width:46.875rem;top:0rem;left:14.0625rem;display:block; }
#TGiBlcn6ElSOy8d1hxpMTKwTlGMAZ67l { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1.21875rem;left:17.125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { background-color: transparent; background-image: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container > .video-iframe-container { display: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container { display: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .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); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { border-width: 0; border-radius: 0; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container {  }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#kuva7WOgFb1hrzX4NFUxKpRZQmATFrkt { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:15.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoWTx49cBWNz07cbuwQliXTaUHmFpvMQ { position:absolute;display:block;z-index:15009;background-color:#ff6a39;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:0.1875rem;width:46.875rem;top:3.3125rem;left:14.0625rem;display:block; }
#N2Teu7XnOJuqQT90tyOwOii0QVTTsMdu { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:57.25rem;display:block; }
#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { background-color: transparent; background-image: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container > .video-iframe-container { display: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container { display: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .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); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { border-width: 0; border-radius: 0; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container {  }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#l3LtLXvwm8GqgnbbKFcpJLKvTt05kVUL { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);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:4.625rem;width:46.875rem;top:0rem;left:14.0625rem;display:block; }
#pFgvGITGG5inlp8oBATmDw4wXOm4C2TV { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#StMJ0889n42vL7FhQBwODNZSiAEKEqby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { background-color: transparent; background-image: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container > .video-iframe-container { display: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container { display: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .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); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { border-width: 0; border-radius: 0; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container {  }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uPXwuck8RtdwdNS720t5ys11RdCJPVcu { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:15.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxTWPcTZCb1ZRU5J6LbsKzXABmVIaBEi { position:absolute;display:block;z-index:15009;background-color:#ff6a39;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:0.1875rem;width:46.875rem;top:3.3125rem;left:14.0625rem;display:block; }
#o40dWu6y9E586HmRdDQBTrWrhBVzTtDt { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:57.25rem;display:block; }
#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { background-color: transparent; background-image: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container > .video-iframe-container { display: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container { display: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .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); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { border-width: 0; border-radius: 0; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container {  }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#hTPJxWlgLrdOFyx7EbrlRuwz9ocnBteo { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);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:4.125rem;width:46.875rem;top:0rem;left:14.0625rem;display:block; }
#anfzKTPcn5r8gInS7P0Wy51BhS5HeleW { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row .container { border-width: 0; border-radius: 0; }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row > .video-iframe-container {  }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#cAIku4F2zPSOcnNRabbz5qOL6DgpG5DF { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:15.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMUfMOU68RT48ORlpzwD63Fc7WSnNUxA { position:absolute;display:block;z-index:15009;background-color:#ff6a39;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:0.1875rem;width:46.875rem;top:3.3125rem;left:14.0625rem;display:block; }
#ZeeT0TV50WIV8ZEpWtM8NZqJot5CKxtT { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:57.25rem;display:block; }
#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row .container { border-width: 0; border-radius: 0; }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row > .video-iframe-container {  }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:none; }#UtyaiFrTfc96Iq4TpHbOVh1gVEmTBIkx { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);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:11.6875rem;width:46.875rem;top:0rem;left:14.0625rem;display:block; }
#VbGJCgblDB9EP76IZbDxtnJ11lJqAC7R { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { background-color: transparent; background-image: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container > .video-iframe-container { display: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container { display: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .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); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { border-width: 0; border-radius: 0; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container {  }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#EXJgwezeybeWbWTkJuPb8LxrrhyP9fop { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.578125rem;left:15.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRhoZNQql3tlhIxHJzfHCeqdqxPfJRZR { position:absolute;display:block;z-index:15009;background-color:#ff6a39;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:0.1875rem;width:46.875rem;top:3.3125rem;left:14.0625rem;display:block; }
#evlVefbwuwfCtV0nbEcOfRKaDwmLDQS8 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:57.25rem;display:block; }
#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { background-color: transparent; background-image: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container > .video-iframe-container { display: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container { display: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .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); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { border-width: 0; border-radius: 0; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container {  }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#T7HsLiwS1VJi1B2AW63OeglCag4Ni49s { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);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:6.0625rem;width:46.875rem;top:0rem;left:14.0625rem;display:block; }
#nG3CHiQAe4TidNaiEqW003upumedDgR0 { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV { position:relative;display:block; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV { background-color: transparent; background-image: none; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container > .video-iframe-container { display: none; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row > .video-iframe-container { display: none; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .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); }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV { border-width: 0; border-radius: 0; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container > .video-iframe-container {  }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTzefBEJnw1pfWpAIrsG0Z4ghbakTPR6 { width:47.75rem;height:3.625rem;top:23.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTeTwaTKoSnlACTCltTtX2FOgdD4BiaI { width:47.75rem;height:4.5rem;top:27.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xaI6zTgMek8FWFmbNtd3kRrrtWZwq6 { width:28.5625rem;height:14.937160555759rem;top:1.875rem;left:9.5933189392087rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEtS6xxU5hcOduIEXeIXi4OVd4p4GnzX { width:47.75rem;height:4.875rem;top:18rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT { display:block; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeQGub6QKml9TfVKLGTc6nSeZZQKA89n { width:4.125rem;height:4.625rem;top:0.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdA4JDoJ6SfCBqiviy483HmTIIi30atf { width:5.375rem;height:4.125rem;top:0.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVUaQ2g1mv8Ppm0kTTEqLNgh0yvbnTAh { width:3.5rem;height:4.625rem;top:0.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtRLICLWfZqkKHBA5F3uJs4gk0mDAmX { width:10rem;height:2.4375rem;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rfc6CLOyzhlvz0nMJGauKIKkzobyBa { width:12.1875rem;height:2.4375rem;top:6.4375rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmGencwqwfh5gEatTtF8OilT2L8GcGbT { width:12.4375rem;height:3.625rem;top:6.4375rem;left:24.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF5HD2ldpLIWwTondzKi6ScSL8moQ4XE { width:10.4375rem;height:2.4375rem;top:6.4375rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ53rsT50Ibh1r69Ta1vAo3XcrU0mimW { width:4rem;height:5.0625rem;top:0rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe { display:block; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAfIvkRuWxMV4N3IuapFfr95lwmSqVf5 { width:18.75rem;height:4rem;top:1.5rem;left:14.500003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWREWQWPLSDCQr2WAvomLbA0u0KaM7Dl { display:block; }
 }@media only screen and (max-width: 763px) { #AuEnBlGFb0RFCFVNadPF345zbCrpUbQd { display:block; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gl3Zvft2tushHHprJzG6tHHuaC6ItxQt { width:44.625rem;height:2.4375rem;top:3.9375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2PwLGMK4lOIyK1wT8JU5KgBPm2HSVyt { width:47.75rem;height:2.4375rem;top:7.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7G1HfvdzdAtesyAgeqqm3cOZnHfOaTH { width:20rem;height:3.375rem;top:8rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 { display:block; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbkGUmyGit3BQWs3mDz6eoN6HukwAcTd { width:47.75rem;height:2.875rem;top:3.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxup1qfHTlzXyiiLnXIz6yH6BFTPCEuf { width:18.8125rem;height:4.0625rem;top:6.3125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui { display:block; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbLC6J3wuvLB3nRW07QrzG9oUd65dqR { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO6qSeTfezN0r2pMtWLPbtBTDXESFAC { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0waNWCa5Omv1P9NinACPZ6sfqcutTWf { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JPwbZp6bgoayScda7RDVOdIDdEPVWQ { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5rNtG7dtTNlVUb48ETPSqrKVGZlQUuk { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3DmhAPQ2mGRIGFTfKPi7UPRMDLCih5R { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvI3VZ5BXiW5VVF60LAwdCKExkewAFN { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTmoSWZSkKpF4Tm2aexRHqDNl8xM5dE { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZlQlrnlWCghND0zQm3fEQPSfvMP6QP { width:3.75rem;height:3.75rem;top:3.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfFyUmXaXlvZBGvp1blV49hRq2TpmLo { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCuVCbM4aQ9Fm70gkvoJtvZI2fmKibxO { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9uq6kClZJyDzbfQQzdQfdkf3y6MPZZT { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv06uGzTlyFd2b8CsvGXwHtPLsZwi0xi { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk { width:3.75rem;height:3.75rem;top:3.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5U2cpf1d6Va4Mgw9GizpJe8cTcDpeE9 { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBrNB95lfH1UBQK4a4XSxK2ha26W0vLc { width:20rem;height:3.75rem;top:19.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEWSupOJWd0JZk3L16pO7RA8J9J9VCTb { display:block; }
 }@media only screen and (max-width: 763px) { #SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL { width:3.75rem;height:3.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELeZXX1b9NW61IuPTLGZgTkk7EqACg0W { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB15qgduvtsJyLxiLUQDOUfzIsFUQ50V { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTF54N2F4bDGQxV6m6UdK6PDzCh87Kzq { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTBmKFBTgHJEnlML3cvgKRGcvu9apcmN { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP { display:block; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEACcif7T0yVJeCazL8Mhk8whKRqxd2t { width:47.75rem;height:2.875rem;top:3.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmG36wJbh2eMQyxuRE8QMSeObrfDgvKh { width:18.8125rem;height:3.375rem;top:3.75rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 { display:block; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNTFrUZyyle5l4lMBqMW9EkErDoK6lxK { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdBRPkzz0Jc37NgmfcZ6HpwifC9BDrsA { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CwiTQy9dxTOmotsgefpu1PI16c56QT { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI1ILyFwV5QBBp8OnzdnfUa2RPWGlXQe { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK50UNKJvFlKEqfDWCz4LrI012qh2fTh { width:5.625rem;height:5.625rem;top:1.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSdzbGGDmQ19AMOnOHmSuhvpMrnxFdh { width:5.625rem;height:5.625rem;top:1.5rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WOAref7McWlPnVGWvfTxbTdstuPct5 { width:5rem;height:5rem;top:1.8125rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPyixqIOiSJvAoMysiT064H29GEtIqR { width:5rem;height:5rem;top:1.8125rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #um16nbJTEPu0ac8Tfzqovh2KETQtXb7x { display:block; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unwbAy71u3sJEDQikvBTzGyhwDftFPOa { width:47.75rem;height:2.875rem;top:5.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdU7Ev4IZBC3brMgLTJ5gHT0Rkm2VqR5 { width:47.75rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1H1QUaSlRgEM0xX1l9L0tBRUkJxE6Iz { width:20rem;height:6.5625rem;top:13rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNvAabn4laLMSw3JqB1u7XVQ7TM7260C { display:block; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwF9TPg8AR9AG3MSa62WETeurC6QP5Nz { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGtQiAhhb5ztV84WVJWAK6WsTHRzv2h5 { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi9tNt1UhbmetP7CMMNhUXqS1rGz39Z0 { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb7Ttu686eAIrb5haHUuSwCV8keKOaaT { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDCk4UeTyfBNEVWCcrT65N8XP8laEmH5 { width:5.625rem;height:5.625rem;top:1.25rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggKNhffPb9dvsprI0VMWBlGOGRIEZNXB { width:5.625rem;height:5.625rem;top:1.25rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L73avzf9oEiu3SEhAl9TBxiFF2SPNDzl { width:5.625rem;height:5.625rem;top:1.25rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP2KM1i2yncPEsrWRzbFd8xT5FDlN61M { width:5.625rem;height:5.625rem;top:1.25rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH8L974vGg1L5QqyF0JLX11mZwETBd0n { width:15rem;height:5.8125rem;top:9.6875rem;left:0rem;font-size:0.8125rem;display:block; }#bH8L974vGg1L5QqyF0JLX11mZwETBd0n li:before{  }
 }@media only screen and (max-width: 763px) { #M2UvBolMfASDVZczmHZC6oGL1I7ExQUv { width:16rem;height:9.125rem;top:9.6875rem;left:7.875rem;font-size:0.8125rem;display:block; }#M2UvBolMfASDVZczmHZC6oGL1I7ExQUv li:before{  }
 }@media only screen and (max-width: 763px) { #NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk { width:16rem;height:13.3125rem;top:9.6875rem;left:19.8125rem;font-size:0.8125rem;display:block; }#NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk li:before{  }
 }@media only screen and (max-width: 763px) { #w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV { width:16rem;height:11.75rem;top:9.6875rem;left:31.75rem;font-size:0.8125rem;display:block; }#w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV li:before{  }
 }@media only screen and (max-width: 763px) { #FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa { display:block; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTTR2oEFMDPkAwUMFRyOCp4FmretoHsD { width:20rem;height:3.75rem;top:0.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4rpDu6ynnOHPEGH8SrgQOfno8F1eq53 { display:block; }
 }@media only screen and (max-width: 763px) { #yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA { display:block; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpXWCHKde1LVUOLLTINsKi9SkgwxSbDB { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9tpSv6krw6x4TBX4Wdl8anTvDaXIVqx { width:6rem;height:3.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uoQq3WvT3USSkmg23akGvcas57Hg2y { width:9.375rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGTHriefcMMPyuK9EF9FNwVB9sXFXNE { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVVLMXeOrp1p3SIu6pcMcymMTvi7BSEG { width:35.125rem;height:2.4375rem;top:5.875rem;left:6.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH7vTTxbIf6V8QlPh0NN3iXKitkvTNc3 { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQpWJt3s5HLDvVFuosO5SkVohbaOrSfz { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEZQuQM92PFVJIlzKngDTSelPwCruT9 { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7fs4QseKgXu7bJwSFPvTTCduHOoBBps { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcpd5dJSUrItTMsVUIIuIvZSTZpgkAZb { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIF4RWg2IG7Rcl1DVMRWennPFhVrJZW4 { width:20rem;height:3.75rem;top:26.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBLilqwFWM1I4h4hIAeod3c0k3mGW398 { display:block; }
 }@media only screen and (max-width: 763px) { #te6JTJI7WopKVCRM6UugG6pBDlPs9cpa { width:0.125rem;height:12.4375rem;top:13rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzXNF7EmdBfVPBpH8QA6x3zM2B2rZEUt { width:18.75rem;height:5.375rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQRN0Gfy0nfTa3SaH7E76STX8baIriv { display:block; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqFQADZaRVNkwPlTQg2vLZTUVa94dFe2 { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAcOvgRexfZ661SfRP0QvP83dfJdnR0d { width:18.8125rem;height:1.6875rem;top:3.75rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe { display:block; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngDvvXizyS2zSVrIUDAu8v3kFnhWvkOB { width:19.75rem;height:13.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH7ZwamTzLSfny5OywugzarVqEOcXFq { width:19.75rem;height:13.1875rem;top:0.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTLh8yHvHqn13N0rL99eLWe8aZLh2H { width:19.875rem;height:13.1875rem;top:0.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxid75V3oDRITFqfOOWGBu4PQUbiObz { width:19.75rem;height:13.1875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJcNPaOIbevZt3O8MT20o4JdlftvcJcK { width:19.75rem;height:13.1875rem;top:15.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlislTTcaqUHor1MtpBFCMf2Hp1TNSUm { width:19.75rem;height:13.1875rem;top:15.6875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq { display:block; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws6o8CulkvzdBnhIqxeov2fcu3oHBGFD { width:47.75rem;height:2.875rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0azZbdO48nQuL4InbAAQAvOHXT01HzH { width:43.75rem;height:17.4375rem;top:5.5625rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkB8mwfUVTUNBUTldBedAlxxNJklcepp { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSAlTzoP0NPqH6l8ECFeWGcVu7F0Icv { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC5eflyvu0hbieaR71WqcQk3elXJ1UUO { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzl5Z5VaAJs8vKcgoNoZlTHH0nlxUeu { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2NCyqPMewHyGhgNxGQFXR1p08IzrAFu { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #gowdGln5MIIQdsqPLpZ8eDOyJBGqmPti { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsbFmPAsGrTpNKgsa4B2wfHpQArMkh6U { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkt7Cvfnvk7S9zUTg87obSC1IqPISuK { width:20rem;height:21.9375rem;top:7.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m { display:block; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu6u0s0mWc7AJgXoyhHrJFKu4EDnoZiy { width:47.75rem;height:3.375rem;top:1.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv0KLOViTPPpScscvQZ1JKF83sc2nQyT { width:17.4375rem;height:3.75rem;top:5.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTugqavfNnEZ08uX6RF6aVQJTNeA3hLK { display:block; }
 }@media only screen and (max-width: 763px) { #BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 { display:block; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaDk2pbzXpoexbEdoLKPb78v8xmCNEb { width:47.75rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaKDRBP1dVPqeTzTdbQwdk79KU8BKyc2 { width:13.3125rem;height:7.6875rem;top:14.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neA0UhQHVO2ToTFgQkLgmSbDDu6nKPr8 { width:17.1875rem;height:17.1875rem;top:9.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4v7SotfmJ3K15N50aJQoJSsBZTxuL3B { width:47.75rem;height:21.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 { display:block; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBxXQqUlEnwO0EZzDP8Gdmr85bmSiJmb { width:47.75rem;height:2.875rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLz17JHzS9OOV5dmdWuLsp6pCpayfUhK { width:47.75rem;height:3.625rem;top:2.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-regular-label { width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-textarea { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-button { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v  { width:31.4375rem;height:auto;top:10.875rem;left:6.875rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .radio-container { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v {display:block;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v { width:31.4375rem;height:auto;top:10.875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #DHbU45DTBGpXe7PmU22wHqPJRVNII5md {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GDPDm9NCZZRTwhMHi50KqZuCUIlfW3Uq { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #dFiTafw2S2IoOdJTtF6Om0i3QdFnmTKz {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GNlkaby2mdVLmHSvJ7lPFymaW9KK08tn {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #MvTdTWvx3qJPDAAIFokEyNee5vltvT7a { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #nyFfcp73o3sNqTHLSdCaKgMDb8gMo92u {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Vb4pTadznyrK4haBotp6fxxWpDKBSa8m {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RTI5TxhWdzkg6kS5HZTBaaHLo8IyMgzy { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #PNfVnGJZw3CGrDKVfHvX6iIRoCwngA8b {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #KVlBtkCFsSztWf9utPJHCB9nG9QTS75S {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #T0U0mKcWC1m7WzWcTT3LCkiKri87FO7L { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Ec6sGm5N3fmbQvFVZ6KJd8TkS7ctu8Hb {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #W6CQOVx1P7a8yNdVzVcNpWBRD7uAXKFQ {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #rULc7JBrsBwRw5gZsRnT6D1WZ0eMWeBH { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #gLgdqubz9NGF5OvNsHrb2QP0tiAwiXTH {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #sGtntu2gO82ydimhTqlmusfiFagFFHKu {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #qnLGH8SqxnJsKct7pa5igt10EvLWtTVc { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RBhu7VQKQGCOhiTqlsyTuDWI08VL3OUk {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #M1FDUzimAS5OFDUIkmGN6520rqG0sET2 {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #QsSo3SdIMpp6vW3WBZE3eIk5m9BGMAVB { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #D9P5grS5efWtw27wTxh9GGlcOeSs7LKC {  }
 }@media only screen and (max-width: 763px) { #wa5BCdSmHpL7FEC2C7XEt24tFmTfxWOr { display:block; }
 }@media only screen and (max-width: 763px) { #AFNLlyUPCKKAwVGffJtXcyNTJo7w38ni { display:block; }
 }@media only screen and (max-width: 763px) { #bcyHPaqu2abpVPKCelgCWzmoOLBNw8nX { display:block; }
 }@media only screen and (max-width: 763px) { #vTNtaupgw8wPdPN8A4WzlkKuVzUNnZOT { display:block; }
 }@media only screen and (max-width: 763px) { #KAHhlzSxQphrFTw2ilFzruMmO6qRnUg7 { display:block; }
 }@media only screen and (max-width: 763px) { #eZM7AEb8rKeLbTHGps39HZlh4AGttIkP { display:block; }
 }@media only screen and (max-width: 763px) { #EOf41DCCSXeRpUSNQJGWuyLE5eRqh5AV { display:block; }
 }@media only screen and (max-width: 763px) { #CMIEH6xR9hSPyQdIEl4Ho2D2GCMdPSiL { display:block; }
 }@media only screen and (max-width: 763px) { #wh7COSoPOhTUOimXqO7t1NcF9Rv9v8UD { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #hsxav70OCtvT7eE1bxGZUL4bvBeWM4fv {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #m7BgSLZ7peEfuwpee1a4b7J4d5ri7kIl {  }
 }@media only screen and (max-width: 763px) { #FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 { display:block; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIcD35bw5WuMK7SBguq8agKi82M2FkwO { width:47.75rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0zW2pOOdT1LMapRXI9alyU1MNQZNETt { display:block; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb7RTVHO57Dvf7nuJI5FqlpmzH6gC9fo { top:1.5625rem;left:2.3125rem;width:39.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMuTTJutOXLu1USK33mGW0U6bmL53xWt { top:3.3125rem;left:0.4375rem;width:46.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBlb4u9SnLwhWo2B0rzua88GaNiehSE { top:1.25rem;left:43.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 { display:block; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN93arcHzLPJg3ox1c9uc6o5Qy36kLen { top:0rem;left:0.4375rem;width:46.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGiBlcn6ElSOy8d1hxpMTKwTlGMAZ67l { top:1.1875rem;left:3.5rem;width:40.6875rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo { display:block; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuva7WOgFb1hrzX4NFUxKpRZQmATFrkt { top:1.5625rem;left:2.3125rem;width:39.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoWTx49cBWNz07cbuwQliXTaUHmFpvMQ { top:3.3125rem;left:0.4375rem;width:46.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Teu7XnOJuqQT90tyOwOii0QVTTsMdu { top:1.25rem;left:43.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ { display:block; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3LtLXvwm8GqgnbbKFcpJLKvTt05kVUL { top:0rem;left:0.4375rem;width:46.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgvGITGG5inlp8oBATmDw4wXOm4C2TV { top:1.1875rem;left:3.5rem;width:40.6875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMJ0889n42vL7FhQBwODNZSiAEKEqby { display:block; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPXwuck8RtdwdNS720t5ys11RdCJPVcu { top:1.5625rem;left:2.3125rem;width:39.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTWPcTZCb1ZRU5J6LbsKzXABmVIaBEi { top:3.3125rem;left:0.4375rem;width:46.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40dWu6y9E586HmRdDQBTrWrhBVzTtDt { top:1.25rem;left:43.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx { display:block; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTPJxWlgLrdOFyx7EbrlRuwz9ocnBteo { top:0rem;left:0.4375rem;width:46.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfzKTPcn5r8gInS7P0Wy51BhS5HeleW { top:1.1875rem;left:3.5rem;width:40.6875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN { display:block; }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAIku4F2zPSOcnNRabbz5qOL6DgpG5DF { top:1.5625rem;left:2.3125rem;width:39.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUfMOU68RT48ORlpzwD63Fc7WSnNUxA { top:3.3125rem;left:0.4375rem;width:46.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeT0TV50WIV8ZEpWtM8NZqJot5CKxtT { top:1.25rem;left:43.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW { display:block; }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtyaiFrTfc96Iq4TpHbOVh1gVEmTBIkx { top:0rem;left:0.4375rem;width:46.875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGJCgblDB9EP76IZbDxtnJ11lJqAC7R { top:1.1875rem;left:3.5rem;width:40.6875rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck { display:block; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXJgwezeybeWbWTkJuPb8LxrrhyP9fop { top:1.5625rem;left:2.3125rem;width:39.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRhoZNQql3tlhIxHJzfHCeqdqxPfJRZR { top:3.3125rem;left:0.4375rem;width:46.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlVefbwuwfCtV0nbEcOfRKaDwmLDQS8 { top:1.25rem;left:43.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT { display:block; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7HsLiwS1VJi1B2AW63OeglCag4Ni49s { top:0rem;left:0.4375rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG3CHiQAe4TidNaiEqW003upumedDgR0 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV { display:block; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTzefBEJnw1pfWpAIrsG0Z4ghbakTPR6 { width:13.8125rem;height:3.9rem;top:18rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTeTwaTKoSnlACTCltTtX2FOgdD4BiaI { width:19.25rem;height:8.4rem;top:23.0625rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1xaI6zTgMek8FWFmbNtd3kRrrtWZwq6 { width:17.3125rem;height:8.875rem;top:3.75rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEtS6xxU5hcOduIEXeIXi4OVd4p4GnzX { width:13.0625rem;height:2.925rem;top:14.5rem;left:3.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.adaptive-delivery-prevent-bg, #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.lazyload, #UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT.lazyloading { background-image: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { background-color: transparent; background-image: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container > .video-iframe-container { display: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row > .video-iframe-container { display: none; }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .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); }#UaBfADNOXSJzAQWXpQb6T8hbgEhXAKyT > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeQGub6QKml9TfVKLGTc6nSeZZQKA89n { width:2.8125rem;height:3.0625rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdA4JDoJ6SfCBqiviy483HmTIIi30atf { width:3.75rem;height:2.8125rem;top:7.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVUaQ2g1mv8Ppm0kTTEqLNgh0yvbnTAh { width:2.5rem;height:3.25rem;top:12.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtRLICLWfZqkKHBA5F3uJs4gk0mDAmX { width:13.25rem;height:0.975rem;top:4.875rem;left:3.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3Rfc6CLOyzhlvz0nMJGauKIKkzobyBa { width:14.0625rem;height:0.975rem;top:10.5rem;left:3rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmGencwqwfh5gEatTtF8OilT2L8GcGbT { width:14.3125rem;height:1.95rem;top:16.5625rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yF5HD2ldpLIWwTondzKi6ScSL8moQ4XE { width:12.875rem;height:0.975rem;top:23.8125rem;left:3.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ53rsT50Ibh1r69Ta1vAo3XcrU0mimW { width:2.8125rem;height:3.5rem;top:19.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe { background-color:transparent;background-image:url("https://images.assets-landingi.com/hN0qiVN9/bg.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.adaptive-delivery-prevent-bg, #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.lazyload, #ScmOCAewgCHzFr0K150WoWdnQJLX3LZe.lazyloading { background-image: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { background-color: transparent; background-image: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container > .video-iframe-container { display: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row > .video-iframe-container { display: none; }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .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); }#ScmOCAewgCHzFr0K150WoWdnQJLX3LZe > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAfIvkRuWxMV4N3IuapFfr95lwmSqVf5 { width:14.375rem;height:3.75rem;top:2.5rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWREWQWPLSDCQr2WAvomLbA0u0KaM7Dl { display:block; }
 }@media only screen and (max-width: 763px) { #AuEnBlGFb0RFCFVNadPF345zbCrpUbQd { display:block; }#AuEnBlGFb0RFCFVNadPF345zbCrpUbQd > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gl3Zvft2tushHHprJzG6tHHuaC6ItxQt { width:18.3125rem;height:3.9rem;top:2.4765625rem;left:0.84375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L2PwLGMK4lOIyK1wT8JU5KgBPm2HSVyt { width:20rem;height:0;top:7.99609375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7G1HfvdzdAtesyAgeqqm3cOZnHfOaTH { width:20rem;height:3.4125rem;top:6.9375rem;left:0rem;font-size:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mkjTmykj/bg1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.adaptive-delivery-prevent-bg, #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.lazyload, #rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11.lazyloading { background-image: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { background-color: transparent; background-image: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container > .video-iframe-container { display: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row > .video-iframe-container { display: none; }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .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); }#rrfxf2OvuRKLdvKIXB9aaxcQHZaXKd11 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbkGUmyGit3BQWs3mDz6eoN6HukwAcTd { width:18.8125rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxup1qfHTlzXyiiLnXIz6yH6BFTPCEuf { width:19.25rem;height:3.7125rem;top:4.4124984741211rem;left:0.375rem;font-size:1.6875rem;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui { display:block; }#D3EFG2ZJRNmLFK6prGHTznmf7WGfLuui > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbLC6J3wuvLB3nRW07QrzG9oUd65dqR { width:18.75rem;height:16.25rem;top:2.5rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO6qSeTfezN0r2pMtWLPbtBTDXESFAC { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0waNWCa5Omv1P9NinACPZ6sfqcutTWf { width:17.5rem;height:7.8rem;top:9.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N5JPwbZp6bgoayScda7RDVOdIDdEPVWQ { width:10.1875rem;height:1.4625rem;top:4.5625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J5rNtG7dtTNlVUb48ETPSqrKVGZlQUuk { width:12.8125rem;height:1.21875rem;top:6.625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T3DmhAPQ2mGRIGFTfKPi7UPRMDLCih5R { width:18.75rem;height:16.25rem;top:21.25rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvI3VZ5BXiW5VVF60LAwdCKExkewAFN { width:17.625rem;height:7.8rem;top:28.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRTmoSWZSkKpF4Tm2aexRHqDNl8xM5dE { width:7.6875rem;height:1.4625rem;top:23.25rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #evZlQlrnlWCghND0zQm3fEQPSfvMP6QP { width:3.75rem;height:3.75rem;top:22.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfFyUmXaXlvZBGvp1blV49hRq2TpmLo { width:2.1875rem;height:2.1875rem;top:20rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCuVCbM4aQ9Fm70gkvoJtvZI2fmKibxO { width:18.75rem;height:16.25rem;top:40rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9uq6kClZJyDzbfQQzdQfdkf3y6MPZZT { width:17.625rem;height:5.85rem;top:48.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bv06uGzTlyFd2b8CsvGXwHtPLsZwi0xi { width:7.5625rem;height:1.4625rem;top:42.625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eJQL3Cbg3dEzaJdoUNK8CTV5J0oV5WXk { width:3.75rem;height:3.75rem;top:42.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5U2cpf1d6Va4Mgw9GizpJe8cTcDpeE9 { width:2.1875rem;height:2.1875rem;top:38.75rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBrNB95lfH1UBQK4a4XSxK2ha26W0vLc { width:14.375rem;height:3.75rem;top:58.375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEWSupOJWd0JZk3L16pO7RA8J9J9VCTb { display:block; }
 }@media only screen and (max-width: 763px) { #SHBbCCsmk5Tm2mN5hSmk4rQzUUSygQbL { width:3.75rem;height:3.75rem;top:4.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELeZXX1b9NW61IuPTLGZgTkk7EqACg0W { width:15.625rem;height:2.4375rem;top:63.375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OB15qgduvtsJyLxiLUQDOUfzIsFUQ50V { width:12.875rem;height:3.65625rem;top:67.0625rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wTF54N2F4bDGQxV6m6UdK6PDzCh87Kzq { width:12.875rem;height:3.65625rem;top:44.53125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #xTBmKFBTgHJEnlML3cvgKRGcvu9apcmN { width:12.4375rem;height:2.4375rem;top:25.0625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP { display:block; }#E2pFT2ry1AxZlOPLXNhTnhdd4SOei4dP > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEACcif7T0yVJeCazL8Mhk8whKRqxd2t { width:18.8125rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmG36wJbh2eMQyxuRE8QMSeObrfDgvKh { width:13.9375rem;height:2.8875rem;top:2.962890625rem;left:3.03125rem;font-size:1.3125rem;z-index:15003;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 { display:block; }#DVKqtv7fqIWwJKE787tn0zbfvnbiJ905 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNTFrUZyyle5l4lMBqMW9EkErDoK6lxK { width:15.0625rem;height:1.95rem;top:5.5625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JdBRPkzz0Jc37NgmfcZ6HpwifC9BDrsA { width:15.0625rem;height:1.95rem;top:13.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o4CwiTQy9dxTOmotsgefpu1PI16c56QT { width:16.375rem;height:2.925rem;top:20.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pI1ILyFwV5QBBp8OnzdnfUa2RPWGlXQe { width:15.0625rem;height:2.925rem;top:29.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CK50UNKJvFlKEqfDWCz4LrI012qh2fTh { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSdzbGGDmQ19AMOnOHmSuhvpMrnxFdh { width:3.75rem;height:3.75rem;top:8.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WOAref7McWlPnVGWvfTxbTdstuPct5 { width:3.75rem;height:3.75rem;top:16.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHPyixqIOiSJvAoMysiT064H29GEtIqR { width:3.75rem;height:3.75rem;top:24.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #um16nbJTEPu0ac8Tfzqovh2KETQtXb7x { background-color:#fafafa;background-image:none;display:block; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { background-color: transparent; background-image: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container > .video-iframe-container { display: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row > .video-iframe-container { display: none; }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .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); }#um16nbJTEPu0ac8Tfzqovh2KETQtXb7x > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unwbAy71u3sJEDQikvBTzGyhwDftFPOa { width:18.1875rem;height:3.9rem;top:5.9375rem;left:0.9375rem;font-size:0.75rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wdU7Ev4IZBC3brMgLTJ5gHT0Rkm2VqR5 { width:20rem;height:0;top:6.3984375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1H1QUaSlRgEM0xX1l9L0tBRUkJxE6Iz { width:20rem;height:3.4125rem;top:1.875rem;left:0rem;font-size:1.3125rem;z-index:15005;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tNvAabn4laLMSw3JqB1u7XVQ7TM7260C { background-color:#fafafa;background-image:none;display:block; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { background-color: transparent; background-image: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container > .video-iframe-container { display: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row > .video-iframe-container { display: none; }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .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); }#tNvAabn4laLMSw3JqB1u7XVQ7TM7260C > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwF9TPg8AR9AG3MSa62WETeurC6QP5Nz { width:9.0625rem;height:1.21875rem;top:7.25rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGtQiAhhb5ztV84WVJWAK6WsTHRzv2h5 { width:9.0625rem;height:1.21875rem;top:21.4375rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pi9tNt1UhbmetP7CMMNhUXqS1rGz39Z0 { width:9.0625rem;height:1.21875rem;top:39.9375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sb7Ttu686eAIrb5haHUuSwCV8keKOaaT { width:12.6875rem;height:1.21875rem;top:62.625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cDCk4UeTyfBNEVWCcrT65N8XP8laEmH5 { width:6rem;height:6rem;top:0.625rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ggKNhffPb9dvsprI0VMWBlGOGRIEZNXB { width:6rem;height:6rem;top:14.8125rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L73avzf9oEiu3SEhAl9TBxiFF2SPNDzl { width:6rem;height:6rem;top:33.375rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MP2KM1i2yncPEsrWRzbFd8xT5FDlN61M { width:6rem;height:6rem;top:56rem;left:7rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH8L974vGg1L5QqyF0JLX11mZwETBd0n { width:15rem;height:4.4625rem;top:9.125rem;left:2.5rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#bH8L974vGg1L5QqyF0JLX11mZwETBd0n li:before{  }
 }@media only screen and (max-width: 763px) { #M2UvBolMfASDVZczmHZC6oGL1I7ExQUv { width:13.25rem;height:8.6625rem;top:23.25rem;left:3.375rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#M2UvBolMfASDVZczmHZC6oGL1I7ExQUv li:before{  }
 }@media only screen and (max-width: 763px) { #NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk { width:16rem;height:12.5625rem;top:41.8125rem;left:2rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#000000;display:block; }#NS5g5FFNc7VGLxv7tTPtKITM6dgufSIk li:before{  }
 }@media only screen and (max-width: 763px) { #w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV { width:16rem;height:10.05rem;top:64.5rem;left:2rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#000000;display:block; }#w8Hh8rmEdhtZJT8vwrZmkTcVGJr3vVpV li:before{  }
 }@media only screen and (max-width: 763px) { #FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa { display:block; }#FtmTBJqfUw9cTzXtsnKHaCBggNUFUCIa > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTTR2oEFMDPkAwUMFRyOCp4FmretoHsD { width:14.375rem;height:3.75rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4rpDu6ynnOHPEGH8SrgQOfno8F1eq53 { display:block; }
 }@media only screen and (max-width: 763px) { #yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA { display:block; }#yOFV5JioMT1iZuvwfzQJ4Wnmg0z93hxA > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpXWCHKde1LVUOLLTINsKi9SkgwxSbDB { width:19.0625rem;height:34.4375rem;top:6.125rem;left:0.46875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15002;background-color:rgba(255,255,255,0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I9tpSv6krw6x4TBX4Wdl8anTvDaXIVqx { width:6.1875rem;height:4rem;top:4.5625rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6uoQq3WvT3USSkmg23akGvcas57Hg2y { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGTHriefcMMPyuK9EF9FNwVB9sXFXNE { width:20rem;height:1.95rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IVVLMXeOrp1p3SIu6pcMcymMTvi7BSEG { width:20rem;height:auto;top:5.875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH7vTTxbIf6V8QlPh0NN3iXKitkvTNc3 { width:14.75rem;height:2.4375rem;top:14.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yQpWJt3s5HLDvVFuosO5SkVohbaOrSfz { width:15.5625rem;height:6.09375rem;top:18.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KmEZQuQM92PFVJIlzKngDTSelPwCruT9 { width:20rem;height:1.70625rem;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C7fs4QseKgXu7bJwSFPvTTCduHOoBBps { width:15.75rem;height:2.4375rem;top:30.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vcpd5dJSUrItTMsVUIIuIvZSTZpgkAZb { width:20rem;height:2.925rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIF4RWg2IG7Rcl1DVMRWennPFhVrJZW4 { width:14.375rem;height:3.75rem;top:38.75rem;left:2.8125rem;font-size:1.125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #sBLilqwFWM1I4h4hIAeod3c0k3mGW398 { display:block; }
 }@media only screen and (max-width: 763px) { #te6JTJI7WopKVCRM6UugG6pBDlPs9cpa { width:16.875rem;height:0.125rem;top:25.96875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzXNF7EmdBfVPBpH8QA6x3zM2B2rZEUt { width:15.25rem;height:4.875rem;top:18.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQRN0Gfy0nfTa3SaH7E76STX8baIriv { display:block; }#GyQRN0Gfy0nfTa3SaH7E76STX8baIriv > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqFQADZaRVNkwPlTQg2vLZTUVa94dFe2 { width:18.8125rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAcOvgRexfZ661SfRP0QvP83dfJdnR0d { width:18.8125rem;height:1.44375rem;top:2.5rem;left:0.59375rem;font-size:1.3125rem;z-index:15003;color:#181818;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe { display:block; }#PyeTkWFq1a6xBh02rtoveUMUG1BEfeEe > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngDvvXizyS2zSVrIUDAu8v3kFnhWvkOB { width:18.75rem;height:12.375rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH7ZwamTzLSfny5OywugzarVqEOcXFq { width:18.75rem;height:12.5rem;top:13.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTLh8yHvHqn13N0rL99eLWe8aZLh2H { width:18.75rem;height:12.4375rem;top:26.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxid75V3oDRITFqfOOWGBu4PQUbiObz { width:18.75rem;height:12.5rem;top:39.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJcNPaOIbevZt3O8MT20o4JdlftvcJcK { width:18.75rem;height:12.5rem;top:52.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlislTTcaqUHor1MtpBFCMf2Hp1TNSUm { width:18.75rem;height:12.5rem;top:66.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq { display:block; }#GxtZOCl0mDZh9AdVum8wQWteQTBLRtPq > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws6o8CulkvzdBnhIqxeov2fcu3oHBGFD { width:12rem;height:2.8875rem;top:1.875rem;left:4rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a0azZbdO48nQuL4InbAAQAvOHXT01HzH { width:20rem;height:0;top:13.25rem;left:0rem;font-size:0.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #wkB8mwfUVTUNBUTldBedAlxxNJklcepp { width:20rem;height:3.3125rem;top:5.375rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSAlTzoP0NPqH6l8ECFeWGcVu7F0Icv { width:20rem;height:3.3125rem;top:9rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kC5eflyvu0hbieaR71WqcQk3elXJ1UUO { width:20rem;height:3.3125rem;top:12.625rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cwzl5Z5VaAJs8vKcgoNoZlTHH0nlxUeu { width:20rem;height:3.3125rem;top:19.875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U2NCyqPMewHyGhgNxGQFXR1p08IzrAFu { width:20rem;height:2.0625rem;top:23.8125rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gowdGln5MIIQdsqPLpZ8eDOyJBGqmPti { width:20rem;height:2.0625rem;top:26.1875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RsbFmPAsGrTpNKgsa4B2wfHpQArMkh6U { width:20rem;height:3.3125rem;top:16.25rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15024;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lVkt7Cvfnvk7S9zUTg87obSC1IqPISuK { width:20rem;height:21.9375rem;top:5.875rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m { display:block; }#uD4xERsMtw0qQpk8TUXfBICHo6DLTl2m > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tu6u0s0mWc7AJgXoyhHrJFKu4EDnoZiy { width:15.875rem;height:4.875rem;top:1.875rem;left:2.0625rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iv0KLOViTPPpScscvQZ1JKF83sc2nQyT { width:16.25rem;height:3.75rem;top:7.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTugqavfNnEZ08uX6RF6aVQJTNeA3hLK { display:block; }
 }@media only screen and (max-width: 763px) { #BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 { display:block; }#BKtB82pDWG48S3hBtfhxKgtoBfn94vZ1 > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaDk2pbzXpoexbEdoLKPb78v8xmCNEb { width:15.3125rem;height:3.9rem;top:5.0625rem;left:2.375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eaKDRBP1dVPqeTzTdbQwdk79KU8BKyc2 { width:6.5rem;height:3.6875rem;top:10.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neA0UhQHVO2ToTFgQkLgmSbDDu6nKPr8 { width:5.8125rem;height:5.8125rem;top:9rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4v7SotfmJ3K15N50aJQoJSsBZTxuL3B { width:18.8125rem;height:11.375rem;top:4.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/mkjTmykj/bg1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.adaptive-delivery-prevent-bg, #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.lazyload, #BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2.lazyloading { background-image: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { background-color: transparent; background-image: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container > .video-iframe-container { display: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row > .video-iframe-container { display: none; }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .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); }#BEnvk5pSnWZ0PyJnBrQf3kxx3Q9ch7G2 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBxXQqUlEnwO0EZzDP8Gdmr85bmSiJmb { width:14rem;height:3.9rem;top:4.8310546875rem;left:3rem;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZLz17JHzS9OOV5dmdWuLsp6pCpayfUhK { width:20rem;height:1.70625rem;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-text {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-select {padding-top: 0; padding-bottom: 0;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]:-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]::-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v  { width:15.8125rem;height:auto;top:9.2500004768369rem;left:0.78125rem; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v {display:block;}#qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v { width:15.8125rem;height:auto;top:9.2500004768369rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #DHbU45DTBGpXe7PmU22wHqPJRVNII5md {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GDPDm9NCZZRTwhMHi50KqZuCUIlfW3Uq { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #dFiTafw2S2IoOdJTtF6Om0i3QdFnmTKz {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #GNlkaby2mdVLmHSvJ7lPFymaW9KK08tn {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #MvTdTWvx3qJPDAAIFokEyNee5vltvT7a { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #nyFfcp73o3sNqTHLSdCaKgMDb8gMo92u {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Vb4pTadznyrK4haBotp6fxxWpDKBSa8m {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RTI5TxhWdzkg6kS5HZTBaaHLo8IyMgzy { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #PNfVnGJZw3CGrDKVfHvX6iIRoCwngA8b {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #KVlBtkCFsSztWf9utPJHCB9nG9QTS75S {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #T0U0mKcWC1m7WzWcTT3LCkiKri87FO7L { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #Ec6sGm5N3fmbQvFVZ6KJd8TkS7ctu8Hb {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #W6CQOVx1P7a8yNdVzVcNpWBRD7uAXKFQ {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #rULc7JBrsBwRw5gZsRnT6D1WZ0eMWeBH { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #gLgdqubz9NGF5OvNsHrb2QP0tiAwiXTH {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #sGtntu2gO82ydimhTqlmusfiFagFFHKu {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #qnLGH8SqxnJsKct7pa5igt10EvLWtTVc { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #RBhu7VQKQGCOhiTqlsyTuDWI08VL3OUk {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #M1FDUzimAS5OFDUIkmGN6520rqG0sET2 {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #QsSo3SdIMpp6vW3WBZE3eIk5m9BGMAVB { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #D9P5grS5efWtw27wTxh9GGlcOeSs7LKC {  }
 }@media only screen and (max-width: 763px) { #wa5BCdSmHpL7FEC2C7XEt24tFmTfxWOr { display:block; }
 }@media only screen and (max-width: 763px) { #AFNLlyUPCKKAwVGffJtXcyNTJo7w38ni { display:block; }
 }@media only screen and (max-width: 763px) { #bcyHPaqu2abpVPKCelgCWzmoOLBNw8nX { display:block; }
 }@media only screen and (max-width: 763px) { #vTNtaupgw8wPdPN8A4WzlkKuVzUNnZOT { display:block; }
 }@media only screen and (max-width: 763px) { #KAHhlzSxQphrFTw2ilFzruMmO6qRnUg7 { display:block; }
 }@media only screen and (max-width: 763px) { #eZM7AEb8rKeLbTHGps39HZlh4AGttIkP { display:block; }
 }@media only screen and (max-width: 763px) { #EOf41DCCSXeRpUSNQJGWuyLE5eRqh5AV { display:block; }
 }@media only screen and (max-width: 763px) { #CMIEH6xR9hSPyQdIEl4Ho2D2GCMdPSiL { display:block; }
 }@media only screen and (max-width: 763px) { #wh7COSoPOhTUOimXqO7t1NcF9Rv9v8UD { display:block; }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #hsxav70OCtvT7eE1bxGZUL4bvBeWM4fv {  }
 }@media only screen and (max-width: 763px) { #qBBSw8D2RTwog1u3x6Ll8H7fMe4qUJ7v #m7BgSLZ7peEfuwpee1a4b7J4d5ri7kIl {  }
 }@media only screen and (max-width: 763px) { #FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 { display:block; }#FqHFrZwWMFWaUnSJp8XI4IarOSifrBP2 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIcD35bw5WuMK7SBguq8agKi82M2FkwO { width:20rem;height:1.70625rem;top:1.8994140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0zW2pOOdT1LMapRXI9alyU1MNQZNETt { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { background-color: transparent; background-image: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container > .video-iframe-container { display: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container { display: none; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .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); }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { border-width: 0; border-radius: 0; }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row > .video-iframe-container {  }#E0zW2pOOdT1LMapRXI9alyU1MNQZNETt > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb7RTVHO57Dvf7nuJI5FqlpmzH6gC9fo { width:13.875rem;height:1.05625rem;top:1.66015625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMuTTJutOXLu1USK33mGW0U6bmL53xWt { width:20rem;height:0.1875rem;top:3.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpBlb4u9SnLwhWo2B0rzua88GaNiehSE { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { background-color: transparent; background-image: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container > .video-iframe-container { display: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container { display: none; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .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); }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { border-width: 0; border-radius: 0; }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row > .video-iframe-container {  }#buKqT7FbFMJsoLw1rXabzhvJcLWON8v6 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN93arcHzLPJg3ox1c9uc6o5Qy36kLen { width:20rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGiBlcn6ElSOy8d1hxpMTKwTlGMAZ67l { width:16.875rem;height:2.4rem;top:0.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { background-color: transparent; background-image: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container > .video-iframe-container { display: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container { display: none; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .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); }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { border-width: 0; border-radius: 0; }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row > .video-iframe-container {  }#rsiNG6Uh0ho21QWbP6GZGZtKxJPSXORo > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuva7WOgFb1hrzX4NFUxKpRZQmATFrkt { width:13.875rem;height:2.1125rem;top:1.130859375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoWTx49cBWNz07cbuwQliXTaUHmFpvMQ { width:20rem;height:0.1875rem;top:3.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Teu7XnOJuqQT90tyOwOii0QVTTsMdu { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { background-color: transparent; background-image: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container > .video-iframe-container { display: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container { display: none; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .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); }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { border-width: 0; border-radius: 0; }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row > .video-iframe-container {  }#neNbg4qeQvLAqKm8tsAFIdp8bCpDsADZ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3LtLXvwm8GqgnbbKFcpJLKvTt05kVUL { width:20rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFgvGITGG5inlp8oBATmDw4wXOm4C2TV { width:16.875rem;height:2.25rem;top:0.875rem;left:1.5625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #StMJ0889n42vL7FhQBwODNZSiAEKEqby { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { background-color: transparent; background-image: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container > .video-iframe-container { display: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container { display: none; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .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); }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { border-width: 0; border-radius: 0; }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row > .video-iframe-container {  }#StMJ0889n42vL7FhQBwODNZSiAEKEqby > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPXwuck8RtdwdNS720t5ys11RdCJPVcu { width:13.875rem;height:1.05625rem;top:1.66015625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nxTWPcTZCb1ZRU5J6LbsKzXABmVIaBEi { width:20rem;height:0.1875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40dWu6y9E586HmRdDQBTrWrhBVzTtDt { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { background-color: transparent; background-image: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container > .video-iframe-container { display: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container { display: none; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .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); }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { border-width: 0; border-radius: 0; }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row > .video-iframe-container {  }#dz79Dc7gFvcCQn7iGdOnnTXqG0f6TTMx > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTPJxWlgLrdOFyx7EbrlRuwz9ocnBteo { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfzKTPcn5r8gInS7P0Wy51BhS5HeleW { width:16.875rem;height:1.125rem;top:0.875rem;left:1.5625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row .container { border-width: 0; border-radius: 0; }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row > .video-iframe-container {  }#CIUenH3caTewEJ7GlZUKEr9uuG0qvRAN > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAIku4F2zPSOcnNRabbz5qOL6DgpG5DF { width:13.875rem;height:2.1125rem;top:1.130859375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMUfMOU68RT48ORlpzwD63Fc7WSnNUxA { width:20rem;height:0.1875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeeT0TV50WIV8ZEpWtM8NZqJot5CKxtT { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row .container { border-width: 0; border-radius: 0; }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row > .video-iframe-container {  }#y1vsvKW3Nq9NL0qysL86CKlsxCS4xVlW > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtyaiFrTfc96Iq4TpHbOVh1gVEmTBIkx { width:20rem;height:12.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGJCgblDB9EP76IZbDxtnJ11lJqAC7R { width:16.875rem;height:9rem;top:0.875rem;left:1.5625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { background-color: transparent; background-image: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container > .video-iframe-container { display: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container { display: none; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .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); }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { border-width: 0; border-radius: 0; }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row > .video-iframe-container {  }#ZOVCbXUZxnq5Tw1axlJ9JyevFAcTD3Ck > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXJgwezeybeWbWTkJuPb8LxrrhyP9fop { width:13.875rem;height:2.1125rem;top:1.130859375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRhoZNQql3tlhIxHJzfHCeqdqxPfJRZR { width:20rem;height:0.1875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlVefbwuwfCtV0nbEcOfRKaDwmLDQS8 { width:1.875rem;height:1.875rem;top:1.25rem;left:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { background-color: transparent; background-image: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container > .video-iframe-container { display: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container { display: none; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .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); }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { border-width: 0; border-radius: 0; }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row > .video-iframe-container {  }#phQ23LEMZqG4TxNgTGsTEXckrCyrg2HT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7HsLiwS1VJi1B2AW63OeglCag4Ni49s { width:20rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG3CHiQAe4TidNaiEqW003upumedDgR0 { width:16.875rem;height:4.5rem;top:0.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV { display:block; }#Lfz0URCHdIBDvZi5iTNQxq7mvMguaFLV > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }