.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc { background-color:#4e349f;background-image:url("https://images.assets-landingi.com/uc/bad924b3-283c-40ef-9595-21f6e4cc3220/Rocketleadsbrandbookinternal2.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.adaptive-delivery-prevent-bg, #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.lazyload, #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.lazyloading { background-image: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { background-color: transparent; background-image: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container > .video-iframe-container { display: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container { display: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .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); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { border-width: 0; border-radius: 0; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { font-size:14px;font-family:arial;height:614px;width:960px;overflow:visible;position:relative;display:block; }#dxTu6b5O57sBd8xJnO9xmI2xqcqn6TCB { color:#fafafa;display:block;width:566px;position:absolute;font-family:"clash grotesk";font-size:45px;font-weight:400;z-index:14971;line-height:1.3;letter-spacing:0;top:132px;left:0px;height:175.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgtzNCpTIw3k68t25WD9H0loGr0d53vW { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 2px 20px #43366b ;box-sizing:border-box;color:#8967f3;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"clash grotesk";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:504px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:437px;left:0px;display:block; }
#MCf56EEBqas6RXx1qPhxeR5NU9Zuq4Cp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EWp2N0k5DwJhObnphR53TJJzrQ7ElurT { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:39px;width:188px;top:520px;left:0px;overflow:hidden;display:block; }
#O5ML4t7B6msGMCMTGotIXbctLF4hvqKy { color:#fafafa;display:block;width:709px;position:absolute;font-family:inter;font-size:19px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:344px;left:0px;height:54.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }#O5ML4t7B6msGMCMTGotIXbctLF4hvqKy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#O5ML4t7B6msGMCMTGotIXbctLF4hvqKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
#gOpmy2RV3uayiXODoakPuTVUiERyIBCp { box-sizing:content-box;height:43px;width:204px;position:absolute;display:block;z-index:14970;background-color:#fafafa;background-image:none;top:198.25px;left:329px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
#FRWIhOFstsrnLGD2DC11hkPCro77dmT1 { color:#fafafa;display:block;width:655px;position:absolute;font-family:"clash grotesk";font-size:45px;font-weight:400;z-index:14973;line-height:1.3;letter-spacing:0;top:132px;left:0px;height:175.5px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eufUhy4heuvBtc4Cnw3o8ksCUZIQs3u6 { 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;box-shadow: none;height:616px;width:832px;display:none; }
#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S { color:#fafafa;display:block;width:709px;position:absolute;font-family:inter;font-size:19px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:354px;left:10px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container { background-color: transparent; background-image: none; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container > .video-iframe-container { display: none; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row > .video-iframe-container { display: none; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .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); }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container { border-width: 0; border-radius: 0; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#CZnPSlM861LTZp2pVzzwzgWTSztK8BsJ { color:#ffffff;display:block;width:169px;position:absolute;font-family:inter;font-size:20px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:71px;left:35.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOKpq45MTXX8P4uAnzV5yq3oldG9teK0 { color:#ffffff;display:block;width:190px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17px;left:25px;height:39px;text-align:center;text-align-last:center;display:block; }
#F9yu1uma8kOxhaP8TDoAuvew6oT4hqLg { color:#ffffff;display:block;width:120px;position:absolute;font-family:inter;font-size:20px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:71px;left:540px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6nL53OfiLbZwulkNTTKy9u6aS7TG1KP { color:#ffffff;display:block;width:150px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17px;left:525px;height:39px;text-align:center;text-align-last:center;display:block; }
#d58S0sulgrBDcJw9HvNo6RRfFVMQeiNp { color:#ffffff;display:block;width:229px;position:absolute;font-family:inter;font-size:20px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:71px;left:240px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqIfbCv21L34c3yidlAEUO2DRxRJ1JHo { color:#ffffff;display:block;width:178px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17px;left:285px;height:39px;text-align:center;text-align-last:center;display:block; }
#BPGvCAc78THO3cM6QRKU4P7IkGdXhdgF { color:#ffffff;display:block;width:219px;position:absolute;font-family:inter;font-size:20px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:71px;left:730.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCxw4bNSUWc5ySoycU8JwWd6hiLx3v9k { color:#ffffff;display:block;width:238px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17px;left:722px;height:39px;text-align:center;text-align-last:center;display:block; }
#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container { background-color: transparent; background-image: none; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container > .video-iframe-container { display: none; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row > .video-iframe-container { display: none; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .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); }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container { border-width: 0; border-radius: 0; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container { font-size:14px;font-family:arial;height:874px;width:960px;position:relative;display:block; }#TWrwwHo7XnCTgdUJw64yJayRVbONgWS3 { color:#222427;display:block;width:701px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:83px;left:130px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvaT2y9wR7FrkGawHszwpkEiG2CMJQkZ { position:absolute;display:block;z-index:15045;height:347.958344px;width:620px;top:211px;left:170px;display:block; }
#BRiTofREpqrIsH6GaJszGqqilxT5deev { box-sizing:content-box;height:646px;width:686px;position:absolute;display:block;z-index:14999;background-color:#9e82f6;background-image:none;top:189px;left:137px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container { background-color: transparent; background-image: none; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container > .video-iframe-container { display: none; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row > .video-iframe-container { display: none; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .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); }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container { border-width: 0; border-radius: 0; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#bOwZ98R1hvgdxiHnnZBQXW0MLan2iWnT { color:#181516;display:block;width:665.99px;position:absolute;font-family:"clash grotesk";font-size:30px;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:25px;left:147px;height:36px;font-style:normal;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:center;text-align-last:center;display:block; }
#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 { position:relative;display:block; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 { background-color: transparent; background-image: none; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row .container > .video-iframe-container { display: none; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row > .video-iframe-container { display: none; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .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); }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 { border-width: 0; border-radius: 0; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .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; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:14px;font-family:arial;height:155px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ktu4KV0RWh0LHCqdxDsGVQTtSmzr3w4h { position:absolute;display:block;z-index:15043;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;box-shadow: none;height:111px;width:223px;top:23px;left:9px;overflow:hidden;display:block; }
#ZVQDS6TfU3hiOC6ZiVQu0lZTzEfXQkeD { position:absolute;display:block;z-index:15044;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;box-shadow: none;height:111px;width:223px;top:23px;left:489px;overflow:hidden;display:block; }
#nTVcy3S3LSe8Hcg3KJT2Io0G5JsOC12S { position:absolute;display:block;z-index:15045;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;box-shadow: none;height:111px;width:223px;top:23px;left:249px;overflow:hidden;display:block; }
#d9T7JPm7ohEJnRy69n27JJTqmHNdX2nc { position:absolute;display:block;z-index:15046;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;box-shadow: none;height:111px;width:223px;top:23px;left:729px;overflow:hidden;display:block; }
#ctGtfs0zREg6FMhmacp1IquNqeD6pH2e { background-color:#8967f3;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 2px 020px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"clash grotesk";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:299px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:391px;left:322.5px;display:none; }
#IldpTqxCo6oEuexihi9HHchNlLEoXgIZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TCLHonqvu0idzWL41RniDNcTnhxisTNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container { background-color: transparent; background-image: none; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container > .video-iframe-container { display: none; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row > .video-iframe-container { display: none; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .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); }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container { border-width: 0; border-radius: 0; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container { font-size:14px;font-family:arial;height:436px;width:960px;position:relative;display:block; }#GR1XS5yxC6HTtkr3c0hOGC8DKxpyVS6F { background-color:#489830;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:423px;left:340px;display:none; }
#qCk8pUlhEUN463cRMlcTRVgShtvy9req { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tTMu4F97y9KJFu7sUeUbG5UUMfMJ8svw { background-color:#8967f3;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 2px 020px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"clash grotesk";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:299px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:338px;left:328px;display:block; }
#z8ZeMsIrHc6JI85lKA8flG1E1v2L5VtH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m8QM5DgkKsNefhCta3Olu86mVFlFop6x { position:absolute;display:block;z-index:15013;border-top:1px solid #8967f3;border-left:1px solid #8967f3;border-right:1px solid #8967f3;border-bottom:1px solid #8967f3;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;height:239px;width:286px;top:59px;left:28px;overflow:hidden;display:block; }
#V3VCWHudQQzMTrKuTL5krcv9KIaGWTST { position:absolute;display:block;z-index:15010;border-top:1px solid #8967f3;border-left:1px solid #8967f3;border-right:1px solid #8967f3;border-bottom:1px solid #8967f3;border-top-left-radius:024px;border-top-right-radius:024px;border-bottom-left-radius:024px;border-bottom-right-radius:024px;box-shadow: none;height:239px;width:286px;top:59px;left:333px;overflow:hidden;display:block; }
#s5VmGBXBhpyepuXTwske3rToxb2nF1ct { position:absolute;display:block;z-index:15012;border-top:1px solid #8967f3;border-left:1px solid #8967f3;border-right:1px solid #8967f3;border-bottom:1px solid #8967f3;border-top-left-radius:024px;border-top-right-radius:024px;border-bottom-left-radius:024px;border-bottom-right-radius:024px;box-shadow: none;height:242px;width:289px;top:58px;left:638px;overflow:hidden;display:block; }
#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container { background-color: transparent; background-image: none; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container > .video-iframe-container { display: none; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row > .video-iframe-container { display: none; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .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); }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container { border-width: 0; border-radius: 0; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container { font-size:14px;font-family:arial;height:385px;width:960px;position:relative;display:block; }#ZrhfbTfUTJOQB4NinRTh5D9KVSE6z7WB { 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;box-shadow: none;height:330px;width:497px;top:28px;left:0px;overflow:hidden;display:block; }
#oCwvna8IytZuZRqpMAosh4UMQaNKsD1P { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:52px;width:251px;top:249px;left:535px;overflow:hidden;display:block; }
#sCdG2ly3EZa9wOGrgNl4ARuLNFP5hKel { color:#000000;display:block;width:409px;position:absolute;font-family:"clash grotesk";font-size:25px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:72px;left:535px;height:162.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2mKB3hzSI9QDtRe8HgxLAV4yDEfTd1i { box-sizing:content-box;height:300px;width:3px;position:absolute;display:block;z-index:15003;background-color:#8967f3;background-image:none;top:43px;left:507.5px;display:block; }
#XpEWSQXWRK9RH9V8lPx2TJ3LWKtqZDvm { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f { position:relative;display:block; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f { background-color: transparent; background-image: none; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row .container > .video-iframe-container { display: none; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row > .video-iframe-container { display: none; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .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); }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f { border-width: 0; border-radius: 0; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .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; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:292px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m4NDmoz6wthTlakhZmbvcroesfR5Lprr { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:91px;width:170px;top:66px;left:0px;overflow:hidden;display:block; }
#pfT9RhyTtwdOwf323bppPK2lV3QLWmSk { color:#000000;display:block;width:257.984px;position:absolute;font-family:inter;font-size:16px;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:61px;left:702px;height:102.3752px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#a105XFMLHZg5xwsBfT87fVRbMDizfGFy { color:#686868;display:block;width:257.977px;position:absolute;font-family:exo;font-size:16px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:125px;left:702px;height:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fVSd2mTNdg0m9hy0MzOF7UfLPZVhMxkN { color:#686868;display:block;width:257.977px;position:absolute;font-family:inter;font-size:16px;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:228.875px;left:344px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc { display:block; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxTu6b5O57sBd8xJnO9xmI2xqcqn6TCB { top:132px;left:0px;width:566px;height:176px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #WgtzNCpTIw3k68t25WD9H0loGr0d53vW { width:504px;height:55px;top:437px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MCf56EEBqas6RXx1qPhxeR5NU9Zuq4Cp { display:block; }
 }@media only screen and (max-width: 763px) { #EWp2N0k5DwJhObnphR53TJJzrQ7ElurT { top:520px;left:0px;width:188px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #O5ML4t7B6msGMCMTGotIXbctLF4hvqKy { top:344px;left:0px;width:709px;height:;font-size:19px;display:block; }#O5ML4t7B6msGMCMTGotIXbctLF4hvqKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
 }@media only screen and (max-width: 763px) { #gOpmy2RV3uayiXODoakPuTVUiERyIBCp { top:198px;left:231px;width:204px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #FRWIhOFstsrnLGD2DC11hkPCro77dmT1 { top:80px;left:0px;width:320px;height:166px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #eufUhy4heuvBtc4Cnw3o8ksCUZIQs3u6 { width:764px;height:565px;display:none; }
 }@media only screen and (max-width: 763px) { #RylpOftfFHAm6nR1D4f0BFMGa2wcye6S { top:354px;left:0px;width:709px;height:54px;font-size:19px;display:block; }#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
 }@media only screen and (max-width: 763px) { #W4w8KafdgU83pQqybaa4eoypqXWxTlr9 { display:block; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZnPSlM861LTZp2pVzzwzgWTSztK8BsJ { top:71px;left:11px;width:169px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MOKpq45MTXX8P4uAnzV5yq3oldG9teK0 { top:17px;left:0.5px;width:190px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F9yu1uma8kOxhaP8TDoAuvew6oT4hqLg { top:71px;left:417.5px;width:120px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b6nL53OfiLbZwulkNTTKy9u6aS7TG1KP { top:17px;left:402.5px;width:150px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #d58S0sulgrBDcJw9HvNo6RRfFVMQeiNp { top:71px;left:153px;width:229px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hqIfbCv21L34c3yidlAEUO2DRxRJ1JHo { top:17px;left:211.5px;width:178px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BPGvCAc78THO3cM6QRKU4P7IkGdXhdgF { top:71px;left:545px;width:219px;height:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nCxw4bNSUWc5ySoycU8JwWd6hiLx3v9k { top:17px;left:486px;width:238px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 { display:block; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrwwHo7XnCTgdUJw64yJayRVbONgWS3 { top:83px;left:32px;width:701px;height:78px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LvaT2y9wR7FrkGawHszwpkEiG2CMJQkZ { top:211px;left:72px;width:620px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #BRiTofREpqrIsH6GaJszGqqilxT5deev { top:189px;left:39px;width:686px;height:646px;display:block; }
 }@media only screen and (max-width: 763px) { #Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 { display:block; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOwZ98R1hvgdxiHnnZBQXW0MLan2iWnT { width:665px;height:36px;top:25px;left:49px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pknJ1lmLcLB71GhThy720NLIp2SlBNH0 { display:block; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ktu4KV0RWh0LHCqdxDsGVQTtSmzr3w4h { top:23px;left:0px;width:223px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQDS6TfU3hiOC6ZiVQu0lZTzEfXQkeD { top:23px;left:350px;width:223px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #nTVcy3S3LSe8Hcg3KJT2Io0G5JsOC12S { top:23px;left:159px;width:223px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #d9T7JPm7ohEJnRy69n27JJTqmHNdX2nc { top:23px;left:541px;width:223px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #ctGtfs0zREg6FMhmacp1IquNqeD6pH2e { width:299px;height:55px;top:391px;left:83px;display:none; }
 }@media only screen and (max-width: 763px) { #IldpTqxCo6oEuexihi9HHchNlLEoXgIZ { display:block; }
 }@media only screen and (max-width: 763px) { #TCLHonqvu0idzWL41RniDNcTnhxisTNu { display:block; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR1XS5yxC6HTtkr3c0hOGC8DKxpyVS6F { width:280px;height:55px;top:423px;left:242px;display:none; }
 }@media only screen and (max-width: 763px) { #qCk8pUlhEUN463cRMlcTRVgShtvy9req { display:block; }
 }@media only screen and (max-width: 763px) { #tTMu4F97y9KJFu7sUeUbG5UUMfMJ8svw { width:299px;height:55px;top:338px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZeMsIrHc6JI85lKA8flG1E1v2L5VtH { display:block; }
 }@media only screen and (max-width: 763px) { #m8QM5DgkKsNefhCta3Olu86mVFlFop6x { top:59px;left:0px;width:286px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #V3VCWHudQQzMTrKuTL5krcv9KIaGWTST { top:59px;left:94px;width:286px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #s5VmGBXBhpyepuXTwske3rToxb2nF1ct { top:58px;left:473px;width:289px;height:242px;display:block; }
 }@media only screen and (max-width: 763px) { #ak32tFfHpPWnS4898DL9zAN3EMSmAbSN { display:block; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrhfbTfUTJOQB4NinRTh5D9KVSE6z7WB { top:28px;left:0px;width:497px;height:330px;display:block; }
 }@media only screen and (max-width: 763px) { #oCwvna8IytZuZRqpMAosh4UMQaNKsD1P { top:249px;left:437px;width:251px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #sCdG2ly3EZa9wOGrgNl4ARuLNFP5hKel { top:72px;left:355px;width:409px;height:162px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #v2mKB3hzSI9QDtRe8HgxLAV4yDEfTd1i { top:43px;left:409.5px;width:3px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #XpEWSQXWRK9RH9V8lPx2TJ3LWKtqZDvm { display:none; }
 }@media only screen and (max-width: 763px) { #kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f { display:block; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4NDmoz6wthTlakhZmbvcroesfR5Lprr { top:66px;left:0px;width:170px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #pfT9RhyTtwdOwf323bppPK2lV3QLWmSk { width:257px;height:102px;top:60px;left:507px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #a105XFMLHZg5xwsBfT87fVRbMDizfGFy { width:257px;height:0;top:125px;left:507px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fVSd2mTNdg0m9hy0MzOF7UfLPZVhMxkN { width:257px;height:25px;top:228px;left:125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bad924b3-283c-40ef-9595-21f6e4cc3220/Rocketleadsbrandbookinternal2.png");background-position:center left !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; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.adaptive-delivery-prevent-bg, #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.lazyload, #rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc.lazyloading { background-image: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { background-color: transparent; background-image: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container > .video-iframe-container { display: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container { display: none; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .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); }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { border-width: 0; border-radius: 0; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZ10UEpQlCETSw1ryyI7Bx9S6O9dRgdc > .row .container { width:320px;height:821px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxTu6b5O57sBd8xJnO9xmI2xqcqn6TCB { width:320px;height:0;top:77px;left:0px;font-size:33px;text-align:center;text-align-last:center;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #WgtzNCpTIw3k68t25WD9H0loGr0d53vW { width:300px;height:55px;top:411px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MCf56EEBqas6RXx1qPhxeR5NU9Zuq4Cp { display:block; }
 }@media only screen and (max-width: 763px) { #EWp2N0k5DwJhObnphR53TJJzrQ7ElurT { width:220px;height:45px;top:480px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #O5ML4t7B6msGMCMTGotIXbctLF4hvqKy { width:302px;height:0;top:264px;left:9px;font-size:16px;text-align:left;text-align-last:left;display:none; }#O5ML4t7B6msGMCMTGotIXbctLF4hvqKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
 }@media only screen and (max-width: 763px) { #gOpmy2RV3uayiXODoakPuTVUiERyIBCp { width:144px;height:32px;top:167.1875px;left:155px;z-index:14953;display:block; }
 }@media only screen and (max-width: 763px) { #FRWIhOFstsrnLGD2DC11hkPCro77dmT1 { width:320px;height:166.3751px;top:80px;left:0px;font-size:32px;text-align:center;text-align-last:center;z-index:14954;display:block; }
 }@media only screen and (max-width: 763px) { #eufUhy4heuvBtc4Cnw3o8ksCUZIQs3u6 { top:557px;left:0px;width:320px;height:236px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RylpOftfFHAm6nR1D4f0BFMGa2wcye6S { width:288px;height:107.188px;top:275px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S li:not(:first-child){ padding-top:24px;padding-right:0;padding-bottom:0;padding-left:0; }#RylpOftfFHAm6nR1D4f0BFMGa2wcye6S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_830eac1507c597c6ff14f613008ed2d2ade5f654.svg); }
 }@media only screen and (max-width: 763px) { #W4w8KafdgU83pQqybaa4eoypqXWxTlr9 { display:block; }#W4w8KafdgU83pQqybaa4eoypqXWxTlr9 > .row .container { width:320px;height:187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZnPSlM861LTZp2pVzzwzgWTSztK8BsJ { width:125px;height:36.3906px;top:41px;left:13px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MOKpq45MTXX8P4uAnzV5yq3oldG9teK0 { width:150px;height:26px;top:15px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F9yu1uma8kOxhaP8TDoAuvew6oT4hqLg { width:111px;height:36.3906px;top:132px;left:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b6nL53OfiLbZwulkNTTKy9u6aS7TG1KP { width:150px;height:26px;top:106px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d58S0sulgrBDcJw9HvNo6RRfFVMQeiNp { width:150px;height:36.3906px;top:42px;left:160px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hqIfbCv21L34c3yidlAEUO2DRxRJ1JHo { width:120px;height:26px;top:17px;left:175px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BPGvCAc78THO3cM6QRKU4P7IkGdXhdgF { width:150px;height:36.3906px;top:131px;left:160px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nCxw4bNSUWc5ySoycU8JwWd6hiLx3v9k { width:150px;height:26px;top:106px;left:160px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 { display:block; }#MTSZpmXcKxldO2EhT2TxBl1v7leDqR97 > .row .container { width:320px;height:799px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWrwwHo7XnCTgdUJw64yJayRVbONgWS3 { width:320px;height:124.7812px;top:43px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LvaT2y9wR7FrkGawHszwpkEiG2CMJQkZ { width:307px;height:348px;top:193px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #BRiTofREpqrIsH6GaJszGqqilxT5deev { width:320px;height:609px;top:163.25px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 { display:block; }#Xeeh8lfMKPTTERcCqPLUfKvtFiNPKaM3 > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOwZ98R1hvgdxiHnnZBQXW0MLan2iWnT { width:253px;height:57.5938px;top:17.6953125px;left:33.5px;font-size:24px;text-align:center;text-align-last:center;z-index:15001;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pknJ1lmLcLB71GhThy720NLIp2SlBNH0 { display:block; }#pknJ1lmLcLB71GhThy720NLIp2SlBNH0 > .row .container { width:320px;height:308px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ktu4KV0RWh0LHCqdxDsGVQTtSmzr3w4h { width:141px;height:68px;top:26px;left:16.03125px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQDS6TfU3hiOC6ZiVQu0lZTzEfXQkeD { width:142px;height:68px;top:109.5px;left:166.6875px;display:block; }
 }@media only screen and (max-width: 763px) { #nTVcy3S3LSe8Hcg3KJT2Io0G5JsOC12S { width:135px;height:63px;top:27.5px;left:173.68965517241px;display:block; }
 }@media only screen and (max-width: 763px) { #d9T7JPm7ohEJnRy69n27JJTqmHNdX2nc { width:145px;height:69px;top:108px;left:14.037037037037px;display:block; }
 }@media only screen and (max-width: 763px) { #ctGtfs0zREg6FMhmacp1IquNqeD6pH2e { width:295px;height:55px;top:211px;left:12.5px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IldpTqxCo6oEuexihi9HHchNlLEoXgIZ { display:block; }
 }@media only screen and (max-width: 763px) { #TCLHonqvu0idzWL41RniDNcTnhxisTNu { display:block; }#TCLHonqvu0idzWL41RniDNcTnhxisTNu > .row .container { width:320px;height:924px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR1XS5yxC6HTtkr3c0hOGC8DKxpyVS6F { width:280px;height:55px;top:263px;left:0px;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #qCk8pUlhEUN463cRMlcTRVgShtvy9req { display:block; }
 }@media only screen and (max-width: 763px) { #tTMu4F97y9KJFu7sUeUbG5UUMfMJ8svw { width:295px;height:55px;top:829px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZeMsIrHc6JI85lKA8flG1E1v2L5VtH { display:block; }
 }@media only screen and (max-width: 763px) { #m8QM5DgkKsNefhCta3Olu86mVFlFop6x { width:286px;height:239px;top:31px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V3VCWHudQQzMTrKuTL5krcv9KIaGWTST { width:286px;height:239px;top:293px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s5VmGBXBhpyepuXTwske3rToxb2nF1ct { width:286px;height:239px;top:555px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ak32tFfHpPWnS4898DL9zAN3EMSmAbSN { display:block; }#ak32tFfHpPWnS4898DL9zAN3EMSmAbSN > .row .container { width:320px;height:572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrhfbTfUTJOQB4NinRTh5D9KVSE6z7WB { width:320px;height:212.46875px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oCwvna8IytZuZRqpMAosh4UMQaNKsD1P { width:320px;height:53px;top:490px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sCdG2ly3EZa9wOGrgNl4ARuLNFP5hKel { width:320px;height:218.367px;top:255px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2mKB3hzSI9QDtRe8HgxLAV4yDEfTd1i { width:3px;height:300px;top:563px;left:158px;display:none; }
 }@media only screen and (max-width: 763px) { #XpEWSQXWRK9RH9V8lPx2TJ3LWKtqZDvm { top:233.5px;left:10px;width:300px;height:3px;z-index:15004;background-color:#8967f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f { display:block; }#kZTVrOlSuqhJRvS7FcIhPcgR6kyxc94f > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4NDmoz6wthTlakhZmbvcroesfR5Lprr { width:146px;height:78px;top:46px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #pfT9RhyTtwdOwf323bppPK2lV3QLWmSk { width:256.997px;height:89.5936px;top:148px;left:33px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #a105XFMLHZg5xwsBfT87fVRbMDizfGFy { width:257px;height:0;top:132px;left:32px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fVSd2mTNdg0m9hy0MzOF7UfLPZVhMxkN { width:256.997px;height:22.3984px;top:257px;left:31px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }