.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h3YuT3Le/Fundo_DNA_Elaine.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.adaptive-delivery-prevent-bg, #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.lazyload, #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.lazyloading { background-image: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { background-color: transparent; background-image: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container > .video-iframe-container { display: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row > .video-iframe-container { display: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .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); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { border-width: 0; border-radius: 0; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row > .video-iframe-container {  }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#Kq2MzlKThNTItWpFTx8f7NI6vTiURzTf { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(255,255,255,0.5);top:8.875rem;left:42.375rem;height:4.14323125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OD5Ormwg8Ur1evUVxfEHqokzqDP5n70J { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:11.25rem;top:1.375rem;left:46.437503814698rem;overflow:hidden;display:block; }
#afdpA23FXX9mxmap4FcsGAWIicRCgTuL { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:31.437503814698rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWlZMMvIGz65rE3xVWroigLw3TSpX3cz { color:#464646;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:42.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfrN4Ho9fgWeBmt7C2lDO90Rxm4OlU5J { position:absolute;display:block;z-index:100006;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:2rem;width:20rem;top:18.6875rem;left:42.0625rem;display:block; }
#iIh9evG1HkzD6s2cA0ebqCl3RV0XeJ9J { color:#ffffff;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:21.4375rem;left:39.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRSnLsX8ygwHNQmX7qlo3pIsKxdxhAw7 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:25.1875rem;left:38.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#is0ARGmqy1WU5WQawlRyTJHNKcTauiLz { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:30rem;left:38.6875rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKpBkJL4SdPGcAkdgyqp2GPptV8fUH3X { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(93deg, rgba(91,91,102,0.5), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(93deg, rgba(91,91,102,0.5), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(93deg, rgba(91,91,102,0.5), rgba(0,0,0,0.5));background-image: -o-linear-gradient(93deg, rgba(91,91,102,0.5), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5b5b66', endColorstr='#7f000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5b5b66', endColorstr='#7f000000' );";background-image: linear-gradient(93deg, rgba(91,91,102,0.5), rgba(0,0,0,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -0.25rem 0.1875rem 1rem rgba(255,255,255,0.5) ;height:23.8125rem;width:29.4375rem;top:24.1875rem;left:37.343753814698rem;display:block; }
#vPv9poaHisPIVqucK83o8CEPzsq1hUfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe5cb;background-image:none;position:relative;display:block; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { background-color: transparent; background-image: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container > .video-iframe-container { display: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row > .video-iframe-container { display: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .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); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { border-width: 0; border-radius: 0; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row > .video-iframe-container {  }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#qKlffG7XikJWOof5cfpSEOWX7ws5VIZU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:36.0625rem;top:30.062502861023rem;left:7.5rem;overflow:hidden;display:none; }
#RrnX2u6byZbvUhZBxTB0wtw1Ol8UF9Zf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:35.0625rem;top:1.0234375rem;left:38.562503814698rem;overflow:hidden;display:block; }
#ScA1BgpUh8PiVA5rMzESxxx5ia14H1aS { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.375rem;left:6.375rem;height:4.22395625rem;font-style:normal;display:block; }
#mScWRKUzyUd6ZtLgaUKwICRpIRvp8uvd { color:#4c4e51;display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.3125rem;height:7.796875rem;display:block; }
#RTaJqXa8M0NAGvJd3rChAB3sJ3hFXCtt { z-index:100001;top:22.4375rem;left:6.375rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bykni876u1BK1xrXbmgc0XULzkNANQSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht { position:relative;display:none; }#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht { border-width: 0; border-radius: 0; }#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht > .row .container > .video-iframe-container {  }#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#ZSxNV8uSM61G1EAeea92f5yJ7lSUtK5t { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9125003814698rem;left:20.8125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#f6AMJMgIpE73T3NVNRZWy2864NfIawT1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8625011444092rem;left:31.25rem;height:2.275rem;display:block; }
#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h.adaptive-delivery-prevent-bg, #ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h.lazyload, #ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h.lazyloading { background-image: none; }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h > .row .container { border-width: 0; border-radius: 0; }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h > .row > .video-iframe-container {  }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:none; }#n33CkTRxo6G36OW4aPUfEx8o8T7Cr2rZ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#KTmpyBQMBW5VPx3US9fagVuvsfFT3Iss { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:3.125rem;height:7.874375rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#q4DcqdiJPJUAsKdeEwgUL179oRyqX2io { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:21.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#P0kDkmHqWOg2H2E4Spv3XHxDi947NT73 { display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:9.6242198944094rem;left:21.875rem;height:9.44925rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#pP25KLTZyPQI1VVbmgEulLuZTIAr4H34 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40.5625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#eeARkiE10JZTGNyzP0ec6Kk0uTI7tQEi { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:10.1875rem;left:40.5625rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#DTMPmToB6nTC27QT0RO5CXAvLXwDsPuy { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:59.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#CmFvBUJgBCd6lbX2A9rQsqSPz0h0MtJB { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.8;letter-spacing:0;top:10.398435592651rem;left:59.3125rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;color:#615d5d;display:block; }
#kzDNmWSON3aPcCudJ9UQbBTOAdiGfzcM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:0.8125rem;left:6.875rem;overflow:hidden;display:block; }
#ZF9E9vycTW1dTn5ymfWFQ0eWHkTR55Lm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.5625rem;top:1rem;left:25.8125rem;overflow:hidden;display:block; }
#Iu4hyJZdoBmCA5oV8XyvJN8pML3RBuBB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.3125rem;top:1.125rem;left:44.6875rem;overflow:hidden;display:block; }
#REuBialpdtaxDQnAdnyUQ2xOkppGv0zW { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:1.3125rem;left:63.5625rem;overflow:hidden;display:block; }
#yHRAnQ0XQim3cniPgW5lOzF7OlkkWGOf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.78125rem;left:25.25rem;display:block; }
#IhfiDHr4rtgTfx1yeeoL7bwUhMVZZmZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X52RKQrEdgLsCnyVbL2RB2dU0NsSnPar { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.78125rem;left:44rem;display:block; }
#Txqfpnx22hbkp6lgAwPzBAFxc8Mg6OQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L4BKUtZ6g0fkC1hlGan3bGAwHkO7IOfg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:0.78125rem;left:62.75rem;display:block; }
#h4EbUxVJyPNSquFfbNsEXNxEyRlP58ef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M67wNnWo4tblu59K4HWmGl0Lvtypwe8f { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:5.0625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.78125rem;left:6.5rem;display:block; }
#b9mPObW6vcZlV04Fa7Dg1il2hhJkmEbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container { background-color: transparent; background-image: none; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container > .video-iframe-container { display: none; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row > .video-iframe-container { display: none; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .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); }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container { border-width: 0; border-radius: 0; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row > .video-iframe-container {  }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#umo6KsAfJrdnvyQz2GEXS1PFiJ8L7Rys { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:20.8125rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#vK0BnZU41TDbbBz00S4krTsWNpAWf36h { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:20.875rem;top:3.75rem;left:27.062503814698rem;overflow:hidden;display:block; }
#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;display:block; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container { background-color: transparent; background-image: none; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container > .video-iframe-container { display: none; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row > .video-iframe-container { display: none; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .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); }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container { border-width: 0; border-radius: 0; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row > .video-iframe-container {  }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#HdTFKEa8JA8caM2eiyFoLkMJZKQSXT03 { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3053398132325rem;left:3.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#cWnN62tQCLR1pbF62yMV7TKg8AEQwAZo { display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:9.685546875rem;left:4.15625rem;height:9.44925rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#EPBNITeHoi3IMW548EaEVe8gOHR4c4hJ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.9934883117675rem;left:21.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#MWe8mkiteiAGuIybnJu86bQ6VmT50WRC { display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:8.5859375rem;left:22.687503814698rem;height:11.0240625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#IsEzMohF0BnTo5Bax47QIeVysOen8mSE { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.9928398132325rem;left:40.625003814698rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#sxW7VH3cLF69oBnhxUx82vPw9LJUZ5kJ { display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:9.0924491882325rem;left:41.718753814698rem;height:7.874375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#b4uoxwGZbMQIDu2spSflEvK4L9azcuCy { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:6.8606758117675rem;left:59.375003814698rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#ZFenq1FFIL11pGU2ZLkb6yoxEzP9eNc5 { display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.8;letter-spacing:0;top:9.0924491882325rem;left:61.031253814698rem;height:7.874375rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#aLzl5gpIKxbFkAo3P6ti89KHLcs5IC9T { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:0rem;left:43.375003814698rem;overflow:hidden;display:block; }
#B2R0Hk4HxrP5ehqUMr59cXlsm2PKsCGf { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:0rem;left:62.125003814698rem;overflow:hidden;display:block; }
#rPz1aLsFh4ex0JzMOmorMMqL7inPXBbP { background-color:rgba(0,0,0,0);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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:6.75rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.125rem;left:24.750003814698rem;display:block; }
#LtdpBAQcKapqdpky04VBmyqlQl3JTR6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uqh9CS96gm3NWuOZN43btDhyc4GW70wR { background-color:rgba(0,0,0,0);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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:6.75rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.125rem;left:43.500003814698rem;display:block; }
#ephP80InEgc6pRJIzc1FI3uaL8ReOeUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y2Elch8kuBxCReRkCNbv8fukq5m7zlBI { background-color:rgba(0,0,0,0);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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:6.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:0.0625rem;left:62.250003814698rem;display:block; }
#Ct4Rx8GTmKlJVPNNXoIVyHUvqD2pQ0ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTqGXpDF4HZ0ykgytyMIf8AdJAzE3Gn7 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:6.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:0.125rem;left:6rem;display:block; }
#e6cpXIVdH27LmxLUmzA3al6AnfIZpUVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hIxr8oKfVBQIOE6fVfTffhgXLb6FT6oF { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:0rem;left:5.875rem;overflow:hidden;display:block; }
#oimIapIkIUEoxUAWSSIdpiLE8SZFinEy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.75rem;top:3.0416679382324rem;left:3rem;overflow:hidden;display:block; }
#BS9HycqWWc4L0RPuig1HuWgayEFftqOz { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:0rem;left:24.625rem;overflow:hidden;display:block; }
#TyUDzaZMqKTZOFBPlT413PE4ghAs40Rw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.75rem;top:3.0416679382324rem;left:21.75rem;overflow:hidden;display:block; }
#HlduX3grfWMNdPuIqO0J60U0OWgQqdnU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.75rem;top:3.0416679382324rem;left:40.500003814698rem;overflow:hidden;display:block; }
#sTrlsqTtBTJ9Oh2kB0R4tnq1HMINxrXu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.75rem;top:3.0416679382324rem;left:59.250003814698rem;overflow:hidden;display:block; }
#PRGbmoLrWpVgduBI2cN7PgfhCWD7NqSE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54.125rem;width:75rem;display:none; }
#TlHOg0e485Qv7We2QT7xfFMIp6uL6tQO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54.125rem;width:75rem;display:none; }
#DxMlapHrbISzJKmSiWHEDJiRe9laiQFl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54.125rem;width:75rem;display:none; }
#CPrtlXgt9vTUuF6PkdndVmkBxMTwcpvp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54.125rem;width:75rem;display:none; }
#w2TiybOENWUlsIbx2MJEG46zeHJVA51q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container { background-color: transparent; background-image: none; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container > .video-iframe-container { display: none; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row > .video-iframe-container { display: none; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .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); }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container { border-width: 0; border-radius: 0; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row > .video-iframe-container {  }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;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) { #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu { display:block; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq2MzlKThNTItWpFTx8f7NI6vTiURzTf { width:19.375rem;height:4.125rem;top:8.875rem;left:28.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5Ormwg8Ur1evUVxfEHqokzqDP5n70J { width:11.25rem;height:4.6875rem;top:1.375rem;left:32.812503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #afdpA23FXX9mxmap4FcsGAWIicRCgTuL { width:41.25rem;height:2.0625rem;top:14.3125rem;left:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlZMMvIGz65rE3xVWroigLw3TSpX3cz { width:19.75rem;height:1.75rem;top:18.8125rem;left:28rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfrN4Ho9fgWeBmt7C2lDO90Rxm4OlU5J { width:20rem;height:2rem;top:18.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIh9evG1HkzD6s2cA0ebqCl3RV0XeJ9J { width:26rem;height:1.1875rem;top:21.4375rem;left:21.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSnLsX8ygwHNQmX7qlo3pIsKxdxhAw7 { width:26.8125rem;height:3.625rem;top:25.1875rem;left:20.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0ARGmqy1WU5WQawlRyTJHNKcTauiLz { width:26.8125rem;height:17.0625rem;top:30rem;left:20.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpBkJL4SdPGcAkdgyqp2GPptV8fUH3X { width:29.4375rem;height:23.8125rem;top:24.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPv9poaHisPIVqucK83o8CEPzsq1hUfN { display:block; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKlffG7XikJWOof5cfpSEOWX7ws5VIZU { width:36.0625rem;height:26.0625rem;top:30.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrnX2u6byZbvUhZBxTB0wtw1Ol8UF9Zf { width:35.0625rem;height:31.125rem;top:1rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScA1BgpUh8PiVA5rMzESxxx5ia14H1aS { width:31.4375rem;height:4.1875rem;top:5.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mScWRKUzyUd6ZtLgaUKwICRpIRvp8uvd { width:31.6875rem;height:7.75rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaJqXa8M0NAGvJd3rChAB3sJ3hFXCtt { top:22.4375rem;left:0rem;width:27.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykni876u1BK1xrXbmgc0XULzkNANQSE { display:block; }
 }@media only screen and (max-width: 763px) { #q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht { display:block; }#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSxNV8uSM61G1EAeea92f5yJ7lSUtK5t { width:33.375rem;height:1.9375rem;top:1.875rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6AMJMgIpE73T3NVNRZWy2864NfIawT1 { width:12.5rem;height:2.25rem;top:3.8125rem;left:17.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h { display:block; }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n33CkTRxo6G36OW4aPUfEx8o8T7Cr2rZ { width:10.625rem;height:1.75rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmpyBQMBW5VPx3US9fagVuvsfFT3Iss { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4DcqdiJPJUAsKdeEwgUL179oRyqX2io { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kDkmHqWOg2H2E4Spv3XHxDi947NT73 { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP25KLTZyPQI1VVbmgEulLuZTIAr4H34 { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeARkiE10JZTGNyzP0ec6Kk0uTI7tQEi { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTMPmToB6nTC27QT0RO5CXAvLXwDsPuy { width:10.625rem;height:1.75rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmFvBUJgBCd6lbX2A9rQsqSPz0h0MtJB { width:10.625rem;height:6.25rem;top:8.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDNmWSON3aPcCudJ9UQbBTOAdiGfzcM { width:5rem;height:5rem;top:0.8125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9E9vycTW1dTn5ymfWFQ0eWHkTR55Lm { width:4.5625rem;height:4.625rem;top:1rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4hyJZdoBmCA5oV8XyvJN8pML3RBuBB { width:4.3125rem;height:4.375rem;top:1.125rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuBialpdtaxDQnAdnyUQ2xOkppGv0zW { width:4rem;height:4rem;top:1.3125rem;left:39.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRAnQ0XQim3cniPgW5lOzF7OlkkWGOf { width:5.6875rem;height:5.0625rem;top:0.75rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhfiDHr4rtgTfx1yeeoL7bwUhMVZZmZG { display:block; }
 }@media only screen and (max-width: 763px) { #X52RKQrEdgLsCnyVbL2RB2dU0NsSnPar { width:5.6875rem;height:5.0625rem;top:0.75rem;left:26.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txqfpnx22hbkp6lgAwPzBAFxc8Mg6OQx { display:block; }
 }@media only screen and (max-width: 763px) { #L4BKUtZ6g0fkC1hlGan3bGAwHkO7IOfg { width:5.6875rem;height:5.0625rem;top:0.75rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EbUxVJyPNSquFfbNsEXNxEyRlP58ef { display:block; }
 }@media only screen and (max-width: 763px) { #M67wNnWo4tblu59K4HWmGl0Lvtypwe8f { width:5.6875rem;height:5.0625rem;top:0.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9mPObW6vcZlV04Fa7Dg1il2hhJkmEbW { display:block; }
 }@media only screen and (max-width: 763px) { #z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 { display:block; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umo6KsAfJrdnvyQz2GEXS1PFiJ8L7Rys { width:33.375rem;height:1.9375rem;top:1.25rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK0BnZU41TDbbBz00S4krTsWNpAWf36h { width:20.875rem;height:3.1875rem;top:3.75rem;left:13.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe { display:block; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdTFKEa8JA8caM2eiyFoLkMJZKQSXT03 { width:10.625rem;height:1.75rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnN62tQCLR1pbF62yMV7TKg8AEQwAZo { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBNITeHoi3IMW548EaEVe8gOHR4c4hJ { width:10.625rem;height:1.75rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWe8mkiteiAGuIybnJu86bQ6VmT50WRC { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsEzMohF0BnTo5Bax47QIeVysOen8mSE { width:10.625rem;height:1.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxW7VH3cLF69oBnhxUx82vPw9LJUZ5kJ { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4uoxwGZbMQIDu2spSflEvK4L9azcuCy { width:10.625rem;height:1.75rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFenq1FFIL11pGU2ZLkb6yoxEzP9eNc5 { width:10.625rem;height:6.25rem;top:8.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLzl5gpIKxbFkAo3P6ti89KHLcs5IC9T { width:7rem;height:7rem;top:0rem;left:26.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2R0Hk4HxrP5ehqUMr59cXlsm2PKsCGf { width:7rem;height:7rem;top:0rem;left:38.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPz1aLsFh4ex0JzMOmorMMqL7inPXBbP { width:6.75rem;height:6.75rem;top:0.125rem;left:14.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtdpBAQcKapqdpky04VBmyqlQl3JTR6C { display:block; }
 }@media only screen and (max-width: 763px) { #Uqh9CS96gm3NWuOZN43btDhyc4GW70wR { width:6.75rem;height:6.75rem;top:0.125rem;left:26.468753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ephP80InEgc6pRJIzc1FI3uaL8ReOeUJ { display:block; }
 }@media only screen and (max-width: 763px) { #y2Elch8kuBxCReRkCNbv8fukq5m7zlBI { width:6.75rem;height:6.75rem;top:0.0625rem;left:38.406253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4Rx8GTmKlJVPNNXoIVyHUvqD2pQ0ZO { display:block; }
 }@media only screen and (max-width: 763px) { #bTqGXpDF4HZ0ykgytyMIf8AdJAzE3Gn7 { width:6.75rem;height:6.75rem;top:0.125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cpXIVdH27LmxLUmzA3al6AnfIZpUVl { display:block; }
 }@media only screen and (max-width: 763px) { #hIxr8oKfVBQIOE6fVfTffhgXLb6FT6oF { width:7rem;height:7rem;top:0rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oimIapIkIUEoxUAWSSIdpiLE8SZFinEy { width:12.75rem;height:17.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS9HycqWWc4L0RPuig1HuWgayEFftqOz { width:7rem;height:7rem;top:0rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUDzaZMqKTZOFBPlT413PE4ghAs40Rw { width:12.75rem;height:17.75rem;top:3rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlduX3grfWMNdPuIqO0J60U0OWgQqdnU { width:12.75rem;height:17.75rem;top:3rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrlsqTtBTJ9Oh2kB0R4tnq1HMINxrXu { width:12.75rem;height:17.75rem;top:3rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRGbmoLrWpVgduBI2cN7PgfhCWD7NqSE { width:47.75rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlHOg0e485Qv7We2QT7xfFMIp6uL6tQO { width:47.75rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxMlapHrbISzJKmSiWHEDJiRe9laiQFl { width:47.75rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPrtlXgt9vTUuF6PkdndVmkBxMTwcpvp { width:47.75rem;height:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2TiybOENWUlsIbx2MJEG46zeHJVA51q { display:block; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .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) { #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu { background-color:transparent;background-image:url("https://images.assets-landingi.com/oEJ8mcTv/M_DNA_Elaine.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.adaptive-delivery-prevent-bg, #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.lazyload, #yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu.lazyloading { background-image: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { background-color: transparent; background-image: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container > .video-iframe-container { display: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row > .video-iframe-container { display: none; }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .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); }#yMa5xfq8DToGyWTpib4HU1LlJKPqNbyu > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq2MzlKThNTItWpFTx8f7NI6vTiURzTf { width:19.375rem;height:2.92448125rem;top:9.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5Ormwg8Ur1evUVxfEHqokzqDP5n70J { width:11.25rem;height:4.6875rem;top:1.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #afdpA23FXX9mxmap4FcsGAWIicRCgTuL { width:20rem;height:3.0872375rem;top:13.099609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWlZMMvIGz65rE3xVWroigLw3TSpX3cz { width:19.75rem;height:1.625rem;top:18.0625rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfrN4Ho9fgWeBmt7C2lDO90Rxm4OlU5J { width:20rem;height:2rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIh9evG1HkzD6s2cA0ebqCl3RV0XeJ9J { width:20rem;height:1.21875rem;top:21.373699188233rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSnLsX8ygwHNQmX7qlo3pIsKxdxhAw7 { width:20rem;height:3.16796875rem;top:24.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0ARGmqy1WU5WQawlRyTJHNKcTauiLz { width:20rem;height:16.895825rem;top:28.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpBkJL4SdPGcAkdgyqp2GPptV8fUH3X { width:20rem;height:22.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPv9poaHisPIVqucK83o8CEPzsq1hUfN { background-color:rgba(22,48,86,0.57);background-image:url("https://images.assets-landingi.com/WrWpmqLe/po.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN.adaptive-delivery-prevent-bg, #vPv9poaHisPIVqucK83o8CEPzsq1hUfN.lazyload, #vPv9poaHisPIVqucK83o8CEPzsq1hUfN.lazyloading { background-image: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { background-color: transparent; background-image: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container > .video-iframe-container { display: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row > .video-iframe-container { display: none; }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .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); }#vPv9poaHisPIVqucK83o8CEPzsq1hUfN > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKlffG7XikJWOof5cfpSEOWX7ws5VIZU { width:20rem;height:14.5rem;top:79.625rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #RrnX2u6byZbvUhZBxTB0wtw1Ol8UF9Zf { width:18.5rem;height:16.375rem;top:16.96249961853rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScA1BgpUh8PiVA5rMzESxxx5ia14H1aS { width:17.75rem;height:4.6308625rem;top:1.4375rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mScWRKUzyUd6ZtLgaUKwICRpIRvp8uvd { width:18.25rem;height:10.2363125rem;top:7.0625rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTaJqXa8M0NAGvJd3rChAB3sJ3hFXCtt { top:30.686717987061rem;left:2.1562501192093rem;width:15.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykni876u1BK1xrXbmgc0XULzkNANQSE { display:block; }
 }@media only screen and (max-width: 763px) { #q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht { display:none; }#q9GbZbU0zfQBvkm1Z7CGtuNq1Bqtumht > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZSxNV8uSM61G1EAeea92f5yJ7lSUtK5t { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6AMJMgIpE73T3NVNRZWy2864NfIawT1 { width:12.5rem;height:2.2747375rem;top:4.75rem;left:3.7499998807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h { display:none; }#ZwxSIl1ATfxIvuJi3pg1c9cVhmRkCP7h > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n33CkTRxo6G36OW4aPUfEx8o8T7Cr2rZ { width:13.75rem;height:1.7871125rem;top:3.0625rem;left:5.6249998807907rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmpyBQMBW5VPx3US9fagVuvsfFT3Iss { width:18.375rem;height:4.7246125rem;top:6.3125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4DcqdiJPJUAsKdeEwgUL179oRyqX2io { width:7.375rem;height:1.7871125rem;top:12.8125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kDkmHqWOg2H2E4Spv3XHxDi947NT73 { width:18.125rem;height:6.2995rem;top:16.25rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP25KLTZyPQI1VVbmgEulLuZTIAr4H34 { width:7.5rem;height:1.7871125rem;top:25.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeARkiE10JZTGNyzP0ec6Kk0uTI7tQEi { width:18.4375rem;height:4.7246125rem;top:28.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTMPmToB6nTC27QT0RO5CXAvLXwDsPuy { width:7.125rem;height:1.7871125rem;top:35.125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmFvBUJgBCd6lbX2A9rQsqSPz0h0MtJB { width:18rem;height:4.7246125rem;top:38.5rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDNmWSON3aPcCudJ9UQbBTOAdiGfzcM { width:3.75rem;height:3.75rem;top:2.0625rem;left:1.3742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9E9vycTW1dTn5ymfWFQ0eWHkTR55Lm { width:4.1875rem;height:4.25rem;top:11.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4hyJZdoBmCA5oV8XyvJN8pML3RBuBB { width:4.3125rem;height:4.375rem;top:24.125000715256rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuBialpdtaxDQnAdnyUQ2xOkppGv0zW { width:4rem;height:4rem;top:34rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRAnQ0XQim3cniPgW5lOzF7OlkkWGOf { width:4.6875rem;height:5.125rem;top:11.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhfiDHr4rtgTfx1yeeoL7bwUhMVZZmZG { display:block; }
 }@media only screen and (max-width: 763px) { #X52RKQrEdgLsCnyVbL2RB2dU0NsSnPar { width:5.6875rem;height:5.0625rem;top:23.781250715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txqfpnx22hbkp6lgAwPzBAFxc8Mg6OQx { display:block; }
 }@media only screen and (max-width: 763px) { #L4BKUtZ6g0fkC1hlGan3bGAwHkO7IOfg { width:4.875rem;height:5.0625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4EbUxVJyPNSquFfbNsEXNxEyRlP58ef { display:block; }
 }@media only screen and (max-width: 763px) { #M67wNnWo4tblu59K4HWmGl0Lvtypwe8f { width:5.6875rem;height:5.0625rem;top:1.40625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9mPObW6vcZlV04Fa7Dg1il2hhJkmEbW { display:block; }
 }@media only screen and (max-width: 763px) { #z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 { display:block; }#z3LnhMIQN5rW80V4pcV3kOLzxo5Utz94 > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umo6KsAfJrdnvyQz2GEXS1PFiJ8L7Rys { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK0BnZU41TDbbBz00S4krTsWNpAWf36h { width:20rem;height:3.0538922155689rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe { display:block; }#gzbyZwKW9CeVgiMOxwGetkPJLbMMEBGe > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdTFKEa8JA8caM2eiyFoLkMJZKQSXT03 { width:11.3125rem;height:1.7871125rem;top:3.5553398132324rem;left:4.3437502980232rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnN62tQCLR1pbF62yMV7TKg8AEQwAZo { width:17.375rem;height:6.2995rem;top:6.0625rem;left:1.3125000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPBNITeHoi3IMW548EaEVe8gOHR4c4hJ { width:7.375rem;height:1.7871125rem;top:18.875rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWe8mkiteiAGuIybnJu86bQ6VmT50WRC { width:17.625rem;height:5.84895625rem;top:21.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsEzMohF0BnTo5Bax47QIeVysOen8mSE { width:7.5rem;height:1.7871125rem;top:35.000001907349rem;left:6.2500002980231rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxW7VH3cLF69oBnhxUx82vPw9LJUZ5kJ { width:16rem;height:4.7246125rem;top:38.250001907349rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4uoxwGZbMQIDu2spSflEvK4L9azcuCy { width:7.125rem;height:1.7871125rem;top:51.062501907349rem;left:6.4375002980231rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFenq1FFIL11pGU2ZLkb6yoxEzP9eNc5 { width:16.625rem;height:4.7246125rem;top:54.061849594116rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLzl5gpIKxbFkAo3P6ti89KHLcs5IC9T { width:6.0625rem;height:6.0625rem;top:31.625001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2R0Hk4HxrP5ehqUMr59cXlsm2PKsCGf { width:6.0625rem;height:6.0625rem;top:48.000001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPz1aLsFh4ex0JzMOmorMMqL7inPXBbP { width:6.0625rem;height:6.0625rem;top:15.599601745606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtdpBAQcKapqdpky04VBmyqlQl3JTR6C { display:block; }
 }@media only screen and (max-width: 763px) { #Uqh9CS96gm3NWuOZN43btDhyc4GW70wR { width:6.0625rem;height:6.0625rem;top:31.624349594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ephP80InEgc6pRJIzc1FI3uaL8ReOeUJ { display:block; }
 }@media only screen and (max-width: 763px) { #y2Elch8kuBxCReRkCNbv8fukq5m7zlBI { width:4.875rem;height:5.0625rem;top:55.625001907349rem;left:8.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4Rx8GTmKlJVPNNXoIVyHUvqD2pQ0ZO { display:block; }
 }@media only screen and (max-width: 763px) { #bTqGXpDF4HZ0ykgytyMIf8AdJAzE3Gn7 { width:6.0625rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cpXIVdH27LmxLUmzA3al6AnfIZpUVl { display:block; }
 }@media only screen and (max-width: 763px) { #hIxr8oKfVBQIOE6fVfTffhgXLb6FT6oF { width:6.0625rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oimIapIkIUEoxUAWSSIdpiLE8SZFinEy { width:12.75rem;height:17.75rem;top:44.4746125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS9HycqWWc4L0RPuig1HuWgayEFftqOz { width:6.0625rem;height:6.0625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUDzaZMqKTZOFBPlT413PE4ghAs40Rw { width:12.75rem;height:17.75rem;top:71.7246125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlduX3grfWMNdPuIqO0J60U0OWgQqdnU { width:12.75rem;height:17.75rem;top:90.7246125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTrlsqTtBTJ9Oh2kB0R4tnq1HMINxrXu { width:12.75rem;height:17.75rem;top:109.7246125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRGbmoLrWpVgduBI2cN7PgfhCWD7NqSE { top:1.40625rem;left:0rem;width:20rem;height:12.4375rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TlHOg0e485Qv7We2QT7xfFMIp6uL6tQO { top:16.875rem;left:0rem;width:20rem;height:12.4375rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DxMlapHrbISzJKmSiWHEDJiRe9laiQFl { top:32.645833969116rem;left:0rem;width:20rem;height:12.4375rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CPrtlXgt9vTUuF6PkdndVmkBxMTwcpvp { top:49.083333969116rem;left:0rem;width:20rem;height:12.4375rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w2TiybOENWUlsIbx2MJEG46zeHJVA51q { display:block; }#w2TiybOENWUlsIbx2MJEG46zeHJVA51q > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }