.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a55c9fc-1a69-404c-9e7b-84bbe1d1df32/HERODATEDITEDGRADIENT.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.adaptive-delivery-prevent-bg, #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.lazyload, #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.lazyloading { background-image: none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container { border-width: 0; border-radius: 0; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container { font-size:14px;font-family:arial;height:537px;width:1200px;position:relative;display:none; }#TSCkC5VNi8hMCV3L0FcVaM8aSvF8OILl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:206px;top:40px;left:0px;overflow:hidden;display:block; }
#O889Tsg659wxJSTTdtrIzaoIlQU0M6qN { color:#ffffff;display:block;width:161px;position:absolute;font-family:"sequel sans semi bold head";font-size:12px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:49.6875px;left:1039px;height:15.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHpnWTq4bRvcA36KkIuf7FZR8AZDmADB { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:426px;left:0px;display:block; }
#lp9ReGBWxcKBL2g96xzTVTszRF2TOHsZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BduoFFAvudZ2sfAxBE1Ol2MgZWq0eUKT { color:#ffffff;display:block;width:605px;position:absolute;font-family:"sequel sans heavy head";font-size:72px;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:108px;left:0px;height:237.562px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dx5FaKtuLrPc1km2tlBpsuX7s6Wzuwyq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:408px;width:472px;top:108px;left:725.57894736842px;overflow:hidden;display:block; }
#QfqiOHc2wArOQeOUiAeMCWHpOw3nsxlv { color:#000000;display:block;width:764px;position:absolute;font-family:"sequel sans black body";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:363px;left:0px;height:26px;display:block; }
#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a55c9fc-1a69-404c-9e7b-84bbe1d1df32/HERODATEDITEDGRADIENT.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL.adaptive-delivery-prevent-bg, #gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL.lazyload, #gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL.lazyloading { background-image: none; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container { background-color: transparent; background-image: none; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container > .video-iframe-container { display: none; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row > .video-iframe-container { display: none; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .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); }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container { border-width: 0; border-radius: 0; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container { font-size:14px;font-family:arial;height:520px;width:1200px;position:relative;display:block; }#AaAhhue5A1isi9NTo8TEcErozQFhNEas { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:206px;top:40px;left:0px;overflow:hidden;display:block; }
#S5bI5vZFr5LNBZKTMncDqQ2lLBZ06849 { color:#ffffff;display:block;width:161px;position:absolute;font-family:"sequel sans semi bold head";font-size:12px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:49.6875px;left:1039px;height:15px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5pnCp4ea7TVAmG4AoGwQ2T1sukInTH4 { color:#000000;display:block;width:764px;position:absolute;font-family:"sequel sans black body";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:353.5px;left:0px;height:26px;display:block; }
#pGhcCSTeohrGZhFfeQGTCuTXHEeo2QHh { color:#ffffff;display:block;width:728px;position:absolute;font-family:"sequel sans heavy head";font-size:72px;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:106px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oORh3EZ4P917qT1QbPhT095I2QRf1QQ4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:447px;width:483px;top:75px;left:714.592760181px;overflow:hidden;display:block; }
#KoDEfNsOlCMn7vo9NSqhnEk0oWpqxbzi { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:430px;left:0px;display:block; }
#PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container { background-color: transparent; background-image: none; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container > .video-iframe-container { display: none; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row > .video-iframe-container { display: none; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .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); }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container { border-width: 0; border-radius: 0; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container { font-size:14px;font-family:arial;height:358px;width:1200px;position:relative;display:block; }#vd9GVmckGdNtkFhgtLFBeg8nJs2kITfE { color:#646363;display:block;width:454px;position:absolute;font-family:"sequel sans black head";font-size:56px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:106.1875px;left:54px;height:144px;text-align:left;text-align-last:left;display:block; }
#masohv114OAA2gumsOcp1Ol8a8sUkUyF { color:#000000;display:block;width:536px;position:absolute;font-family:"sequel sans heavy head";font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:108.796875px;left:664px;height:138px;text-align:left;text-align-last:left;display:block; }
#pNzwnMRCsOAqh2uVZMMCg7rVP9LnHfHH { position:absolute;display:block;z-index:15002;background-color:#0055ff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:176px;width:2px;top:91px;left:545px;display:block; }
#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN { position:relative;display:block; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN { background-color: transparent; background-image: none; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container > .video-iframe-container { display: none; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row > .video-iframe-container { display: none; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .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); }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN { border-width: 0; border-radius: 0; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:966px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF > .row .container { border-width: 0; border-radius: 0; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF > .row .container { font-size:14px;font-family:arial;height:396px;width:1200px;position:relative;display:none; }#yXv7uqSnrPfQ8aAG62PztEI075hdTeB3 { color:#103ffa;display:block;width:380px;position:absolute;font-family:"sequel sans heavy body";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:130px;left:682px;height:26px;display:block; }
#asrpMtdi1iAAk8i3XIslwbBRRVVesnlm { color:#000000;display:block;width:518px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:177.1875px;left:682px;height:41.5938px;display:block; }
#WSExC89hfTW0sxN57rOJBPvZXR3yTeZM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:18px;left:0px;display:block; }
#Sbimda6F4c3ilJK27yTUinCK133IgfPe { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:252px;left:682px;display:block; }
#sXxnZUO1a64dVvyir5h8hetbVrfER8Pd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container { background-color: transparent; background-image: none; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container > .video-iframe-container { display: none; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row > .video-iframe-container { display: none; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .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); }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container { border-width: 0; border-radius: 0; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container { font-size:14px;font-family:arial;height:396px;width:1200px;position:relative;display:block; }#GT1vZc8PP1sFTBHtWd6Ak686Sn11T91n { color:#103ffa;display:block;width:380px;position:absolute;font-family:"sequel sans heavy body";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:130px;left:682px;height:26px;display:block; }
#qh8RTTa3sH3fbBTFBf7dC48Tw4gDVWDE { color:#000000;display:block;width:518px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:177.1875px;left:682px;height:40px;display:block; }
#mcclMghSe3dsQET6nJ5JVmMw2ndO9Iev { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:18px;left:0px;display:block; }
#zW09bHZZIzKd98cEuLKU4sPEK6gQ8lZK { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:252px;left:682px;display:block; }
#JEnzzpQRo4hkR3oJ6Dh0VoK576ZQZT0E { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK > .row .container { border-width: 0; border-radius: 0; }#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK > .row .container { font-size:14px;font-family:arial;height:545px;width:1200px;position:relative;display:none; }#eU4sfuBUx8f8vvS57IkwdKRK7yGZPorU { color:#0e32fa;display:block;width:556px;position:absolute;font-family:"sequel sans black head";font-size:36px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40px;left:57px;height:93.5938px;display:block; }
#TSfMcXCOWoSQoWfRpsKuKKWLQcDrSsG0 { color:#000000;display:block;width:430px;position:absolute;font-family:"sequel sans black head";font-size:19px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:151px;left:57px;height:24.7031px;display:block; }
#sUMc82GvAdmT2nR8kGc7rmTH0FwSiPNZ { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20.7969px;display:block; }
#I73TuxPA181P7kphOZmGb2o5uHklltix { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:201px;left:57px;overflow:hidden;display:block; }
#S4pOh6tdU11xsEvufo4Ti6dFlg96sfqf { color:#000000;display:block;width:510px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:223px;left:94px;height:19.5px;display:block; }
#lr54KJfkyBGByFDxdCy662y6gTvAutT7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:260px;left:57px;overflow:hidden;display:block; }
#edVmfQHiW41ZdcNqVExeQKlBDaiO0aKd { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:260px;left:94px;height:20.7969px;display:block; }
#Wt4u6G4vQ1qBnyvb0crJIbNDdp6FsR0H { color:#000000;display:block;width:507px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:281px;left:94px;height:39px;display:block; }
#gbRXn8SyvsDz6ByZV7sQm1ePfSvFHyRB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:336px;width:225.961px;top:104.484375px;left:810.9375px;overflow:hidden;display:block; }
#hNIWD4gEciwgzweZkpDh9cUsV1gyqCTb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:354px;left:57px;overflow:hidden;display:block; }
#Vc7e4sLpIg3FTSTTpkFGaHodAS0EwVQG { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:354px;left:94px;height:20.7969px;display:block; }
#K9XlP48p8LeoIOk2CgEShtx6l1xkqvyL { color:#000000;display:block;width:575px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:375px;left:94px;height:58.5px;display:block; }
#yJFuAIz9s8xORpU5OAQIOfmQePoaFIzh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9922px;width:138px;top:463px;left:94px;overflow:hidden;display:block; }
#BqATNu1PsqM6ufcGwIqbZlNIrGixhivD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:48px;width:155px;top:459.484375px;left:257.5px;overflow:hidden;display:block; }
#UUrW0yQuLrdp8ZecIIzsmJUhvfyxmqJu { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:42px;top:509px;left:24px;display:none; }
#xZpuMTRBl5noJk6epbquzBRLN55ruBaP { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#M4I166ih5UNrsqZ8LDsklqKGDsbnTsOr { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:42px;top:577px;left:24px;display:none; }
#WaTsC9XAKgb0UKFPFBaMliz4bIuTRhTX { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#CtndVJDB9PmqTaTvWUfOanG0QVt7ykwu { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20.7969px;display:none; }
#p7JUUu3qxOWO8HyikXFEJizEQn89Qfm6 { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:663px;left:118px;display:none; }
#lc25uS5sik9T29ALqfGfBhEVH0sWFXHE { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20.7969px;display:none; }
#mBuQ1LAahez4EKsfeiwrIUTE3yM8TAcL { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:644px;left:24px;display:none; }
#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container { background-color: transparent; background-image: none; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container > .video-iframe-container { display: none; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row > .video-iframe-container { display: none; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .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); }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container { border-width: 0; border-radius: 0; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container { font-size:14px;font-family:arial;height:545px;width:1200px;position:relative;display:block; }#knXWfcTt2OtWF3MMkLQscFFWKUclSciF { color:#0e32fa;display:block;width:556px;position:absolute;font-family:"sequel sans black head";font-size:36px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40px;left:57px;height:92px;display:block; }
#T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { color:#000000;display:block;width:430px;position:absolute;font-family:"sequel sans black head";font-size:19px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:151px;left:57px;height:24px;display:block; }
#bauz72V7OhpUnoQQNRT7T0pNocKAgGog { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:201px;left:94px;height:20px;display:block; }
#mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:201px;left:57px;overflow:hidden;display:block; }
#ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { color:#000000;display:block;width:510px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:223px;left:94px;height:19px;display:block; }
#xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:260px;left:57px;overflow:hidden;display:block; }
#pD0OM73VVAUkU8CMXLomlzylvei0FC0U { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:260px;left:94px;height:20px;display:block; }
#Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { color:#000000;display:block;width:507px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:281px;left:94px;height:38px;display:block; }
#dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:336px;width:225.961px;top:104.484375px;left:810.9375px;overflow:hidden;display:block; }
#mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:354px;left:57px;overflow:hidden;display:block; }
#DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { color:#000000;display:block;width:422px;position:absolute;font-family:"sequel sans black head";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:354px;left:94px;height:20px;display:block; }
#Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { color:#000000;display:block;width:575px;position:absolute;font-family:"sequel sans book body";font-size:15px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:375px;left:94px;height:57px;display:block; }
#R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9922px;width:138px;top:463px;left:94px;overflow:hidden;display:block; }
#FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:48px;width:155px;top:459.484375px;left:257.5px;overflow:hidden;display:block; }
#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a5398e20-ca3d-4019-9de0-c31129672085/datherobgcomboblackandimagewhiteguyclipboard.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.adaptive-delivery-prevent-bg, #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.lazyload, #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.lazyloading { background-image: none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container { border-width: 0; border-radius: 0; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container { font-size:14px;font-family:arial;height:414px;width:1200px;position:relative;display:none; }#kF5euSl0iqvh22rabzNJXaINC4dKmCJS { color:#ffffff;display:block;width:511px;position:absolute;font-family:"sequel sans heavy head";font-size:32px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:87px;left:61px;height:124.781px;display:block; }
#tBMFUiIKIKTGDJ0bL864oWpKZStgIvVG { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:126px;height:30px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:288px;left:61px;display:block; }
#LRLGpIKgBerxhFE0rVDOPUwGCJDtt7qS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/03f89abd-42c3-4112-9461-3281a491f2ca/datherobgcomboblackandimage.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT.adaptive-delivery-prevent-bg, #TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT.lazyload, #TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT.lazyloading { background-image: none; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container { background-color: transparent; background-image: none; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container > .video-iframe-container { display: none; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row > .video-iframe-container { display: none; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .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); }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container { border-width: 0; border-radius: 0; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#wotEacsLuFgOwqW64h4ESTczmFzSKcne { color:#ffffff;display:block;width:578px;position:absolute;font-family:"sequel sans heavy head";font-size:36px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:81.890625px;left:0px;height:138px;display:block; }
#DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { background-color:#005dff;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:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:128px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:306px;left:0px;display:block; }
#Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#103ffa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container { background-color: transparent; background-image: none; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container > .video-iframe-container { display: none; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row > .video-iframe-container { display: none; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .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); }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container { border-width: 0; border-radius: 0; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container { background-color: transparent; background-image: none; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container > .video-iframe-container { display: none; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row > .video-iframe-container { display: none; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .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); }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container { border-width: 0; border-radius: 0; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container { font-size:14px;font-family:arial;height:224px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx { display:none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSCkC5VNi8hMCV3L0FcVaM8aSvF8OILl { top:40px;left:0px;width:206px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #O889Tsg659wxJSTTdtrIzaoIlQU0M6qN { top:49px;left:603px;width:161px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FHpnWTq4bRvcA36KkIuf7FZR8AZDmADB { width:128px;height:36px;top:426px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lp9ReGBWxcKBL2g96xzTVTszRF2TOHsZ { display:block; }
 }@media only screen and (max-width: 763px) { #BduoFFAvudZ2sfAxBE1Ol2MgZWq0eUKT { top:75px;left:0px;width:291px;height:;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #dx5FaKtuLrPc1km2tlBpsuX7s6Wzuwyq { top:108px;left:234px;width:472px;height:408px;display:block; }
 }@media only screen and (max-width: 763px) { #QfqiOHc2wArOQeOUiAeMCWHpOw3nsxlv { top:363px;left:0px;width:764px;height:26px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL { display:block; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaAhhue5A1isi9NTo8TEcErozQFhNEas { top:40px;left:0px;width:206px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #S5bI5vZFr5LNBZKTMncDqQ2lLBZ06849 { top:49px;left:603px;width:161px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #L5pnCp4ea7TVAmG4AoGwQ2T1sukInTH4 { top:353px;left:0px;width:764px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pGhcCSTeohrGZhFfeQGTCuTXHEeo2QHh { top:106px;left:0px;width:728px;height:;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #oORh3EZ4P917qT1QbPhT095I2QRf1QQ4 { top:75px;left:281px;width:483px;height:447px;display:block; }
 }@media only screen and (max-width: 763px) { #KoDEfNsOlCMn7vo9NSqhnEk0oWpqxbzi { width:128px;height:36px;top:430px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block; }
 }@media only screen and (max-width: 763px) { #QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU { display:block; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd9GVmckGdNtkFhgtLFBeg8nJs2kITfE { top:106px;left:0px;width:454px;height:145px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #masohv114OAA2gumsOcp1Ol8a8sUkUyF { top:108px;left:228px;width:536px;height:140px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pNzwnMRCsOAqh2uVZMMCg7rVP9LnHfHH { top:91px;left:380px;width:2px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #NBZeF0bpPMJcNRdenCkaHuzKfceis5CN { display:block; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoDO3uskKqfd5U5CrdTWsU968FtvucuF { display:none; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yXv7uqSnrPfQ8aAG62PztEI075hdTeB3 { top:130px;left:384px;width:380px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #asrpMtdi1iAAk8i3XIslwbBRRVVesnlm { top:177px;left:246px;width:518px;height:41px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WSExC89hfTW0sxN57rOJBPvZXR3yTeZM { top:18px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbimda6F4c3ilJK27yTUinCK133IgfPe { width:128px;height:36px;top:252px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #sXxnZUO1a64dVvyir5h8hetbVrfER8Pd { display:block; }
 }@media only screen and (max-width: 763px) { #QDWri6pMvBX4Q7ONAA4P47qV70yToLkT { display:block; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT1vZc8PP1sFTBHtWd6Ak686Sn11T91n { top:130px;left:384px;width:380px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qh8RTTa3sH3fbBTFBf7dC48Tw4gDVWDE { top:177px;left:246px;width:518px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mcclMghSe3dsQET6nJ5JVmMw2ndO9Iev { top:18px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #zW09bHZZIzKd98cEuLKU4sPEK6gQ8lZK { width:128px;height:36px;top:252px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #JEnzzpQRo4hkR3oJ6Dh0VoK576ZQZT0E { display:block; }
 }@media only screen and (max-width: 763px) { #EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK { display:none; }#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eU4sfuBUx8f8vvS57IkwdKRK7yGZPorU { top:40px;left:0px;width:556px;height:93px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TSfMcXCOWoSQoWfRpsKuKKWLQcDrSsG0 { top:151px;left:0px;width:430px;height:24px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sUMc82GvAdmT2nR8kGc7rmTH0FwSiPNZ { top:201px;left:0px;width:422px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #I73TuxPA181P7kphOZmGb2o5uHklltix { top:201px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #S4pOh6tdU11xsEvufo4Ti6dFlg96sfqf { top:223px;left:0px;width:510px;height:19px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lr54KJfkyBGByFDxdCy662y6gTvAutT7 { top:260px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #edVmfQHiW41ZdcNqVExeQKlBDaiO0aKd { top:260px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4u6G4vQ1qBnyvb0crJIbNDdp6FsR0H { top:281px;left:0px;width:507px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gbRXn8SyvsDz6ByZV7sQm1ePfSvFHyRB { top:104px;left:539px;width:225px;height:334.57101004156px;display:block; }
 }@media only screen and (max-width: 763px) { #hNIWD4gEciwgzweZkpDh9cUsV1gyqCTb { top:354px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7e4sLpIg3FTSTTpkFGaHodAS0EwVQG { top:354px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K9XlP48p8LeoIOk2CgEShtx6l1xkqvyL { top:375px;left:0px;width:575px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yJFuAIz9s8xORpU5OAQIOfmQePoaFIzh { top:463px;left:0px;width:138px;height:40.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #BqATNu1PsqM6ufcGwIqbZlNIrGixhivD { top:459px;left:39.5px;width:155px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #UUrW0yQuLrdp8ZecIIzsmJUhvfyxmqJu { top:509px;left:0px;width:296px;height:42px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #xZpuMTRBl5noJk6epbquzBRLN55ruBaP { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #M4I166ih5UNrsqZ8LDsklqKGDsbnTsOr { top:577px;left:0px;width:296px;height:42px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #WaTsC9XAKgb0UKFPFBaMliz4bIuTRhTX { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #CtndVJDB9PmqTaTvWUfOanG0QVt7ykwu { top:559px;left:0px;width:221px;height:31px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #p7JUUu3qxOWO8HyikXFEJizEQn89Qfm6 { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #lc25uS5sik9T29ALqfGfBhEVH0sWFXHE { top:627px;left:0px;width:285px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #mBuQ1LAahez4EKsfeiwrIUTE3yM8TAcL { top:644px;left:0px;width:296px;height:57px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT { display:block; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knXWfcTt2OtWF3MMkLQscFFWKUclSciF { top:40px;left:0px;width:556px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { top:151px;left:0px;width:430px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bauz72V7OhpUnoQQNRT7T0pNocKAgGog { top:201px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { top:201px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { top:223px;left:0px;width:510px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { top:260px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #pD0OM73VVAUkU8CMXLomlzylvei0FC0U { top:260px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { top:281px;left:0px;width:507px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { top:104px;left:539px;width:225px;height:334.57101004156px;display:block; }
 }@media only screen and (max-width: 763px) { #mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { top:354px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { top:354px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { top:375px;left:0px;width:575px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { top:463px;left:0px;width:138px;height:40.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { top:459px;left:39.5px;width:155px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM { display:none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kF5euSl0iqvh22rabzNJXaINC4dKmCJS { top:87px;left:0px;width:511px;height:166px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tBMFUiIKIKTGDJ0bL864oWpKZStgIvVG { width:126px;height:30px;top:288px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LRLGpIKgBerxhFE0rVDOPUwGCJDtt7qS { display:block; }
 }@media only screen and (max-width: 763px) { #TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT { display:block; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wotEacsLuFgOwqW64h4ESTczmFzSKcne { top:81px;left:0px;width:578px;height:187px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { width:128px;height:36px;top:306px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block; }
 }@media only screen and (max-width: 763px) { #tIvomd9zWm3QycL7hAksDbVwJc2P8hHm { display:block; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF { display:block; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a55c9fc-1a69-404c-9e7b-84bbe1d1df32/HERODATEDITEDGRADIENT.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.adaptive-delivery-prevent-bg, #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.lazyload, #Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx.lazyloading { background-image: none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container { background-color: transparent; background-image: none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container > .video-iframe-container { display: none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row > .video-iframe-container { display: none; }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .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); }#Z3mKhiceKw8mX4rsI5UFc1zbW2wy6UBx > .row .container { width:320px;height:387px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSCkC5VNi8hMCV3L0FcVaM8aSvF8OILl { width:130px;height:21px;top:21px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #O889Tsg659wxJSTTdtrIzaoIlQU0M6qN { width:121px;height:0;top:21.09375px;left:199px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #FHpnWTq4bRvcA36KkIuf7FZR8AZDmADB { width:317px;height:29px;top:324px;left:2px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lp9ReGBWxcKBL2g96xzTVTszRF2TOHsZ { display:block; }
 }@media only screen and (max-width: 763px) { #BduoFFAvudZ2sfAxBE1Ol2MgZWq0eUKT { width:291px;height:162.75px;top:75px;left:0px;font-size:37px;text-align:left;text-align-last:left;font-family:"sequel sans heavy head";display:block; }
 }@media only screen and (max-width: 763px) { #dx5FaKtuLrPc1km2tlBpsuX7s6Wzuwyq { width:320px;height:276.61016949153px;top:297.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QfqiOHc2wArOQeOUiAeMCWHpOw3nsxlv { width:320px;height:39px;top:260px;left:0px;font-size:15px;font-family:"sequel sans medium head";display:block; }
 }@media only screen and (max-width: 763px) { #gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL { display:none; }#gay0mO9GaG2a2Jd3pI2Pgix8K0TlI3gL > .row .container { width:320px;height:816px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AaAhhue5A1isi9NTo8TEcErozQFhNEas { width:130px;height:21px;top:21px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #S5bI5vZFr5LNBZKTMncDqQ2lLBZ06849 { width:121px;height:41.5938px;top:21.09375px;left:199px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L5pnCp4ea7TVAmG4AoGwQ2T1sukInTH4 { width:320px;height:52px;top:143.375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pGhcCSTeohrGZhFfeQGTCuTXHEeo2QHh { width:291px;height:92.3906px;top:31px;left:20px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oORh3EZ4P917qT1QbPhT095I2QRf1QQ4 { width:320px;height:296.14906832298px;top:271.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KoDEfNsOlCMn7vo9NSqhnEk0oWpqxbzi { width:128px;height:36px;top:215.375px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block; }
 }@media only screen and (max-width: 763px) { #QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU { display:none; }#QQotxRlTyeyxMrMQhU5JX7XrSIAuwNnU > .row .container { width:320px;height:310px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vd9GVmckGdNtkFhgtLFBeg8nJs2kITfE { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #masohv114OAA2gumsOcp1Ol8a8sUkUyF { width:320px;height:130px;top:156.1875px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pNzwnMRCsOAqh2uVZMMCg7rVP9LnHfHH { width:317px;height:4px;top:123.1875px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #NBZeF0bpPMJcNRdenCkaHuzKfceis5CN { display:block; }#NBZeF0bpPMJcNRdenCkaHuzKfceis5CN > .row .container { width:320px;height:951px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoDO3uskKqfd5U5CrdTWsU968FtvucuF { display:block; }#OoDO3uskKqfd5U5CrdTWsU968FtvucuF > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXv7uqSnrPfQ8aAG62PztEI075hdTeB3 { width:320px;height:20.7969px;top:220px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asrpMtdi1iAAk8i3XIslwbBRRVVesnlm { width:320px;height:46.7812px;top:253.796875px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WSExC89hfTW0sxN57rOJBPvZXR3yTeZM { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbimda6F4c3ilJK27yTUinCK133IgfPe { width:301px;height:29px;top:322.984375px;left:9.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #sXxnZUO1a64dVvyir5h8hetbVrfER8Pd { display:block; }
 }@media only screen and (max-width: 763px) { #QDWri6pMvBX4Q7ONAA4P47qV70yToLkT { display:none; }#QDWri6pMvBX4Q7ONAA4P47qV70yToLkT > .row .container { width:320px;height:603px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GT1vZc8PP1sFTBHtWd6Ak686Sn11T91n { width:320px;height:20.7969px;top:204px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qh8RTTa3sH3fbBTFBf7dC48Tw4gDVWDE { width:320px;height:83.1875px;top:444.7969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mcclMghSe3dsQET6nJ5JVmMw2ndO9Iev { height:180px;width:320px;top:244.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zW09bHZZIzKd98cEuLKU4sPEK6gQ8lZK { width:128px;height:36px;top:547.9844px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #JEnzzpQRo4hkR3oJ6Dh0VoK576ZQZT0E { display:block; }
 }@media only screen and (max-width: 763px) { #EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK { display:block; }#EXTlQbV76OciPLUxInJuRUqs5ZQkOHBK > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU4sfuBUx8f8vvS57IkwdKRK7yGZPorU { width:297px;height:85.7812px;top:363px;left:11.5px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSfMcXCOWoSQoWfRpsKuKKWLQcDrSsG0 { width:298px;height:15.5938px;top:466px;left:11px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sUMc82GvAdmT2nR8kGc7rmTH0FwSiPNZ { width:222px;height:15.5938px;top:491.15625px;left:23.5px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I73TuxPA181P7kphOZmGb2o5uHklltix { width:16px;height:16px;top:490.96875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #S4pOh6tdU11xsEvufo4Ti6dFlg96sfqf { width:243px;height:0;top:506.78125px;left:11.5px;font-size:10px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lr54KJfkyBGByFDxdCy662y6gTvAutT7 { width:27.9844px;height:27.9844px;top:840px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #edVmfQHiW41ZdcNqVExeQKlBDaiO0aKd { width:249.969px;height:0;top:888px;left:35px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wt4u6G4vQ1qBnyvb0crJIbNDdp6FsR0H { width:243.969px;height:0;top:950px;left:38px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gbRXn8SyvsDz6ByZV7sQm1ePfSvFHyRB { width:249.969px;height:363px;top:0px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hNIWD4gEciwgzweZkpDh9cUsV1gyqCTb { width:27.9844px;height:27.9844px;top:1087px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #Vc7e4sLpIg3FTSTTpkFGaHodAS0EwVQG { width:235px;height:0;top:1135px;left:42px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K9XlP48p8LeoIOk2CgEShtx6l1xkqvyL { width:262.984px;height:0;top:1196px;left:28px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yJFuAIz9s8xORpU5OAQIOfmQePoaFIzh { width:129px;height:37px;top:719.5px;left:23.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BqATNu1PsqM6ufcGwIqbZlNIrGixhivD { width:138px;height:43.9844px;top:716px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #UUrW0yQuLrdp8ZecIIzsmJUhvfyxmqJu { top:509.34375px;left:24px;width:296px;height:42.8906px;z-index:15022;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xZpuMTRBl5noJk6epbquzBRLN55ruBaP { top:488.546875px;left:11.5px;width:18px;height:20.7969px;z-index:15023;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #M4I166ih5UNrsqZ8LDsklqKGDsbnTsOr { top:577px;left:24px;width:296px;height:42.8906px;z-index:15025;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WaTsC9XAKgb0UKFPFBaMliz4bIuTRhTX { top:556.109375px;left:11.5px;width:18px;height:20.7969px;z-index:15026;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #CtndVJDB9PmqTaTvWUfOanG0QVt7ykwu { width:279px;height:15.5938px;top:559px;left:24px;font-size:12px;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #p7JUUu3qxOWO8HyikXFEJizEQn89Qfm6 { top:623.765625px;left:11.5px;width:18px;height:20.7969px;z-index:15029;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #lc25uS5sik9T29ALqfGfBhEVH0sWFXHE { width:285px;height:15.5938px;top:627px;left:25px;font-size:12px;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #mBuQ1LAahez4EKsfeiwrIUTE3yM8TAcL { top:644.5625px;left:24px;width:296px;height:57.1875px;z-index:15026;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT { display:none; }#MzcEZAS91h3y1ZmK8kUefaEIGfhJcHqT > .row .container { width:320px;height:1417px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knXWfcTt2OtWF3MMkLQscFFWKUclSciF { width:297px;height:166.375px;top:19.9921875px;left:20px;font-size:32px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4odxDqcU5KAH58G1UBp5wfF7swD8Tdw { width:298px;height:41.5938px;top:164.75px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bauz72V7OhpUnoQQNRT7T0pNocKAgGog { width:234.984px;height:41.5938px;top:282.984375px;left:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mBvlqCVhNv3ZZVUQtZHqWcSONzZggbRI { width:28px;height:28px;top:283px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa1LIOkkRPoNTLmVwpPETuQOdpRGrdA { width:243px;height:58.5px;top:303.7734375px;left:55px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xbDRTlkhvOC8fiCrOvkJ9gaIMCXfyEPF { width:27.9844px;height:27.9844px;top:396.703125px;left:19.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #pD0OM73VVAUkU8CMXLomlzylvei0FC0U { width:249.984px;height:41.5938px;top:389.9296875px;left:54.984375px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1FS9zCgHxZZFU3HXLasi09zAQhdwlX { width:243.984px;height:117px;top:429.984375px;left:54.984375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dqgiTROWXKnKvbBPu7V8ZpHSv34FPzMU { width:249.984px;height:363px;top:817.78125px;left:34.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #mqmy4abaax6nWIcDKKawxZlTnTmZFMUg { width:27.9844px;height:27.9844px;top:524.765625px;left:19.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #DwGPKM7lsP3k4Nas7oKL8ITO8eMnis4w { width:235px;height:41.5938px;top:518px;left:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Nwu7ggwR0pG1HkA0xKdAWPVWdS6s6e7d { width:262.992px;height:136.5px;top:561px;left:55px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #R4r6kZf0RyzVqJ3lWX80Jr2P4tgtCDBv { width:138px;height:40.9922px;top:682.78125px;left:90.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #FSXAMCRN7bQKTwhbEZWQeVJhKGId2SMz { width:138px;height:43.9922px;top:736.7578125px;left:90.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6864c3b-2ca8-4db3-ba95-025e96f50d90/973907ce1c0083f131f48908d29ec99513f1dd51538x275.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.adaptive-delivery-prevent-bg, #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.lazyload, #MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM.lazyloading { background-image: none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container { background-color: transparent; background-image: none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container > .video-iframe-container { display: none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row > .video-iframe-container { display: none; }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .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); }#MlZkD8qvqTTTfg8wmW0ICKInwhxhaUGM > .row .container { width:320px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kF5euSl0iqvh22rabzNJXaINC4dKmCJS { width:320px;height:135.188px;top:35px;left:-1.5px;font-size:26px;text-align:center;text-align-last:center;font-family:"sequel sans medium head body text with bold";display:block; }
 }@media only screen and (max-width: 763px) { #tBMFUiIKIKTGDJ0bL864oWpKZStgIvVG { width:317px;height:25px;top:208.546875px;left:2px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LRLGpIKgBerxhFE0rVDOPUwGCJDtt7qS { display:block; }
 }@media only screen and (max-width: 763px) { #TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT { display:none; }#TUkDVggTBCscJ8aDuk2ABlRpEqPeqvPT > .row .container { width:320px;height:996px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wotEacsLuFgOwqW64h4ESTczmFzSKcne { width:320px;height:249.562px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { width:128px;height:36px;top:289.547px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block; }
 }@media only screen and (max-width: 763px) { #tIvomd9zWm3QycL7hAksDbVwJc2P8hHm { display:block; }#tIvomd9zWm3QycL7hAksDbVwJc2P8hHm > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF { display:block; }#WCIKNK7lRgkCB8OiMchV4Av43JSoHZhF > .row .container { width:320px;height:159px;position:relative;display:block; } }