.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); }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h { 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; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.adaptive-delivery-prevent-bg, #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.lazyload, #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.lazyloading { background-image: none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container { border-width: 0; border-radius: 0; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container { font-size:14px;font-family:arial;height:537px;width:1200px;position:relative;display:none; }#dnSidwtwkJAhFKttP3bbOV5kaMLTqz3T { 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; }
#NH3aZdzKna3NMTO0WSD2KVlUn5xCpo8c { 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; }
#GJt5Q1mmJSLHISMZcsiLa7Czv2OO49FL { 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; }
#RhqN7OQkPkDHIp0RJVEIk9y935XhbAoo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pDXUPKT6Wp8Ewmc5y3C7UgoKNmPeyGPp { 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; }
#ykV78H31RFLy33w7kevK7fdLx84mmKtW { 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; }
#TWD7y4eiSgqJB9xN5HTLC9x70T9T15hH { 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:352.546875px;left:0px;height:26px;display:block; }
#pGhcCSTeohrGZhFfeQGTCuTXHEeo2QHh { color:#ffffff;display:block;width:716px;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:408px;left:0px;display:block; }
#PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 { 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; }#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 > .row .container { border-width: 0; border-radius: 0; }#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 > .row .container { font-size:14px;font-family:arial;height:358px;width:1200px;position:relative;display:none; }#rD9eo1obB4elTER0DbrLGrh2liOtU4g4 { 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:145.594px;text-align:left;text-align-last:left;display:block; }
#UQlJTEoWA6JSm8KGJFVAbWayprFbMQXy { 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:140.391px;text-align:left;text-align-last:left;display:block; }
#PRByMxXZ0PTvWbFyzpqzWlUytwwPGNIs { 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; }
#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT { 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; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row .container { background-color: transparent; background-image: none; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row .container > .video-iframe-container { display: none; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row > .video-iframe-container { display: none; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .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); }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row .container { border-width: 0; border-radius: 0; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .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; }
#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL { position:relative;display:block; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL { background-color: transparent; background-image: none; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row .container > .video-iframe-container { display: none; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row > .video-iframe-container { display: none; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .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); }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL { border-width: 0; border-radius: 0; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .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; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .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; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC { 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; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC > .row .container { border-width: 0; border-radius: 0; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC > .row .container { font-size:14px;font-family:arial;height:396px;width:1200px;position:relative;display:none; }#rPM7GwdRmgbDQvnplHRPtNJBc7KSMTUM { 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; }
#B3lsI03xuI56EfLVLCnqvQF6ZA7Zkt0S { 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; }
#sLcwiwKDTCE2cvd2kVaAK6Z6da2eUgFu { 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; }
#fK45LfcGHbPuJHTKOfVCNmq7ppL6EbNX { 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; }
#C0HKbirnJS5r3DIKaHs47ZUrdtWselne { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 { 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; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row .container { background-color: transparent; background-image: none; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row .container > .video-iframe-container { display: none; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row > .video-iframe-container { display: none; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .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); }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row .container { border-width: 0; border-radius: 0; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .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; }
#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC { 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; }#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC > .row .container { border-width: 0; border-radius: 0; }#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC > .row .container { font-size:14px;font-family:arial;height:545px;width:1200px;position:relative;display:none; }#B2vVOrBMzNp7ASKgTKKt87blku9CRTQa { 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; }
#SMhxrKxBnIaXTyoOHzkth6IDl795lhF4 { 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; }
#hEFtSi9MfHI3C673V8yXgngcbTwwfdbp { 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; }
#n3RRaVuDfWJaem5SKNpnLTeM4uAPxezx { 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; }
#ymfCaf69543MTBQ9IUJ30usycb7D4cpJ { 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; }
#TKw1XxDQ5ooJKeHEkWda1xR5EyN3WisW { 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; }
#vOyIeIlr67LANcAsqrTuoAId1VHKlwT1 { 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; }
#aGVdnlu4vZbebNby8VbvyMgd3EhsOPGS { 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; }
#Aw5TllyLhGytbLMaAIQuHF1tlLEMneGM { 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; }
#t4KnDfgl9zJVc02VO0V2vRFvHscr3MpP { 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; }
#zMUQbuCTiTeQwyhqBtkrSfbhrtK81JEQ { 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; }
#aGOuWeAnOWT4fu3LMWqI3dPEQQ5DwWbX { 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; }
#c7TW3e9fln1OGJ3pWyZpPnpHH1JxnuWN { 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; }
#xeSvIroJ8w9QKowy4xBO2tZUocQFiTVs { 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; }
#GVnnP13TZTTFEzoPbTwF10vtrCal6hRC { 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; }
#MIDgEd0nvccMdAQArhJ2G9TxyIvqHA2F { 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; }
#ILC9c4pTKzAwVNoWIVTzNmuvbOztHODi { 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; }
#Gh1qcGydnqu1EJV9vJSRXA70Kb586EFo { 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; }
#QpyXbehyJTfEyhiw8UnVlkTcBq4yK5fD { 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; }
#BOPOxTrHzRn9PEGlG8N8qfphsBWc3q7z { 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; }
#NecMHPbIChuTGvvEatFatqUZ2TG8tCtP { 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; }
#wZkWgnCswVqebCF0at56tftPnTZGtTkm { 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; }
#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o { 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; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row .container { background-color: transparent; background-image: none; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row .container > .video-iframe-container { display: none; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row > .video-iframe-container { display: none; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .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); }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row .container { border-width: 0; border-radius: 0; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .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:57px;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; }
#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 { 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; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.adaptive-delivery-prevent-bg, #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.lazyload, #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.lazyloading { background-image: none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container { border-width: 0; border-radius: 0; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container { font-size:14px;font-family:arial;height:414px;width:1200px;position:relative;display:none; }#BS18F0d6cXF66uCIlsRLLqfo9kOTT3Js { 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; }
#NMNVkftHhIdlnMvDvtxKUlZUtvh6tpp7 { 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; }
#z9v59oLfrBkiCo3MFTaF1iRJe2UgkmSB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo { 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; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo.adaptive-delivery-prevent-bg, #BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo.lazyload, #BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo.lazyloading { background-image: none; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row .container { background-color: transparent; background-image: none; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row .container > .video-iframe-container { display: none; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row > .video-iframe-container { display: none; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .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); }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row .container { border-width: 0; border-radius: 0; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .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:184px;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; }
#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ { 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; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container { background-color: transparent; background-image: none; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container > .video-iframe-container { display: none; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row > .video-iframe-container { display: none; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .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); }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container { border-width: 0; border-radius: 0; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH { 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; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row .container { background-color: transparent; background-image: none; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row .container > .video-iframe-container { display: none; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row > .video-iframe-container { display: none; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .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); }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row .container { border-width: 0; border-radius: 0; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .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) { #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h { display:none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dnSidwtwkJAhFKttP3bbOV5kaMLTqz3T { top:40px;left:0px;width:206px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NH3aZdzKna3NMTO0WSD2KVlUn5xCpo8c { top:49px;left:603px;width:161px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GJt5Q1mmJSLHISMZcsiLa7Czv2OO49FL { width:128px;height:36px;top:426px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RhqN7OQkPkDHIp0RJVEIk9y935XhbAoo { display:block; }
 }@media only screen and (max-width: 763px) { #pDXUPKT6Wp8Ewmc5y3C7UgoKNmPeyGPp { top:75px;left:0px;width:291px;height:;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ykV78H31RFLy33w7kevK7fdLx84mmKtW { top:108px;left:234px;width:472px;height:408px;display:block; }
 }@media only screen and (max-width: 763px) { #TWD7y4eiSgqJB9xN5HTLC9x70T9T15hH { top:283px;left:0px;width:320px;height:39px;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:352px;left:0px;width:764px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pGhcCSTeohrGZhFfeQGTCuTXHEeo2QHh { top:106px;left:0px;width:716px;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:408px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block; }
 }@media only screen and (max-width: 763px) { #eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 { display:none; }#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rD9eo1obB4elTER0DbrLGrh2liOtU4g4 { top:106px;left:0px;width:454px;height:145px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #UQlJTEoWA6JSm8KGJFVAbWayprFbMQXy { top:108px;left:228px;width:536px;height:140px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PRByMxXZ0PTvWbFyzpqzWlUytwwPGNIs { top:91px;left:380px;width:2px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #pmrVavf1IW4scFd5HmG5LxOwAlITZUHT { display:block; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .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) { #ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL { display:block; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7aguitootpvm5HAUCSiq2HBnyu1QgC { display:none; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPM7GwdRmgbDQvnplHRPtNJBc7KSMTUM { top:130px;left:384px;width:380px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B3lsI03xuI56EfLVLCnqvQF6ZA7Zkt0S { top:177px;left:246px;width:518px;height:41px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sLcwiwKDTCE2cvd2kVaAK6Z6da2eUgFu { top:18px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #fK45LfcGHbPuJHTKOfVCNmq7ppL6EbNX { width:128px;height:36px;top:252px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #C0HKbirnJS5r3DIKaHs47ZUrdtWselne { display:block; }
 }@media only screen and (max-width: 763px) { #WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 { display:block; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .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) { #Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC { display:none; }#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B2vVOrBMzNp7ASKgTKKt87blku9CRTQa { top:40px;left:0px;width:556px;height:93px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SMhxrKxBnIaXTyoOHzkth6IDl795lhF4 { top:151px;left:0px;width:430px;height:24px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hEFtSi9MfHI3C673V8yXgngcbTwwfdbp { top:201px;left:0px;width:422px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #n3RRaVuDfWJaem5SKNpnLTeM4uAPxezx { top:201px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ymfCaf69543MTBQ9IUJ30usycb7D4cpJ { top:223px;left:0px;width:510px;height:19px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TKw1XxDQ5ooJKeHEkWda1xR5EyN3WisW { top:260px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vOyIeIlr67LANcAsqrTuoAId1VHKlwT1 { top:260px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGVdnlu4vZbebNby8VbvyMgd3EhsOPGS { top:281px;left:0px;width:507px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5TllyLhGytbLMaAIQuHF1tlLEMneGM { top:104px;left:539px;width:225px;height:334.57101004156px;display:block; }
 }@media only screen and (max-width: 763px) { #t4KnDfgl9zJVc02VO0V2vRFvHscr3MpP { top:354px;left:0px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zMUQbuCTiTeQwyhqBtkrSfbhrtK81JEQ { top:354px;left:0px;width:422px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGOuWeAnOWT4fu3LMWqI3dPEQQ5DwWbX { top:375px;left:0px;width:575px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #c7TW3e9fln1OGJ3pWyZpPnpHH1JxnuWN { top:463px;left:0px;width:138px;height:40.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #xeSvIroJ8w9QKowy4xBO2tZUocQFiTVs { top:459px;left:39.5px;width:155px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #GVnnP13TZTTFEzoPbTwF10vtrCal6hRC { top:509px;left:0px;width:296px;height:42px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #MIDgEd0nvccMdAQArhJ2G9TxyIvqHA2F { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ILC9c4pTKzAwVNoWIVTzNmuvbOztHODi { top:577px;left:0px;width:296px;height:42px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #Gh1qcGydnqu1EJV9vJSRXA70Kb586EFo { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #QpyXbehyJTfEyhiw8UnVlkTcBq4yK5fD { top:559px;left:0px;width:221px;height:31px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #BOPOxTrHzRn9PEGlG8N8qfphsBWc3q7z { top:663px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #NecMHPbIChuTGvvEatFatqUZ2TG8tCtP { top:627px;left:0px;width:285px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #wZkWgnCswVqebCF0at56tftPnTZGtTkm { top:644px;left:0px;width:296px;height:57px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #qV1B5lnm7KUTZTraST2f1t6DyXa1X38o { display:block; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .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) { #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 { display:none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BS18F0d6cXF66uCIlsRLLqfo9kOTT3Js { top:87px;left:0px;width:511px;height:166px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #NMNVkftHhIdlnMvDvtxKUlZUtvh6tpp7 { width:126px;height:30px;top:288px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z9v59oLfrBkiCo3MFTaF1iRJe2UgkmSB { display:block; }
 }@media only screen and (max-width: 763px) { #BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo { display:block; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .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) { #PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ { display:block; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH { display:block; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .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) { #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h { 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; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.adaptive-delivery-prevent-bg, #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.lazyload, #OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h.lazyloading { background-image: none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container { background-color: transparent; background-image: none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container > .video-iframe-container { display: none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row > .video-iframe-container { display: none; }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .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); }#OoMKBoMII7KuTEZhuoPb0ziK4xoIyD2h > .row .container { width:320px;height:411px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnSidwtwkJAhFKttP3bbOV5kaMLTqz3T { width:130px;height:21px;top:21px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NH3aZdzKna3NMTO0WSD2KVlUn5xCpo8c { width:121px;height:0;top:21.09375px;left:199px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #GJt5Q1mmJSLHISMZcsiLa7Czv2OO49FL { width:317px;height:29px;top:347px;left:2px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RhqN7OQkPkDHIp0RJVEIk9y935XhbAoo { display:block; }
 }@media only screen and (max-width: 763px) { #pDXUPKT6Wp8Ewmc5y3C7UgoKNmPeyGPp { width:291px;height:203.438px;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) { #ykV78H31RFLy33w7kevK7fdLx84mmKtW { width:320px;height:276.61016949153px;top:297.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TWD7y4eiSgqJB9xN5HTLC9x70T9T15hH { width:320px;height:39px;top:283px;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:78px;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:297.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KoDEfNsOlCMn7vo9NSqhnEk0oWpqxbzi { width:128px;height:36px;top:241.375px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #PZZmZ07qM4sPh1Bh0rnWV4h5GB6Wdceh { display:block; }
 }@media only screen and (max-width: 763px) { #eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 { display:block; }#eTlvZCuEcMNoADPC1OAeecvdJUOJqXp7 > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rD9eo1obB4elTER0DbrLGrh2liOtU4g4 { width:320px;height:33.7969px;top:19px;left:0px;font-size:26px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQlJTEoWA6JSm8KGJFVAbWayprFbMQXy { width:320px;height:78px;top:88px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRByMxXZ0PTvWbFyzpqzWlUytwwPGNIs { width:317px;height:4px;top:69.1875px;left:1.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pmrVavf1IW4scFd5HmG5LxOwAlITZUHT { display:none; }#pmrVavf1IW4scFd5HmG5LxOwAlITZUHT > .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) { #ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL { display:block; }#ZkFSML0Fgliy7UXnoKrFP9NSr41OisJL > .row .container { width:320px;height:951px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7aguitootpvm5HAUCSiq2HBnyu1QgC { display:block; }#wT7aguitootpvm5HAUCSiq2HBnyu1QgC > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPM7GwdRmgbDQvnplHRPtNJBc7KSMTUM { 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) { #B3lsI03xuI56EfLVLCnqvQF6ZA7Zkt0S { 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) { #sLcwiwKDTCE2cvd2kVaAK6Z6da2eUgFu { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fK45LfcGHbPuJHTKOfVCNmq7ppL6EbNX { width:301px;height:29px;top:322.984375px;left:9.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #C0HKbirnJS5r3DIKaHs47ZUrdtWselne { display:block; }
 }@media only screen and (max-width: 763px) { #WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 { display:none; }#WUoNpbSLZuCopQOXTLOd3ym98OdNHpS4 > .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) { #Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC { display:block; }#Ge5mrOdRd9mZSAA75CdVgnr9pTfTsohC > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2vVOrBMzNp7ASKgTKKt87blku9CRTQa { 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) { #SMhxrKxBnIaXTyoOHzkth6IDl795lhF4 { 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) { #hEFtSi9MfHI3C673V8yXgngcbTwwfdbp { 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) { #n3RRaVuDfWJaem5SKNpnLTeM4uAPxezx { width:16px;height:16px;top:490.96875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ymfCaf69543MTBQ9IUJ30usycb7D4cpJ { 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) { #TKw1XxDQ5ooJKeHEkWda1xR5EyN3WisW { width:27.9844px;height:27.9844px;top:840px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #vOyIeIlr67LANcAsqrTuoAId1VHKlwT1 { 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) { #aGVdnlu4vZbebNby8VbvyMgd3EhsOPGS { 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) { #Aw5TllyLhGytbLMaAIQuHF1tlLEMneGM { width:249.969px;height:363px;top:0px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #t4KnDfgl9zJVc02VO0V2vRFvHscr3MpP { width:27.9844px;height:27.9844px;top:1087px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #zMUQbuCTiTeQwyhqBtkrSfbhrtK81JEQ { 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) { #aGOuWeAnOWT4fu3LMWqI3dPEQQ5DwWbX { 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) { #c7TW3e9fln1OGJ3pWyZpPnpHH1JxnuWN { width:129px;height:37px;top:719.5px;left:23.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xeSvIroJ8w9QKowy4xBO2tZUocQFiTVs { width:138px;height:43.9844px;top:716px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #GVnnP13TZTTFEzoPbTwF10vtrCal6hRC { 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) { #MIDgEd0nvccMdAQArhJ2G9TxyIvqHA2F { 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) { #ILC9c4pTKzAwVNoWIVTzNmuvbOztHODi { top:577px;left:24px;width:296px;height:42.8906px;z-index:15025;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1qcGydnqu1EJV9vJSRXA70Kb586EFo { 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) { #QpyXbehyJTfEyhiw8UnVlkTcBq4yK5fD { 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) { #BOPOxTrHzRn9PEGlG8N8qfphsBWc3q7z { 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) { #NecMHPbIChuTGvvEatFatqUZ2TG8tCtP { 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) { #wZkWgnCswVqebCF0at56tftPnTZGtTkm { 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) { #qV1B5lnm7KUTZTraST2f1t6DyXa1X38o { display:none; }#qV1B5lnm7KUTZTraST2f1t6DyXa1X38o > .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) { #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 { 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; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.adaptive-delivery-prevent-bg, #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.lazyload, #vk5mCJq47UAEQVnVc7fUaduBUTHulgf1.lazyloading { background-image: none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container { background-color: transparent; background-image: none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container > .video-iframe-container { display: none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row > .video-iframe-container { display: none; }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .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); }#vk5mCJq47UAEQVnVc7fUaduBUTHulgf1 > .row .container { width:320px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS18F0d6cXF66uCIlsRLLqfo9kOTT3Js { width:320px;height:168.984px;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) { #NMNVkftHhIdlnMvDvtxKUlZUtvh6tpp7 { width:317px;height:25px;top:208.546875px;left:2px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #z9v59oLfrBkiCo3MFTaF1iRJe2UgkmSB { display:block; }
 }@media only screen and (max-width: 763px) { #BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo { display:none; }#BoCHRTBGSVbvULTltUWKyHEXNTiqEoSo > .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) { #PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ { display:block; }#PHWELNq3OXUPHUC6O4ihA3QbiVqEQZoJ > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH { display:block; }#hxKRLFgML9EHRgLZa6BeKAB4eHxU0PUH > .row .container { width:320px;height:159px;position:relative;display:block; } }