.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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:#ff3300;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 > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.96875rem;left:19.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bVcqz9Kl/Untitled_design_19_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.adaptive-delivery-prevent-bg, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyload, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyloading { background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { background-color: transparent; background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .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); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { border-width: 0; border-radius: 0; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container {  }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { color:#5b5299;display:block;width:35.6875rem;position:absolute;font-family:"pt sans";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:4.21875rem;height:14.95rem;font-style:normal;display:block; }
#lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { position:absolute;display:block;z-index:15001;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:0.1875rem;width:3.75rem;top:17rem;left:4.21875rem;display:block; }
#ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"pt sans";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375rem;left:4.21875rem;height:5.60625rem;display:block; }
#GO11bUqNx6rosUPl86p9QGmI4seEIbMP { background-color:#9e99d7;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.125rem;left:4.21875rem;display:block; }
#vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a6b6f8;background-image:none;position:relative;display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { background-color: transparent; background-image: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container > .video-iframe-container { display: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row > .video-iframe-container { display: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .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); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { border-width: 0; border-radius: 0; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row > .video-iframe-container {  }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:10rem;top:2.25rem;left:11.46875rem;overflow:hidden;display:block; }
#X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:2.875rem;left:26.34375rem;overflow:hidden;display:block; }
#zGUp6g0MBNzT4HGXsn04X41R02crEGnu { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.343751907349rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9250011444094rem;left:26.343751907349rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#b58iuFqw3cn0htg0L00lBGKHsGuLli32 { color:#a4a4a4;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:26.343751907349rem;height:1.4625rem;font-style:normal;display:block; }
#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { position:relative;display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { background-color: transparent; background-image: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container > .video-iframe-container { display: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row > .video-iframe-container { display: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .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); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { border-width: 0; border-radius: 0; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container > .video-iframe-container {  }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:3.8125rem;left:2.09375rem;overflow:hidden;display:block; }
#H47JaoNtReh2LA4oGKV16RfFWsN9twVb { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.4375rem;left:2.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:4.1875rem;left:27.09375rem;overflow:hidden;display:block; }
#ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.4375rem;left:27.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#g68xB7846DgzwD3SaPBcglW5prdFmVi7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:4.1875rem;left:52.09375rem;overflow:hidden;display:block; }
#MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { position:relative;display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { background-color: transparent; background-image: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container > .video-iframe-container { display: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row > .video-iframe-container { display: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .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); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { border-width: 0; border-radius: 0; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container > .video-iframe-container {  }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { color:#5b5299;display:block;width:29.875rem;position:absolute;font-family:"pt sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.6875rem;height:3.65625rem;font-style:normal;display:block; }
#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3505859375rem;left:7.6875rem;height:;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
#TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.875rem;left:7.6875rem;height:1.4625rem;display:block; }
#g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:13.6875rem;top:3.1875rem;left:41.46875rem;overflow:hidden;display:block; }
#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a6b6f8;background-image:none;position:relative;display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { background-color: transparent; background-image: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .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); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { border-width: 0; border-radius: 0; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container {  }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#IURIT9TuzcF3XNneReRAdWcFzOgndMvN { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b3f2e3;border-left:0.125rem solid #b3f2e3;border-right:0.125rem solid #b3f2e3;border-bottom:0.125rem solid #b3f2e3;height:9.6875rem;width:59.75rem;top:2.3125rem;left:10.15625rem;display:block; }
#XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.90625rem;left:15.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVuyIfu5y75liyPIikLMIHo3T631PL07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { background-color: transparent; background-image: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container > .video-iframe-container { display: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row > .video-iframe-container { display: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .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); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { border-width: 0; border-radius: 0; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row > .video-iframe-container {  }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:32.8125rem;top:4.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { color:#5b5299;display:block;width:31.5rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75rem;left:40.5rem;height:5.85rem;font-style:normal;display:block; }
#DKPdeCKrcnUongMhTJGlW2TuzyescMFR { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3369140625rem;left:40.3125rem;height:14.625rem;display:block; }
#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { position:relative;display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { background-color: transparent; background-image: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .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); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { border-width: 0; border-radius: 0; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container > .video-iframe-container {  }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .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:7.1875rem;width:75rem;position:relative;display:block; }#l0diTERMeflqlxATdh6mKRHXdZtTflWl { color:#5b5299;display:block;width:24.5625rem;position:absolute;font-family:"pt sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.453125rem;left:25.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { position:relative;display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { background-color: transparent; background-image: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .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); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { border-width: 0; border-radius: 0; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container > .video-iframe-container {  }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .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:44.0625rem;width:75rem;position:relative;display:block; }#VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { position:absolute;display:block;z-index:15000;background-color:#a6b6f8;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.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:0.84375rem;display:block; }
#lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.875rem;width:12.5rem;top:2.5rem;left:6.25rem;overflow:hidden;display:block; }
#MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.1875rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { position:absolute;display:block;z-index:15003;background-color:#7451ac;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:18.75rem;top:21.5625rem;left:3.125rem;display:block; }
#TuamIUe1SabqSKv6Xw9bPWz9TkM882um { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.875rem;height:;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { position:absolute;display:block;z-index:15001;background-color:#a6b6f8;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.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:26.0625rem;display:block; }
#dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:31.25rem;overflow:hidden;display:block; }
#J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.1875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { position:absolute;display:block;z-index:15004;background-color:#7451ac;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:18.75rem;top:21.5625rem;left:28.125rem;display:block; }
#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { color:#f1eef6;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.75rem;left:29.53125rem;height:;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#XEpytD5me0fResyuCV5oExeOmPNr6Eig { position:absolute;display:block;z-index:15002;background-color:#a6b6f8;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.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:51.0625rem;display:block; }
#ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:13.8125rem;top:2.9374999701977rem;left:55.593748092651rem;overflow:hidden;display:block; }
#RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:52.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { position:absolute;display:block;z-index:15005;background-color:#7451ac;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:18.75rem;top:21.5625rem;left:53.125rem;display:block; }
#IWTdaysAUhPTERUuMvRduc1k58VghsOu { color:#f1eef6;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.75rem;left:53.125rem;height:;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { position:relative;display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { background-color: transparent; background-image: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .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); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { border-width: 0; border-radius: 0; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container > .video-iframe-container {  }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .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:8.4375rem;width:75rem;position:relative;display:block; }#WfX56MizPGTHtETt9l7XTLA2rcICTaax { background-color:#9e99d7;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:#f1eef6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3125rem;left:25.312501907349rem;display:block; }
#tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.25rem;width:29.25rem;top:6.1875001909211rem;left:4.125rem;overflow:hidden;display:block; }
#ATs7UEh27blX4AHPsFgueNlWrGltzl6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { background-color: transparent; background-image: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .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); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { border-width: 0; border-radius: 0; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container {  }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#FnnH3D89oag47soms9M1wITtxMddKdR5 { color:#7451ac;display:block;width:25.25rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9359468463808rem;left:40.875001907349rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4679779056463rem;left:40.875001907349rem;height:;font-style:normal;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { position:relative;display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { background-color: transparent; background-image: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .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); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { border-width: 0; border-radius: 0; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container > .video-iframe-container {  }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .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:8.625rem;width:75rem;position:relative;display:block; }#hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { color:#7451ac;display:block;width:43.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:16.375rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { position:relative;display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { background-color: transparent; background-image: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .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); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { border-width: 0; border-radius: 0; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container > .video-iframe-container {  }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .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:20.9375rem;width:75rem;position:relative;display:block; }#ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:14.5625rem;top:4.7796813845634rem;left:5.21875rem;overflow:hidden;display:block; }
#qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:14.5625rem;top:4.7492126524448rem;left:30.218751907349rem;overflow:hidden;display:block; }
#f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:4.1851501464844rem;left:55.218748092651rem;overflow:hidden;display:block; }
#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { position:relative;display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { background-color: transparent; background-image: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .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); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { border-width: 0; border-radius: 0; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container > .video-iframe-container {  }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .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:25.6875rem;width:75rem;position:relative;display:block; }#X6wWEf1g6vNEPuxBvXgQF50I89xX433v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:15.875rem;top:3.5624942779541rem;left:4.5625rem;overflow:hidden;display:block; }
#n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:15.8125rem;top:3.5617308616638rem;left:29.562501907349rem;overflow:hidden;display:block; }
#BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:15.75rem;top:3.5609378814698rem;left:54.624998092651rem;overflow:hidden;display:block; }
#WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { position:absolute;display:block;z-index:15000;background-color:#f1eef6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #85a1e6;border-left:0.125rem solid #85a1e6;border-right:0.125rem solid #85a1e6;border-bottom:0.125rem solid #85a1e6;height:38.0625rem;width:71.875rem;top:23.25rem;left:1.46875rem;display:block; }
#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c32;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { background-color: transparent; background-image: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .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); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { border-width: 0; border-radius: 0; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { color:#7451ac;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"source sans pro";font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:13.84375rem;height:11.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:28.4375rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.90625rem;height:14.3rem;display:block; }
#KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { position:absolute;display:block;z-index:15000;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:53.875rem;top:45.75rem;left:10.5625rem;display:block; }
#Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:7.5rem;top:47rem;left:11.53125rem;overflow:hidden;display:block; }
#MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:47rem;left:22.96875rem;overflow:hidden;display:block; }
#y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { background-color:#9e99d7;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:#f1eef6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.749984741211rem;left:25.312501907349rem;display:block; }
#mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { position:relative;display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { background-color: transparent; background-image: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .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); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { border-width: 0; border-radius: 0; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container > .video-iframe-container {  }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:23.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"pt sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:23.281251907349rem;height:4.14375rem;text-align:left;text-align-last:left;display:block; }
#bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { color:#a4a4a4;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.462500572204rem;left:23.281251907349rem;height:1.4625rem;font-style:normal;display:block; }
#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { position:relative;display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { background-color: transparent; background-image: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container > .video-iframe-container { display: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row > .video-iframe-container { display: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .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); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { border-width: 0; border-radius: 0; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container > .video-iframe-container {  }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6874878406524rem;left:24.000001907349rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Su27hWH14z3iLocHh27V5bhwL2wHKlpa { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"source sans pro";font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4492068290711rem;left:13.84375rem;height:11.8625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZToUy6BZIDw1mXBKbOx2Hks7Elq7cV5 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.379675865173rem;left:19.25rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { position:relative;display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { background-color: transparent; background-image: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .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); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { border-width: 0; border-radius: 0; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container > .video-iframe-container {  }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.3125002384186rem;left:10.09375rem;overflow:hidden;display:block; }
#l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h42kKgJA2I4pKsmuffb99bCNm5vvlRch { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8750004768369rem;left:2.6875rem;height:;text-align:center;text-align-last:center;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; }
#wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.212500095367rem;left:27.687501907349rem;height:;text-align:center;text-align-last:center;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; }
#DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.212500095367rem;left:52.718751907349rem;height:5.2rem;text-align:center;text-align-last:center;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; }
#iNNyVPdHTOvTBQNhQaXArC8vyDVFToFN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.125rem;top:2.7187502384186rem;left:35.437501907349rem;overflow:hidden;display:block; }
#Tfx2qozumOX0xiJllR2Nhw84STvaNS0W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:3.0000002384186rem;left:60.749998092651rem;overflow:hidden;display:block; }
#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { position:relative;display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { background-color: transparent; background-image: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .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); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { border-width: 0; border-radius: 0; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container > .video-iframe-container {  }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IwKLcJ913OuDMrcH4sWibIENANkoMT5g { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.71875rem;height:5.2rem;text-align:center;text-align-last:center;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; }
#ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNm57hSG9AokIZQEemCRK2584SkgJv8a { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.012482834049rem;left:27.687501907349rem;height:;text-align:center;text-align-last:center;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; }
#XvNQ0835WlEVM085riaft96y2b5GsGl2 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.006250572391rem;left:52.718751907349rem;height:;text-align:center;text-align-last:center;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; }
#kvBrEDwg18EFJLtyNdTJN2EXTAAI5UCA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.21875rem;left:35.062501907349rem;overflow:hidden;display:block; }
#RzvaJk82BHiKhofyPTgkzTGPTXg9F3Oz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.5625rem;top:2.8125rem;left:60.718748092651rem;overflow:hidden;display:block; }
#wf81CC6ahoPkmTRtghUhrMTnlL0EkzcJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.2492187023163rem;left:10.09375rem;overflow:hidden;display:block; }
#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { position:relative;display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { background-color: transparent; background-image: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .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); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { border-width: 0; border-radius: 0; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container > .video-iframe-container {  }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.593736648559rem;left:2.71875rem;height:5.2rem;text-align:center;text-align-last:center;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; }
#TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1250119209287rem;left:34.343751907349rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9421882629394rem;left:27.687501907349rem;height:6.5rem;text-align:center;text-align-last:center;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; }
#OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.65390586853rem;left:59.343748092651rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.70468711853rem;left:52.718751907349rem;height:;text-align:center;text-align-last:center;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; }
#cuPLOXcIb7S8wztJadlmcPn5R7zvWRp0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.375rem;left:60.093748092651rem;overflow:hidden;display:block; }
#RQSHkLHvMmoAOqNENnpeH23NGMqKir16 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:2.90625rem;left:10.75rem;overflow:hidden;display:block; }
#bTufIaUCA2ip3dAOusGLmxTu41oP4hcS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.21875rem;left:35.062501907349rem;overflow:hidden;display:block; }
#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { position:relative;display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { background-color: transparent; background-image: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .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); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { border-width: 0; border-radius: 0; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container > .video-iframe-container {  }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.075017929077rem;left:2.6875rem;height:5.2rem;text-align:center;text-align-last:center;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; }
#yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:34.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.425000190735rem;left:27.718751907349rem;height:6.5rem;text-align:center;text-align-last:center;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; }
#vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:59.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.074999809265rem;left:52.687501907349rem;height:5.2rem;text-align:center;text-align-last:center;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; }
#wtdN2EbribxSkANRRktn0I7DoKW9KOTD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:2.875rem;left:35.750001907349rem;overflow:hidden;display:block; }
#mPG3dX4Z1tPuSJbXrnnuTgBm6RCTKbsK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.5625rem;top:2.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#DU33Qiph8O8A0qO7IQe0LpdaqZofuw6E { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:2.21875rem;left:60.093748092651rem;overflow:hidden;display:block; }
#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { position:relative;display:block; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { background-color: transparent; background-image: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container > .video-iframe-container { display: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row > .video-iframe-container { display: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .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); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { border-width: 0; border-radius: 0; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container > .video-iframe-container {  }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aoo8GJn1PaSBHdDqShwS5UgPhyA8EVrL { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3750009536744rem;left:9.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmNxTW2oWyDH8mOGd1MI8Cv4dqGFoTaJ { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3499994277956rem;left:2.71875rem;height:;text-align:center;text-align-last:center;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; }
#xhKR9k1nf4MHPWv5kdTuRqo2aQkZ7A7N { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3750009536744rem;left:34.343751907349rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgTScBnbD0H25ZKNWPuGnSU3JuyG9haE { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3500013351437rem;left:27.718751907349rem;height:9.1rem;text-align:center;text-align-last:center;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; }
#fVIiCNekAfEQX0wTASHnq5ChTF3xyT05 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:59.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7k2XLObsxgGNKXXfUir9BBqEPEERKkn { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.649218559265rem;left:52.687501907349rem;height:7.8rem;text-align:center;text-align-last:center;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; }
#bLqzV1aRUz54ZJNmPpWyQp81TzmMKoPo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:1.5625rem;left:10.09375rem;overflow:hidden;display:block; }
#nrGUoVfAOecvMyziwBDTs1t1fSvlvX5t { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:2.875rem;left:60.749998092651rem;overflow:hidden;display:block; }
#uVBqf28uS4TneofuLduTzsroNOtSFUdi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.5625rem;top:2.84375rem;left:35.687501907349rem;overflow:hidden;display:block; }
#TgdsECyeosak2PswygxIqDNRv0aT5UGP { position:relative;display:block; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP { background-color: transparent; background-image: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container > .video-iframe-container { display: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row > .video-iframe-container { display: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .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); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP { border-width: 0; border-radius: 0; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container > .video-iframe-container {  }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Uyv641FDvshdJA9LAEzJe6KNJ8C3Ha4v { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.34375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pm5uuKia17mpELg7r69CvpfLE9m3aWVm { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8124818801881rem;left:2.6875rem;height:;text-align:center;text-align-last:center;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; }
#mpxJnnz6aSaKP1BggHeDudwQdm5nr4N9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.625rem;top:3.0625rem;left:10.6875rem;overflow:hidden;display:block; }
#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { position:relative;display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { background-color: transparent; background-image: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .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); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { border-width: 0; border-radius: 0; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container > .video-iframe-container {  }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#C6iEbpAffBJptZksUXpZMLbBicU66QnT { background-color:#9e99d7;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:#f1eef6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.4375rem;left:25.312501907349rem;display:block; }
#NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HrdyRCcs/fitness_woman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.adaptive-delivery-prevent-bg, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyload, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyloading { background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { background-color: transparent; background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .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); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { border-width: 0; border-radius: 0; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container {  }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:22.59375rem;height:5.525rem;font-style:normal;display:block; }
#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { color:#000000;display:block;width:52.25rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:11.375rem;height:;font-style:normal;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
#zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { position:absolute;display:block;z-index:15002;background-color:#85a1e6;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:50rem;top:24.9375rem;left:12.5rem;display:block; }
#FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.744140625rem;left:20.34375rem;height:5.525rem;font-style:normal;display:block; }
#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { color:#000000;display:block;width:52rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.0625rem;left:11.375rem;height:;font-style:normal;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
#tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { background-color:#9e99d7;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:#f1eef6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.0625rem;left:25.3125rem;display:block; }
#DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { position:relative;display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { background-color: transparent; background-image: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .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); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { border-width: 0; border-radius: 0; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container > .video-iframe-container {  }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1eef6;background-image:none;font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0726807117462rem;left:3.5625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"source sans pro";font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.011743068695rem;left:3.5625rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.188305854797rem;left:3.5625rem;height:16.0875rem;display:block; }
#GkElM0y4QcixarQou1DxbhnvQcMSPWdp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.375rem;width:33.4375rem;top:5.0734283924102rem;left:39.531251907349rem;overflow:hidden;display:block; }
#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b5299;background-image:none;position:relative;display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { background-color: transparent; background-image: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .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); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { border-width: 0; border-radius: 0; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container {  }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { font-size:0.875rem;font-family:arial;height:89.4375rem;width:75rem;position:relative;display:block; }#AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.75rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { position:absolute;display:block;z-index:15001;background-color:#9e99d7;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:4.0625rem;width:48.625rem;top:10.5615234375rem;left:13.1875rem;display:block; }
#iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.535156607628rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { color:#000000;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.1875rem;height:3.9rem;display:block; }
#IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { position:absolute;display:block;z-index:15002;background-color:#9e99d7;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:4.0625rem;width:48.625rem;top:20.9375rem;left:13.1875rem;display:block; }
#Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.91171836853rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { color:#000000;display:block;width:48.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.312498092651rem;left:13.1875rem;height:6.5rem;display:block; }
#gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { position:absolute;display:block;z-index:15003;background-color:#9e99d7;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:4.0625rem;width:48.625rem;top:35.3125rem;left:13.1875rem;display:block; }
#cKKDkJW8VZg92vONUx0QrT6mLfHombeG { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.287109375rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:40.8125rem;left:13.1875rem;height:3.9rem;display:block; }
#VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { position:absolute;display:block;z-index:15004;background-color:#9e99d7;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:4.0625rem;width:48.625rem;top:47.125rem;left:13.1875rem;display:block; }
#yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.099609375rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { color:#000000;display:block;width:48.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.624999240041rem;left:13.1875rem;height:2.6rem;display:block; }
#yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { position:absolute;display:block;z-index:15009;background-color:#708086;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:68.75rem;top:70.3125rem;left:3.125rem;display:block; }
#rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:73.0625rem;left:3.75rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:83rem;left:26.125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { background-color:#9e99d7;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:60.874999046326rem;left:25.312501907349rem;display:block; }
#gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { top:0.9375rem;left:5.6875rem;width:36.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { top:5.125rem;left:0rem;width:35.6875rem;height:11.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { top:17rem;left:0rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { top:19.375rem;left:0rem;width:37.5625rem;height:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO11bUqNx6rosUPl86p9QGmI4seEIbMP { width:26.3125rem;height:3.8125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block; }
 }@media only screen and (max-width: 763px) { #biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { top:2.25rem;left:0rem;width:10rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { top:2.875rem;left:12.71875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUp6g0MBNzT4HGXsn04X41R02crEGnu { top:4.75rem;left:3.3125rem;width:44.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { top:7.875rem;left:6.9375rem;width:40.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58iuFqw3cn0htg0L00lBGKHsGuLli32 { top:12.9375rem;left:12.718751907349rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { top:3.8125rem;left:0rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47JaoNtReh2LA4oGKV16RfFWsN9twVb { top:19.4375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { top:4.1875rem;left:10.9375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { top:19.4375rem;left:12.4375rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { top:4.1875rem;left:26.8125rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { top:19.4375rem;left:28.3125rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { top:3.1875rem;left:0rem;width:29.875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { top:8.3125rem;left:0rem;width:27.875rem;height:;font-size:1.125rem;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
 }@media only screen and (max-width: 763px) { #TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { top:23.875rem;left:0.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { top:3.1875rem;left:23.875rem;width:13.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IURIT9TuzcF3XNneReRAdWcFzOgndMvN { top:2.3125rem;left:0rem;width:47.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { top:3.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuyIfu5y75liyPIikLMIHo3T631PL07 { display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { top:4.125rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { top:10.75rem;left:16.25rem;width:31.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { top:18.3125rem;left:15.875rem;width:31.875rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0diTERMeflqlxATdh6mKRHXdZtTflWl { top:3.4375rem;left:11.59375rem;width:24.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { top:5rem;left:0rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { top:2.5rem;left:1.6875rem;width:12.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { top:17.1875rem;left:1.6875rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { top:21.5625rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { top:23.75rem;left:0rem;width:15.9375rem;height:;font-size:1.125rem;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { top:5rem;left:8.875rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { top:2.5rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { top:17.1875rem;left:17.562501907349rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { top:21.5625rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { top:23.75rem;left:15.8125rem;width:15.9375rem;height:;font-size:1.125rem;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #XEpytD5me0fResyuCV5oExeOmPNr6Eig { top:5rem;left:24.75rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { top:2.875rem;left:32.781248092651rem;width:13.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { top:17.1875rem;left:27.9375rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { top:21.5625rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTdaysAUhPTERUuMvRduc1k58VghsOu { top:23.75rem;left:31.6875rem;width:15.9375rem;height:;font-size:1.125rem;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfX56MizPGTHtETt9l7XTLA2rcICTaax { width:25.625rem;height:3.875rem;top:2.3125rem;left:11.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block; }
 }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { top:6.1875rem;left:0rem;width:29.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATs7UEh27blX4AHPsFgueNlWrGltzl6q { display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnnH3D89oag47soms9M1wITtxMddKdR5 { top:2.875rem;left:22.5rem;width:25.25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { top:8.4375rem;left:20.4375rem;width:27.3125rem;height:14.4375rem;font-size:1.125rem;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
 }@media only screen and (max-width: 763px) { #UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { top:4.25rem;left:2.75rem;width:43.25rem;height:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { top:4.75rem;left:0.65625rem;width:14.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { top:4.6875rem;left:16.531251907349rem;width:14.5625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { top:4.125rem;left:32.406248092651rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wWEf1g6vNEPuxBvXgQF50I89xX433v { top:3.5rem;left:0rem;width:15.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { top:3.5rem;left:15.875001907349rem;width:15.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { top:3.5rem;left:31.812498092651rem;width:15.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { top:23.25rem;left:0rem;width:47.5rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { top:1.9375rem;left:15.125rem;width:17.5rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { top:5.4375rem;left:0.21875rem;width:47.3125rem;height:5.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { top:12.9375rem;left:14.812501907349rem;width:18.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { top:17.5rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { top:45.75rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { top:47rem;left:0rem;width:7.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { top:47rem;left:9.34375rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { width:26rem;height:3.8125rem;top:38.6875rem;left:11.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block; }
 }@media only screen and (max-width: 763px) { #mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { top:0.9375rem;left:9.6562519073488rem;width:37.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { top:5.8125rem;left:7.625rem;width:40.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { top:11.4375rem;left:9.6562519073488rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { top:1.625rem;left:10.375001907349rem;width:27rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su27hWH14z3iLocHh27V5bhwL2wHKlpa { top:4.4375rem;left:0.21875rem;width:47.3125rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZToUy6BZIDw1mXBKbOx2Hks7Elq7cV5 { top:10.375rem;left:5.625rem;width:36.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { top:2.3125rem;left:5.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { top:7.0625rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42kKgJA2I4pKsmuffb99bCNm5vvlRch { top:9.875rem;left:0rem;width:19.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { top:7rem;left:20.656251907349rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { top:10.1875rem;left:12.1875rem;width:19.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { top:7rem;left:36.531248092651rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { top:10.1875rem;left:28.0625rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNyVPdHTOvTBQNhQaXArC8vyDVFToFN { top:2.6875rem;left:21.750001907349rem;width:4.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfx2qozumOX0xiJllR2Nhw84STvaNS0W { top:3rem;left:37.937498092651rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwKLcJ913OuDMrcH4sWibIENANkoMT5g { top:7.0625rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { top:10.625rem;left:0rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { top:7.0625rem;left:20.656251907349rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNm57hSG9AokIZQEemCRK2584SkgJv8a { top:10rem;left:12.1875rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNQ0835WlEVM085riaft96y2b5GsGl2 { top:7.0625rem;left:36.531248092651rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { top:10rem;left:28.0625rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBrEDwg18EFJLtyNdTJN2EXTAAI5UCA { top:2.1875rem;left:21.375001907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzvaJk82BHiKhofyPTgkzTGPTXg9F3Oz { top:2.8125rem;left:37.906248092651rem;width:3.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf81CC6ahoPkmTRtghUhrMTnlL0EkzcJ { top:2.1875rem;left:5.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { top:7.125rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { top:10.5625rem;left:0rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { top:7.125rem;left:20.656251907349rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { top:9.9375rem;left:12.1875rem;width:19.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { top:6.625rem;left:36.531248092651rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { top:8.6875rem;left:28.0625rem;width:19.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPLOXcIb7S8wztJadlmcPn5R7zvWRp0 { top:2.375rem;left:37.281248092651rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSHkLHvMmoAOqNENnpeH23NGMqKir16 { top:2.875rem;left:6.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTufIaUCA2ip3dAOusGLmxTu41oP4hcS { top:2.1875rem;left:21.375001907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { top:7.125rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { top:10.0625rem;left:0rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { top:7.125rem;left:20.656251907349rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { top:9.375rem;left:12.1875rem;width:19.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { top:7.1875rem;left:36.531248092651rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { top:10.0625rem;left:28.0625rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtdN2EbribxSkANRRktn0I7DoKW9KOTD { top:2.875rem;left:22.062501907349rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPG3dX4Z1tPuSJbXrnnuTgBm6RCTKbsK { top:2.8125rem;left:6.125rem;width:3.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU33Qiph8O8A0qO7IQe0LpdaqZofuw6E { top:2.1875rem;left:37.281248092651rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { display:block; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoo8GJn1PaSBHdDqShwS5UgPhyA8EVrL { top:6.375rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNxTW2oWyDH8mOGd1MI8Cv4dqGFoTaJ { top:8.3125rem;left:0rem;width:19.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKR9k1nf4MHPWv5kdTuRqo2aQkZ7A7N { top:6.375rem;left:20.656251907349rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTScBnbD0H25ZKNWPuGnSU3JuyG9haE { top:8.3125rem;left:12.1875rem;width:19.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVIiCNekAfEQX0wTASHnq5ChTF3xyT05 { top:7.1875rem;left:36.531248092651rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7k2XLObsxgGNKXXfUir9BBqEPEERKkn { top:9.625rem;left:28.0625rem;width:19.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLqzV1aRUz54ZJNmPpWyQp81TzmMKoPo { top:1.5625rem;left:5.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrGUoVfAOecvMyziwBDTs1t1fSvlvX5t { top:2.875rem;left:37.937498092651rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVBqf28uS4TneofuLduTzsroNOtSFUdi { top:2.8125rem;left:22.000001907349rem;width:3.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdsECyeosak2PswygxIqDNRv0aT5UGP { display:block; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyv641FDvshdJA9LAEzJe6KNJ8C3Ha4v { top:7.125rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm5uuKia17mpELg7r69CvpfLE9m3aWVm { top:9.75rem;left:0rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxJnnz6aSaKP1BggHeDudwQdm5nr4N9 { top:3.0625rem;left:6.125rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6iEbpAffBJptZksUXpZMLbBicU66QnT { width:26rem;height:3.8125rem;top:3.4375rem;left:11.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block; }
 }@media only screen and (max-width: 763px) { #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { top:5.5625rem;left:8.9687519073488rem;width:29.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { top:10.1875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
 }@media only screen and (max-width: 763px) { #zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { top:24.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { top:27.6875rem;left:6.71875rem;width:34.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { top:33.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
 }@media only screen and (max-width: 763px) { #tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { width:24.375rem;height:3.8125rem;top:50.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block; }
 }@media only screen and (max-width: 763px) { #uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { top:5.0625rem;left:0rem;width:8.9375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { top:9rem;left:0rem;width:32.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { top:18.1875rem;left:0rem;width:32.9375rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkElM0y4QcixarQou1DxbhnvQcMSPWdp { top:5.0625rem;left:14.3125rem;width:33.4375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { top:4.4375rem;left:8.125rem;width:31.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { top:10.5rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { top:11.5rem;left:0.40625rem;width:24.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { top:15.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { top:20.9375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { top:21.875rem;left:0.40625rem;width:29.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { top:26.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { top:35.3125rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKKDkJW8VZg92vONUx0QrT6mLfHombeG { top:36.25rem;left:0.40625rem;width:22.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { top:40.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { top:47.125rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { top:48.0625rem;left:0.40625rem;width:22.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { top:52.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { top:70.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { top:73.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { top:83rem;left:12.500001907349rem;width:22.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { width:25.75rem;height:3.875rem;top:60.8125rem;left:11.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { 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:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { background-color: transparent; background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .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); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { border-width: 0; border-radius: 0; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container > .video-iframe-container {  }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { width:20rem;height:33.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rEqic8AS/Untitled_design_18_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container.adaptive-delivery-prevent-bg, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container.lazyload, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { width:18.75rem;height:9.75rem;top:1.25rem;left:0.625rem;font-size:1.875rem;color:#7451ac;display:block; }
 }@media only screen and (max-width: 763px) { #lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { width:3.75rem;height:0.1875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { width:18.75rem;height:10.2375rem;top:13.3505859375rem;left:0.625rem;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GO11bUqNx6rosUPl86p9QGmI4seEIbMP { width:20rem;height:3.875rem;top:26.107032299042rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block; }
 }@media only screen and (max-width: 763px) { #biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { width:10rem;height:7.5rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { width:9.375rem;height:1.875rem;top:10.25rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUp6g0MBNzT4HGXsn04X41R02crEGnu { width:18.75rem;height:4.0625rem;top:12.125rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { width:18.75rem;height:9.66875rem;top:16.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58iuFqw3cn0htg0L00lBGKHsGuLli32 { width:12.5rem;height:1.3rem;top:25.856250762939rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { width:14.3125rem;height:14.25rem;top:2.7804687023163rem;left:3.1250001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H47JaoNtReh2LA4oGKV16RfFWsN9twVb { width:19.3125rem;height:0.975rem;top:17.592969894409rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { width:13.9375rem;height:13.9375rem;top:19.843751907349rem;left:3.0312501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { width:19.3125rem;height:0.975rem;top:33.9609875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { width:13.9375rem;height:13.9375rem;top:36.185154438019rem;left:3.0312501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { width:19.3125rem;height:0.975rem;top:51.4287875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { width:20rem;height:17.125rem;top:5.57421875rem;left:0rem;font-size:1.125rem;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
 }@media only screen and (max-width: 763px) { #TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { width:12.5rem;height:1.4625rem;top:23.55078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { width:13.25rem;height:20rem;top:27.192187309265rem;left:3.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { background-color:#85a1e6;background-image:none;display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { background-color: transparent; background-image: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .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); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IURIT9TuzcF3XNneReRAdWcFzOgndMvN { width:19.75rem;height:14.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { width:20rem;height:13rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuyIfu5y75liyPIikLMIHo3T631PL07 { display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { width:20rem;height:20rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { width:20rem;height:9.75rem;top:24.213875rem;left:0rem;font-size:1.5rem;color:#5b5299;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { width:20rem;height:23.4rem;top:35.21rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { background-color: transparent; background-image: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .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); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container { width:20rem;height:7.1875rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0diTERMeflqlxATdh6mKRHXdZtTflWl { width:20rem;height:2.6rem;top:2.29296875rem;left:0rem;font-size:2rem;color:#5b5299;display:block; }
 }@media only screen and (max-width: 763px) { #TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { background-color: transparent; background-image: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .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); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container { width:20rem;height:127.25rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { width:20rem;height:36.875rem;top:1.25rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { width:12.5rem;height:9.875rem;top:0rem;left:3.6874998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { width:12.5rem;height:2.6rem;top:13.53125rem;left:3.75rem;font-size:2rem;color:#7451ac;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { width:18.75rem;height:0.125rem;top:17.843751907349rem;left:0.625rem;background-color:#7451ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { width:15.9375rem;height:14.825rem;top:19.46875rem;left:1.25rem;font-size:1.125rem;color:#000000;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { width:20rem;height:36.875rem;top:44.1875rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { width:12.5rem;height:12.5rem;top:41.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { width:12.5rem;height:2.6rem;top:56.84375rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { width:18.75rem;height:0.125rem;top:60.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { width:15.9375rem;height:16.2875rem;top:62.84375rem;left:1.25rem;font-size:1.125rem;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #XEpytD5me0fResyuCV5oExeOmPNr6Eig { width:20rem;height:36.875rem;top:86.90625rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { width:14.25rem;height:9.4375rem;top:84.34375rem;left:2.8750001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { width:16.125rem;height:2.6rem;top:99.40625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { width:18.75rem;height:0.125rem;top:104.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTdaysAUhPTERUuMvRduc1k58VghsOu { width:15.9375rem;height:16.2875rem;top:106.34375rem;left:1.25rem;font-size:1.125rem;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { background-color: transparent; background-image: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .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); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container { width:20rem;height:24.9375rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfX56MizPGTHtETt9l7XTLA2rcICTaax { width:20rem;height:3.8125rem;top:1.2539033889771rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block; }
 }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { width:17.9375rem;height:17.9375rem;top:6.9992372989656rem;left:1.03125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ATs7UEh27blX4AHPsFgueNlWrGltzl6q { background-color:#f1eef6;background-image:none;display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { background-color: transparent; background-image: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .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); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnnH3D89oag47soms9M1wITtxMddKdR5 { width:20rem;height:2.6rem;top:0rem;left:0rem;font-size:2rem;color:#7451ac;display:block; }
 }@media only screen and (max-width: 763px) { #KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { width:20rem;height:17.375rem;top:2.5992126464844rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
 }@media only screen and (max-width: 763px) { #UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { background-color: transparent; background-image: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .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); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container { width:20rem;height:10.25rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { background-color: transparent; background-image: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .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); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container { width:20rem;height:46.9375rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { width:15.125rem;height:13.9375rem;top:1.125rem;left:2.4375001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { width:15.0625rem;height:13.9375rem;top:16.5rem;left:2.4687501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { width:15.1875rem;height:15.1875rem;top:31.36093711853rem;left:2.3125001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { background-color: transparent; background-image: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .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); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container { width:20rem;height:49.375rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wWEf1g6vNEPuxBvXgQF50I89xX433v { width:15.6875rem;height:14.3125rem;top:0.5625rem;left:2.1562501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { width:15.8125rem;height:14.5rem;top:16.78125rem;left:2.0937501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { width:15.9375rem;height:14.75rem;top:31.791407585144rem;left:2.0312501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { width:19.75rem;height:0.9375rem;top:47.0419921875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { background-color:#f1eef6;background-image:none;display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { background-color: transparent; background-image: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .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); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { width:17.5rem;height:2.4375rem;top:1.25rem;left:1.25rem;font-size:1.875rem;color:#7451ac;display:block; }
 }@media only screen and (max-width: 763px) { #mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { width:20rem;height:2.19375rem;top:4.849609375rem;left:0rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { width:18.125rem;height:2.4375rem;top:8.5693359375rem;left:0.9375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { width:20rem;height:28.6rem;top:12.6064453125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { width:20rem;height:16.375rem;top:47.5439453125rem;left:0rem;background-color:#f1eef6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { width:7.5rem;height:10rem;top:48.7939453125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { width:9.375rem;height:1.875rem;top:59.3564453125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { width:20rem;height:3.8125rem;top:42.10630607605rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block; }
 }@media only screen and (max-width: 763px) { #mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { background-color: transparent; background-image: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .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); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { width:20rem;height:26.0625rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { width:20rem;height:9.75rem;top:2.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { width:20rem;height:10.2375rem;top:13.0615234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { width:12.5rem;height:1.3rem;top:24.760144233704rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { width:20rem;height:5.525rem;top:2.5539064407349rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su27hWH14z3iLocHh27V5bhwL2wHKlpa { width:20rem;height:2.35625rem;top:8.14218711853rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZToUy6BZIDw1mXBKbOx2Hks7Elq7cV5 { width:20rem;height:10.4rem;top:11.999212646484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { background-color: transparent; background-image: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .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); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container { width:20rem;height:42.3125rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { width:3.625rem;height:3.625rem;top:1.2492065429688rem;left:7.9375003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { width:6.3125rem;height:2.1125rem;top:4.1867069005966rem;left:6.8124998807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42kKgJA2I4pKsmuffb99bCNm5vvlRch { width:19.5625rem;height:5.2rem;top:6.2984377145769rem;left:0.37421870231628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { width:6.3125rem;height:2.1125rem;top:17.007812023163rem;left:6.8124998807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { width:19.5625rem;height:5.2rem;top:19.120313167572rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { width:6.3125rem;height:2.1125rem;top:30.832813262939rem;left:6.8124998807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { width:19.5625rem;height:6.5rem;top:32.945313453674rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNyVPdHTOvTBQNhQaXArC8vyDVFToFN { width:4.125rem;height:4.0625rem;top:12.946084976196rem;left:7.9375003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tfx2qozumOX0xiJllR2Nhw84STvaNS0W { width:3.5rem;height:3.5rem;top:27.332812309265rem;left:8.2500003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { background-color: transparent; background-image: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .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); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container { width:20rem;height:44.1875rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwKLcJ913OuDMrcH4sWibIENANkoMT5g { width:6.3125rem;height:2.1125rem;top:5.6242198944092rem;left:6.8437498807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { width:19.5625rem;height:6.5rem;top:7.73671913147rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { width:6.3125rem;height:2.1125rem;top:19.874219417572rem;left:6.8437498807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNm57hSG9AokIZQEemCRK2584SkgJv8a { width:19.5625rem;height:6.5rem;top:21.986719608307rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNQ0835WlEVM085riaft96y2b5GsGl2 { width:6.3125rem;height:2.1125rem;top:33.646094799042rem;left:6.8437498807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { width:19.5625rem;height:6.5rem;top:35.758594036103rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBrEDwg18EFJLtyNdTJN2EXTAAI5UCA { width:4.8125rem;height:4.8125rem;top:15.874256134033rem;left:7.5625003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RzvaJk82BHiKhofyPTgkzTGPTXg9F3Oz { width:3.5625rem;height:3.625rem;top:30.021094799042rem;left:8.1875003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wf81CC6ahoPkmTRtghUhrMTnlL0EkzcJ { width:4.8125rem;height:4.8125rem;top:0.81171989440919rem;left:7.5625003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { background-color: transparent; background-image: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .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); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container { width:20rem;height:49.6875rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { width:6.3125rem;height:2.1125rem;top:4.9960936307907rem;left:6.8437498807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { width:19.5625rem;height:6.5rem;top:7.1085942983625rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { width:6.3125rem;height:2.1125rem;top:20.005468726158rem;left:6.8437498807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { width:19.5625rem;height:7.8rem;top:22.117969870567rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { width:6.3125rem;height:2.1125rem;top:36.34375rem;left:6.8124998807906rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { width:19.5625rem;height:9.1rem;top:38.456251144409rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPLOXcIb7S8wztJadlmcPn5R7zvWRp0 { width:4.1875rem;height:4.125rem;top:32.218786597252rem;left:7.9062503576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RQSHkLHvMmoAOqNENnpeH23NGMqKir16 { width:3.5rem;height:3.5rem;top:1.4968268871307rem;left:8.2500003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bTufIaUCA2ip3dAOusGLmxTu41oP4hcS { width:4.8125rem;height:4.8125rem;top:15.192968726158rem;left:7.5937503576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { background-color: transparent; background-image: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .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); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container { width:20rem;height:44.4375rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { width:7.6875rem;height:2.1125rem;top:5.3726568222046rem;left:6.1562498807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { width:19.5625rem;height:6.5rem;top:7.485156059265rem;left:0.37421870231628rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { width:8rem;height:2.1125rem;top:20.197692871094rem;left:5.9999998807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { width:19.5625rem;height:7.8rem;top:22.310157299042rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { width:7.9375rem;height:2.1125rem;top:35.208984375rem;left:6.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { width:19.5625rem;height:5.2rem;top:37.896484375rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtdN2EbribxSkANRRktn0I7DoKW9KOTD { width:3.5rem;height:3.5rem;top:15.821093559265rem;left:8.2500003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mPG3dX4Z1tPuSJbXrnnuTgBm6RCTKbsK { width:3.5625rem;height:3.625rem;top:1.7491950988769rem;left:8.1875003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DU33Qiph8O8A0qO7IQe0LpdaqZofuw6E { width:4.8125rem;height:4.8125rem;top:30.458595275879rem;left:7.5625003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { display:block; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs { background-color: transparent; background-image: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container > .video-iframe-container { display: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row > .video-iframe-container { display: none; }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .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); }#TknQBnoT2PTWdrN1nWmoHvPF9hnm1vvs > .row .container { width:20rem;height:48.75rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoo8GJn1PaSBHdDqShwS5UgPhyA8EVrL { width:7.6875rem;height:2.1125rem;top:4.8125rem;left:6.1562498807907rem;font-size:1.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vmNxTW2oWyDH8mOGd1MI8Cv4dqGFoTaJ { width:19.5625rem;height:10.4rem;top:6.925000190735rem;left:0.37421870231628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKR9k1nf4MHPWv5kdTuRqo2aQkZ7A7N { width:8rem;height:2.1125rem;top:21.197656154633rem;left:5.9999998807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTScBnbD0H25ZKNWPuGnSU3JuyG9haE { width:19.5625rem;height:10.4rem;top:23.247656822204rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVIiCNekAfEQX0wTASHnq5ChTF3xyT05 { width:7.9375rem;height:2.1125rem;top:38.84609413147rem;left:6.0312498807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7k2XLObsxgGNKXXfUir9BBqEPEERKkn { width:19.5625rem;height:7.8rem;top:40.89609336853rem;left:0.37421870231628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLqzV1aRUz54ZJNmPpWyQp81TzmMKoPo { width:4.8125rem;height:4.8125rem;top:1.2397766113281E-5rem;left:7.5625003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nrGUoVfAOecvMyziwBDTs1t1fSvlvX5t { width:3.5rem;height:3.5rem;top:35.40859413147rem;left:8.2500003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uVBqf28uS4TneofuLduTzsroNOtSFUdi { width:3.5625rem;height:3.625rem;top:17.324964523316rem;left:8.1875003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TgdsECyeosak2PswygxIqDNRv0aT5UGP { display:block; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP { background-color: transparent; background-image: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container > .video-iframe-container { display: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row > .video-iframe-container { display: none; }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .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); }#TgdsECyeosak2PswygxIqDNRv0aT5UGP > .row .container { width:20rem;height:22.75rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uyv641FDvshdJA9LAEzJe6KNJ8C3Ha4v { width:7.6875rem;height:2.1125rem;top:4.8125rem;left:6.1562498807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm5uuKia17mpELg7r69CvpfLE9m3aWVm { width:19.5625rem;height:6.5rem;top:6.925000190735rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpxJnnz6aSaKP1BggHeDudwQdm5nr4N9 { width:3.625rem;height:3.5625rem;top:1.2500123977661rem;left:8.1875003576281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { background-color: transparent; background-image: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .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); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container { width:20rem;height:6.1875rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6iEbpAffBJptZksUXpZMLbBicU66QnT { width:20rem;height:3.875rem;top:1.1874990463257rem;left:0rem;font-size:1.1875rem;color:#f1eef6;background-color:#9e99d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block; }
 }@media only screen and (max-width: 763px) { #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { background-color:#f1eef6;background-image:url("https://images.assets-landingi.com/HrdyRCcs/fitness_woman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.adaptive-delivery-prevent-bg, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyload, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyloading { background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { background-color: transparent; background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .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); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { width:20rem;height:5.2rem;top:1.3154296875rem;left:0rem;font-size:2rem;color:#9e99d7;display:block; }
 }@media only screen and (max-width: 763px) { #hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { width:20rem;height:22.7625rem;top:8.4375rem;left:0rem;font-size:1.125rem;color:#9e99d7;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
 }@media only screen and (max-width: 763px) { #zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { width:18.75rem;height:0.125rem;top:32.1396484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { width:20rem;height:5.2rem;top:34.0654296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { width:20rem;height:21.0875rem;top:41.4521484375rem;left:0rem;font-size:1.125rem;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
 }@media only screen and (max-width: 763px) { #tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { width:19rem;height:3.8125rem;top:62.83203125rem;left:0.5rem;font-size:1.1875rem;color:#f1eef6;background-color:#9e99d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block; }
 }@media only screen and (max-width: 763px) { #uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { background-color: transparent; background-image: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .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); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { width:20rem;height:46.375rem;background-color:#f1eef6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { width:8.9375rem;height:2.6rem;top:1.25rem;left:5.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { width:20rem;height:2.6rem;top:3.8491668701172rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { width:20rem;height:24.8625rem;top:7.32421875rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GkElM0y4QcixarQou1DxbhnvQcMSPWdp { width:12.5rem;height:12.625rem;top:33.106249809265rem;left:3.7499998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { background-color:#5b5299;background-image:none;display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { background-color: transparent; background-image: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .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); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { width:20rem;height:4.0625rem;top:7.69921875rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { width:19.6875rem;height:4.225rem;top:7.6179819107056rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { width:20rem;height:9.1rem;top:12.386732101441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { width:20rem;height:4.0625rem;top:22.05959375rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { width:20rem;height:4.225rem;top:21.978137016296rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { width:20rem;height:15.6rem;top:27.37209375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { width:20rem;height:4.6875rem;top:44.21875rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cKKDkJW8VZg92vONUx0QrT6mLfHombeG { width:20rem;height:4.225rem;top:44.4501953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { width:20rem;height:9.1rem;top:50.668003125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { width:20rem;height:4.0625rem;top:61.015628125rem;left:0rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { width:20rem;height:2.1125rem;top:61.9902375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { width:20rem;height:7.8rem;top:66.328128125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { width:20rem;height:0.0625rem;top:80.438503125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { width:20rem;height:16.575rem;top:81.751003125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { width:20rem;height:2.275rem;top:99.568378125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { width:20rem;height:3.875rem;top:103.34140968322rem;left:0rem;font-size:1.1875rem;background-color:#85a1e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#f1eef6;display:block; }
 }@media only screen and (max-width: 763px) { #gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { display:block; }
 }