.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1e23;background-image:url("https://images.assets-landingi.com/uc/2bc7016c-c9f8-4a2e-a751-673044aa6899/herobanner3.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:827px;width:1200px;position:relative;display:block; }#BB3L7l87GpZTyUt287y7KGhRVGB8NfaK { 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:78px;width:287px;top:142px;left:606px;overflow:hidden;display:none; }
#ba79yCsgRM5PkSWSyKr9MI8iLAcU6rIQ { 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:118px;top:18px;left:515px;overflow:hidden;display:block; }
#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL { 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; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { background-color: transparent; background-image: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container > .video-iframe-container { display: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container { display: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .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); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { border-width: 0; border-radius: 0; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { font-size:14px;font-family:arial;height:498px;width:1200px;position:relative;display:block; }#TTRfh078IT4qsrnLBTELsWnMngyP4o4u { color:#131313;display:block;width:1200px;position:absolute;font-family:"degular display";font-size:60px;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:62px;left:0px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMz3cUDNDSEyySTX01f6z3emECg0J78f { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:229px;width:580px;top:179px;left:0px;display:block; }
#LwVRSweG6vamIctgiC6TvJ7bDOHObUqm { color:#131313;display:block;width:370px;position:absolute;font-family:"degular display";font-size:46px;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:214px;left:53px;height:46px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eNGWt3RGG4zT2KtPfKur1HO9oXhM40IV { color:#131313;display:block;width:370px;position:absolute;font-family:"degular display";font-size:46px;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:214px;left:676px;height:46px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlLLxVfDBFTTypaeSGccdDhbOazQVVrQ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:229px;width:580px;top:179px;left:620px;display:block; }
#Oq2W1pgCDVdA016WB2TXv01rTTsJoVLz { color:#131313;display:block;width:324px;position:absolute;font-family:"pt sans";font-size:24px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:280px;left:53px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rM7eFTO1eMnLqvFxzwcVmUG5A5XdoR33 { 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:163px;width:163px;top:207px;left:393px;overflow:hidden;display:block; }
#MCA9Bi9clyxZ3m5gHcENOov0VI3QFoEE { color:#131313;display:block;width:278px;position:absolute;font-family:"pt sans";font-size:24px;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:280px;left:676px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JoOhO7vLh27V2RnOLGxJtUt95TQwIJWl { 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:157px;width:179px;top:215px;left:981.9375px;overflow:hidden;display:block; }
#hJTZrdKqItHbzcMGi9znI0n3vhmHKk2Z { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:1px;width:1200px;top:497px;left:0px;display:block; }
#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x { position:relative;display:block; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x { background-color: transparent; background-image: none; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row .container > .video-iframe-container { display: none; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row > .video-iframe-container { display: none; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .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); }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x { border-width: 0; border-radius: 0; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .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; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:432px;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; }#HXLAxdlx0SAgFgFFL28f6fvC75PZrJF2 { color:#131313;display:block;width:1200px;position:absolute;font-family:"degular display";font-size:60px;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:68px;left:0px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRZDSTczcT0DgtktdXEyopZQkMN1o3kE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:4px;display:block; }
#vnplS6LxLs1W3Ov9LL9RagOUlX4vg6Z2 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:179px;display:block; }
#KSUKGD0f8KkIwdDsUB67mkhHRZKSOwIC { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:354px;display:block; }
#wz5vipE2V1mLMKranJemVoFJ0WCDzU8d { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:529px;display:block; }
#O8yk7iTi8uVUWKTtsXlL8P50KpTb4rum { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:704px;display:block; }
#fOysXdzFUrXUkltVKmDPWt2PpfQEUaTE { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:879px;display:block; }
#nsFfBTKG3Jp9J68XTgdT5uyNQupTuZ7V { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:140px;width:140px;top:189px;left:1054px;display:block; }
#WHeGJ2EQLX3Dtgd7VEtR88wem90OEH5o { position:absolute;display:block;z-index:15025;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:120px;width:120px;top:199px;left:14px;overflow:hidden;display:block; }
#DzP3lRy5ZAPOquGb9LsCQO9PBSIoHvkZ { position:absolute;display:block;z-index:15026;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:88px;width:88px;top:215px;left:205px;overflow:hidden;display:block; }
#dlIpoptF59rhFofAVN5qKMSkPcVPlcOM { position:absolute;display:block;z-index:15027;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:116px;width:116px;top:201px;left:366px;overflow:hidden;display:block; }
#OmzUS9Ue4qpA2O0PrltQh0vSavk1MptU { position:absolute;display:block;z-index:15028;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:92px;width:91px;top:213px;left:554.5px;overflow:hidden;display:block; }
#uPEeoAv1fyOiRDs30kUsKqItnK7Qg6GN { position:absolute;display:block;z-index:15029;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:107px;width:107px;top:205.5px;left:720.5px;overflow:hidden;display:block; }
#AxEGT1b6DNtyXcXRIzo0JQ5zWocy3iT4 { position:absolute;display:block;z-index:15030;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:89px;width:89px;top:214.5px;left:904.5px;overflow:hidden;display:block; }
#yUqX3AcTWMWTnTaJmDN3ru7XwwQGytOL { position:absolute;display:block;z-index:15031;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:29px;width:115px;top:244.5px;left:1066.5px;overflow:hidden;display:block; }
#cOqyOAyJn8oe1HKcryNGJNBsRMOiIMto { color:#131313;display:block;width:1200px;position:absolute;font-family:"degular display";font-size:46px;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:366px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC { position:relative;display:block; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC { background-color: transparent; background-image: none; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row .container > .video-iframe-container { display: none; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row > .video-iframe-container { display: none; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .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); }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC { border-width: 0; border-radius: 0; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .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; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:449px;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; }#CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bebf99e-b837-43a7-a973-e4106a022a67/genius.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:249px;width:1200px;top:61px;left:0px;display:block; }#CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.adaptive-delivery-prevent-bg, #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.lazyload, #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.lazyloading { background-image: none; }
#kNJkx35DWLPeIpq4IkUy12R5afedgVbe { color:#131313;display:block;width:1200px;position:absolute;font-family:"degular display";font-size:46px;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:377px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bebf99e-b837-43a7-a973-e4106a022a67/genius.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 15px rgba(0,0,0,0.15) ;height:249px;width:1200px;top:61px;left:0px;display:none; }#vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.adaptive-delivery-prevent-bg, #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.lazyload, #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.lazyloading { background-image: none; }
#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e { 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; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { background-color: transparent; background-image: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container > .video-iframe-container { display: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container { display: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .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); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { border-width: 0; border-radius: 0; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { font-size:14px;font-family:arial;height:256px;width:1200px;position:relative;display:block; }#TnclsmsPoWfZ48W5WtVXFiFIxUkge8mL { background-color:#ff1e23;background-image:none;border-top:5px solid #ff1e23;border-left:5px solid #ff1e23;border-right:5px solid #ff1e23;border-bottom:5px solid #ff1e23;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"degular display";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:399px;height:80px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37px;left:400.5px;display:block; }
#LP9UCXcBCg93EFFPeUzuLtaS250kkmy4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SeMtIw18npgDo95vDeDSHlUwES5nJk6q { color:#131313;display:block;width:1200px;position:absolute;font-family:"pt sans";font-size:15px;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:167px;left:0px;height:15px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNS5O72x2ezsiZwiJIGohtRFEA4ycXll { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;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:1px;width:1200px;top:254px;left:0px;display:block; }
#LrMsmWsPvFxXCM2ySXSs0yfqD7Ezq13u { background-color:#ff1e23;background-image:none;border-top:5px solid #ff1e23;border-left:5px solid #ff1e23;border-right:5px solid #ff1e23;border-bottom:5px solid #ff1e23;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"degular display";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:399px;height:80px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37px;left:400.5px;display:none; }
#wvX0xNFDJigPLAiSbIxCmtUD6fSTqcez { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb { 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; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container { background-color: transparent; background-image: none; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container > .video-iframe-container { display: none; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row > .video-iframe-container { display: none; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .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); }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container { border-width: 0; border-radius: 0; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container { font-size:14px;font-family:arial;height:533px;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB3L7l87GpZTyUt287y7KGhRVGB8NfaK { top:142px;left:388px;width:287px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ba79yCsgRM5PkSWSyKr9MI8iLAcU6rIQ { top:18px;left:297px;width:118px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL { display:block; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTRfh078IT4qsrnLBTELsWnMngyP4o4u { top:62px;left:0px;width:764px;height:60px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #NMz3cUDNDSEyySTX01f6z3emECg0J78f { top:179px;left:0px;width:580px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVRSweG6vamIctgiC6TvJ7bDOHObUqm { top:214px;left:0px;width:370px;height:46px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #eNGWt3RGG4zT2KtPfKur1HO9oXhM40IV { top:214px;left:394px;width:370px;height:46px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #dlLLxVfDBFTTypaeSGccdDhbOazQVVrQ { top:179px;left:184px;width:580px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2W1pgCDVdA016WB2TXv01rTTsJoVLz { top:280px;left:0px;width:324px;height:72px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rM7eFTO1eMnLqvFxzwcVmUG5A5XdoR33 { top:207px;left:175px;width:163px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #MCA9Bi9clyxZ3m5gHcENOov0VI3QFoEE { top:280px;left:458px;width:278px;height:72px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JoOhO7vLh27V2RnOLGxJtUt95TQwIJWl { top:215px;left:585px;width:179px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #hJTZrdKqItHbzcMGi9znI0n3vhmHKk2Z { top:497px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x { display:block; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXLAxdlx0SAgFgFFL28f6fvC75PZrJF2 { top:68px;left:0px;width:764px;height:60px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #aRZDSTczcT0DgtktdXEyopZQkMN1o3kE { top:189px;left:0px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #vnplS6LxLs1W3Ov9LL9RagOUlX4vg6Z2 { top:189px;left:0px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #KSUKGD0f8KkIwdDsUB67mkhHRZKSOwIC { top:189px;left:136px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #wz5vipE2V1mLMKranJemVoFJ0WCDzU8d { top:189px;left:311px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #O8yk7iTi8uVUWKTtsXlL8P50KpTb4rum { top:189px;left:486px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #fOysXdzFUrXUkltVKmDPWt2PpfQEUaTE { top:189px;left:624px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #nsFfBTKG3Jp9J68XTgdT5uyNQupTuZ7V { top:189px;left:624px;width:140px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #WHeGJ2EQLX3Dtgd7VEtR88wem90OEH5o { top:199px;left:0px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #DzP3lRy5ZAPOquGb9LsCQO9PBSIoHvkZ { top:215px;left:0px;width:88px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #dlIpoptF59rhFofAVN5qKMSkPcVPlcOM { top:201px;left:148px;width:116px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #OmzUS9Ue4qpA2O0PrltQh0vSavk1MptU { top:213px;left:336.5px;width:91px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #uPEeoAv1fyOiRDs30kUsKqItnK7Qg6GN { top:205px;left:502.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #AxEGT1b6DNtyXcXRIzo0JQ5zWocy3iT4 { top:214px;left:675px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #yUqX3AcTWMWTnTaJmDN3ru7XwwQGytOL { top:244px;left:649px;width:115px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #cOqyOAyJn8oe1HKcryNGJNBsRMOiIMto { top:366px;left:0px;width:764px;height:46px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #S3cd9OqIcRRKQK3bDH0pizQibakAcVhC { display:block; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl { top:61px;left:0px;width:764px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #kNJkx35DWLPeIpq4IkUy12R5afedgVbe { top:377px;left:0px;width:764px;height:46px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8 { top:61px;left:0px;width:764px;height:249px;display:none; }
 }@media only screen and (max-width: 763px) { #p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e { display:block; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnclsmsPoWfZ48W5WtVXFiFIxUkge8mL { width:399px;height:80px;top:37px;left:182.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LP9UCXcBCg93EFFPeUzuLtaS250kkmy4 { display:block; }
 }@media only screen and (max-width: 763px) { #SeMtIw18npgDo95vDeDSHlUwES5nJk6q { top:167px;left:0px;width:764px;height:15px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RNS5O72x2ezsiZwiJIGohtRFEA4ycXll { top:254px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #LrMsmWsPvFxXCM2ySXSs0yfqD7Ezq13u { width:399px;height:80px;top:37px;left:182.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wvX0xNFDJigPLAiSbIxCmtUD6fSTqcez { display:block; }
 }@media only screen and (max-width: 763px) { #wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb { display:block; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ff1e23;background-image:url("https://images.assets-landingi.com/uc/3d20f710-b601-4e34-b30b-41104808503e/tazzgenius3mheadermobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:567px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB3L7l87GpZTyUt287y7KGhRVGB8NfaK { width:100px;height:28px;top:95.5px;left:211px;display:none; }
 }@media only screen and (max-width: 763px) { #ba79yCsgRM5PkSWSyKr9MI8iLAcU6rIQ { width:81px;height:24px;top:20px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { background-color: transparent; background-image: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container > .video-iframe-container { display: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container { display: none; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .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); }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { border-width: 0; border-radius: 0; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfThfP5OaoLREtD0kZ7zdkRrtrTFScyL > .row .container { width:320px;height:938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTRfh078IT4qsrnLBTELsWnMngyP4o4u { width:320px;height:96px;top:45px;left:0px;font-size:48px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NMz3cUDNDSEyySTX01f6z3emECg0J78f { width:320px;height:336px;top:175px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVRSweG6vamIctgiC6TvJ7bDOHObUqm { width:320px;height:38px;top:195px;left:0px;font-size:38px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNGWt3RGG4zT2KtPfKur1HO9oXhM40IV { width:320px;height:38px;top:553.5px;left:0px;font-size:38px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlLLxVfDBFTTypaeSGccdDhbOazQVVrQ { width:320px;height:351px;top:534px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2W1pgCDVdA016WB2TXv01rTTsJoVLz { width:238px;height:93px;top:249px;left:41px;font-size:21px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rM7eFTO1eMnLqvFxzwcVmUG5A5XdoR33 { width:150px;height:150px;top:332.5px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #MCA9Bi9clyxZ3m5gHcENOov0VI3QFoEE { width:205px;height:62px;top:607.5px;left:57.5px;font-size:21px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoOhO7vLh27V2RnOLGxJtUt95TQwIJWl { width:169px;height:149px;top:694.5px;left:75.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hJTZrdKqItHbzcMGi9znI0n3vhmHKk2Z { width:320px;height:1px;top:925px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x { display:block; }#lceq85ySb0TcdsNEO4LddT2mcIbvwJ0x > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXLAxdlx0SAgFgFFL28f6fvC75PZrJF2 { width:320px;height:114px;top:20px;left:0px;font-size:38px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aRZDSTczcT0DgtktdXEyopZQkMN1o3kE { width:96px;height:96px;top:164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vnplS6LxLs1W3Ov9LL9RagOUlX4vg6Z2 { width:96px;height:96px;top:164px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #KSUKGD0f8KkIwdDsUB67mkhHRZKSOwIC { width:96px;height:96px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wz5vipE2V1mLMKranJemVoFJ0WCDzU8d { width:96px;height:96px;top:164px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #O8yk7iTi8uVUWKTtsXlL8P50KpTb4rum { width:96px;height:96px;top:280px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #fOysXdzFUrXUkltVKmDPWt2PpfQEUaTE { width:96px;height:96px;top:280px;left:224px;display:block; }
 }@media only screen and (max-width: 763px) { #nsFfBTKG3Jp9J68XTgdT5uyNQupTuZ7V { width:96px;height:96px;top:396px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WHeGJ2EQLX3Dtgd7VEtR88wem90OEH5o { width:80px;height:80px;top:172px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #DzP3lRy5ZAPOquGb9LsCQO9PBSIoHvkZ { width:69px;height:69px;top:177.5px;left:125.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dlIpoptF59rhFofAVN5qKMSkPcVPlcOM { width:79px;height:79px;top:172.5px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #OmzUS9Ue4qpA2O0PrltQh0vSavk1MptU { width:58px;height:59px;top:298.5px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uPEeoAv1fyOiRDs30kUsKqItnK7Qg6GN { width:73px;height:73px;top:291.5px;left:123.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AxEGT1b6DNtyXcXRIzo0JQ5zWocy3iT4 { width:66px;height:66px;top:295px;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #yUqX3AcTWMWTnTaJmDN3ru7XwwQGytOL { width:80px;height:17px;top:436.5px;left:8.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cOqyOAyJn8oe1HKcryNGJNBsRMOiIMto { width:223px;height:32px;top:426px;left:97px;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #S3cd9OqIcRRKQK3bDH0pizQibakAcVhC { display:block; }#S3cd9OqIcRRKQK3bDH0pizQibakAcVhC > .row .container { width:320px;height:431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl { width:320px;height:249px;top:20px;left:0px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed79b3c0-d3e5-4627-8fbd-7569d406b7d7/LPLandscapecopy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.adaptive-delivery-prevent-bg, #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.lazyload, #CbX5PHZDwdOZ0m1qxAT8ZRlJL75gigrl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kNJkx35DWLPeIpq4IkUy12R5afedgVbe { width:288px;height:152px;top:259px;left:16px;font-size:38px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8 { width:320px;height:220px;top:0px;left:0px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3193bf2e-6fdd-4bec-8aa7-1b0277d21b2c/LPLandscapecopy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15025;display:block; }#vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.adaptive-delivery-prevent-bg, #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.lazyload, #vaivuzHUdpTJ0EHS8PnZfxxCGJC88wt8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { background-color: transparent; background-image: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container > .video-iframe-container { display: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container { display: none; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .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); }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { border-width: 0; border-radius: 0; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3TAQcgwgTe5H1CuGpMA00ELsQfk6R1e > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnclsmsPoWfZ48W5WtVXFiFIxUkge8mL { width:314px;height:71px;top:30px;left:3px;display:none; }
 }@media only screen and (max-width: 763px) { #LP9UCXcBCg93EFFPeUzuLtaS250kkmy4 { display:block; }
 }@media only screen and (max-width: 763px) { #SeMtIw18npgDo95vDeDSHlUwES5nJk6q { width:279px;height:48px;top:127px;left:20.5px;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RNS5O72x2ezsiZwiJIGohtRFEA4ycXll { width:320px;height:1px;top:205px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LrMsmWsPvFxXCM2ySXSs0yfqD7Ezq13u { width:294px;height:80px;top:17px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wvX0xNFDJigPLAiSbIxCmtUD6fSTqcez { display:block; }
 }@media only screen and (max-width: 763px) { #wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb { display:block; }#wpc5UThGEKDJTwLOldxTC1KO7XLvTmVb > .row .container { width:320px;height:995px;position:relative;display:block; } }