.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#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 .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.84375rem;left:15.6875rem;height:2.11230625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IkTT143KbUtJOqH66xUmocqJvyVaBws0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2f;background-image:none;position:relative;display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { background-color: transparent; background-image: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container > .video-iframe-container { display: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row > .video-iframe-container { display: none; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .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); }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { border-width: 0; border-radius: 0; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:25rem;top:2.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:47.998046875rem;height:1.8681625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.38125rem;padding-right:0.3375rem;padding-bottom:0.38125rem;padding-left:0.3375rem;display:block;align-items:center;width:2.024375rem;min-width:2.024375rem;height:2.04875rem;position:relative;font-family:"open sans";font-size:1.525rem;font-weight:700;line-height:32.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.238125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.699375rem;height:0.81rem;position:relative;font-family:"open sans";font-size:0.571875rem;font-weight:400;line-height:12.96px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:10.4375rem;height:3.875rem;padding-top:0.47625rem;padding-right:0.481875rem;padding-bottom:0.47625rem;padding-left:0.481875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.4296875rem;left:52.0478515625rem;z-index:100002; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol { width:auto; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GPIiSeM6/ezgif.com_gif_maker_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.adaptive-delivery-prevent-bg, #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.lazyload, #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN.lazyloading { background-image: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { background-color: transparent; background-image: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container > .video-iframe-container { display: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row > .video-iframe-container { display: none; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .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); }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { border-width: 0; border-radius: 0; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { position:absolute;display:block;z-index:100000;background-color:rgba(23,24,24,0.8);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;height:40.1875rem;width:65.8125rem;top:2.3125rem;left:4.59375rem;display:block; }
#hIJezNxJd161sTOJDNQrZipI6HpVyeJI { color:#000000;display:block;width:58.5rem;position:absolute;font-family:oxygen;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.25rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:30.125rem;left:13.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7xUMitZ7ywFVq50aFtUVLKoxxskdged { background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:34.5rem;left:23.875rem;display:block; }
#VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { color:#000000;display:block;width:39.25rem;position:absolute;font-family:oxygen;font-size:3.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.875rem;left:17.875rem;height:4.7119125rem;font-style:normal;display:block; }
#OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { position:absolute;display:block;z-index:100007;background-color:#000000;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;height:7rem;width:60.9375rem;top:21.1875rem;left:7.03125rem;display:block; }
#XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { color:#000000;display:block;width:58.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:22.57421875rem;left:8.1875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000004;background-image:none;position:relative;display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { background-color: transparent; background-image: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container > .video-iframe-container { display: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row > .video-iframe-container { display: none; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .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); }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { border-width: 0; border-radius: 0; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:1.6875rem;left:4.28125rem;overflow:hidden;display:block; }
#Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19rem;height:2.5996125rem;font-style:normal;display:block; }
#eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { color:#000000;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:19rem;height:9.75rem;display:block; }
#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O { position:relative;display:block; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O { background-color: transparent; background-image: none; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row .container > .video-iframe-container { display: none; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row > .video-iframe-container { display: none; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .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); }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O { border-width: 0; border-radius: 0; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#LJJQpRqotGOd1S64CzwVSBhBruOuTpJg { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:33.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#CgVz2ogWpeN4L7R6xfq9KM27fHkT63nG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:75rem;top:5.25rem;left:3.125rem;overflow:hidden;display:block; }
#bQCaXts1npZXNTLpd8QPnqI8lfZLS0wC { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:52.625rem;top:5.25rem;left:11.1875rem;overflow:hidden;display:block; }
#gph0BPNd01Flop8Pit83T58GaPRO6Q7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XtZaakWM/ezgif.com_gif_maker_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l.adaptive-delivery-prevent-bg, #gph0BPNd01Flop8Pit83T58GaPRO6Q7l.lazyload, #gph0BPNd01Flop8Pit83T58GaPRO6Q7l.lazyloading { background-image: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { background-color: transparent; background-image: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container > .video-iframe-container { display: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row > .video-iframe-container { display: none; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .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); }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { border-width: 0; border-radius: 0; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:block; }#NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.03125rem;height:6.5rem;font-style:normal;display:block; }
#BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { color:#000000;display:block;width:49.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.875rem;left:1.03125rem;height:58.5rem;display:block; }
#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { background-color: transparent; background-image: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container > .video-iframe-container { display: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row > .video-iframe-container { display: none; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .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); }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { border-width: 0; border-radius: 0; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { color:#000000;display:block;width:66.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:4.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { position:relative;display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { background-color: transparent; background-image: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container > .video-iframe-container { display: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row > .video-iframe-container { display: none; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .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); }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { border-width: 0; border-radius: 0; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:14.40625rem;height:11.2119375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtByN73k4ov7SiiUroTnKbyaK9W0FXVm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:31.25rem;top:11.9375rem;left:21.875rem;overflow:hidden;display:block; }
#iRW9rU39Aih77dhwopTsuiSH3cODyDMI { color:#000000;display:block;width:67rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:4rem;height:11.375rem;display:block; }
#uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { color:#000000;display:block;width:63.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34.625rem;left:4rem;height:2.4375rem;font-style:normal;display:block; }
#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lCMUBSyT/ezgif.com_gif_maker_7_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.adaptive-delivery-prevent-bg, #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.lazyload, #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI.lazyloading { background-image: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { background-color: transparent; background-image: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container > .video-iframe-container { display: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row > .video-iframe-container { display: none; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .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); }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { border-width: 0; border-radius: 0; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.46875rem;height:;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:4.46875rem;height:8.125rem;display:block; }
#rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:29.875rem;left:4.46875rem;height:16.25rem;display:block; }
#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { position:relative;display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { background-color: transparent; background-image: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container > .video-iframe-container { display: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row > .video-iframe-container { display: none; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .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); }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { border-width: 0; border-radius: 0; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#090c13;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { color:#f04136;display:block;width:58.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { color:#ffffff;display:block;width:65rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:5rem;height:13rem;display:block; }
#omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:27.6875rem;left:23.875rem;display:block; }
#Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { position:relative;display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { background-color: transparent; background-image: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container > .video-iframe-container { display: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row > .video-iframe-container { display: none; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .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); }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { border-width: 0; border-radius: 0; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { background-color: transparent; background-image: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container > .video-iframe-container { display: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row > .video-iframe-container { display: none; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .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); }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { border-width: 0; border-radius: 0; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { color:#000000;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { color:#000000;display:block;width:56.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:9.1875rem;height:8.125rem;display:block; }
#gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { color:#000000;display:block;width:60.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:7.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { background-color: transparent; background-image: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container > .video-iframe-container { display: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row > .video-iframe-container { display: none; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .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); }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { border-width: 0; border-radius: 0; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.9375009536743rem;height:36.125rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { color:#000000;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:27.875019311905rem;left:39.700001716614rem;height:11.375rem;display:block; }
#UkD9ENEoG9HoqaULvg2kTpadd0I6LsIA { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:31.625rem;top:3.0363154411316rem;left:39.075001716614rem;display:block; }
#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f04136;background-image:none;position:relative;display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { background-color: transparent; background-image: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container > .video-iframe-container { display: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row > .video-iframe-container { display: none; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .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); }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { border-width: 0; border-radius: 0; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { color:#000000;display:block;width:66.75rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:4.125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { position:relative;display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { background-color: transparent; background-image: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container > .video-iframe-container { display: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row > .video-iframe-container { display: none; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .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); }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { border-width: 0; border-radius: 0; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.0625rem;width:49.8125rem;top:2.34375rem;left:12.59375rem;overflow:hidden;display:block; }
#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { position:relative;display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { background-color: transparent; background-image: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container > .video-iframe-container { display: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row > .video-iframe-container { display: none; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .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); }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { border-width: 0; border-radius: 0; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#zqSoodwTcqyhon5oM40hqahM11ZWS21l { color:#000000;display:block;width:65.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.306640625rem;left:4.65625rem;height:6.82325rem;text-align:center;text-align-last:center;display:block; }
#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { position:relative;display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { background-color: transparent; background-image: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container > .video-iframe-container { display: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row > .video-iframe-container { display: none; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .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); }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { border-width: 0; border-radius: 0; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#U0H14khqxqSZ18V1w8U5BMO34icAeFRH { position:absolute;display:block;z-index:100000;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.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { color:#f04136;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.3125rem;height:4.875rem;font-style:normal;display:block; }
#xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { position:absolute;display:block;z-index:100002;background-color:#f04136;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;height:0.1875rem;width:9.375rem;top:12.375rem;left:11.3125rem;display:block; }
#szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:11.3125rem;height:4.875rem;display:block; }
#BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.6875rem;top:2.625rem;left:43.90625rem;overflow:hidden;display:block; }
#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { position:relative;display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { background-color: transparent; background-image: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container > .video-iframe-container { display: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row > .video-iframe-container { display: none; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .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); }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { border-width: 0; border-radius: 0; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { position:absolute;display:block;z-index:100000;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.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { color:#f04136;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.3125rem;height:2.4375rem;font-style:normal;display:block; }
#khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { position:absolute;display:block;z-index:100002;background-color:#f04136;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;height:0.1875rem;width:9.375rem;top:12.375rem;left:11.3125rem;display:block; }
#TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:11.3125rem;height:4.875rem;display:block; }
#Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.5625rem;top:2.625rem;left:43.90625rem;overflow:hidden;display:block; }
#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { position:relative;display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { background-color: transparent; background-image: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container > .video-iframe-container { display: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row > .video-iframe-container { display: none; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .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); }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { border-width: 0; border-radius: 0; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { position:absolute;display:block;z-index:100000;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.3125rem solid #f04136;border-left:0;border-right:0;border-bottom:0.3125rem solid #f04136;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:60rem;top:3.40625rem;left:7.5rem;display:block; }
#rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { color:#f04136;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.3125rem;height:2.4375rem;font-style:normal;display:block; }
#V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { position:absolute;display:block;z-index:100002;background-color:#f04136;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;height:0.1875rem;width:9.375rem;top:10rem;left:11.3125rem;display:block; }
#E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.3125rem;height:4.875rem;display:block; }
#B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.4375rem;top:2.625rem;left:43.90625rem;overflow:hidden;display:block; }
#TOKhUd663793TrZ3hAAmwMourLJ7lKeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UOD0MHuK/testimonials_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV.adaptive-delivery-prevent-bg, #TOKhUd663793TrZ3hAAmwMourLJ7lKeV.lazyload, #TOKhUd663793TrZ3hAAmwMourLJ7lKeV.lazyloading { background-image: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { background-color: transparent; background-image: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container > .video-iframe-container { display: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row > .video-iframe-container { display: none; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .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); }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { border-width: 0; border-radius: 0; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#XkERttw78vuJFIvJGlWD4wuE3syewJ3W { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.625rem;left:13.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzPIE9QEtuXH0VF67sxnNpDr4X7hg9hX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:13.1875rem;left:17.25rem;overflow:hidden;display:block; }
#nTfht8OvE52460gteoK5ETdiadwFAiOR { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.1875rem;left:28.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.75rem;left:28.5625rem;height:5.68359375rem;font-style:normal;display:block; }
#tbwQTQxMulEracK7iGvEB493FAEVqxDQ { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:38.1875rem;top:24.0625rem;left:18.40625rem;display:block; }
#aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:29.6875rem;left:28.5625rem;height:5.68359375rem;font-style:normal;display:block; }
#BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:38.1875rem;top:38rem;left:18.4375rem;display:block; }
#wrbyLDJ1VA3th85WU1kKepCFBXzt4HnG { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:27.125rem;left:17.25rem;overflow:hidden;display:block; }
#P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:27.125rem;left:28.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#Zx8vagHickxDkzDWqqsaGtUfTzUFBTTe { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:43.75rem;left:28.5625rem;height:5.68359375rem;font-style:normal;display:block; }
#cM0mZbPgex1lT5qtXxisvTDnKgQznJPL { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:41.1875rem;left:17.25rem;overflow:hidden;display:block; }
#UAwGxrkzUnlAodH33qevVTK5T8SGPEBm { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:41.1875rem;left:28.5625rem;height:1.94921875rem;font-style:normal;display:block; }
#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { position:relative;display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { background-color: transparent; background-image: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container > .video-iframe-container { display: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row > .video-iframe-container { display: none; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .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); }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { border-width: 0; border-radius: 0; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.59375rem;left:3.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { background-color: transparent; background-image: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container > .video-iframe-container { display: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row > .video-iframe-container { display: none; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .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); }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { border-width: 0; border-radius: 0; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.96875rem;height:;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
#MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.9375rem;width:27.6875rem;top:3.375rem;left:42.40625rem;overflow:hidden;display:block; }
#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UOD0MHuK/testimonials_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv.adaptive-delivery-prevent-bg, #OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv.lazyload, #OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv.lazyloading { background-image: none; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container { background-color: transparent; background-image: none; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container > .video-iframe-container { display: none; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row > .video-iframe-container { display: none; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .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); }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container { border-width: 0; border-radius: 0; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#XZIdNxNicVF87PNpdzZqmBdzHDEHzl6H { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.625rem;left:13.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozBbgdTZUk5dzub41EB1aQP39SnyU6w3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:12.8125rem;left:7.125rem;overflow:hidden;display:block; }
#tcys7CSdpAVJMVRbR0mN8cmT36FzEZJs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:12.8125rem;left:28.4375rem;overflow:hidden;display:block; }
#PJ5VWhTvqJ40AQAoeFz7DtvT0eKn6ShG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:12.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#Mv0BEk4ZuysQQtLBkimffoWw7wuWSEvE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:34.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#dTLtGp33zKpXnPDvhw1xxQil6hLcifwJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:34.1875rem;left:49.9375rem;overflow:hidden;display:block; }
#fswirldUNZKAza8LEEBfvZ6ax3qhTJgZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:34.1875rem;left:7.125rem;overflow:hidden;display:block; }
#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { position:relative;display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { background-color: transparent; background-image: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container > .video-iframe-container { display: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row > .video-iframe-container { display: none; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .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); }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { border-width: 0; border-radius: 0; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { color:#f04136;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container { background-color: transparent; background-image: none; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container > .video-iframe-container { display: none; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row > .video-iframe-container { display: none; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .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); }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container { border-width: 0; border-radius: 0; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#zIClceo6XGB1ze4hIkwDMUUzuxsssZUx { position:absolute;display:block;z-index:100000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fbfbfb;border-left:0.125rem solid #fbfbfb;border-right:0.125rem solid #fbfbfb;border-bottom:0.125rem solid #fbfbfb;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.6875rem;width:22.0625rem;top:2.5rem;left:1.46875rem;display:block; }
#aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:18.9375rem;top:4rem;left:3.03125rem;overflow:hidden;display:block; }
#ckTU43WbHTaDcefEuE1u3eovBTwlf63Q { position:absolute;display:block;z-index:100001;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fbfbfb;border-left:0.125rem solid #fbfbfb;border-right:0.125rem solid #fbfbfb;border-bottom:0.125rem solid #fbfbfb;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.6875rem;width:22.0625rem;top:2.375rem;left:26.34375rem;display:block; }
#azIVkRO8Lqmmv4rh1LlGTwpJNgAqwghs { position:absolute;display:block;z-index:100002;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fbfbfb;border-left:0.125rem solid #fbfbfb;border-right:0.125rem solid #fbfbfb;border-bottom:0.125rem solid #fbfbfb;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.6875rem;width:22.0625rem;top:2.375rem;left:51.34375rem;display:block; }
#iX5icOWbOQtkw1kyKmawmtpN81VUu9RG { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.375rem;height:1.94921875rem;font-style:normal;display:block; }
#PkHVo4NmHmWraLTyPo6pAMKGtUIqoAEV { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.375rem;height:8.9355625rem;display:block; }
#HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:18.9375rem;top:4rem;left:28.03125rem;overflow:hidden;display:block; }
#TIBfi2UMswnOUz7FwrGRfhf6AFvQTmZW { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:29.84375rem;height:1.94921875rem;font-style:normal;display:block; }
#uz1fy85O8HahbGfXBmgVPV1GvZk6TxEg { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:19.8125rem;left:27.34375rem;height:8.9355625rem;display:block; }
#GwTWpeKOOIODzxnLZ3GJChQwvWoE9s8g { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:18.9375rem;top:4rem;left:53.03125rem;overflow:hidden;display:block; }
#V3Pt59TRihHkyTLANdEZMw1oeX5ITw3t { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:55.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#ncbNEy2isGs72SPWK9ETxRfEdr8I7t75 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:52.34375rem;height:8.9355625rem;display:block; }
#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { background-color: transparent; background-image: none; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container > .video-iframe-container { display: none; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row > .video-iframe-container { display: none; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .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); }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { border-width: 0; border-radius: 0; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#IZJLo5BViDwCz9Ly0dsalD2K8VIdG6pX { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:17.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container { background-color: transparent; background-image: none; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container > .video-iframe-container { display: none; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row > .video-iframe-container { display: none; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .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); }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container { border-width: 0; border-radius: 0; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#MbcSs7A4JabVF4Mh69B9GLbkWghCxrCe { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.25rem;left:4.78125rem;height:34.0176rem;display:block; }
#h7OqozALCkhwQPcr9oGmeax4uMWFFh6A { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.75rem;top:3.25rem;left:50.65625rem;overflow:hidden;display:block; }
#g6ZRHqEyOonhdlik4rQx7TC3MUpazs4f { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.75rem;top:23.4375rem;left:50.65625rem;overflow:hidden;display:block; }
#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { background-color: transparent; background-image: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container > .video-iframe-container { display: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row > .video-iframe-container { display: none; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .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); }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { border-width: 0; border-radius: 0; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:27.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { background-color: transparent; background-image: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container > .video-iframe-container { display: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row > .video-iframe-container { display: none; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .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); }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { border-width: 0; border-radius: 0; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { color:#000000;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:22.34375rem;height:7.14844375rem;display:block; }
#K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { position:absolute;display:block;z-index:100003;background-color:#dbdbdb;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;height:0.0625rem;width:46.875rem;top:12.1875rem;left:14.0625rem;display:block; }
#T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { color:#000000;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.6875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:22.34375rem;height:12.5097625rem;display:block; }
#JleLtPWifLfMB6RlC2e9keAXqJyHii89 { position:absolute;display:block;z-index:100004;background-color:#dbdbdb;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;height:0.0625rem;width:46.875rem;top:29.3125rem;left:14.0625rem;display:block; }
#Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { color:#000000;display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:32.625rem;left:5.09375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.625rem;left:22.34375rem;height:8.93555rem;display:block; }
#DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:43.875rem;left:10.21875rem;height:3.25rem;font-style:normal;display:block; }
#LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { background-color:#2a9acd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:48rem;left:25.46875rem;display:block; }
#DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container { background-color: transparent; background-image: none; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container > .video-iframe-container { display: none; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row > .video-iframe-container { display: none; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .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); }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container { border-width: 0; border-radius: 0; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#cXgUTL7kvxrth9c3auZVlCAioVB7RD2q { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ITrjpuKF/ezgif.com_webp_to_png_59_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J.adaptive-delivery-prevent-bg, #aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J.lazyload, #aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J.lazyloading { background-image: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { background-color: transparent; background-image: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container > .video-iframe-container { display: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row > .video-iframe-container { display: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .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); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { border-width: 0; border-radius: 0; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#ix55Lc9v7iAF8BbD2Zc6yRaUrarDaSH2 { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.34375rem;height:3.57421875rem;display:block; }
#Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.34375rem;height:35.7324375rem;display:block; }#Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/43nPln1q/screenshot_alicia.clickfunnels.com_2020.02.26_01_07_13.png); }
#AFmrQqn2eK97KrkQASlrnQ9vNq0lNKCi { background-color:#2a9acd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:45.4375rem;left:5.71875rem;display:block; }
#FLIFnORgSqO9TTCaVT6Dg5dC79vHJ2MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZJlUskiguczNXRTLwGXH56c8JOyTahod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { background-color: transparent; background-image: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container > .video-iframe-container { display: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row > .video-iframe-container { display: none; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .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); }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { border-width: 0; border-radius: 0; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { color:#000000;display:block;width:30rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { background-color: transparent; background-image: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container > .video-iframe-container { display: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row > .video-iframe-container { display: none; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .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); }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { border-width: 0; border-radius: 0; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { font-size:0.875rem;font-family:arial;height:204.3125rem;width:75rem;position:relative;display:block; }#SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { position:absolute;display:block;z-index:100000;background-color:#fafbfb;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;height:22.4375rem;width:58.5rem;top:1.5625rem;left:8.25rem;display:block; }
#eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:17.1875rem;top:3.65625rem;left:10.03125rem;overflow:hidden;display:block; }
#xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.65625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { position:absolute;display:block;z-index:100003;background-color:#d2bb7c;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;height:0.125rem;width:12.5rem;top:6.875rem;left:29.15625rem;display:block; }
#f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:29.15625rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { position:absolute;display:block;z-index:100001;background-color:#fafbfb;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;height:22.0625rem;width:58.5rem;top:25.375rem;left:8.25rem;display:block; }
#xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.1875rem;top:26.90625rem;left:10.03125rem;overflow:hidden;display:block; }
#fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26.34375rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { position:absolute;display:block;z-index:100004;background-color:#d2bb7c;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;height:0.125rem;width:10.5625rem;top:29.375rem;left:29.15625rem;display:block; }
#KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.9375rem;left:29.15625rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { position:absolute;display:block;z-index:100002;background-color:#fafbfb;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;height:21rem;width:58.5rem;top:49.125rem;left:8.25rem;display:block; }
#AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:50.625rem;left:10.03125rem;overflow:hidden;display:block; }
#ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { color:#000000;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:50.625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { position:absolute;display:block;z-index:100005;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:53.8125rem;left:29.15625rem;display:block; }
#Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:55.5625rem;left:29.15625rem;height:14.29685rem;text-align:left;text-align-last:left;display:block; }
#LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { position:absolute;display:block;z-index:100003;background-color:#fafbfb;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;height:22.9375rem;width:58.5rem;top:71.8125rem;left:8.25rem;display:block; }
#f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:73.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#Ucz0adbV2CS0OubfB9dGK086WTNhIthr { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:73.5625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#ANcahs2U6KEwobsqggMaAJugJ12vLJwd { position:absolute;display:block;z-index:100006;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:76.59375rem;left:29.15625rem;display:block; }
#QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:77.9375rem;left:29.15625rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { position:absolute;display:block;z-index:100004;background-color:#fafbfb;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;height:21.875rem;width:58.5rem;top:96.4375rem;left:8.25rem;display:block; }
#F3f3vETzJwAeTbH2troENaMycE67TJIy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:97.875rem;left:10.0625rem;overflow:hidden;display:block; }
#LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:97.875rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#kxehEq5ELXam6kELtpTJc0feQQGCBHqV { position:absolute;display:block;z-index:100007;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:100.9375rem;left:29.15625rem;display:block; }
#hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:102.8125rem;left:29.15625rem;height:14.29685rem;text-align:left;text-align-last:left;display:block; }
#noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { position:absolute;display:block;z-index:100005;background-color:#fafbfb;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;height:29.3125rem;width:58.5rem;top:119.9375rem;left:8.25rem;display:block; }
#K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:121.625rem;left:10.0625rem;overflow:hidden;display:block; }
#CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:121.625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { position:absolute;display:block;z-index:100008;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:125rem;left:29.15625rem;display:block; }
#udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:126.5625rem;left:29.15625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:126.5625rem;left:29.15625rem;height:21.44535rem;text-align:left;text-align-last:left;display:block; }
#qhOO4OLyOvUAebItPgCRdZBByplUHQHD { position:absolute;display:block;z-index:100006;background-color:#fafbfb;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;height:24.875rem;width:58.5rem;top:150.9375rem;left:8.25rem;display:block; }
#PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:17.125rem;top:153.4375rem;left:10.0625rem;overflow:hidden;display:block; }
#olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { color:#000000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:153.4375rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { position:absolute;display:block;z-index:100009;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:156.625rem;left:29.15625rem;display:block; }
#o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:158.5rem;left:29.15625rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#L18iERTcbca8FuTNIF2stTNpdOiFgJlt { position:absolute;display:block;z-index:100007;background-color:#fafbfb;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;height:24.875rem;width:58.5rem;top:177.6875rem;left:8.25rem;display:block; }
#THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:17.125rem;top:180.0625rem;left:10.0625rem;overflow:hidden;display:block; }
#H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { color:#000000;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:180.0625rem;left:29.15625rem;height:2.4375rem;font-style:normal;display:block; }
#JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { position:absolute;display:block;z-index:100010;background-color:#d2bb7c;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;height:0.125rem;width:10.75rem;top:183.125rem;left:29.15625rem;display:block; }
#sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:185rem;left:29.15625rem;height:16.083975rem;text-align:left;text-align-last:left;display:block; }
#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { background-color: transparent; background-image: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container > .video-iframe-container { display: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row > .video-iframe-container { display: none; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .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); }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { border-width: 0; border-radius: 0; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:19.96875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Bqdku4GB/ezgif.com_webp_to_png_69_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.adaptive-delivery-prevent-bg, #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.lazyload, #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P.lazyloading { background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { background-color: transparent; background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .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); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { border-width: 0; border-radius: 0; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:block; }#Wh3G8u9hOt53D30RWddclIaWZtePhxJW { color:#000000;display:block;width:37rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:4.21875rem;height:10.78515625rem;display:block; }
#WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:15.0625rem;left:7.09375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { color:#000000;display:block;width:40rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.5625rem;left:4.21875rem;height:41.16603125rem;display:block; }
#dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { background-color:#2a9acd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:4.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:61rem;left:4.21875rem;display:block; }
#AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YCzkP6f3/ezgif.com_webp_to_png_37_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF.adaptive-delivery-prevent-bg, #ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF.lazyload, #ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF.lazyloading { background-image: none; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container { background-color: transparent; background-image: none; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container > .video-iframe-container { display: none; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row > .video-iframe-container { display: none; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .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); }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container { border-width: 0; border-radius: 0; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#KxvEnNNdGmiy9UtXK2tcImfXz1ozNlSz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:14.8125rem;top:2.4375rem;left:4.34375rem;overflow:hidden;display:block; }
#p2eGkFkeHI6dr0lO55fCXETfq86KtTOk { color:#000000;display:block;width:39rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0ca7H281Ty6BB1Lecv7OcD5gsGu16ph { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.5rem;left:21.90625rem;height:8.9355625rem;display:block; }
#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cacaca;background-image:none;position:relative;display:block; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container { background-color: transparent; background-image: none; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container > .video-iframe-container { display: none; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row > .video-iframe-container { display: none; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .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); }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container { border-width: 0; border-radius: 0; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container { font-size:0.875rem;font-family:arial;height:78.125rem;width:75rem;position:relative;display:block; }#mTSX2wKnPTQRqaqUIg8mWKcp2SFuurrG { position:absolute;display:block;z-index:100000;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.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5rem;width:32.25rem;top:2.25rem;left:2.625rem;display:block; }
#X8TCdGSLEAO8prLGiSQSflO5T2a89zrz { position:absolute;display:block;z-index:100001;border-top:0.25rem solid #d9d9d9;border-left:0.25rem solid #d9d9d9;border-right:0.25rem solid #d9d9d9;border-bottom:0.25rem solid #d9d9d9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.375rem;width:9.375rem;top:3.75rem;left:14.0625rem;overflow:hidden;display:block; }
#LrNtSB3cnes3KcmM5U8gr4goXVupoeRv { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:14.78125rem;left:5.875rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#PwkV7aIG1aNPaRzNTgpX2517ZvkIum9w { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.25rem;top:31rem;left:15.625rem;overflow:hidden;display:block; }
#UrfKMWOEZdVXcpWEOTOuqHOfTrBaLz4c { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:32.6875rem;left:14.84375rem;height:1.7871125rem;font-style:normal;display:block; }
#SC52OaChRegcpZQS4sKyTzBCQW118Dr3 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:34.375rem;left:17.375rem;height:1.7871125rem;display:block; }
#SHTXxhqsClGG95siby769EKicWF6VH0L { position:absolute;display:block;z-index:100001;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.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5rem;width:32.25rem;top:2.25rem;left:39.9375rem;display:block; }
#qaKHsPQ8V4H0Htw74nAETTbDxcOueC7w { position:absolute;display:block;z-index:100002;border-top:0.25rem solid #d9d9d9;border-left:0.25rem solid #d9d9d9;border-right:0.25rem solid #d9d9d9;border-bottom:0.25rem solid #d9d9d9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.375rem;width:9.375rem;top:3.75rem;left:51.3125rem;overflow:hidden;display:block; }
#RwRy9qVWLoC0fa8wNuEGcfSanylhQGMr { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.78125rem;left:43.375rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#DdTBoA7fxFGyWKdJR3I2oklyBsmzbaBU { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.25rem;top:30.9375rem;left:53.125rem;overflow:hidden;display:block; }
#R37UmorhDFkQQfTNXuswMwc6GKcFemHP { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:32.625rem;left:52.34375rem;height:1.7871125rem;font-style:normal;display:block; }
#Sa0M1c3rbuNT01buCiNOIOZaKJ1anJZp { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:34.3125rem;left:54.875rem;height:1.7871125rem;display:block; }
#PyTQbZDzXMM8gVvPxfOn5NRnMsNBqyhZ { position:absolute;display:block;z-index:100001;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.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5rem;width:32.25rem;top:40.1875rem;left:2.4375rem;display:block; }
#xITDHb63hC6pwq4ALWxpxIRQP2sELGhX { position:absolute;display:block;z-index:100002;border-top:0.25rem solid #d9d9d9;border-left:0.25rem solid #d9d9d9;border-right:0.25rem solid #d9d9d9;border-bottom:0.25rem solid #d9d9d9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.375rem;width:9.375rem;top:42rem;left:13.8125rem;overflow:hidden;display:block; }
#OOHs3qVcwEhGdMRc0E6aQfZgZTIEMwWR { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:53.5rem;left:6.0625rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#CT6wDRfT01S0o8c9tdetL39RVETlMELm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.25rem;top:68.875rem;left:15.625rem;overflow:hidden;display:block; }
#DvWpooU0019gyasICrcGBiwE5MT6vK3W { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:70.625rem;left:14.84375rem;height:1.7871125rem;font-style:normal;display:block; }
#aTRL0KiSi6suEvTRaW6l6sM5QgTrCRWb { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:72.375rem;left:17.375rem;height:1.7871125rem;display:block; }
#cOxo5cKTqWFgFoWWfmJNTOOgS2ebHAA0 { position:absolute;display:block;z-index:100002;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.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.5rem;width:32.25rem;top:40.1875rem;left:39.9375rem;display:block; }
#QC4Q0Jnn06kSqBHk9w3Sdggu8izFDPfN { position:absolute;display:block;z-index:100003;border-top:0.25rem solid #d9d9d9;border-left:0.25rem solid #d9d9d9;border-right:0.25rem solid #d9d9d9;border-bottom:0.25rem solid #d9d9d9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.375rem;width:9.375rem;top:42rem;left:51.3125rem;overflow:hidden;display:block; }
#DvrIN4hHDSoKEfVOaTKPHZEp48ZV6Amb { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:53.5rem;left:43.375rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#N4BGD3zlcTpf4H9CuFgM20HC7IV5hwxL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.25rem;top:68.875rem;left:53.125rem;overflow:hidden;display:block; }
#CxQDKrltS9zEK6GvwRKE1x8baemZ3NCg { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:70.625rem;left:52.34375rem;height:1.7871125rem;font-style:normal;display:block; }
#OglDUDuZoXdqZNd5JoqUVRunOKqTrTPw { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:72.375rem;left:54.875rem;height:1.7871125rem;display:block; }
#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { background-color: transparent; background-image: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container > .video-iframe-container { display: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row > .video-iframe-container { display: none; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .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); }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { border-width: 0; border-radius: 0; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:21.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { background-color: transparent; background-image: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container > .video-iframe-container { display: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row > .video-iframe-container { display: none; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .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); }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { border-width: 0; border-radius: 0; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:0.875rem;left:2.21875rem;display:block; }
#C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:2.21875rem;height:8.125rem;display:block; }
#wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:12.25rem;left:2.21875rem;display:block; }
#VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15rem;left:2.21875rem;height:8.125rem;display:block; }
#qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:25.125rem;left:2.21875rem;display:block; }
#i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.375rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.21875rem;height:8.125rem;display:block; }
#nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:38.4375rem;left:2.21875rem;display:block; }
#JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:41.3125rem;left:2.21875rem;height:8.125rem;display:block; }
#uLukJQg620P4wQKD1IRNrDUh4dgcXACA { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:52.25rem;left:2.21875rem;display:block; }
#CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:52.5rem;left:4.34375rem;height:1.625rem;font-style:normal;display:block; }
#qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:55.0625rem;left:2.21875rem;height:8.125rem;display:block; }
#ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.875rem;left:42.21875rem;display:block; }
#S61kFIa65STUML5Taa9i88TK6GRcqATW { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.125rem;left:44.5rem;height:1.625rem;font-style:normal;display:block; }
#QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3rem;left:42.21875rem;height:8.125rem;display:block; }
#vTnh8C28U3pu9kICRWuqRxt4RACywZrm { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:12.25rem;left:42.21875rem;display:block; }
#GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.5rem;left:44.5rem;height:3.25rem;font-style:normal;display:block; }
#PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.75rem;left:42.21875rem;height:8.125rem;display:block; }
#lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:25.125rem;left:42.21875rem;display:block; }
#SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:25.375rem;left:44.34375rem;height:1.625rem;font-style:normal;display:block; }
#oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:27.9375rem;left:42.21875rem;height:8.125rem;display:block; }
#EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:38.4375rem;left:42.21875rem;display:block; }
#hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:38.6875rem;left:44.5rem;height:1.625rem;font-style:normal;display:block; }
#ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:41.3125rem;left:42.21875rem;height:8.125rem;display:block; }
#O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:52.25rem;left:42.21875rem;display:block; }
#Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:52.5rem;left:44.34375rem;height:1.625rem;font-style:normal;display:block; }
#LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:55.0625rem;left:42.21875rem;height:8.125rem;display:block; }
#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2bb7c;background-image:none;position:relative;display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { background-color: transparent; background-image: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container > .video-iframe-container { display: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row > .video-iframe-container { display: none; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .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); }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { border-width: 0; border-radius: 0; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { color:#000000;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { background-color: transparent; background-image: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container > .video-iframe-container { display: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row > .video-iframe-container { display: none; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .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); }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { border-width: 0; border-radius: 0; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#J6EWWJRIX1XJbd0flq3wFcchsWg17Are { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:22.625rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.3125rem solid #f8f8f8;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.125rem;width:18.3125rem;top:6.9375rem;left:7.4375rem;overflow:hidden;display:block; }
#LgNHIfp10CN7ymETIqc7MfIIevRpomgV { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:29.90625rem;height:2.76171875rem;font-style:normal;display:block; }
#kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.90625rem;height:33.9550625rem;display:block; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-container { padding-top:0;padding-right:0.385625rem;padding-bottom:0;padding-left:0.3425rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.508125rem;padding-right:0.085625rem;padding-bottom:0.805rem;padding-left:0.085625rem;display:block;width:3.68375rem;height:2.668125rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:2.668125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.adaptive-delivery-prevent-bg, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyload, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyloading { background-image: none; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.085625rem;padding-bottom:0;padding-left:0.085625rem;display:block;width:3.68375rem;height:0.635rem;position:relative;font-family:"open sans";font-size:0.593125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh { top:45.8125rem;left:38.6875rem;z-index:100003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #JPaQZVEUwXhxD2q2eygBkJvGKUivLkSv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #kRyfD1yCGdUm1p2T4pRriyMi8gI9uSsI { display:block;position:relative;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #GtLTVRl0KbW8Ko5TUVAPLqippcXLnN4p { display:block;position:relative;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #D7wTT28QKeTuUpodB0dXvQeqB6S74L6H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #x4xvhyQTKUmk86FfFkosqaMvLsi71TQp { display:block; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #pVi943kLp641TxMWXAPN4PVOkFUqmN9q { display:block; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #CLzwwkGzQgLHHRT1VcuBdMZs3ciiux99 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #tLdzogz7pLzN3xPTxDwJ14ZM05XlHuwP { display:block; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #fhpITSb9XPNMsaMF6tx5ScxKCQmSZrr8 { display:block; }
#AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { background-color:#2a9acd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.1875rem solid #09699d;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:5.375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:51.625rem;left:33.625rem;display:block; }
#tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container { background-color: transparent; background-image: none; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container > .video-iframe-container { display: none; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row > .video-iframe-container { display: none; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .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); }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container { border-width: 0; border-radius: 0; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#x9yXzID7CXbhFTNnkvPe0pTME0n6Du0t { color:#000000;display:block;width:5.125rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TW94A3VKC7xGW434dzLe6WnvrS61rBhD { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.75rem;left:49.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Btw3ExFslQFUTg4qvPsv0hnfXFL7D5dr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:50rem;height:7.14845rem;display:block; }
#umhLXmB5QCl4h1DqwsbXKPVK47hTkBVK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:21.875rem;top:5.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z { position:relative;display:block; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z { background-color: transparent; background-image: none; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row .container > .video-iframe-container { display: none; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row > .video-iframe-container { display: none; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .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); }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z { border-width: 0; border-radius: 0; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SrMwxPG2ls94672fvsSURPCKx2oiwyEf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #fafafa;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:14.8125rem;top:1.96875rem;left:1.96875rem;overflow:hidden;display:block; }
#Vlu9XWMApIi1QfQObypUbxxtTm3gHbtX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #fafafa;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:14.8125rem;top:1.8125rem;left:20.71875rem;overflow:hidden;display:block; }
#MKiOEGoNEGzqAMZPFPcchsBmPg8FfE7L { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #fafafa;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:14.8125rem;top:1.8125rem;left:39.46875rem;overflow:hidden;display:block; }
#y9h3AMEnUvxvKOLVaJKTOvHRZbK04pAz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #fafafa;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:14.8125rem;top:1.8125rem;left:58.21875rem;overflow:hidden;display:block; }
#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#194570;background-image:none;position:relative;display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { background-color: transparent; background-image: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container > .video-iframe-container { display: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row > .video-iframe-container { display: none; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .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); }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { border-width: 0; border-radius: 0; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.65625rem;height:2.2734375rem;display:block; }
#WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:3.40625rem;height:1.29980625rem;display:block; }
#r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.65625rem;height:1.13671875rem;font-style:normal;display:block; }
#EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:9.375rem;top:7.46875rem;left:61.46875rem;overflow:hidden;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { top:0.8125rem;left:2.0625rem;width:43.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTT143KbUtJOqH66xUmocqJvyVaBws0 { display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { top:2.5625rem;left:0rem;width:25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { top:2rem;left:28.25rem;width:19.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { display:flex;width:13.5rem;height:5.0625rem;top:6.5625rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
 }@media only screen and (max-width: 763px) { #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { top:2.3125rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJezNxJd161sTOJDNQrZipI6HpVyeJI { top:5.125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { top:30.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xUMitZ7ywFVq50aFtUVLKoxxskdged { width:27.25rem;height:4.8125rem;top:34.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block; }
 }@media only screen and (max-width: 763px) { #VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { top:14.875rem;left:4.25rem;width:39.25rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { top:21.1875rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { top:22.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { top:1.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { top:1.6875rem;left:5.3750009536743rem;width:41.0625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { top:4.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5ooQrop7zBIrDikdD7NDCT49PQRA8O { display:block; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJJQpRqotGOd1S64CzwVSBhBruOuTpJg { top:2.375rem;left:20.03125rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgVz2ogWpeN4L7R6xfq9KM27fHkT63nG { top:5.25rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bQCaXts1npZXNTLpd8QPnqI8lfZLS0wC { top:5.25rem;left:0rem;width:47.75rem;height:3.4026128266033rem;display:block; }
 }@media only screen and (max-width: 763px) { #gph0BPNd01Flop8Pit83T58GaPRO6Q7l { display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { top:1.8125rem;left:0rem;width:45.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { top:9.875rem;left:0rem;width:47.75rem;height:60.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { top:1.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { top:3.1875rem;left:0.78125095367431rem;width:46.1875rem;height:11.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtByN73k4ov7SiiUroTnKbyaK9W0FXVm { top:11.9375rem;left:8.25rem;width:31.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRW9rU39Aih77dhwopTsuiSH3cODyDMI { top:20.9375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { top:34.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfuUHalMu6tsshuw757Tbg83rccWsfAl { top:12.875rem;left:0rem;width:32.9375rem;height:;font-size:1.25rem;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { top:1.8125rem;left:0rem;width:32.9375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { top:29.875rem;left:0rem;width:32.9375rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { top:3.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { top:11.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { width:27.25rem;height:4.8125rem;top:27.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block; }
 }@media only screen and (max-width: 763px) { #mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { top:2.625rem;left:8.625rem;width:30.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { top:7.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { top:18.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { top:1.4375rem;left:0rem;width:33.6875rem;height:37.75rem;font-size:1.25rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { top:27.875rem;left:17.375rem;width:30.375rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkD9ENEoG9HoqaULvg2kTpadd0I6LsIA { top:3rem;left:16.125rem;width:31.625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { top:1.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { top:2.3125rem;left:0rem;width:47.75rem;height:19.231806775407rem;display:block; }
 }@media only screen and (max-width: 763px) { #RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqSoodwTcqyhon5oM40hqahM11ZWS21l { top:2.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0H14khqxqSZ18V1w8U5BMO34icAeFRH { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { top:6.375rem;left:0rem;width:21.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { top:12.375rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { top:14.8125rem;left:0rem;width:27.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { top:2.625rem;left:28.0625rem;width:19.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { top:6.375rem;left:0rem;width:21.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { top:12.375rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { top:14.8125rem;left:0rem;width:27.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { top:2.625rem;left:28.0625rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { top:3.375rem;left:0rem;width:47.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { top:6.375rem;left:0rem;width:21.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { top:10rem;left:0rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { top:12.3125rem;left:0rem;width:27.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { top:2.625rem;left:28.0625rem;width:19.4375rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKhUd663793TrZ3hAAmwMourLJ7lKeV { display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkERttw78vuJFIvJGlWD4wuE3syewJ3W { top:3.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPIE9QEtuXH0VF67sxnNpDr4X7hg9hX { top:13.1875rem;left:3.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfht8OvE52460gteoK5ETdiadwFAiOR { top:13.1875rem;left:14.9375rem;width:29.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { top:15.75rem;left:14.9375rem;width:29.1875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbwQTQxMulEracK7iGvEB493FAEVqxDQ { top:24.0625rem;left:4.78125rem;width:38.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { top:29.6875rem;left:14.9375rem;width:29.1875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { top:38rem;left:4.8125rem;width:38.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbyLDJ1VA3th85WU1kKepCFBXzt4HnG { top:27.125rem;left:3.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { top:27.125rem;left:14.9375rem;width:29.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8vagHickxDkzDWqqsaGtUfTzUFBTTe { top:43.75rem;left:14.9375rem;width:29.1875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0mZbPgex1lT5qtXxisvTDnKgQznJPL { top:41.1875rem;left:3.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwGxrkzUnlAodH33qevVTK5T8SGPEBm { top:41.1875rem;left:14.9375rem;width:29.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { top:2.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b7A28UflITd9nDpufn631gTfbqofds { top:3.375rem;left:0rem;width:31.5625rem;height:;font-size:1.25rem;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { top:3.375rem;left:20.0625rem;width:27.6875rem;height:50.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv { display:block; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZIdNxNicVF87PNpdzZqmBdzHDEHzl6H { top:3.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozBbgdTZUk5dzub41EB1aQP39SnyU6w3 { top:12.8125rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcys7CSdpAVJMVRbR0mN8cmT36FzEZJs { top:12.8125rem;left:14.8125rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5VWhTvqJ40AQAoeFz7DtvT0eKn6ShG { top:12.8125rem;left:29.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0BEk4ZuysQQtLBkimffoWw7wuWSEvE { top:34.1875rem;left:14.8125rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTLtGp33zKpXnPDvhw1xxQil6hLcifwJ { top:34.1875rem;left:29.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fswirldUNZKAza8LEEBfvZ6ax3qhTJgZ { top:34.1875rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { top:2.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV { display:block; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIClceo6XGB1ze4hIkwDMUUzuxsssZUx { top:2.5rem;left:0rem;width:22.0625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { top:4rem;left:0rem;width:18.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTU43WbHTaDcefEuE1u3eovBTwlf63Q { top:2.375rem;left:9.4375rem;width:22.0625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIVkRO8Lqmmv4rh1LlGTwpJNgAqwghs { top:2.375rem;left:25.3125rem;width:22.0625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX5icOWbOQtkw1kyKmawmtpN81VUu9RG { top:17.1875rem;left:0rem;width:20.25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkHVo4NmHmWraLTyPo6pAMKGtUIqoAEV { top:19.8125rem;left:0rem;width:20.3125rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { top:4rem;left:12.8125rem;width:18.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBfi2UMswnOUz7FwrGRfhf6AFvQTmZW { top:17.1875rem;left:16.15625rem;width:15.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1fy85O8HahbGfXBmgVPV1GvZk6TxEg { top:19.8125rem;left:11.4375rem;width:20.3125rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTWpeKOOIODzxnLZ3GJChQwvWoE9s8g { top:4rem;left:28.6875rem;width:18.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Pt59TRihHkyTLANdEZMw1oeX5ITw3t { top:17.1875rem;left:33rem;width:13.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbNEy2isGs72SPWK9ETxRfEdr8I7t75 { top:19.8125rem;left:27.3125rem;width:20.3125rem;height:8.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 { display:block; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZJLo5BViDwCz9Ly0dsalD2K8VIdG6pX { top:1.3125rem;left:4.09375rem;width:39.5625rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKoKTBNu7zONF1EuD09VV8rtzEi33TWX { display:block; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbcSs7A4JabVF4Mh69B9GLbkWghCxrCe { top:3.25rem;left:0rem;width:38.8125rem;height:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7OqozALCkhwQPcr9oGmeax4uMWFFh6A { top:3.25rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZRHqEyOonhdlik4rQx7TC3MUpazs4f { top:23.4375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { top:1.3125rem;left:13.65625rem;width:20.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { top:2.6875rem;left:0rem;width:9.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { top:4.875rem;left:0rem;width:8.8125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { top:2.6875rem;left:2.9375rem;width:44.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { top:12.1875rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { top:14.8125rem;left:0rem;width:9.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { top:17.0625rem;left:0rem;width:9.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { top:14.8125rem;left:2.9375rem;width:44.8125rem;height:12.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JleLtPWifLfMB6RlC2e9keAXqJyHii89 { top:29.3125rem;left:0.4375rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { top:32.625rem;left:0rem;width:10.875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { top:34.875rem;left:0rem;width:12.4375rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { top:32.625rem;left:2.9375rem;width:44.8125rem;height:8.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { top:43.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { width:24.0625rem;height:4.75rem;top:48rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block; }
 }@media only screen and (max-width: 763px) { #zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi { display:block; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXgUTL7kvxrth9c3auZVlCAioVB7RD2q { top:1.3125rem;left:4.9062509536743rem;width:37.9375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J { display:block; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix55Lc9v7iAF8BbD2Zc6yRaUrarDaSH2 { top:2.4375rem;left:0rem;width:40.125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw { top:7.25rem;left:0rem;width:26.8125rem;height:35.25rem;font-size:1.1875rem;display:block; }#Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/43nPln1q/screenshot_alicia.clickfunnels.com_2020.02.26_01_07_13.png); }
 }@media only screen and (max-width: 763px) { #AFmrQqn2eK97KrkQASlrnQ9vNq0lNKCi { width:24.0625rem;height:4.75rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLIFnORgSqO9TTCaVT6Dg5dC79vHJ2MN { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlUskiguczNXRTLwGXH56c8JOyTahod { display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { top:1.3125rem;left:8.875rem;width:30rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { top:1.5625rem;left:0rem;width:47.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { top:3.625rem;left:0rem;width:17.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { top:3.625rem;left:15.53125rem;width:31.3125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { top:6.875rem;left:15.53125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { top:7.5625rem;left:11.25rem;width:36.5rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { top:25.375rem;left:0rem;width:47.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { top:26.875rem;left:0rem;width:17.1875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { top:26.3125rem;left:12.8125rem;width:34.9375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { top:29.375rem;left:15.53125rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { top:30.9375rem;left:11.25rem;width:36.5rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { top:49.125rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { top:50.625rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { top:50.625rem;left:12.8125rem;width:25.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { top:53.8125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { top:55.5625rem;left:12.4375rem;width:35.3125rem;height:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { top:71.8125rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { top:73.5625rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucz0adbV2CS0OubfB9dGK086WTNhIthr { top:73.5625rem;left:15.53125rem;width:26.8125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcahs2U6KEwobsqggMaAJugJ12vLJwd { top:76.5625rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { top:77.9375rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { top:96.4375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3f3vETzJwAeTbH2troENaMycE67TJIy { top:97.875rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { top:97.875rem;left:15.53125rem;width:18.4375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxehEq5ELXam6kELtpTJc0feQQGCBHqV { top:100.9375rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { top:102.8125rem;left:12.4375rem;width:35.3125rem;height:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { top:119.9375rem;left:0rem;width:47.75rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { top:121.625rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { top:121.625rem;left:15.53125rem;width:22.5625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { top:125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { top:126.5625rem;left:12.4375rem;width:35.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { top:126.5625rem;left:12.4375rem;width:35.3125rem;height:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOO4OLyOvUAebItPgCRdZBByplUHQHD { top:150.9375rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { top:153.4375rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { top:153.4375rem;left:15.53125rem;width:14.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { top:156.625rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { top:158.5rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18iERTcbca8FuTNIF2stTNpdOiFgJlt { top:177.6875rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { top:180.0625rem;left:0rem;width:17.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { top:180.0625rem;left:15.53125rem;width:20.875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { top:183.125rem;left:15.53125rem;width:10.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { top:185rem;left:12.4375rem;width:35.3125rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { top:1.3125rem;left:6.34375rem;width:35.0625rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh3G8u9hOt53D30RWddclIaWZtePhxJW { top:3rem;left:0rem;width:37rem;height:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { top:15.0625rem;left:0rem;width:31.25rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { top:18.5625rem;left:0rem;width:40rem;height:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { width:24.0625rem;height:4.75rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block; }
 }@media only screen and (max-width: 763px) { #ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF { display:block; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxvEnNNdGmiy9UtXK2tcImfXz1ozNlSz { top:2.4375rem;left:0rem;width:14.8125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2eGkFkeHI6dr0lO55fCXETfq86KtTOk { top:2.4375rem;left:8.28125rem;width:39rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ca7H281Ty6BB1Lecv7OcD5gsGu16ph { top:6.5rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G { display:block; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTSX2wKnPTQRqaqUIg8mWKcp2SFuurrG { top:2.25rem;left:0rem;width:32.25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TCdGSLEAO8prLGiSQSflO5T2a89zrz { top:3.75rem;left:7.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrNtSB3cnes3KcmM5U8gr4goXVupoeRv { top:14.75rem;left:0rem;width:25.75rem;height:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkV7aIG1aNPaRzNTgpX2517ZvkIum9w { top:31rem;left:8.8125rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrfKMWOEZdVXcpWEOTOuqHOfTrBaLz4c { top:32.6875rem;left:8.03125rem;width:7.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC52OaChRegcpZQS4sKyTzBCQW118Dr3 { top:34.375rem;left:10.5625rem;width:2.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTXxhqsClGG95siby769EKicWF6VH0L { top:2.25rem;left:15.125rem;width:32.25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKHsPQ8V4H0Htw74nAETTbDxcOueC7w { top:3.75rem;left:30.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRy9qVWLoC0fa8wNuEGcfSanylhQGMr { top:14.75rem;left:22rem;width:25.75rem;height:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTBoA7fxFGyWKdJR3I2oklyBsmzbaBU { top:30.9375rem;left:32.6875rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R37UmorhDFkQQfTNXuswMwc6GKcFemHP { top:32.625rem;left:31.90625rem;width:7.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa0M1c3rbuNT01buCiNOIOZaKJ1anJZp { top:34.3125rem;left:34.4375rem;width:2.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTQbZDzXMM8gVvPxfOn5NRnMsNBqyhZ { top:40.1875rem;left:0rem;width:32.25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITDHb63hC6pwq4ALWxpxIRQP2sELGhX { top:42rem;left:7rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHs3qVcwEhGdMRc0E6aQfZgZTIEMwWR { top:53.5rem;left:0rem;width:25.75rem;height:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6wDRfT01S0o8c9tdetL39RVETlMELm { top:68.875rem;left:8.8125rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvWpooU0019gyasICrcGBiwE5MT6vK3W { top:70.625rem;left:8.03125rem;width:7.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRL0KiSi6suEvTRaW6l6sM5QgTrCRWb { top:72.375rem;left:10.5625rem;width:2.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOxo5cKTqWFgFoWWfmJNTOOgS2ebHAA0 { top:40.1875rem;left:15.125rem;width:32.25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4Q0Jnn06kSqBHk9w3Sdggu8izFDPfN { top:42rem;left:30.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrIN4hHDSoKEfVOaTKPHZEp48ZV6Amb { top:53.5rem;left:22rem;width:25.75rem;height:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BGD3zlcTpf4H9CuFgM20HC7IV5hwxL { top:68.875rem;left:32.6875rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQDKrltS9zEK6GvwRKE1x8baemZ3NCg { top:70.625rem;left:31.90625rem;width:7.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OglDUDuZoXdqZNd5JoqUVRunOKqTrTPw { top:72.375rem;left:34.4375rem;width:2.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { top:1rem;left:7.40625rem;width:32.9375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { top:0.875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { top:1.125rem;left:0rem;width:13.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { top:3rem;left:0rem;width:12.5rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { top:12.25rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { top:12.5rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { top:15rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { top:25.125rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { top:25.375rem;left:0rem;width:31.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { top:27.875rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { top:38.4375rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { top:38.6875rem;left:0rem;width:25.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { top:41.3125rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { top:52.25rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { top:52.5rem;left:0rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { top:55.0625rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { top:0.875rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61kFIa65STUML5Taa9i88TK6GRcqATW { top:1.125rem;left:24.0625rem;width:23.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { top:3rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnh8C28U3pu9kICRWuqRxt4RACywZrm { top:12.25rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { top:12.5rem;left:18.8125rem;width:27.5rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { top:15.75rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { top:25.125rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { top:25.375rem;left:23.90625rem;width:20.625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { top:27.9375rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { top:38.4375rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { top:38.6875rem;left:24.0625rem;width:20.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { top:41.3125rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { top:52.25rem;left:23.875rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { top:52.5rem;left:23.90625rem;width:17.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { top:55.0625rem;left:18.125rem;width:29.625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { top:1.3125rem;left:5.125rem;width:37.5rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6EWWJRIX1XJbd0flq3wFcchsWg17Are { top:2rem;left:9rem;width:29.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { top:6.9375rem;left:0rem;width:18.3125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { top:6.9375rem;left:16.28125rem;width:16.9375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { top:10.8125rem;left:8.5rem;width:39.25rem;height:33.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-container { padding-top:0;padding-right:0.385625rem;padding-bottom:0;padding-left:0.3425rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.508125rem;padding-right:0.085625rem;padding-bottom:0.805rem;padding-left:0.085625rem;display:block;width:3.68375rem;height:2.668125rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:2.668125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.adaptive-delivery-prevent-bg, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyload, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyloading { background-image: none; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.085625rem;padding-bottom:0;padding-left:0.085625rem;display:block;width:3.68375rem;height:0.635rem;position:relative;font-family:"open sans";font-size:0.593125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh { top:45.8125rem;left:25.0625rem;width:13.75rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #JPaQZVEUwXhxD2q2eygBkJvGKUivLkSv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #kRyfD1yCGdUm1p2T4pRriyMi8gI9uSsI { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #GtLTVRl0KbW8Ko5TUVAPLqippcXLnN4p { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #D7wTT28QKeTuUpodB0dXvQeqB6S74L6H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #x4xvhyQTKUmk86FfFkosqaMvLsi71TQp {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #pVi943kLp641TxMWXAPN4PVOkFUqmN9q {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #CLzwwkGzQgLHHRT1VcuBdMZs3ciiux99 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #tLdzogz7pLzN3xPTxDwJ14ZM05XlHuwP {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #fhpITSb9XPNMsaMF6tx5ScxKCQmSZrr8 {  }
 }@media only screen and (max-width: 763px) { #AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { width:23.875rem;height:5.375rem;top:51.625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block; }
 }@media only screen and (max-width: 763px) { #X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m { display:block; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9yXzID7CXbhFTNnkvPe0pTME0n6Du0t { top:0.75rem;left:9.375rem;width:5.125rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW94A3VKC7xGW434dzLe6WnvrS61rBhD { top:0.75rem;left:29.1875rem;width:13.25rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btw3ExFslQFUTg4qvPsv0hnfXFL7D5dr { top:5.0625rem;left:29.5625rem;width:12.5rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umhLXmB5QCl4h1DqwsbXKPVK47hTkBVK { top:5.0625rem;left:1rem;width:21.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z { display:block; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrMwxPG2ls94672fvsSURPCKx2oiwyEf { top:1.9375rem;left:0rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlu9XWMApIi1QfQObypUbxxtTm3gHbtX { top:1.8125rem;left:9.0625rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKiOEGoNEGzqAMZPFPcchsBmPg8FfE7L { top:1.8125rem;left:21rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9h3AMEnUvxvKOLVaJKTOvHRZbK04pAz { top:1.8125rem;left:32.9375rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { top:3.3125rem;left:0rem;width:23.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { top:6.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { top:5.0625rem;left:0rem;width:20.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { top:7.4375rem;left:38.375rem;width:9.375rem;height:3.8125rem;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:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { width:18.75rem;height:6rem;top:1.03125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTT143KbUtJOqH66xUmocqJvyVaBws0 { display:block; }#IkTT143KbUtJOqH66xUmocqJvyVaBws0 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { width:18.75rem;height:3.8125rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { width:18.75rem;height:1.6875rem;top:5.853515625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B { display:flex;width:13.5rem;height:5.0625rem;top:6.5625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #vPgHGJDpW6GD3bW3lPPA0ydCXTgXTl4a { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #kbvgk752asd1kZFufop6QMy5Jtac5Bol {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #ORc80FMwxdbqdxwq9Panqc8sBUOqrAt3 {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #MOATADK73Wk2T0KsvoZTgSNo3Q9eim5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #KggsNRQ4RJ6kn5QIVaTN0h6BmMviDmzT {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #C6wPvbEI9sdRSanT3iqpvLT10FSdnxqB {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #d9dNqflkLi0fym5AERbZyWrOowriuJTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #eFco3Qv7TLST2kxpTDf64DryUDty1TBs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #UPAGo01tFeiCrc032yXdF9n2MatQqqFV {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #Fa2VptzuIhAXG5T1JRcCdfrPul79BtSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #TTnmg1bCXHlTpOEDfX21Jv0J9SwyydAs {  }
 }@media only screen and (max-width: 763px) { #inkEHb89BNZtbkJqeFT8iZRkccG5Xq4B #bRAAQaEBZI1r6xP1JhffgA2GtciuJNQk {  }
 }@media only screen and (max-width: 763px) { #XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN { display:block; }#XRXHoV7UfhbwzPTr8DLvkADkorOl3lDN > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { width:20rem;height:44.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJezNxJd161sTOJDNQrZipI6HpVyeJI { width:18.75rem;height:20.25rem;top:12.6875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { width:18.75rem;height:10.3125rem;top:33.9375rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xUMitZ7ywFVq50aFtUVLKoxxskdged { width:17.8125rem;height:4.375rem;top:47.1875rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block; }
 }@media only screen and (max-width: 763px) { #VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { width:20rem;height:0;top:47.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { width:20rem;height:7rem;top:53.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { width:20rem;height:0;top:54.41015625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { width:8.875rem;height:8.875rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { width:18.75rem;height:4.5rem;top:11rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHfB6Ts2FUzLfdnX6ecSKeboCE3yRbos { width:18.75rem;height:12.5rem;top:16.1875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cc5ooQrop7zBIrDikdD7NDCT49PQRA8O { display:block; }#cc5ooQrop7zBIrDikdD7NDCT49PQRA8O > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJJQpRqotGOd1S64CzwVSBhBruOuTpJg { width:7.6875rem;height:0;top:1.25rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgVz2ogWpeN4L7R6xfq9KM27fHkT63nG { width:20rem;height:0;top:4.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCaXts1npZXNTLpd8QPnqI8lfZLS0wC { width:20rem;height:1.4251781472684rem;top:5.5371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gph0BPNd01Flop8Pit83T58GaPRO6Q7l { display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { width:20rem;height:0;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { width:18.75rem;height:17.0625rem;top:0.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl { display:block; }#pFLTTMx3nsF8D7ZZWGWJ5z4pMUEfRSFl > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtByN73k4ov7SiiUroTnKbyaK9W0FXVm { width:20rem;height:4.12rem;top:13.7119375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRW9rU39Aih77dhwopTsuiSH3cODyDMI { width:20rem;height:0;top:19.0819375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { width:20rem;height:0;top:31.7069375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfuUHalMu6tsshuw757Tbg83rccWsfAl { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { width:20rem;height:0;top:27rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { width:20rem;height:0;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { width:19rem;height:4.8125rem;top:21.625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx3mLoVkB6xqts3z5FvbKHomvHv1dGIO { display:block; }
 }@media only screen and (max-width: 763px) { #mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL { display:block; }#mPOyt5Z9xofeUWoGlTwsPXo8rUbtQQmL > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { width:20rem;height:0;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { width:20rem;height:0;top:15.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { width:20rem;height:0;top:50.981719367589rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkD9ENEoG9HoqaULvg2kTpadd0I6LsIA { height:11.106719367589rem;width:20rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { width:18.75rem;height:17.0625rem;top:0.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 { display:block; }#o4JCwx5KTZWTLuTWB9T5zL4BEql2gGA9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXFdNPSoVG6IeLThSfbSIJFneXLXmT3t { width:20rem;height:8.0552070263488rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqSoodwTcqyhon5oM40hqahM11ZWS21l { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk { display:block; }#dnnQFoEyUvK0oERLv0UPPIvIrxAJ5mMk > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0H14khqxqSZ18V1w8U5BMO34icAeFRH { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { width:20rem;height:0;top:4.21875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { width:9.375rem;height:0.1875rem;top:10.21875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { width:20rem;height:0;top:12.65625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { width:19.6875rem;height:19.5625rem;top:23.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { width:20rem;height:0;top:4.21875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { width:9.375rem;height:0.1875rem;top:10.21875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { width:20rem;height:0;top:12.65625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { width:19.5625rem;height:19.5625rem;top:23.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRpebyL8hkhFtWdxgNMNk7gcBEQ9JqSM { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { width:20rem;height:0;top:4.21875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { width:9.375rem;height:0.1875rem;top:7.84375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { width:20rem;height:0;top:10.15625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { width:19.4375rem;height:19.5625rem;top:23.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKhUd663793TrZ3hAAmwMourLJ7lKeV { display:block; }#TOKhUd663793TrZ3hAAmwMourLJ7lKeV > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkERttw78vuJFIvJGlWD4wuE3syewJ3W { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPIE9QEtuXH0VF67sxnNpDr4X7hg9hX { width:9.375rem;height:9.375rem;top:9rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfht8OvE52460gteoK5ETdiadwFAiOR { width:20rem;height:0;top:19.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4CUKF5VTtMnf3tMaMU4xsO6NXwJgKwm { width:20rem;height:0;top:22.82421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbwQTQxMulEracK7iGvEB493FAEVqxDQ { width:20rem;height:0.125rem;top:29.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlvqt1sOgqrD8THlWb1nEk52wUFfHNT { width:20rem;height:0;top:44.95703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyEiXC3D7NZuuXzwsOm0y6NsSTb0RtM { width:20rem;height:0.125rem;top:51.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbyLDJ1VA3th85WU1kKepCFBXzt4HnG { width:9.375rem;height:9.375rem;top:31.1328125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ku0iy2Ve44sKxtOZxwyol4GqKiLugW { width:20rem;height:0;top:41.7578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8vagHickxDkzDWqqsaGtUfTzUFBTTe { width:20rem;height:0;top:67.08984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0mZbPgex1lT5qtXxisvTDnKgQznJPL { width:9.375rem;height:9.375rem;top:53.265625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwGxrkzUnlAodH33qevVTK5T8SGPEBm { width:20rem;height:0;top:63.890625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 { display:block; }#lt86QZL8rfmKMbs0KzSFFPNg5Il9GQ98 > .row .container { width:20rem;height:89.544582392777rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b7A28UflITd9nDpufn631gTfbqofds { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }#T2b7A28UflITd9nDpufn631gTfbqofds li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/WKqIdhIg/CHECK.png); }
 }@media only screen and (max-width: 763px) { #MmFqslsPsJ8HQPTSRm0SI7CWvPD7UTW7 { width:20rem;height:36.794582392776rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv { display:block; }#OlTRl7T1C3nWHQunPInTUCZdsTlzNkGv > .row .container { width:20rem;height:124.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZIdNxNicVF87PNpdzZqmBdzHDEHzl6H { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozBbgdTZUk5dzub41EB1aQP39SnyU6w3 { width:18rem;height:18rem;top:9rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcys7CSdpAVJMVRbR0mN8cmT36FzEZJs { width:18rem;height:18rem;top:28.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5VWhTvqJ40AQAoeFz7DtvT0eKn6ShG { width:18rem;height:18rem;top:47.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0BEk4ZuysQQtLBkimffoWw7wuWSEvE { width:18rem;height:18rem;top:86rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTLtGp33zKpXnPDvhw1xxQil6hLcifwJ { width:18rem;height:18rem;top:105.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fswirldUNZKAza8LEEBfvZ6ax3qhTJgZ { width:18rem;height:18rem;top:66.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz { display:block; }#lNb0Z1o4H4ya9E7H7ruL7Rtl3alKyfoz > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAErSs4XtyO7Q1vMZf8NEoqRTn1WRusT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV { display:block; }#FPmXAHoctQc2xRBu4WIdw9ragOQBl7pV > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIClceo6XGB1ze4hIkwDMUUzuxsssZUx { width:19.75rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { width:18.75rem;height:11.6875rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTU43WbHTaDcefEuE1u3eovBTwlf63Q { width:19.75rem;height:27rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIVkRO8Lqmmv4rh1LlGTwpJNgAqwghs { width:19.75rem;height:28.25rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX5icOWbOQtkw1kyKmawmtpN81VUu9RG { width:18.75rem;height:1.75rem;top:15.375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkHVo4NmHmWraLTyPo6pAMKGtUIqoAEV { width:18.75rem;height:8.4375rem;top:17.6875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { width:18.75rem;height:11.6875rem;top:31.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBfi2UMswnOUz7FwrGRfhf6AFvQTmZW { width:14.25rem;height:1.75rem;top:44.125rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1fy85O8HahbGfXBmgVPV1GvZk6TxEg { width:18.75rem;height:8.4375rem;top:46.8125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTWpeKOOIODzxnLZ3GJChQwvWoE9s8g { width:18.75rem;height:11.6875rem;top:60.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Pt59TRihHkyTLANdEZMw1oeX5ITw3t { width:13.375rem;height:1.75rem;top:72.6875rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbNEy2isGs72SPWK9ETxRfEdr8I7t75 { width:18.75rem;height:10.125rem;top:75.625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 { display:block; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZJLo5BViDwCz9Ly0dsalD2K8VIdG6pX { width:18.75rem;height:4.875rem;top:0.78125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKoKTBNu7zONF1EuD09VV8rtzEi33TWX { display:block; }#PKoKTBNu7zONF1EuD09VV8rtzEi33TWX > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbcSs7A4JabVF4Mh69B9GLbkWghCxrCe { width:18.75rem;height:42rem;top:1rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7OqozALCkhwQPcr9oGmeax4uMWFFh6A { width:18.75rem;height:18.75rem;top:45.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZRHqEyOonhdlik4rQx7TC3MUpazs4f { width:18.75rem;height:18.75rem;top:65.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { width:16.625rem;height:2.4375rem;top:1.03125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N { display:block; }#lQthTtJPPN2P1WNrmeTTzeIqVAAzwN7N > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { width:9.5rem;height:2rem;top:1.25rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { width:8.8125rem;height:2.25rem;top:3.25rem;left:5.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { width:18.75rem;height:13.5rem;top:6.4375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { width:18.75rem;height:0.0625rem;top:21.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { width:9.5rem;height:2rem;top:23.5625rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { width:9.6875rem;height:2.25rem;top:25.5625rem;left:5.15625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { width:18.75rem;height:18rem;top:29.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JleLtPWifLfMB6RlC2e9keAXqJyHii89 { width:18.75rem;height:0.0625rem;top:49.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { width:10.875rem;height:2rem;top:52.5625rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { width:12.4375rem;height:2.25rem;top:54.5625rem;left:3.78125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { width:18.75rem;height:12rem;top:58.0625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { width:18.75rem;height:7.3125rem;top:72.75rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { width:19rem;height:4.0625rem;top:81.0625rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWSaKaOx4TF7RXk80P3WJrznrZVTI6k { display:block; }
 }@media only screen and (max-width: 763px) { #zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi { display:block; }#zmDuz5EnOU4PJuTxbnDSufZn6dWgk6gi > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXgUTL7kvxrth9c3auZVlCAioVB7RD2q { width:18.75rem;height:4.875rem;top:0.875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J { background-color:transparent;background-image:none;display:block; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { background-color: transparent; background-image: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container > .video-iframe-container { display: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row > .video-iframe-container { display: none; }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .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); }#aSH1FwgDffyIBe9mpdi0atGcdqZ5qT9J > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix55Lc9v7iAF8BbD2Zc6yRaUrarDaSH2 { width:18.75rem;height:6rem;top:1.0625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw { width:18.75rem;height:41rem;top:8.4375rem;left:0.625rem;font-size:1.1875rem;display:block; }#Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/43nPln1q/screenshot_alicia.clickfunnels.com_2020.02.26_01_07_13.png); }
 }@media only screen and (max-width: 763px) { #AFmrQqn2eK97KrkQASlrnQ9vNq0lNKCi { width:18.75rem;height:4rem;top:51rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLIFnORgSqO9TTCaVT6Dg5dC79vHJ2MN { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlUskiguczNXRTLwGXH56c8JOyTahod { display:block; }#ZJlUskiguczNXRTLwGXH56c8JOyTahod > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { width:18.75rem;height:4.875rem;top:0.84375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S { display:block; }#hnWOUqk2lT7z8v7buV2Thk8wch6pzb7S > .row .container { width:20rem;height:320rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { width:20rem;height:40.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { width:9.375rem;height:9.3125rem;top:2.15625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { width:15.125rem;height:3.375rem;top:12.625rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzFqDSU9FJMuBiKZgavVST9Uf4K5HyZh { width:12.5rem;height:0.125rem;top:16.625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { width:18.75rem;height:21rem;top:18.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { width:20rem;height:38.6875rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { width:9.375rem;height:9.3125rem;top:43.90625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { width:17.375rem;height:3.375rem;top:54.4375rem;left:1.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0ShKWcChq2A0m1NVuJ35xB6atUekyvp { width:12.5rem;height:0.125rem;top:58.4375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { width:18.75rem;height:21rem;top:59.5rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { width:20rem;height:35.125rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { width:9.375rem;height:9.375rem;top:83.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { width:17.6875rem;height:1.6875rem;top:94.1875rem;left:1.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { width:12.5rem;height:0.125rem;top:96.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { width:18.75rem;height:18rem;top:98.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { width:20rem;height:35.3125rem;top:157.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { width:9.375rem;height:9.375rem;top:119.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucz0adbV2CS0OubfB9dGK086WTNhIthr { width:18.75rem;height:1.6875rem;top:130.125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcahs2U6KEwobsqggMaAJugJ12vLJwd { width:12.5rem;height:0.125rem;top:132.71875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { width:18.75rem;height:21rem;top:134.15625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { width:20rem;height:37.6875rem;top:118.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3f3vETzJwAeTbH2troENaMycE67TJIy { width:9.375rem;height:9.375rem;top:158.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { width:12.9375rem;height:1.6875rem;top:169.4375rem;left:3.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxehEq5ELXam6kELtpTJc0feQQGCBHqV { width:12.5rem;height:0.125rem;top:209.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { width:18.75rem;height:18rem;top:173.5rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { width:20rem;height:46.125rem;top:194.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { width:9.375rem;height:9.375rem;top:196.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { width:16.4375rem;height:1.6875rem;top:207rem;left:1.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { width:10.75rem;height:0.125rem;top:172.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { width:20rem;height:1.75rem;top:178.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { width:18.75rem;height:28.5rem;top:210.75rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOO4OLyOvUAebItPgCRdZBByplUHQHD { width:20rem;height:37.8125rem;top:242.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { width:9.375rem;height:9.375rem;top:243.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { width:10.625rem;height:1.6875rem;top:254.4375rem;left:4.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9SlRbhQhwUen7pp8Ihx4nVfID239XzO { width:10.75rem;height:0.125rem;top:256.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { width:18.75rem;height:19.5rem;top:258.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18iERTcbca8FuTNIF2stTNpdOiFgJlt { width:20rem;height:37.1875rem;top:281.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { width:9.375rem;height:9.1875rem;top:283.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { width:15.3125rem;height:1.6875rem;top:293.375rem;left:2.34375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIbfM0G0MvJeHp6QW9eoPF4nvuOnTahO { width:12.5rem;height:0.125rem;top:295.78125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { width:18.75rem;height:19.5rem;top:297.625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { width:18.75rem;height:4.875rem;top:0.5625rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P { background-color:transparent;background-image:none;display:block; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { background-color: transparent; background-image: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row > .video-iframe-container { display: none; }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .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); }#RyvtWvmUWsbqT6kRdJv0V5c1TlHpg42P > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh3G8u9hOt53D30RWddclIaWZtePhxJW { width:18.75rem;height:13.5rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { width:18.75rem;height:3.375rem;top:15.5625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { width:18.75rem;height:54rem;top:19.9375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { width:17.625rem;height:3.875rem;top:75.3125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU6h9TEPDm3egB5OFICblW5IoUyqNDL { display:block; }
 }@media only screen and (max-width: 763px) { #ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF { display:block; }#ANDh4wr0nBWDnwkWA8DJoWG2KgXoIecF > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxvEnNNdGmiy9UtXK2tcImfXz1ozNlSz { width:14.8125rem;height:12.75rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2eGkFkeHI6dr0lO55fCXETfq86KtTOk { width:18.75rem;height:4.5rem;top:14.5625rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ca7H281Ty6BB1Lecv7OcD5gsGu16ph { width:18.75rem;height:18rem;top:19.8125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G { display:block; }#f6wlzSQyhWsr0EiRKvgcBoiIOo3US89G > .row .container { width:20rem;height:149.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTSX2wKnPTQRqaqUIg8mWKcp2SFuurrG { width:19.625rem;height:35.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TCdGSLEAO8prLGiSQSflO5T2a89zrz { width:9.375rem;height:9.375rem;top:2.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrNtSB3cnes3KcmM5U8gr4goXVupoeRv { width:18.75rem;height:16.5rem;top:13.5625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkV7aIG1aNPaRzNTgpX2517ZvkIum9w { width:6.25rem;height:1.75rem;top:30.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrfKMWOEZdVXcpWEOTOuqHOfTrBaLz4c { width:7.8125rem;height:1.5rem;top:32.5625rem;left:6.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC52OaChRegcpZQS4sKyTzBCQW118Dr3 { width:2.75rem;height:1.5rem;top:34.3125rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTXxhqsClGG95siby769EKicWF6VH0L { width:19.625rem;height:35.5rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKHsPQ8V4H0Htw74nAETTbDxcOueC7w { width:9.375rem;height:9.375rem;top:76.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRy9qVWLoC0fa8wNuEGcfSanylhQGMr { width:18.75rem;height:16.5rem;top:87.75rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTBoA7fxFGyWKdJR3I2oklyBsmzbaBU { width:6.25rem;height:1.75rem;top:105.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R37UmorhDFkQQfTNXuswMwc6GKcFemHP { width:7.8125rem;height:1.5rem;top:106.875rem;left:6.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa0M1c3rbuNT01buCiNOIOZaKJ1anJZp { width:2.75rem;height:1.5rem;top:108.375rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyTQbZDzXMM8gVvPxfOn5NRnMsNBqyhZ { width:19.625rem;height:35.5rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITDHb63hC6pwq4ALWxpxIRQP2sELGhX { width:9.375rem;height:9.375rem;top:39.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHs3qVcwEhGdMRc0E6aQfZgZTIEMwWR { width:18.75rem;height:16.5rem;top:50.625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6wDRfT01S0o8c9tdetL39RVETlMELm { width:6.25rem;height:1.75rem;top:67.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvWpooU0019gyasICrcGBiwE5MT6vK3W { width:7.8125rem;height:1.5rem;top:69.625rem;left:6.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRL0KiSi6suEvTRaW6l6sM5QgTrCRWb { width:2.75rem;height:1.5rem;top:71.375rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOxo5cKTqWFgFoWWfmJNTOOgS2ebHAA0 { width:19.625rem;height:35.5rem;top:112.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4Q0Jnn06kSqBHk9w3Sdggu8izFDPfN { width:9.375rem;height:9.375rem;top:113.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrIN4hHDSoKEfVOaTKPHZEp48ZV6Amb { width:18.75rem;height:16.5rem;top:124.875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BGD3zlcTpf4H9CuFgM20HC7IV5hwxL { width:6.25rem;height:1.75rem;top:142.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQDKrltS9zEK6GvwRKE1x8baemZ3NCg { width:7.8125rem;height:1.5rem;top:144.0625rem;left:6.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OglDUDuZoXdqZNd5JoqUVRunOKqTrTPw { width:2.75rem;height:1.5rem;top:145.8125rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { width:18.75rem;height:4.875rem;top:0.6875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp { display:block; }#rHPOnOCFgSwFa7k4b4WmgLXTo5TtWAwp > .row .container { width:20rem;height:198rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { width:2.125rem;height:2.125rem;top:1.3125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { width:13.5rem;height:1.625rem;top:1.5625rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { width:12.5rem;height:7.5rem;top:4.0625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { width:2.125rem;height:2.125rem;top:14.4375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { width:14.75rem;height:3.25rem;top:14.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { width:18.75rem;height:13.5rem;top:18.75rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTZI2bTN1F1i2WbDxNmoVc3yCoFL2WN { width:2.125rem;height:2.125rem;top:34.8125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OI0OwMGN39Twv3ZgNGq5xVEA8n7V2P { width:16.625rem;height:4.875rem;top:34.8125rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { width:18.75rem;height:13.5rem;top:40.6875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { width:2.125rem;height:2.125rem;top:57.9375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { width:16.1875rem;height:3.25rem;top:57.9375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { width:18.75rem;height:13.5rem;top:62.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { width:2.125rem;height:2.125rem;top:78.3125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { width:16.4375rem;height:3.25rem;top:78.3125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { width:18.75rem;height:13.5rem;top:82.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { width:2.125rem;height:2.125rem;top:98.4375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61kFIa65STUML5Taa9i88TK6GRcqATW { width:13.9375rem;height:3rem;top:98.4375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { width:18.75rem;height:13.5rem;top:102.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnh8C28U3pu9kICRWuqRxt4RACywZrm { width:2.125rem;height:2.125rem;top:118.8125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { width:15.75rem;height:4.5rem;top:118.8125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { width:18.75rem;height:13.5rem;top:124.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { width:2.125rem;height:2.125rem;top:140.625rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { width:16.375rem;height:3rem;top:140.625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { width:18.75rem;height:13.5rem;top:144.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { width:2.125rem;height:2.125rem;top:160.0625rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { width:16.5rem;height:3rem;top:160.0625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { width:18.75rem;height:13.5rem;top:163.75rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { width:2.125rem;height:2.125rem;top:180.3125rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { width:16rem;height:1.5rem;top:180.625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { width:18.75rem;height:13.5rem;top:183.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { width:18.75rem;height:4.875rem;top:0.6875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF { display:block; }#y3Z8Bdk4tNcesu0AVi3JR5fkLXBybumF > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6EWWJRIX1XJbd0flq3wFcchsWg17Are { width:18.75rem;height:3.875rem;top:1.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { width:18.3125rem;height:17.125rem;top:6.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { width:16.9375rem;height:2.4375rem;top:25.3125rem;left:1.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { width:18.75rem;height:43.5rem;top:28.8125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-container { padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.3125rem;vertical-align:top; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0.8125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:2.6875rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.adaptive-delivery-prevent-bg, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyload, #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-number.lazyloading { background-image: none; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh { top:75rem;left:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #JPaQZVEUwXhxD2q2eygBkJvGKUivLkSv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #kRyfD1yCGdUm1p2T4pRriyMi8gI9uSsI { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #GtLTVRl0KbW8Ko5TUVAPLqippcXLnN4p { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #D7wTT28QKeTuUpodB0dXvQeqB6S74L6H { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #x4xvhyQTKUmk86FfFkosqaMvLsi71TQp {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #pVi943kLp641TxMWXAPN4PVOkFUqmN9q {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #CLzwwkGzQgLHHRT1VcuBdMZs3ciiux99 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #tLdzogz7pLzN3xPTxDwJ14ZM05XlHuwP {  }
 }@media only screen and (max-width: 763px) { #TsXHaAUJ0T31Qwr8fOyX1KOzEMIPtbBh #fhpITSb9XPNMsaMF6tx5ScxKCQmSZrr8 {  }
 }@media only screen and (max-width: 763px) { #AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { width:18.875rem;height:4.125rem;top:81.5rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block; }
 }@media only screen and (max-width: 763px) { #X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m { display:block; }#X3WAnmG9E8bofMKfN1L9zTiap4LBuO6m > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9yXzID7CXbhFTNnkvPe0pTME0n6Du0t { width:5.125rem;height:2.3125rem;top:1.25rem;left:7.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW94A3VKC7xGW434dzLe6WnvrS61rBhD { width:13.25rem;height:2.3125rem;top:14.8838125rem;left:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btw3ExFslQFUTg4qvPsv0hnfXFL7D5dr { width:9.25rem;height:6rem;top:18.0087890625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umhLXmB5QCl4h1DqwsbXKPVK47hTkBVK { width:18.75rem;height:8rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z { display:block; }#BFvQbFGxB0HgCbMLzHFQHwVtU2BSUe9Z > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrMwxPG2ls94672fvsSURPCKx2oiwyEf { width:14.8125rem;height:14.8125rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlu9XWMApIi1QfQObypUbxxtTm3gHbtX { width:14.8125rem;height:14.8125rem;top:17.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKiOEGoNEGzqAMZPFPcchsBmPg8FfE7L { width:14.8125rem;height:14.8125rem;top:34rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9h3AMEnUvxvKOLVaJKTOvHRZbK04pAz { width:14.8125rem;height:14.8125rem;top:50.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { width:18.75rem;height:0.9375rem;top:1.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFodeCM4JeFTTdrrNT72NWGTZh6Te4Xm { width:12.5rem;height:1.25rem;top:7.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { width:18.75rem;height:0.9375rem;top:3.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMg3v1pTlh3PZMqb0IGMhd8qiryDUSM { width:9.375rem;height:3.8125rem;top:7.125rem;left:5.3125rem;display:block; }
 }