.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:#33d576;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:7.1875rem;width:29.25rem;top:1.96875rem;left:2.375rem;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.86889375rem;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:11.125rem;height:3.859375rem;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:#33d576;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:2rem;left:2.09375rem;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; }
#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:#33d576;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:7.474625rem;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:25.75rem;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:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{  }
#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:23.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:#33d576;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:#33d576;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; }
#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl { position:relative;display:block; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl { background-color: transparent; background-image: none; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row .container > .video-iframe-container { display: none; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row > .video-iframe-container { display: none; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .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); }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl { border-width: 0; border-radius: 0; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .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; }#pciyLw9uZwBQ6NvWdDK19ZF2l5bObZ2s { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:15.1875rem;top:0.625rem;left:1.0625rem;overflow:hidden;display:block; }
#WWHV026a5HHxuq7RGKZGuUbuiDFsmktk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:16.1875rem;top:0.875rem;left:20.03125rem;overflow:hidden;display:block; }
#a1rn5zncWOSBTZqZQVfSD0RUTNla7cp9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:17.1875rem;top:1.25rem;left:38.28125rem;overflow:hidden;display:block; }
#lnpLINzAX763JRCsec5JO6I4GSAmsRcw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:17.1875rem;top:5.46875rem;left:57.03125rem;overflow:hidden;display:block; }
#ACnh638DTBbpMhT9z9ldNHynCEwicUEF { position:relative;display:block; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF { background-color: transparent; background-image: none; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row .container > .video-iframe-container { display: none; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row > .video-iframe-container { display: none; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .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); }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF { border-width: 0; border-radius: 0; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .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; }#rzNIg4vNuH3mmUlEDr9Xdpalc7Ttqnid { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:17.1875rem;top:4.21875rem;left:0.78125rem;overflow:hidden;display:block; }
#Nanht4qssT7xo6XCForuzRE3J2HHzbF4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:17.125rem;top:3.625rem;left:19.5625rem;overflow:hidden;display:block; }
#TuGhyQLM8e0UhCzgT5azEB5s9shHq07H { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:18.4375rem;top:3.71875rem;left:37.65625rem;overflow:hidden;display:block; }
#rFd2OM4b4PnJfJ9O2epryK0sTIgDTzLi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.4375rem;top:3.71875rem;left:56.40625rem;overflow:hidden;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:53.1875rem;width:75rem;position:relative;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:4.65625rem;height:;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{  }
#EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.09375rem;height:9.75rem;display:block; }
#CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.375rem;width:32.75rem;top:1.4375rem;left:39.84375rem;overflow:hidden;display:block; }
#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33d576;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; }
#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;border-left:0;border-right:0;border-bottom:0;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(14,218,98,0.5) ;height:20.81175rem;width:60rem;top:1.748046875rem;left:7.5rem;display:block; }
#na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { color:#33d576;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:#33d576;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.5rem;width:19.5625rem;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;border-left:0;border-right:0;border-bottom:0;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(18,218,101,0.5) ;height:20.81175rem;width:60rem;top:1.998291015625rem;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:#33d576;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.1867675rem;width:9.375rem;top:9.810791015625rem;left:11.312255859375rem;display:block; }
#TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { color:#000000;display:block;width:27.312rem;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.218017578125rem;left:11.312255859375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:19.5rem;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; }#rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { color:#33d576;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:#33d576;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:3.25rem;display:block; }
#B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:19.3125rem;top:2.625rem;left:43.90625rem;overflow:hidden;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:49.1875rem;width:26.8125rem;top:3.375rem;left:42.40625rem;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:#33d576;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.25rem;width:22.3125rem;top:2.5rem;left:1.468505859375rem;display:block; }
#aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:18.75rem;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:3.8984375rem;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:21.2109375rem;left:2.591552734375rem;height:7.1484375rem;display:block; }
#HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:18.75rem;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.9494625rem;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.75rem;width:18.75rem;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.9494625rem;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:#33d576;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:14.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:19.87425rem;width:16.8115rem;top:21.68701171875rem;left:51.591796875rem;overflow:hidden;display:block; }
#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33d576;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.2753875rem;text-align:center;text-align-last:center;display:block; }
#k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { color:#0e0d0e;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.2753875rem;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.2753875rem;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:57.375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:43.87451171875rem;left:10.218505859375rem;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:#33d576;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:;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:#33d576;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:207.25rem;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.625rem;width:17.125rem;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:#33d576;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:12.5097875rem;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.0625rem;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:#33d576;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.0625rem;width:17.0625rem;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.0625rem;width:17.0625rem;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.0625rem;width:17.0625rem;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.0625rem;width:17.0625rem;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.0625rem;width:17rem;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.75rem;width:16.9375rem;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; }
#EXt2eVt0yT5wPv83T50xxng57bVodnZU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:206.75170898438rem;left:34.185791015625rem;height:;display:block; }
#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33d576;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:8.93555rem;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:39.378925rem;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.6875rem;width:14.625rem;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; }
#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:66.75rem;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:17.25rem;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.124267578125rem;left:4.34326171875rem;height:1.625rem;font-style:normal;display:block; }
#nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { color:#000000;display:block;width:28.375rem;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:2.999267578125rem;left:2.218017578125rem;height:4.875rem;display:block; }
#wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:10.87158203125rem;left:2.216796875rem;display:block; }
#VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { color:#000000;display:block;width:23.374rem;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:11.121826171875rem;left:4.404296875rem;height:1.625rem;font-style:normal;display:block; }
#GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { color:#000000;display:block;width:29.624rem;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.373779296875rem;left:2.218017578125rem;height:8.125rem;display:block; }
#EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { color:#000000;display:block;width:29.624rem;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:43.31298828125rem;left:4.404296875rem;height:1.625rem;display:block; }
#nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:38.436279296875rem;left:1.591796875rem;display:block; }
#JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { color:#000000;display:block;width:25.874rem;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.6865234375rem;left:4.404296875rem;height:1.625rem;font-style:normal;display:block; }
#MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { color:#000000;display:block;width:29.624rem;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.968994140625rem;left:2.218017578125rem;height:4.875rem;display:block; }
#uLukJQg620P4wQKD1IRNrDUh4dgcXACA { box-sizing:content-box;color:#090909;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:52.24853515625rem;left:1.590576171875rem;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.49755859375rem;left:4.404296875rem;height:1.625rem;font-style:normal;display:block; }
#qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { color:#000000;display:block;width:29.624rem;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:56.873779296875rem;left:1.591796875rem;height:3.25rem;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:3.25rem;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:1.625rem;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:4.875rem;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:4.875rem;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:3.25rem;display:block; }
#DO1k7klIJ0Ip2sOCoStmLLIZgmrOBfi2 { color:#000000;display:block;width:29.6228125rem;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:24.375rem;left:1.591796875rem;height:1.625rem;display:block; }
#ZI9RJh02rxvPGOyi1Liq7OBID07qiflA { color:#000000;display:block;width:29.6228125rem;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.24853515625rem;left:1.591796875rem;height:;display:block; }#ZI9RJh02rxvPGOyi1Liq7OBID07qiflA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZI9RJh02rxvPGOyi1Liq7OBID07qiflA li:before{  }
#B1W8ZMVdCJHvQy0LyTRzsNNLf2HrQ0cQ { color:#000000;display:block;width:29.624rem;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:16.810302734375rem;left:42.218017578125rem;height:3.25rem;display:block; }
#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33d576;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; }#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.0625rem;width:16.625rem;top:6.9375rem;left:7.4375rem;overflow:hidden;display:block; }
#LgNHIfp10CN7ymETIqc7MfIIevRpomgV { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.937255859375rem;left:29.906005859375rem;height:2.76245rem;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:32.16795rem;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; }
#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33d576;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:;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:;font-style:normal;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:1.9375rem;left:0rem;width:29.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { top:2rem;left:28.25rem;width:19.5rem;height:1.8125rem;font-size:1.0625rem;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:2rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { top:1.6875rem;left:5.375rem;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) { #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.78125rem;width:46.1875rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtByN73k4ov7SiiUroTnKbyaK9W0FXVm { top:11.9375rem;left:8.25rem;width:25.75rem;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{  }
 }@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:23.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) { #kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl { display:block; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pciyLw9uZwBQ6NvWdDK19ZF2l5bObZ2s { top:0.625rem;left:0rem;width:15.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWHV026a5HHxuq7RGKZGuUbuiDFsmktk { top:0.875rem;left:7.6875rem;width:16.1875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rn5zncWOSBTZqZQVfSD0RUTNla7cp9 { top:1.25rem;left:18.625rem;width:17.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnpLINzAX763JRCsec5JO6I4GSAmsRcw { top:5.4375rem;left:30.5625rem;width:17.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnh638DTBbpMhT9z9ldNHynCEwicUEF { display:block; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzNIg4vNuH3mmUlEDr9Xdpalc7Ttqnid { top:4.1875rem;left:0rem;width:17.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nanht4qssT7xo6XCForuzRE3J2HHzbF4 { top:3.625rem;left:6.75rem;width:17.125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGhyQLM8e0UhCzgT5azEB5s9shHq07H { top:3.6875rem;left:17.375rem;width:18.4375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFd2OM4b4PnJfJ9O2epryK0sTIgDTzLi { top:3.6875rem;left:29.3125rem;width:18.4375rem;height:9.5rem;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:5.1875rem;left:0rem;width:28.1875rem;height:;font-size:1.25rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{  }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { top:37.375rem;left:0rem;width:27.3125rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { top:1.4375rem;left:14.9375rem;width:32.75rem;height:42.375rem;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) { #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:1.6875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { top:6.3125rem;left:0rem;width:21.25rem;height:4.8125rem;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.75rem;left:0rem;width:27.25rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { top:2.625rem;left:28.0625rem;width:19.5625rem;height:19.5rem;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:1.9375rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { top:6.3125rem;left:0rem;width:21.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { top:9.75rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { top:12.1875rem;left:0rem;width:27.25rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { top:2.625rem;left:28.0625rem;width:19.5rem;height:19.5rem;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) { #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.25rem;left:0rem;width:27.25rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { top:2.625rem;left:28.0625rem;width:19.3125rem;height:19.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.4375rem;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.3125rem;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:26.8125rem;height:49.1875rem;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.3125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { top:4rem;left:0rem;width:18.75rem;height:11.75rem;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.1875rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkHVo4NmHmWraLTyPo6pAMKGtUIqoAEV { top:21.1875rem;left:0rem;width:20.3125rem;height:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { top:4rem;left:12.8125rem;width:18.75rem;height:11.75rem;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.75rem;left:11.4375rem;width:20.3125rem;height:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTWpeKOOIODzxnLZ3GJChQwvWoE9s8g { top:4rem;left:28.6875rem;width:18.75rem;height:11.75rem;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.75rem;left:27.3125rem;width:20.3125rem;height:8.875rem;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.1875rem;left:0rem;width:38.75rem;height:34.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7OqozALCkhwQPcr9oGmeax4uMWFFh6A { top:3.25rem;left:29rem;width:18.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZRHqEyOonhdlik4rQx7TC3MUpazs4f { top:21.625rem;left:30.9375rem;width:16.75rem;height:19.801545816851rem;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.8125rem;left:0rem;width:8.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { top:2.625rem;left:3rem;width:44.75rem;height:7.1875rem;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:17rem;left:0rem;width:9.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { top:14.75rem;left:3rem;width:44.75rem;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.8125rem;left:0rem;width:12.375rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { top:32.5625rem;left:3rem;width:44.75rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { top:43.8125rem;left:0rem;width:47.75rem;height:3.3125rem;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.25rem;left:4.9052734375rem;width:37.875rem;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.375rem;left:0rem;width:40.0625rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw { top:7.1875rem;left:0rem;width:26.75rem;height:;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.125rem;height:17.625rem;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.5rem;left:11.3125rem;width:36.4375rem;height:12.5rem;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.0625rem;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.3125rem;width:36.4375rem;height:16.0625rem;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.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { top:50.625rem;left:15.5302734375rem;width:25.4375rem;height:2.375rem;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.5rem;left:12.4375rem;width:35.3125rem;height:14.25rem;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.0625rem;height:17.0625rem;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.875rem;left:12.4375rem;width:35.3125rem;height:16.0625rem;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.0625rem;height:17.0625rem;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:14.25rem;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.0625rem;height:17.0625rem;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:21.375rem;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:17rem;height:17.0625rem;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.4375rem;left:12.4375rem;width:35.3125rem;height:16.0625rem;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:16.9375rem;height:16.75rem;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) { #EXt2eVt0yT5wPv83T50xxng57bVodnZU { top:206.75rem;left:20.560791015625rem;width:12.5rem;height:;font-size:1rem;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:2.9375rem;left:0rem;width:36.9375rem;height:8.9375rem;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.5rem;left:0rem;width:40rem;height:39.4375rem;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.625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2eGkFkeHI6dr0lO55fCXETfq86KtTOk { top:2.375rem;left:8.280517578125rem;width:38.9375rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ca7H281Ty6BB1Lecv7OcD5gsGu16ph { top:6.4375rem;left:0rem;width:47.75rem;height:8.875rem;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.0625rem;left:0rem;width:17.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { top:2.9375rem;left:0rem;width:28.3125rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { top:10.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { top:11.0625rem;left:0rem;width:23.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { top:14.3125rem;left:0rem;width:29.5625rem;height:8.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { top:43.3125rem;left:0rem;width:29.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { top:38.375rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { top:38.625rem;left:0rem;width:25.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { top:41.9375rem;left:0rem;width:29.5625rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { top:52.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { top:52.4375rem;left:0rem;width:17.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { top:56.8125rem;left:0rem;width:29.5625rem;height:3.25rem;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:2.9375rem;left:18.1875rem;width:29.5625rem;height:3.25rem;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.6875rem;left:18.1875rem;width:29.5625rem;height:1.5625rem;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.875rem;left:18.1875rem;width:29.5625rem;height:4.8125rem;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.25rem;left:18.1875rem;width:29.5625rem;height:4.8125rem;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:55rem;left:18.1875rem;width:29.5625rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO1k7klIJ0Ip2sOCoStmLLIZgmrOBfi2 { top:24.375rem;left:0rem;width:29.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9RJh02rxvPGOyi1Liq7OBID07qiflA { top:27.1875rem;left:0rem;width:29.5625rem;height:;font-size:1.1875rem;display:block; }#ZI9RJh02rxvPGOyi1Liq7OBID07qiflA li:before{  }
 }@media only screen and (max-width: 763px) { #B1W8ZMVdCJHvQy0LyTRzsNNLf2HrQ0cQ { top:16.75rem;left:18.1875rem;width:29.5625rem;height:3.25rem;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) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { top:6.9375rem;left:0rem;width:16.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { top:6.875rem;left:13.3125rem;width:34.4375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgtwgG8ASV6uLfyakSyo4UgePqZxCCx9 { top:10.75rem;left:8.5625rem;width:39.1875rem;height:32.125rem;font-size:1.1875rem;display:block; }
 }@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) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { top:3.25rem;left:0rem;width:23.4375rem;height:;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:5rem;left:0rem;width:20.6875rem;height:;font-size:0.75rem;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:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8oyPNFxnFBmxteJdiV9fcDKgDM0q2gn { width:18.75rem;height:4.0625rem;top:1.25rem;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:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwSPN5lKiquGZy9DQvAqHmof0teAWKVN { width:15.2478125rem;height:3.81225625rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeH4w7q5VMJJyGOAm0RurP2k9XBtmJq0 { width:18.75rem;height:1.4431125rem;top:6.31225625rem;left:0.625rem;font-size:1.0625rem;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.49975rem;height:5.06225625rem;top:11.328125rem;left:2.76611328125rem; }
 }@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:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itGTycuk2I7ytOXNISCsJhdrmSqwoB7J { width:20rem;height:55.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIJezNxJd161sTOJDNQrZipI6HpVyeJI { width:18.75rem;height:18.203125rem;top:4.0625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awIIr6Pov06cWP1XDsisKqC6eaXiBeUy { width:18.75rem;height:6.3354375rem;top:43.748779296875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xUMitZ7ywFVq50aFtUVLKoxxskdged { width:17.8125rem;height:4.375rem;top:50.623779296875rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUm0UmpVm1dvPS1SiTnDBuyhoG5TLeo9 { display:block; }
 }@media only screen and (max-width: 763px) { #VKNbvXz9731TzE0qG4ihPg7OyXEyhGpc { width:20rem;height:5.26025625rem;top:23.64013671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKZsFWxIqvpxAHMHdK0PdXXcysKqW7aZ { width:20rem;height:13.0615rem;top:29.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyVObrTG2sfptJy6kmmRoZT7wsClsuR { width:20rem;height:10.5590625rem;top:30.83984375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn { display:block; }#nyKRxSc72GTAzRLMhFJAkZwFgiN9nggn > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7OZGXoQRGyTl0DQanV9plOUByFBlTzX { width:8.8733125rem;height:8.8733125rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7RFxpqZE3pDrXR59C8to0t4Pxon3Hv { width:18.75rem;height:4.55078125rem;top:11.4358125rem;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:14.3496375rem;top:17.29909375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gph0BPNd01Flop8Pit83T58GaPRO6Q7l { display:block; }#gph0BPNd01Flop8Pit83T58GaPRO6Q7l > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnRMr9pKK0Rv8TrmHS47UHTl4zh6Jb3p { width:20rem;height:10.3955rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxCKgHdDMw6ZQ3i0OiCi0mUAqDDNeQu3 { width:20rem;height:97.672675rem;top:12.8943125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 { display:block; }#T3u8A25vzE3lIpn3nMxb7pHt6zc5sNr0 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT5CSd9VbUySWT2Z74pIBF0BVGEQAsNA { width:18.75rem;height:12.182625rem;top:1.25rem;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:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkgCcg4elEQGdm8F3SH4b8JM2VDgGApV { width:20rem;height:10.3955rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtByN73k4ov7SiiUroTnKbyaK9W0FXVm { width:20rem;height:5rem;top:12.8943125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRW9rU39Aih77dhwopTsuiSH3cODyDMI { width:20rem;height:29.2455125rem;top:19.1443125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4pCpHtIbNwdRfmTVCk4gLqO09dsmbO { width:20rem;height:9.746125rem;top:49.6386875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI { display:block; }#tsVUC7fQohJcUEUbQPz3AxceKfGDwoaI > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfuUHalMu6tsshuw757Tbg83rccWsfAl { width:20rem;height:12.3733125rem;top:18.9345625rem;left:0rem;font-size:1.25rem;display:block; }#dfuUHalMu6tsshuw757Tbg83rccWsfAl li:before{  }
 }@media only screen and (max-width: 763px) { #hKxlSvwdytIC965Qwe7dDyq3w3vaNQPr { width:20rem;height:16.37258125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzsznoXcPLhCGvs8fc9G8CzhniC9J1Nk { width:20rem;height:24.4337875rem;top:32.620125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei { display:block; }#O9dVxsKV3ulQIXZtseHT0TJmlkgSqQei > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hlc1SLKf3xd7TGXdmfHuZ4paKaVulqvJ { width:20rem;height:12.18265rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNcs6qo2MvfH1ptV6O64LSWODI5UHlbL { width:20rem;height:27.620775rem;top:14.682625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omc8J6lHBGFSWIWQvbx4Nocku0fnIHxt { width:18.9978125rem;height:4.8120125rem;top:43.55225rem;left:0.5rem;font-size:1.4375rem;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:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE { display:block; }#XEKq4k1fWHazOfvmSZSZkl4X5yVTi5IE > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmJ8U0kQXXf5A1pcODZVUI51gxN4z4W { width:20rem;height:5.26025625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPU3yWDW6TpkSTp68vESK73Zs8BdRpyZ { width:20rem;height:17.93479375rem;top:7.7600125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZCFxtAs47IzOZRXgKcqPuTSX3ISi7Ms { width:20rem;height:14.619125rem;top:27.007075rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl { display:block; }#kNlEfHXoTVRoBLSGVDRATWXU4Lv2gVDl > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pciyLw9uZwBQ6NvWdDK19ZF2l5bObZ2s { width:15.1855625rem;height:17.5rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWHV026a5HHxuq7RGKZGuUbuiDFsmktk { width:16.1853125rem;height:16.9983125rem;top:20rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rn5zncWOSBTZqZQVfSD0RUTNla7cp9 { width:17.1875rem;height:16.25rem;top:38.3108125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnpLINzAX763JRCsec5JO6I4GSAmsRcw { width:17.1875rem;height:7.8125rem;top:55.8108125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnh638DTBbpMhT9z9ldNHynCEwicUEF { display:block; }#ACnh638DTBbpMhT9z9ldNHynCEwicUEF > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzNIg4vNuH3mmUlEDr9Xdpalc7Ttqnid { width:17.1875rem;height:10.3125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nanht4qssT7xo6XCForuzRE3J2HHzbF4 { width:17.1228125rem;height:11.4978125rem;top:12.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGhyQLM8e0UhCzgT5azEB5s9shHq07H { width:18.4375rem;height:11.311rem;top:25.5603125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFd2OM4b4PnJfJ9O2epryK0sTIgDTzLi { width:18.4375rem;height:9.4983125rem;top:38.120125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di { display:block; }#iiwvp6gTBdnPlRZHdp96Xs2Rw9pPy3di > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g { width:20rem;height:38.932125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }#OdTKq5Wq7NDlQ3Ct0x9I4Sc36e3adz7g li:before{  }
 }@media only screen and (max-width: 763px) { #EINTGzghazVpIrZbwsxkh4l7Rx19BNqZ { width:20rem;height:16.24750625rem;top:41.431875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF2twVTNyq0ZBC0l6Wf4sMTrVgsFavSd { width:19.9353125rem;height:25.8105625rem;top:58.9281875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk { display:block; }#D7RGQyLd0L56QIGo5OLtFLzF2vADhRuk > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro4wUVTTAtTqZTUfT3TlhmNNLuUmH9Fu { width:18.75rem;height:9.746125rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN { display:block; }#RznFQbchCfWz8TJ5vbfNeWVg8riFrEvN > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqSoodwTcqyhon5oM40hqahM11ZWS21l { width:20rem;height:25.0293125rem;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:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0H14khqxqSZ18V1w8U5BMO34icAeFRH { width:20rem;height:9.0625rem;top:3.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na3GRFSqfVNhXMNFZCoweMvsnfXf1eCm { width:20rem;height:4.87305rem;top:5.87646484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmhrG8apdPiT3s7ASoIR3sBI9JAZ1cCy { width:9.375rem;height:0.185546875rem;top:11.876220703125rem;left:3.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szuGfLIiwKaS4Ndzy84RSIDpaSqGOOPd { width:20rem;height:8.12375rem;top:14.31396484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeW7PKsBlbALqvDcrhPpS2KXUuoP8AnJ { width:19.5605625rem;height:19.4983125rem;top:24.688720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G { display:block; }#ZTvFxWcqy4IDtWTkrGhruA9lcCpbIm2G > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZ2o72oNB0O38Q53TF6hxxJIeUpLdDlA { width:20rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv5bNaW5s4MmO8RVGt2rp0qtba1qnJU { width:20rem;height:2.436525rem;top:2.2509765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khrB47lxOT7IK23o7ckeUucJNz4x7hoZ { width:9.375rem;height:0.185546875rem;top:5.43701171875rem;left:4.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQiwQE81Mrg7GQqloh77aGCTbWpTWOO { width:20rem;height:8.12375rem;top:6.641845703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pko1ulawsIi3Jx4g1xoyFwKLTN1C9p6L { width:19.4983125rem;height:19.4983125rem;top:15.562744140625rem;left:0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoD7uvb48WVOsANJL0z3nCAV9oKZFgf { display:block; }#THoD7uvb48WVOsANJL0z3nCAV9oKZFgf > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUnX0WgFv9JkzAoGSFXdKfS9tgb7dtrl { width:20rem;height:2.436525rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3z5eE32povOmOS0CPNVWqvyb8VKlIFu { width:9.375rem;height:0.185546875rem;top:4.936525rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rwTJti37eD5QIQ9W0x8cSkiEtaQG58 { width:20rem;height:4.87426875rem;top:6.434571875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4bnxPMDEvcwKR7v16zQbwHHknTWNPX5 { width:19.3103125rem;height:19.4983125rem;top:12.621340625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 { display:block; }#tsdDkVeJ0khUJc31b3TT8WN6oQkwH188 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJOduT7Ge1eGZde7XRs5uMww3RdmylJ { width:20rem;height:15.65575rem;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:112.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b7A28UflITd9nDpufn631gTfbqofds { width:20rem;height:71.740625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;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.7480625rem;top:74.239375rem;left:0rem;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:15.65575rem;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.7485rem;height:27.8125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScQzAuTmAMGnRtcLU1arc47PMXBTtiF { width:18.6230625rem;height:11.6235rem;top:2.7490234375rem;left:1.3769375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTU43WbHTaDcefEuE1u3eovBTwlf63Q { width:19.7485rem;height:26.9983125rem;top:30.56152375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIVkRO8Lqmmv4rh1LlGTwpJNgAqwghs { width:19.7485rem;height:28.2483125rem;top:59.05886rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX5icOWbOQtkw1kyKmawmtpN81VUu9RG { width:18.75rem;height:3.634275rem;top:15.9375rem;left:0.96826171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkHVo4NmHmWraLTyPo6pAMKGtUIqoAEV { width:18.75rem;height:8.526625rem;top:19.9609375rem;left:1.185546875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJLgzEHx9PDpIBbzXdfScNse4d3ASV7s { width:18.6230625rem;height:11.6235rem;top:32.186279609375rem;left:1.3769375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBfi2UMswnOUz7FwrGRfhf6AFvQTmZW { width:14.2480625rem;height:1.7858875rem;top:45.374756171875rem;left:3.5634765625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uz1fy85O8HahbGfXBmgVPV1GvZk6TxEg { width:18.75rem;height:8.526625rem;top:47.999267890625rem;left:1.0634765625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwTWpeKOOIODzxnLZ3GJChQwvWoE9s8g { width:18.6230625rem;height:11.6235rem;top:60.683615859375rem;left:1.3769375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Pt59TRihHkyTLANdEZMw1oeX5ITw3t { width:13.3728125rem;height:1.7858875rem;top:73.872092421875rem;left:4.531494140625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbNEy2isGs72SPWK9ETxRfEdr8I7t75 { width:18.75rem;height:10.2319375rem;top:76.496604140625rem;left:1.0634765625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 { display:block; }#dNNQGNvtn1UH9QRMxyaxXb0zP8EV6uc5 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZJLo5BViDwCz9Ly0dsalD2K8VIdG6pX { width:18.75rem;height:4.87305rem;top:1.25rem;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:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbcSs7A4JabVF4Mh69B9GLbkWghCxrCe { width:18.75rem;height:38.82421875rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7OqozALCkhwQPcr9oGmeax4uMWFFh6A { width:18.75rem;height:14.7485rem;top:41.32325rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ZRHqEyOonhdlik4rQx7TC3MUpazs4f { width:15.8728125rem;height:18.75rem;top:57.3205625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZqLX8svXpSzIKwQSI2drcWdRTALQSdI { display:block; }#gZqLX8svXpSzIKwQSI2drcWdRTALQSdI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5flRrctSafH9yiBHVWGtnZA0RUi1w { width:16.6235rem;height:2.436525rem;top:1.25rem;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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XZ68mMfqzkNSywLkzbea5wBKOEQnWU { width:9.4983125rem;height:2.03125rem;top:1.25rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MCD1QR5t4LbecfHKNGoDtJue1s3RmH { width:8.811rem;height:2.2753875rem;top:4.53125rem;left:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrtTTy0mIhDwm7rX4oA5qmJOIcT1gpN { width:18.75rem;height:12.34375rem;top:8.05541875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6GVrAyaAeq2VDKAbFBN3ri1fPat0UW6 { width:18.75rem;height:0.062255875rem;top:21.64916875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95t4tXHmXV8ehQ8JbvPbhz6xdN1D7pn { width:9.4983125rem;height:2.03125rem;top:26.4858375rem;left:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgQIz60vmTRN1sOHGg2L5uwKoXeMpwe { width:9.6875rem;height:2.2753875rem;top:22.96166875rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFUgG156c5y0NlodvMoDnLVmhpXQ3k7 { width:18.75rem;height:18.57815625rem;top:29.7670875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JleLtPWifLfMB6RlC2e9keAXqJyHii89 { width:18.75rem;height:0.062255875rem;top:49.6574625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp6fg1iAPyM5lyfyao65PXLWfGEun2J { width:10.8728125rem;height:2.03125rem;top:54.61913125rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIZCtBl2ggpmzGlblgiShsqMhK2TS0h8 { width:12.4353125rem;height:2.2753875rem;top:50.9699625rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6h6Pury9yZbKRyECkeI0GJpATnNK5aT { width:18.75rem;height:10.8633125rem;top:57.90038125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoWbSpISEEDo0HMk3JRFxW50EgHuGLgE { width:18.75rem;height:7.3720625rem;top:70.01344375rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LN8a0gWvlCbUJ9B8QrrrqTWTtcxPdbSO { width:18.936rem;height:3.9069825rem;top:78.69775625rem;left:0.5rem;font-size:1.375rem;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:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXgUTL7kvxrth9c3auZVlCAioVB7RD2q { width:18.75rem;height:4.87305rem;top:1.25rem;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:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix55Lc9v7iAF8BbD2Zc6yRaUrarDaSH2 { width:18.75rem;height:6.171875rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wb6FMGwGGVGuZGE8TDwmsyAUNblXBzTw { width:18.75rem;height:43.359375rem;top:8.671875rem;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.65525rem;height:3.7653825rem;top:53.28125rem;left:0.625rem;font-size:1.375rem;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:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4Gm6tVXzRs7KVFwrrOUMidehWyDIBBf { width:18.75rem;height:4.87305rem;top:1.25rem;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:317.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdaUS9DXmmcz3F2VTPPGUEFG8xZNRi9E { width:20rem;height:35.3735rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVRqV0zScxxcZebdqBOhnrkpNaQlmb7 { width:8.9978125rem;height:9.2480625rem;top:9.65576171875rem;left:5.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZSiO1Lmqlo9DJwpNCd6acz61pBTaeL3 { width:15.1233125rem;height:3.41064375rem;top:2.218017578125rem;left:3.02978515625rem;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.124511875rem;top:6.312255859375rem;left:4.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sz0Qz5kWXaiaQXMx60Tdw59Jti8tLd { width:18.75rem;height:15.4296875rem;top:20.687255859375rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTnKko5a71UlGaTtnZVPyJ4FJRJKaOsk { width:20rem;height:38.6853125rem;top:37.8723125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNHR5nRVhoZcgSMNVl9bk7nnGORzPK { width:9.375rem;height:9.2480625rem;top:43.9013671875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLwmAVbZPndBX0gdCBXIkSNaXZnlqia { width:17.3730625rem;height:3.41064375rem;top:38.541259765625rem;left:1.312255859375rem;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.124511875rem;top:41.95068359375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQigdkb1xuwxKdiaHIQX8bNDWkstT5O9 { width:18.75rem;height:21.6015625rem;top:54.2822265625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxeDqfyg4GJs6E6LMqbZTFInHIG43bTd { width:20rem;height:35.1233125rem;top:77.807625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKD5NPDIxRuueZEmTUgRUsJE8SRaiwS { width:9.375rem;height:9.375rem;top:82.71728515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqRUzsbfTI7yBXiBi9m6anGEhwflCtw { width:17.6855625rem;height:3.41064375rem;top:78.370361328125rem;left:1.156005859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4bJ63TvETRfpw3D2MIc1msNyaZXbGLy { width:12.5rem;height:0.124511875rem;top:81.669921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqbg8Bm8OQBIMLaqgoz2rv8qVXwzbeEt { width:18.75rem;height:18.578125rem;top:93.056640625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD2KCWiwwTObaWJ3d4rAgs8VCJszGbJc { width:20rem;height:36.8115rem;top:114.2434375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2LzauOPbLC9TrlycV01NEV7PPqxO2ru { width:9.375rem;height:9.375rem;top:119.02465820312rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucz0adbV2CS0OubfB9dGK086WTNhIthr { width:18.75rem;height:1.767825rem;top:115.1806640625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcahs2U6KEwobsqggMaAJugJ12vLJwd { width:12.5rem;height:0.124511875rem;top:118.39965820312rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnenwX0DHFUxn5aM6s2ciRuecOBviw36 { width:18.75rem;height:21.6015625rem;top:128.74267578125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8hIXx9xmdGswMax0grdBoxXc6hUTOe { width:20rem;height:37.6855625rem;top:152.30375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3f3vETzJwAeTbH2troENaMycE67TJIy { width:9.375rem;height:9.375rem;top:160.11596679688rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpK0W0AKCH8RSfDIDiLINMTaQTDsemB { width:12.9358125rem;height:1.767825rem;top:153.42895507812rem;left:3.49853515625rem;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.124511875rem;top:156.49169921875rem;left:4.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtqBOSCnSDCsnLTpVxa9IdyBy1t3diU { width:18.75rem;height:18.578125rem;top:170.30395507812rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noIMMaGV1oq5Q1u8bdpmWm1FWir93mhA { width:20rem;height:46.1230625rem;top:191.3018125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qw2qUqBp19tMTRwXn9g82mbpZ5Imom { width:9.375rem;height:9.375rem;top:198.5693359375rem;left:4.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAuEpbENiP9DDTo3dIyidzCBJzTDo2S { width:16.4355625rem;height:1.767825rem;top:192.17651367188rem;left:2.373046875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzxvG5IE8VnQQxndBKnDKFHsgmmB0Ev5 { width:10.7483125rem;height:0.124511875rem;top:195.36376953125rem;left:4.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udf14fd1eelc36akJ19Oa8qPEQ2LVvAX { width:20rem;height:1.7858875rem;top:202.36450195312rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCBu7MQ96lAQIsrB6732hpDHy5x4eLo { width:18.75rem;height:27.7734375rem;top:209.05151367188rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOO4OLyOvUAebItPgCRdZBByplUHQHD { width:20rem;height:37.8125rem;top:238.674875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeuikbipyiV4WOWuqwD56nZDcDvOEcO { width:9.375rem;height:9.375rem;top:244.48608398438rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPrN9Srd6x7Cu2RiUh0AZRymcfEn5mm { width:10.625rem;height:1.767825rem;top:239.42138671875rem;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.7483125rem;height:0.124511875rem;top:242.29858398438rem;left:4.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2d4SbHRqixA6gn7e9HhpviBb8rsHwL0 { width:18.75rem;height:20.0585625rem;top:255.29907226562rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18iERTcbca8FuTNIF2stTNpdOiFgJlt { width:20rem;height:37.1875rem;top:277.737375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEpS0HtPDfIvIgouZGZhVVPMT8PTkyl { width:9.2480625rem;height:9.1235rem;top:284.29931640625rem;left:5.343017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2rAknGAQ4eAsXqqkZtK2rEMws3J2WNw { width:15.3125rem;height:1.767825rem;top:278.5498046875rem;left:2.9345703125rem;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.124511875rem;top:281.86157226562rem;left:4.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBcWfJP04e4ltyUH7iDfNiGQ3VheKAH { width:18.75rem;height:20.0585625rem;top:294.94506835938rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXt2eVt0yT5wPv83T50xxng57bVodnZU { width:12.5rem;height:0;top:316.174875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l { display:block; }#U1Tq81kNxn6v84IPTCPcDdpwOD5aLI8l > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfvJ0i6KkWdAXTqH40eFU3m1s0nvZL5P { width:18.75rem;height:4.87305rem;top:1.25rem;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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh3G8u9hOt53D30RWddclIaWZtePhxJW { width:18.75rem;height:13.88671875rem;top:1.25rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX5BkZxt1gmlQGvFCg71OmR0EWZx6XTS { width:18.75rem;height:3.41064375rem;top:16.44925rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4QVmPv4XV5A9esA8O6COQLwkfB9Oyh { width:18.75rem;height:52.6484375rem;top:21.108675rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3VhRBNNlJdGs6TS7h7WdOKA6FSbIin { width:17.5615rem;height:3.718995rem;top:75.0688625rem;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.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxvEnNNdGmiy9UtXK2tcImfXz1ozNlSz { width:14.624rem;height:12.68675rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2eGkFkeHI6dr0lO55fCXETfq86KtTOk { width:18.75rem;height:4.55078125rem;top:15.1855625rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ca7H281Ty6BB1Lecv7OcD5gsGu16ph { width:18.75rem;height:16.972625rem;top:21.04884375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVt0ehdG191NeNTTz6hnGoSyTELBGoEX { display:block; }#mVt0ehdG191NeNTTz6hnGoSyTELBGoEX > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsT3XebI8o6kam8G1BT8eqLHG6tyK0e { width:18.75rem;height:4.87305rem;top:1.25rem;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:159.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkLLaTLTfmQ7ug4N7DrbFwPiDU7ZPxv6 { width:2.124025rem;height:2.124025rem;top:1.25rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sdhStMqDgnyTTXVVLHcDfRqfoS6Qya { width:13.4973125rem;height:3.3120125rem;top:4.624025rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf0KfuDP2uSqeMrNpALZEDeaihkUtuts { width:12.5rem;height:10.80075rem;top:9.24829375rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvHL5CzgFIWmTXmDQK5oQANpTOLBU5Gq { width:2.124025rem;height:2.124025rem;top:21.36035625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTQI9XmonT8nqW8c8tXKQ0TVi8fHTCm { width:14.7473125rem;height:3.3120125rem;top:24.79688125rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNKoafTpqXJ8LNyCV60qZ1Tm2dTDBRi4 { width:18.75rem;height:9.2578125rem;top:29.42115rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtmJETPuss0oRR4WA0mRnlmDO4xy3FSI { width:18.75rem;height:1.54296875rem;top:66.37623125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXZTUhelhkZsw9VyHLqVptlHRKRCVqa { width:2.124025rem;height:2.124025rem;top:50.8935625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcoyO2q55lSpq1AT9aRxXkszl7XH8Box { width:16.1853125rem;height:3.3120125rem;top:54.3300875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhiKZKTIDGMC8g9DXZCd98ITCDf6yb0q { width:18.75rem;height:6.171875rem;top:58.95435625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLukJQg620P4wQKD1IRNrDUh4dgcXACA { width:2.124025rem;height:2.124025rem;top:69.1692rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJ0TmbvsTidBwSfkuCREg1uFlNTAHtT { width:16.4355625rem;height:3.3120125rem;top:72.605725rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPeGb1KqieITXN3pZNVMgOwuf8IZgdJ5 { width:18.75rem;height:4.62890625rem;top:77.22999375rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssUKRud3IKggKvnlrOkfFNhX6NQVWwVF { width:2.124025rem;height:2.124025rem;top:83.1089rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61kFIa65STUML5Taa9i88TK6GRcqATW { width:13.9355625rem;height:3.1484375rem;top:86.482925rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBnxH492QfMniNaa9QsWWBRPL8mmcNJd { width:18.75rem;height:3.1484375rem;top:90.88111875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTnh8C28U3pu9kICRWuqRxt4RACywZrm { width:2.124025rem;height:2.124025rem;top:95.3418125rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuzKslBJ7V0REAmdQsm9LzyzcbkvwqXA { width:15.7483125rem;height:4.62890625rem;top:101.57130625rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD63rLEpwArAt1IpH7NJEowCVFI9K3sB { width:18.75rem;height:1.54296875rem;top:98.7783375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIN1KRAZlAQCZrJ4lAR1zKGiumqw7wcG { width:2.124025rem;height:2.124025rem;top:113.39161875rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTPKOVr0laRJDihZX4kQE3JGzfeT1R8 { width:16.3733125rem;height:3.1484375rem;top:116.82814375rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCD4EThm1IJ0xlrFnhe7l8IcGQt074Fx { width:18.75rem;height:7.777375rem;top:121.2888375rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EL8xfrSwVvQzvVcJsZgC4eV1O1TK9DGw { width:2.124025rem;height:2.124025rem;top:130.3784625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBo8LTQ2eFItsRXQ6Ra2TmodpGzsDu3 { width:16.4978125rem;height:3.1484375rem;top:133.7524875rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipG7uObfTwkI5Sb3pQIkwbXk4KbTSbnd { width:18.75rem;height:7.777375rem;top:138.15068125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O107xmGKzJM6tw5I2BbN6T40MhXFRkRG { width:2.124025rem;height:2.124025rem;top:147.24030625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jii0zhgr70XBAqGWFd3T4TFZSndEOyiz { width:15.9973125rem;height:1.54296875rem;top:150.61433125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8wax7KzI3uT5lAyQAaWFFUCxDf4P7M { width:18.75rem;height:4.62890625rem;top:153.4073rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO1k7klIJ0Ip2sOCoStmLLIZgmrOBfi2 { width:20rem;height:3.1484375rem;top:39.9289625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9RJh02rxvPGOyi1Liq7OBID07qiflA { width:20rem;height:5.25390625rem;top:44.32715625rem;left:0rem;font-size:1.1875rem;display:block; }#ZI9RJh02rxvPGOyi1Liq7OBID07qiflA li:before{  }
 }@media only screen and (max-width: 763px) { #B1W8ZMVdCJHvQy0LyTRzsNNLf2HrQ0cQ { width:20rem;height:4.62890625rem;top:107.4502125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa { display:block; }#yWLQfU5C3xe7mx9VSHdw6s6BTP3Tw3qa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5xweDtwSB4CZIMEPms1OV6ZVadcvOg { width:18.75rem;height:4.87305rem;top:1.25rem;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:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTP8ulFUJtZd1Ooh2kWPAE53lBLrRZT { width:16.6235rem;height:17.0605625rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNHIfp10CN7ymETIqc7MfIIevRpomgV { width:16.936rem;height:4.87305rem;top:19.9511875rem;left:1.5rem;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.265625rem;top:26.1367375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AybK88SHLmMAAcXSdLleeK3Mql0uRuuT { width:18.77975rem;height:3.89111375rem;top:70.6521125rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDqNESbfRPxt9AT4Ah9Lktz3ITIaU1JW { display:block; }
 }@media only screen and (max-width: 763px) { #nXJMOcakDViFU3SV6kHprCbaAdTRa3rT { display:block; }#nXJMOcakDViFU3SV6kHprCbaAdTRa3rT > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBZMrU67xFbTOsyHfNnOUr0RnkIVBZJw { width:18.75rem;height:0;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.298825rem;top:3.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kWLeb7vbrCSMTvR8g7f6pqc80OkK6U { width:18.75rem;height:0;top:2.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }