.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ff00bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;overflow:visible;position:relative;display:block; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/469a4921-b5c4-4e31-a2b5-f59fa9eed1c7/CHECKOUTPAGEHEADER7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9.adaptive-delivery-prevent-bg, #U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9.lazyload, #U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9.lazyloading { background-image: none; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container { background-color: transparent; background-image: none; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container > .video-iframe-container { display: none; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row > .video-iframe-container { display: none; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .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); }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container { border-width: 0; border-radius: 0; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#FIae82JEXmTiQUyM0LZWTCff23DzFSMO { position:absolute;display:block;z-index:15000;background-color:#ff00bf;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:31.0625rem;top:1.236328125rem;left:23.25rem;display:block; }
#t5PeGhQV6O0y8H1roGmic5VTmrFOT6ke { color:#fdfdfd;display:block;width:23.1875rem;position:absolute;font-family:"shadows into light two";font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.392578125rem;left:27.1875rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyStmMliTomi5cNX7G944LkwIgzwfXvC { color:#ff00bf;display:block;width:48.375rem;position:absolute;font-family:"source sans pro";font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.1875rem;left:2.0625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Fn2ZauPXt6TiFo22kkeZEUC3xpAx1X7k { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 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:"source sans pro";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.3125rem;left:50.375rem;display:block; }
#AASIv2egN2FSlfpzkBUBqJre6ZHR7Q2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiQ4xV0gdfgesPHFKmLVTTpBfMOlR9O4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:75rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#kVA7rFHbHTORnCho1xgTNAAfRUqJNgSE { color:#ff00bf;display:block;width:66.9375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:46rem;left:4.03125rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk { position:relative;display:block; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk { background-color: transparent; background-image: none; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row .container > .video-iframe-container { display: none; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row > .video-iframe-container { display: none; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .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); }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk { border-width: 0; border-radius: 0; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .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:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N1M5g7XR7kmpHeLOhMQFaR9sHQX4wrom { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:5.78125rem;height:7rem;display:block; }
#af3Do7mcACoUXq0JQ5bKbuOsUknlkVtZ { color:#ff00bf;display:block;width:36rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.78125rem;height:2.25rem;font-style:normal;display:block; }
#untVVJJCEt4PP9CPgNG370DrTge1opTg { color:#000000;display:block;width:43.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5400390625rem;left:5.78125rem;height:13.75rem;display:block; }#untVVJJCEt4PP9CPgNG370DrTge1opTg li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#untVVJJCEt4PP9CPgNG370DrTge1opTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa1a504c-8aed-41fa-ae43-ae58d381f84d/Untitleddesign20210713T163246017.png); }
#JszTxTwrrkeEFZw3txw0I6TO1A9zLTcB { color:#000000;display:block;width:63.125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.0625rem;left:5.9375rem;height:7rem;display:block; }
#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container { background-color: transparent; background-image: none; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container > .video-iframe-container { display: none; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row > .video-iframe-container { display: none; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .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); }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container { border-width: 0; border-radius: 0; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#eTE6A3Tr4UrbKGEI20wrgCgqqxvwmJTg { color:#000000;display:block;width:73.3125rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2939453125rem;left:0.84375rem;height:21.75rem;text-align:center;text-align-last:center;display:block; }
#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu { position:relative;display:block; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu { background-color: transparent; background-image: none; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row .container > .video-iframe-container { display: none; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row > .video-iframe-container { display: none; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .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); }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu { border-width: 0; border-radius: 0; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .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:135.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HaV4amytc9ky0LV6Hl7O5mCblPxg5oIy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:18.75rem;top:2.25rem;left:28.125rem;overflow:hidden;display:block; }
#rlcBsoMIWno1WOwZBT4EfTZH71EMVRZO { color:#000000;display:block;width:65.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.8125rem;left:3.59375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JteEy5bfTaHN6Th1Js2Z6OPMoUBmut4g { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:67.8125rem;top:41.63671875rem;left:3.59375rem;overflow:hidden;display:block; }
#ATUBTycr6MXuGOo6CgxhrEcz97461QHq { color:#000000;display:block;width:57.25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:98.6875rem;left:5.3125rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#zgl6qzPO0yOGhOuDeoFTKmukhkuTdXbE { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 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:"source sans pro";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:126.1875rem;left:27.28125rem;display:block; }
#c0vhfGOk1Xou5qE38v7dQtOMKkzEKeQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFQ4TV1hR7FBcJBs3dfgeaIrX2S3VFeQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:75rem;top:8.9375rem;left:-0.15625rem;overflow:hidden;display:block; }
#HarWhWFtvrFsSUVIPggiZKXLN3W3Gg7T { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:75rem;top:80.3125rem;left:0rem;overflow:hidden;display:block; }
#TWiqTKmHOh66sOMKzdqbShmJrE58BZAv { color:#ff00bf;display:block;width:23.4375rem;position:absolute;font-family:"playfair display";font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:81.57421875rem;left:11.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#z2eL5TATX0XWOhakCZl0JRedgEoWLGS3 { color:#000000;display:block;width:56rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:115.5625rem;left:6.5625rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc { position:relative;display:block; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc { background-color: transparent; background-image: none; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row .container > .video-iframe-container { display: none; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row > .video-iframe-container { display: none; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .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); }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc { border-width: 0; border-radius: 0; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZbZms7vzcbfSJrbRWVfkBCKqCvUXET6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22.3125rem;width:22.3125rem;top:1.5rem;left:1.34375rem;overflow:hidden;display:block; }
#UZmVGys5zMrIZeKw6hfr0UDbhtfEifwN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22.625rem;width:22.625rem;top:1.34375rem;left:26.1875rem;overflow:hidden;display:block; }
#VyM0ICty7PFCCKXp0bMy9Fb2VuOlXpHQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22.9375rem;width:22.9375rem;top:1.1875rem;left:51.03125rem;overflow:hidden;display:block; }
#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 { position:relative;display:block; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 { background-color: transparent; background-image: none; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row .container > .video-iframe-container { display: none; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row > .video-iframe-container { display: none; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .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); }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 { border-width: 0; border-radius: 0; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GQLqMaNF9lqH5dXva7M3ThcApZZ60xoE { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 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:"source sans pro";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:22.9375rem;display:block; }
#WdESaNA12QU1TXfhfB6lyT2OTWRZklfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container { background-color: transparent; background-image: none; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container > .video-iframe-container { display: none; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row > .video-iframe-container { display: none; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .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); }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container { border-width: 0; border-radius: 0; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#NsqHETk7klKnc01WOTVtDquHEDQLcfKT { color:#000000;display:block;width:70.4375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2998046875rem;left:2.28125rem;height:11.0625rem;text-align:center;text-align-last:center;display:block; }
#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 { position:relative;display:block; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 { background-color: transparent; background-image: none; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row .container > .video-iframe-container { display: none; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row > .video-iframe-container { display: none; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .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); }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 { border-width: 0; border-radius: 0; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .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.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wky0qoPKP9uZsZEdE0qykMEUIKkKoayn { color:#ff00bf;display:block;width:63.4375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.41796875rem;left:5.78125rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk { position:relative;display:block; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk { background-color: transparent; background-image: none; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row .container > .video-iframe-container { display: none; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row > .video-iframe-container { display: none; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .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); }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk { border-width: 0; border-radius: 0; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .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:29.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiLDBmXX8Cxqx5xq66hQI5TuK3uJkyT2 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.3125rem;height:24.5rem;display:block; }
#sMpGtRkZHKESkfEkhVkiMT5MxfwMr14T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:29.4375rem;top:2.6875rem;left:40.845703125rem;overflow:hidden;display:block; }
#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF { position:relative;display:block; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF { background-color: transparent; background-image: none; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row .container > .video-iframe-container { display: none; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row > .video-iframe-container { display: none; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .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); }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF { border-width: 0; border-radius: 0; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CCfWxTLHkgyp36RhEd2T7X7c2iqusm9U { color:#ff00bf;display:block;width:52.875rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:11.0625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ { position:relative;display:block; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ { background-color: transparent; background-image: none; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row .container > .video-iframe-container { display: none; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row > .video-iframe-container { display: none; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .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); }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ { border-width: 0; border-radius: 0; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .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:31.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fR4Qi7FxZ4TMw0CA4XAaWqBbB5LcRO9L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:27.5rem;top:3.4375rem;left:3.28125rem;overflow:hidden;display:block; }
#BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:42.34375rem;height:26.9375rem;display:block; }#BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/85ba852c-00e7-4f22-ac6a-8c1da434a2a5/ezgifcomgifmaker4.jpg); }
#IvI4qtQRVHCusqMUgeJvHuqFine26SFS { position:relative;display:block; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS { background-color: transparent; background-image: none; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row .container > .video-iframe-container { display: none; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row > .video-iframe-container { display: none; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .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); }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS { border-width: 0; border-radius: 0; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .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:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z3LWm7PyDunPihrNI8XyqzKD2DPwHckR { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9375rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.9375rem;left:15.03125rem;display:block; }
#mtnqw7o0SVcukffl4sL2rnIydsRqzlCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container { background-color: transparent; background-image: none; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container > .video-iframe-container { display: none; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row > .video-iframe-container { display: none; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .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); }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container { border-width: 0; border-radius: 0; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#DZ6uD4yNMocIT9e7zVi9kCl4RNapsWR3 { color:#000000;display:block;width:73.3125rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9755859375rem;left:0.84375rem;height:13.3125rem;text-align:center;text-align-last:center;display:block; }
#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 { position:relative;display:block; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 { background-color: transparent; background-image: none; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row .container > .video-iframe-container { display: none; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row > .video-iframe-container { display: none; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .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); }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 { border-width: 0; border-radius: 0; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJdtCMk5O5EQJOQbL4l3T9GTLcWF9uM0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22.1875rem;width:22.1875rem;top:1.5625rem;left:1.40625rem;overflow:hidden;display:block; }
#SM0SiTOcGsTo7MT6w7Et0GL4LSDyAqzC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:22rem;top:1.65625rem;left:26.5rem;overflow:hidden;display:block; }
#JyOTilPrvTlLK61q8QOTD8zHcrFxG60L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22.125rem;width:22.125rem;top:1.59375rem;left:51.4375rem;overflow:hidden;display:block; }
#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa { position:relative;display:block; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa { background-color: transparent; background-image: none; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row .container > .video-iframe-container { display: none; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row > .video-iframe-container { display: none; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .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); }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa { border-width: 0; border-radius: 0; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f0lOVT0fRZhvLHkhbr7oONUVFAV3Xl3W { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:22rem;top:1.65625rem;left:1.5rem;overflow:hidden;display:block; }
#lIe1laO1KwTWxdrLTMkqq2wsWF3VAT1u { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:22rem;top:1.65625rem;left:26.5rem;overflow:hidden;display:block; }
#luH5P6ErsXnNrH83VyAomMgRHTpd0eOM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:22rem;width:22rem;top:1.65625rem;left:51.5rem;overflow:hidden;display:block; }
#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff00bf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container { background-color: transparent; background-image: none; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container > .video-iframe-container { display: none; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row > .video-iframe-container { display: none; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .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); }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container { border-width: 0; border-radius: 0; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#TgPXpzMuGAvv3L3Iu7lFoiwgUIlawrB3 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:oswald;font-size:3.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:8.4375rem;height:9.375rem;text-align:center;text-align-last:center;display:block; }
#zf1VQlM0pZcdZUo6HX9qF25TMCmOPK4i { color:#ffffff;display:block;width:69.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.71875rem;height:1.75rem;display:block; }
#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW { position:relative;display:block; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW { background-color: transparent; background-image: none; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row .container > .video-iframe-container { display: none; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row > .video-iframe-container { display: none; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .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); }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW { border-width: 0; border-radius: 0; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .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.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gupdCUBDHeXBUPvFaEqL6UFsq4W0op8W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:13.25rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#G06gHAKTdlDBxnbokaXtesIlautbFyoS { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.125rem;height:4.875rem;font-style:normal;display:block; }
#NTQsR93q8QKZ58rAyE30PGeka7p1UAbL { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.271484375rem;left:15.125rem;height:9.625rem;display:block; }
#JKkpwqJW0QOhbokpvmw9B8viXkGLrz2N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:13.125rem;top:0.25rem;left:39.3486328125rem;overflow:hidden;display:block; }
#TAo6vOLNBufDzh9ci6KTL5GAPb2JngK4 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.4375rem;height:2.4375rem;font-style:normal;display:block; }
#a8JBP6n02frtt0T87f34pAgoCQ2Lp7qM { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5208435058594rem;left:54.031038284302rem;height:9.625rem;display:block; }
#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 { position:relative;display:block; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 { background-color: transparent; background-image: none; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row .container > .video-iframe-container { display: none; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row > .video-iframe-container { display: none; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .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); }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 { border-width: 0; border-radius: 0; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .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.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5mdsygyenTaDdqXBoHewvXVy6T5px2y { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.125rem;height:4.875rem;font-style:normal;display:block; }
#sb4JsRoNQddmDSPaghl2gdC7E3rc4QKV { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:15.15625rem;height:9.625rem;display:block; }
#V0nf5pfrp0zc5GnuEQT7mle09qxsufpk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:13.25rem;top:0rem;left:39.34375rem;overflow:hidden;display:block; }
#KzEBGHM8g87BqsQdshTV0XabgsLmPpX1 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.4375rem;height:4.875rem;font-style:normal;display:block; }
#s5F4b4KbQX47RcRMOocLMZtVsxfZV8wf { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:53.46875rem;height:8.25rem;display:block; }
#iJoKqHJvNovJSVzQPNJZJ9f09I3rIwPD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:13.25rem;top:0rem;left:0.71875rem;overflow:hidden;display:block; }
#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN { position:relative;display:block; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN { background-color: transparent; background-image: none; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row .container > .video-iframe-container { display: none; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row > .video-iframe-container { display: none; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .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); }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN { border-width: 0; border-radius: 0; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .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.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H5TpmPc5W7LGP33zZTn2XTSwNHauJaR9 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.125rem;height:4.875rem;font-style:normal;display:block; }
#Tw4rTCCMfg4Bmdivg77wGn434ct5cDGz { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:15.15625rem;height:11rem;display:block; }
#FTaRAHsp3wJex3IyQPJtsFGk4SM5s173 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.4375rem;height:2.4375rem;font-style:normal;display:block; }
#yHg7vtnIShtFE9iTN20JfLkZAxvh6M3i { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.53125rem;left:53.46875rem;height:9.625rem;display:block; }
#LZot61EVg9TE7yOo76b7QGEPC7r6Zu3a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:13.25rem;top:0rem;left:0.78125rem;overflow:hidden;display:block; }
#NQVnsob4d3SBlNgwwBpZVoVG5F4TbnEz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:13rem;top:0.46875rem;left:39.28125rem;overflow:hidden;display:block; }
#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A { position:relative;display:block; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A { background-color: transparent; background-image: none; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row .container > .video-iframe-container { display: none; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row > .video-iframe-container { display: none; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .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); }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A { border-width: 0; border-radius: 0; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .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.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CZvQzkn8IVTP4fHmx52NMqo3ruIKplJ6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:12.5rem;top:0.75rem;left:1.34375rem;overflow:hidden;display:block; }
#Iv110W7Jn5mGyMep3rZ5oUpfqnKiauV8 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.125rem;height:4.875rem;font-style:normal;display:block; }
#io6HtvIsT0c23HEH472gKL7OuH4QR6og { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:15.15625rem;height:11rem;display:block; }
#NkTTuPLTWvNDnDgbap44ySAiaxdUs1PK { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.4375rem;height:4.875rem;font-style:normal;display:block; }
#alGOmVL7O5O2VnuAA4lFQbkMOJI6rkRJ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:53.46875rem;height:9.625rem;display:block; }
#tVqkRsrC7LsN99Tfy4I8TpsetMQsQeFT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:13.4375rem;top:0rem;left:39.09375rem;overflow:hidden;display:block; }
#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e { position:relative;display:block; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e { background-color: transparent; background-image: none; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row .container > .video-iframe-container { display: none; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row > .video-iframe-container { display: none; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .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); }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e { border-width: 0; border-radius: 0; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .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:22.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ulhh7LdukASGiglTNTDqiFvHnECOaskp { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:15.125rem;height:11rem;display:block; }
#zatGiWZt5nEgm7VePnkuWLLe4ucT6QVC { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:53.4375rem;height:4.875rem;font-style:normal;display:block; }
#vKFU0NNVCoPvT5au1Wk9cgwDWOUweGWS { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:53.46875rem;height:11rem;display:block; }
#n6xpG76aJkeKXyM2k8qpRAOcQBI8xTLi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:12.5625rem;top:1.65625rem;left:1.46875rem;overflow:hidden;display:block; }
#RXcT9FZg5bbDiOtcPTPrtF76hD0UBuMv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:13.8125rem;top:1.6875rem;left:38.625rem;overflow:hidden;display:block; }
#ZD9gIJSK3dUGW0Tk3XiXAHybxbxaHWZd { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:15.125rem;height:2.4375rem;font-style:normal;display:block; }
#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx { position:relative;display:block; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx { background-color: transparent; background-image: none; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row .container > .video-iframe-container { display: none; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row > .video-iframe-container { display: none; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .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); }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx { border-width: 0; border-radius: 0; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .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:26.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k8ueQWbDOJVZT5CiwPaGxn5lIBr6SZk6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:12.5rem;top:1.625rem;left:1.34375rem;overflow:hidden;display:block; }
#FnLWKNUhZHkDpWKaUwoTadMtOfD2bKgC { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:15.125rem;height:4.875rem;font-style:normal;display:block; }
#qV8v5Ja6qEm0MvkrxGLbPpG0TXnhkXeo { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.458984375rem;left:15.15625rem;height:15.125rem;display:block; }
#xdrb2rHcGoLIzy50r3aNR0T2PaBk4z0L { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:52.875rem;height:4.875rem;font-style:normal;display:block; }
#GQzHicA6qsLewXOlNHxQS11WLs3sLQz0 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:52.90625rem;height:12.375rem;display:block; }
#ahzwHIUuFNldqenu9T4iJiWkyczTJDAg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:13.0625rem;top:1.625rem;left:38.59375rem;overflow:hidden;display:block; }
#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa { position:relative;display:block; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa { background-color: transparent; background-image: none; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row .container > .video-iframe-container { display: none; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row > .video-iframe-container { display: none; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .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); }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa { border-width: 0; border-radius: 0; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .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:100.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xw0y2HqBJlU4T8VN3dE435so3Gr8Ef2W { color:#ff00bf;display:block;width:61.125rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45.75rem;left:6.9375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPpAht8r21XdlwNwfMftltVIhTJHNP5p { color:#000000;display:block;width:64.5rem;position:absolute;font-family:"source sans pro";font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:52.5rem;left:5.25rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#PtNP71xFmB0Fuux2Ald8x1htGUVTDXMP { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.1875rem 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:"source sans pro";font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.9375rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.0625rem;left:13.3125rem;display:block; }
#bs31FJ7zTQEpax9MNG7xo0rMxTW556Na { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ElGF2inMu8ihlynKk3bfROtZhKP3E0vC { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:"source sans pro";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:70.6875rem;left:7.65625rem;height:30rem;text-align:center;text-align-last:center;display:block; }
#gRHqzCaHsCPi0n4U8zUsHDP8J2av1W2T { color:#ff00bf;display:block;width:24.6875rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:57.46875rem;left:25.15625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#BLvuP8q3gNkQDNHrWv370tkxJ0ySNSNG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:75rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL { position:relative;display:block; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL { background-color: transparent; background-image: none; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row .container > .video-iframe-container { display: none; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row > .video-iframe-container { display: none; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .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); }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL { border-width: 0; border-radius: 0; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .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:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7B71MJRFCo4PgbRpCogeIEBHVFrSZUV { position:absolute;display:block;z-index:15000;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.625rem solid #ff00bf;border-left:0.625rem solid #ff00bf;border-right:0.625rem solid #ff00bf;border-bottom:0.625rem solid #ff00bf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:68rem;top:1.1875rem;left:2.875rem;display:block; }
#gOA5W60mMB1D3T7U3XoRPG4UKkZb8lNV { color:#000000;display:block;width:64.75rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:5.125rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsTmztHqcpNLvna8vf9ww72oSi0KzzQI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:29.3125rem;top:6.625rem;left:5.125rem;overflow:hidden;display:block; }
#agRRJf7MfB1hcinJPbE27Xd39c2H481v { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:37.34375rem;height:20.25rem;text-align:center;text-align-last:center;display:block; }
#eSWXW34LLrLfyzJAuozfDZX7CTDOVLpn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:26.625rem;left:58.34375rem;overflow:hidden;display:block; }
#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ { position:relative;display:block; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ { background-color: transparent; background-image: none; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container > .video-iframe-container { display: none; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row > .video-iframe-container { display: none; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .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); }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ { border-width: 0; border-radius: 0; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff00bf;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FTc8z5iJDdICAOlnvOwILKhmbHBnSRh0 { color:#000000;display:block;width:64.25rem;position:absolute;font-family:oswald;font-size:4.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.17578125rem;left:5.375rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#WkTJXuZhQXs340LRMe22yAynl22VHJiH { position:relative;display:block; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH { background-color: transparent; background-image: none; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row .container > .video-iframe-container { display: none; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row > .video-iframe-container { display: none; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .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); }#WkTJXuZhQXs340LRMe22yAynl22VHJiH { border-width: 0; border-radius: 0; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .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:61.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xq4VTRulHFsMv3VPltIyeSgo9p0WKSo1 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:5.1875rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:0.375rem;height:;display:block; }#xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4279e2a-acf1-4e9b-8226-6fd5e720ed63/screenshotaliciaclickfunnelscom2022090122_22_46.png); }
#yIQTgwBA7fXsc3EDgLDOCQQNpXPzzlJO { color:#000000;display:block;width:19.25rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:46.625rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.99609375rem;left:51.53125rem;height:7.9375rem;display:block; }#BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
#KiM6qVdcrUFNbMWllk4W8QewhpT90cRD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:37.375rem;top:41.71875rem;left:37.5rem;overflow:hidden;display:block; }
#Tz4q23f96d2CiKWVHT40EaLvr6yhr7tC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:11.6875rem;top:6.125rem;left:39.21875rem;overflow:hidden;display:block; }
#GDoT60IDlPEEudeknUqBBsHlW8Z2iwTk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.75rem;top:23.90625rem;left:39.8125rem;overflow:hidden;display:block; }
#cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.15625rem;left:52.25rem;height:8.75rem;display:block; }#cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
#HQqmBVEI5rBFtO4tnGDFMJGX57dUSnCn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.8125rem;top:48.125rem;left:26.375rem;overflow:hidden;display:block; }
#fi5pZSedKiDI9mWs48S4zmDR2ALfWGkq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:10.75rem;top:53.375rem;left:49.859375rem;overflow:hidden;display:block; }
#B5AMrIJvqWdrIJLtNOGi9EDUPm0XDHoV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:11.125rem;top:53.0625rem;left:54.8125rem;overflow:hidden;display:block; }
#Onz5CrPNOLokOhPP2vkgA138T3g1BxwJ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.71875rem;left:53.71875rem;height:4.125rem;display:block; }
#ySTEK6hbqpEQ2Quy5UdfS8u3RcXu2eMg { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.59375rem;left:54.46875rem;height:4.125rem;display:block; }
#yMa80wCX7P1u8ELx69xEM0uWefXHWmTk { color:#ff00bf;display:block;width:36.75rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.375rem;left:0.8125rem;height:5rem;display:block; }
#tEEeVdV7GhyF0QimSVvHmOPrL3OeadTZ { color:#ff00bf;display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:55.78125rem;left:10.71875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl { position:relative;display:block; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl { background-color: transparent; background-image: none; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container > .video-iframe-container { display: none; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row > .video-iframe-container { display: none; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .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); }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl { border-width: 0; border-radius: 0; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cEGBuuVMlEl3UXS7CwTdsV8SnXJAeVMD { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.9375rem;height:4.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.25rem;left:14.03125rem;display:block; }
#IImXSOlvX9UShZWSqr2STqAKH4p6fSZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lT9yfvNmRdqqzhyOTT8TzBoNckLxtH4B { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:55.875rem;top:8.25rem;left:7.60546875rem;overflow:hidden;display:block; }
#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container { background-color: transparent; background-image: none; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container > .video-iframe-container { display: none; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row > .video-iframe-container { display: none; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .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); }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container { border-width: 0; border-radius: 0; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container { font-size:0.875rem;font-family:arial;height:0.4375rem;width:75rem;position:relative;display:block; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm { position:relative;display:block; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm { background-color: transparent; background-image: none; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row .container > .video-iframe-container { display: none; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row > .video-iframe-container { display: none; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .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); }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm { border-width: 0; border-radius: 0; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .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:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kZ2u5zuCXKrcKSN7nMTKzSLAJeEGg7zD { position:absolute;display:block;z-index:15000;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:62.3125rem;top:3.125rem;left:6.34375rem;display:block; }
#GiozBCL9MDcnGfZBem7rOHfsw8hEyeCR { color:#000000;display:block;width:28.25rem;position:absolute;font-family:oswald;font-size:4.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.90625rem;left:23.375rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo { position:relative;display:block; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo { background-color: transparent; background-image: none; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row .container > .video-iframe-container { display: none; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row > .video-iframe-container { display: none; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .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); }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo { border-width: 0; border-radius: 0; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .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:60.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vwNyQvzr2aeJ2mbDpD6gdHopZcb7ZxWv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:7.875rem;left:4.375rem;overflow:hidden;display:block; }
#pJb4mGLtmBJ4GDDgODgzB2mfvaq3aMus { color:#ff00bf;display:block;width:18.125rem;position:absolute;font-family:"bebas neue";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:44.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbI6Z3iOvi16qlO0ZZ1QtD8t37pHVx2p { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:41.5625rem;height:42.25rem;display:block; }
#FFm5xO1T9NC2H8NVbF04lO13ngiLhfVb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:42.25rem;left:37.5rem;overflow:hidden;display:block; }
#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container { background-color: transparent; background-image: none; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container > .video-iframe-container { display: none; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row > .video-iframe-container { display: none; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .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); }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container { border-width: 0; border-radius: 0; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container { background-color: transparent; background-image: none; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container > .video-iframe-container { display: none; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row > .video-iframe-container { display: none; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .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); }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container { border-width: 0; border-radius: 0; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container { font-size:0.875rem;font-family:arial;height:136rem;width:75rem;position:relative;display:block; }#lzMT0z5r5D8xq7ppM8zuoLazBNoePu7k { color:#ff00bf;display:block;width:58.25rem;position:absolute;font-family:oswald;font-size:3.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#cBfq79KFOQZ6ugq4aZ0FSiesundzAxzK { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:26.4375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#ltK9L9QzrIbAi70PDvfHVRksFQ2viTrC { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.76171875rem;left:7.46875rem;height:2.25rem;font-style:normal;display:block; }
#TrpWx8WWT4mfAV23dCGWo1E9UnrzhDp5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.07421875rem;left:3.59375rem; }
#fiNDXRbW6DpngkBbRxsN1BukVImVbB8E { color:#000000;display:block;width:46.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.88671875rem;left:3.59375rem;height:2.875rem;display:block; }
#DW1diZXqI9iD9hBfsvnXkqFAfqm7PkxS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:21.13671875rem;left:3.59375rem; }
#m1gPC8lBTc39ZqaF8E4lnLlAKdq8o5Jl { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.44921875rem;left:7.46875rem;height:2.25rem;font-style:normal;display:block; }
#JzBnmG9EaVNrSCnGHgtt8vC6nMZSNGP4 { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.125rem;left:3.59375rem;height:7.1875rem;display:block; }
#x6iQ0pRf3fq9gLMzVaIuZcHfhvidlQkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:33.69921875rem;left:3.03125rem; }
#rkNGfduGmUBMzCTlvOuf5TgkgRTrTQAu { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.01171875rem;left:6.46875rem;height:2.25rem;font-style:normal;display:block; }
#tnqx5oloeqKiKGZQwR4bpMdJtX3vR5lv { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.625rem;left:3.59375rem;height:2.875rem;display:block; }
#MySfIbFe6cEQ56cLXxJs7T4Zba9CPbmL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:42.51171875rem;left:3.03125rem; }
#OlXkFfZ9pgodALTdRxETogneMm4ebKzM { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43.19921875rem;left:6.46875rem;height:2.25rem;font-style:normal;display:block; }
#NUdkTXXWEILFiBePAlhhI3LXGJUV2thm { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.375rem;left:3.03125rem;height:4.3125rem;display:block; }
#yqOXEFe9TC4NVlJTE09OGk6AXPqqoU2l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:53.44921875rem;left:3.03125rem; }
#uDIdXhK1Fpfbk292nmAaPmVPrsU9Z8yb { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.76171875rem;left:6.46875rem;height:2.25rem;font-style:normal;display:block; }
#BHANdf1nEA8b0khq5Hq1L7RpATln3Umr { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:57.25rem;left:3.03125rem;height:4.3125rem;display:block; }
#L7B1X3JsCZmraiRbcqzi6yHXKRbR1nFk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:62.88671875rem;left:3.03125rem; }
#ZQgubyACOotG52fDaHVEo3Hyxs9IEaH8 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:63.19921875rem;left:6.46875rem;height:2.25rem;font-style:normal;display:block; }
#azxavKd2BC5uOTm5cwsQRT9PXOdFiWZO { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:66.625rem;left:3.03125rem;height:5.75rem;display:block; }
#wOmKbrOQMaHLNFTwzTR9EKU4NpncO4mR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:74.63671875rem;left:3.03125rem; }
#qJLPQQrqzFapn6hiTRowAias92HKXdx0 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:75.32421875rem;left:6.46875rem;height:2.25rem;font-style:normal;display:block; }
#oxoxJHWaO83OSPWDiNbvdcTiJhM1lMvw { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:78.25rem;left:3.03125rem;height:5.75rem;display:block; }
#QBFcCdHB3ezuFxXnTZSSrTTZuu9BPJmm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:85.44921875rem;left:2.28125rem; }
#THNnJaruBL2QQEZutUI643iJzw1MOh9x { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:86.13671875rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#TALcH8fccTRTI9liQ9RR3kTS2a5qrq4q { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:89.1875rem;left:2.28125rem;height:4.3125rem;display:block; }
#n6IftLbDnFAOTlV6BEML3nIBKbtLvuJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:94.26171875rem;left:2.28125rem; }
#Vf40BZ1TMDmwStlQl3bMd9IfJPzU5pIQ { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:94.57421875rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#GtoIWeVTIOU0DhO7UrAgAN0dt2RLNAPR { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:98.1875rem;left:2.28125rem;height:2.875rem;display:block; }
#toArpZQ9bByiyzJI8hZySTZ3vxHehutX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:102.76171875rem;left:2.28125rem; }
#mG0qG3g5OiWWk7McgJ1CWx2aUJ9XprzF { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:103.07421875rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#qk1iTmTJF8zS5m3Tl5UtPPXBcFlJuTAJ { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:107rem;left:2.28125rem;height:2.875rem;display:block; }
#MWdIbiUHWnWkzf3QTg9K88MRq7fU4LNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:111.26171875rem;left:2.28125rem; }
#hg9xrPAto9KC3BKxHTSnBRARateOV4C9 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:111.57421875rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#RytbltZWucQWEBOeA5nceoG4DH2iTtSV { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:115.0625rem;left:2.28125rem;height:2.875rem;display:block; }
#QSazEsSz5Qp0LgJD6VNTEPvPorbJvTRu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:119.13671875rem;left:2.28125rem; }
#qSrg4BNl8nDg3FNnTwNgn8i3MUTSpbaL { color:#000000;display:block;width:53.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:119.82421875rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#zAOzPxxqW7708VI0Kn5bQqKbaU9vTctT { color:#000000;display:block;width:49rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:123.5625rem;left:2.28125rem;height:7.1875rem;display:block; }
#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container { background-color: transparent; background-image: none; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container > .video-iframe-container { display: none; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row > .video-iframe-container { display: none; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .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); }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container { border-width: 0; border-radius: 0; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container { font-size:0.875rem;font-family:arial;height:0.4375rem;width:75rem;position:relative;display:block; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 { position:relative;display:block; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 { background-color: transparent; background-image: none; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row .container > .video-iframe-container { display: none; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row > .video-iframe-container { display: none; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .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); }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 { border-width: 0; border-radius: 0; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .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:40.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X2Ug7V2LkvAvRCqMwimzNeGi3ywkOHlA { color:#000000;display:block;width:63.875rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.03125rem;height:3.6875rem;display:block; }
#O0DLnDOuHf8WBpKr0F09SiUbftmWT2lL { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:29.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#PWsv0SGHyuaGaBgZXV2JWybSV9qryGUO { color:#ff00bf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.8125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZyIi9soyeqKk5TQI5d9fxJD7Ppw2TnbJ { background-color:#ff00bf;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.5rem;left:25.46875rem;display:block; }
#MTo7BVO7ExgJl6eRcphgbIlHKFTiaCrE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTX5MCvtnaBUcKwAqAgz2Xri0UHiQRMh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:75rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#w0Hf3uHQMD9Gi21Vi10WCLlhqdc7IPaK { color:#ff00bf;display:block;width:9.625rem;position:absolute;font-family:caliway;font-size:6.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:16.5rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container { background-color: transparent; background-image: none; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container > .video-iframe-container { display: none; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row > .video-iframe-container { display: none; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .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); }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container { border-width: 0; border-radius: 0; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#IMb8eJe2cKNGT26TyCO9ox1kxZA0eUIJ { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.244140625rem;left:18.71875rem;height:5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 { display:block; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIae82JEXmTiQUyM0LZWTCff23DzFSMO { top:1.1875rem;left:9.625rem;width:31.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PeGhQV6O0y8H1roGmic5VTmrFOT6ke { top:1.375rem;left:13.5625rem;width:23.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyStmMliTomi5cNX7G944LkwIgzwfXvC { top:33.1875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2ZauPXt6TiFo22kkeZEUC3xpAx1X7k { width:23.6875rem;height:4.75rem;top:37.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASIv2egN2FSlfpzkBUBqJre6ZHR7Q2R { display:block; }
 }@media only screen and (max-width: 763px) { #PiQ4xV0gdfgesPHFKmLVTTpBfMOlR9O4 { top:6.25rem;left:0rem;width:47.75rem;height:23.118958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVA7rFHbHTORnCho1xgTNAAfRUqJNgSE { top:46rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkyUBSEXstKkz3yc5FiBkeqLXsascfk { display:block; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1M5g7XR7kmpHeLOhMQFaR9sHQX4wrom { top:1.8125rem;left:0rem;width:47.75rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3Do7mcACoUXq0JQ5bKbuOsUknlkVtZ { top:12.375rem;left:0rem;width:36rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #untVVJJCEt4PP9CPgNG370DrTge1opTg { top:16.5rem;left:0rem;width:43.25rem;height:;font-size:1.375rem;display:block; }#untVVJJCEt4PP9CPgNG370DrTge1opTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa1a504c-8aed-41fa-ae43-ae58d381f84d/Untitleddesign20210713T163246017.png); }
 }@media only screen and (max-width: 763px) { #JszTxTwrrkeEFZw3txw0I6TO1A9zLTcB { top:33.0625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB { display:block; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTE6A3Tr4UrbKGEI20wrgCgqqxvwmJTg { top:1.25rem;left:0rem;width:47.75rem;height:21.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu { display:block; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaV4amytc9ky0LV6Hl7O5mCblPxg5oIy { top:2.25rem;left:14.5rem;width:18.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlcBsoMIWno1WOwZBT4EfTZH71EMVRZO { top:29.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JteEy5bfTaHN6Th1Js2Z6OPMoUBmut4g { top:41.625rem;left:0rem;width:47.75rem;height:23.104838709677rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUBTycr6MXuGOo6CgxhrEcz97461QHq { top:98.6875rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgl6qzPO0yOGhOuDeoFTKmukhkuTdXbE { width:18rem;height:4.375rem;top:126.1875rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vhfGOk1Xou5qE38v7dQtOMKkzEKeQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #hFQ4TV1hR7FBcJBs3dfgeaIrX2S3VFeQ { top:8.9375rem;left:0rem;width:47.75rem;height:10.9825rem;display:block; }
 }@media only screen and (max-width: 763px) { #HarWhWFtvrFsSUVIPggiZKXLN3W3Gg7T { top:80.3125rem;left:0rem;width:47.75rem;height:11.181458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiqTKmHOh66sOMKzdqbShmJrE58BZAv { top:81.5625rem;left:0rem;width:23.4375rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2eL5TATX0XWOhakCZl0JRedgEoWLGS3 { top:115.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc { display:block; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZbZms7vzcbfSJrbRWVfkBCKqCvUXET6 { top:1.5rem;left:0rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZmVGys5zMrIZeKw6hfr0UDbhtfEifwN { top:1.3125rem;left:9.125rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyM0ICty7PFCCKXp0bMy9Fb2VuOlXpHQ { top:1.1875rem;left:24.6875rem;width:22.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 { display:block; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQLqMaNF9lqH5dXva7M3ThcApZZ60xoE { width:29.5625rem;height:4.375rem;top:1.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdESaNA12QU1TXfhfB6lyT2OTWRZklfV { display:block; }
 }@media only screen and (max-width: 763px) { #WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 { display:block; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsqHETk7klKnc01WOTVtDquHEDQLcfKT { top:2.25rem;left:0rem;width:47.75rem;height:11.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 { display:block; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wky0qoPKP9uZsZEdE0qykMEUIKkKoayn { top:2.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk { display:block; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiLDBmXX8Cxqx5xq66hQI5TuK3uJkyT2 { top:1.4375rem;left:0rem;width:32.875rem;height:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMpGtRkZHKESkfEkhVkiMT5MxfwMr14T { top:2.6875rem;left:18.3125rem;width:29.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF { display:block; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCfWxTLHkgyp36RhEd2T7X7c2iqusm9U { top:2.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ { display:block; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR4Qi7FxZ4TMw0CA4XAaWqBbB5LcRO9L { top:3.4375rem;left:0rem;width:27.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn { top:2.375rem;left:19.9375rem;width:27.8125rem;height:;font-size:1.25rem;display:block; }#BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/85ba852c-00e7-4f22-ac6a-8c1da434a2a5/ezgifcomgifmaker4.jpg); }
 }@media only screen and (max-width: 763px) { #IvI4qtQRVHCusqMUgeJvHuqFine26SFS { display:block; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3LWm7PyDunPihrNI8XyqzKD2DPwHckR { width:44.9375rem;height:4.375rem;top:1.9375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnqw7o0SVcukffl4sL2rnIydsRqzlCO { display:block; }
 }@media only screen and (max-width: 763px) { #H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN { display:block; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ6uD4yNMocIT9e7zVi9kCl4RNapsWR3 { top:1.9375rem;left:0rem;width:47.75rem;height:8.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 { display:block; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJdtCMk5O5EQJOQbL4l3T9GTLcWF9uM0 { top:1.5625rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0SiTOcGsTo7MT6w7Et0GL4LSDyAqzC { top:1.625rem;left:9.75rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOTilPrvTlLK61q8QOTD8zHcrFxG60L { top:1.5625rem;left:25.5rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv1hvoh4UpENRXglSVwfElmzaipVTKQa { display:block; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0lOVT0fRZhvLHkhbr7oONUVFAV3Xl3W { top:1.625rem;left:0rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe1laO1KwTWxdrLTMkqq2wsWF3VAT1u { top:1.625rem;left:9.75rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #luH5P6ErsXnNrH83VyAomMgRHTpd0eOM { top:1.625rem;left:25.625rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT { display:block; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPXpzMuGAvv3L3Iu7lFoiwgUIlawrB3 { top:0rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf1VQlM0pZcdZUo6HX9qF25TMCmOPK4i { top:4.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW { display:block; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gupdCUBDHeXBUPvFaEqL6UFsq4W0op8W { top:0rem;left:0rem;width:13.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06gHAKTdlDBxnbokaXtesIlautbFyoS { top:2.5625rem;left:2.5rem;width:21.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQsR93q8QKZ58rAyE30PGeka7p1UAbL { top:8.25rem;left:8.3125rem;width:15.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKkpwqJW0QOhbokpvmw9B8viXkGLrz2N { top:0.25rem;left:23.875rem;width:13.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAo6vOLNBufDzh9ci6KTL5GAPb2JngK4 { top:2.5625rem;left:32.5rem;width:15.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8JBP6n02frtt0T87f34pAgoCQ2Lp7qM { top:5.5rem;left:29.5625rem;width:18.1875rem;height:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 { display:block; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5mdsygyenTaDdqXBoHewvXVy6T5px2y { top:2.5625rem;left:8.3125rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4JsRoNQddmDSPaghl2gdC7E3rc4QKV { top:7.4375rem;left:8.34375rem;width:15.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nf5pfrp0zc5GnuEQT7mle09qxsufpk { top:0rem;left:23.875rem;width:13.25rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEBGHM8g87BqsQdshTV0XabgsLmPpX1 { top:2.5625rem;left:32.5rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5F4b4KbQX47RcRMOocLMZtVsxfZV8wf { top:7.4375rem;left:32.5625rem;width:15.1875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJoKqHJvNovJSVzQPNJZJ9f09I3rIwPD { top:0rem;left:0rem;width:13.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN { display:block; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5TpmPc5W7LGP33zZTn2XTSwNHauJaR9 { top:2.5625rem;left:8.3125rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4rTCCMfg4Bmdivg77wGn434ct5cDGz { top:7.4375rem;left:8.34375rem;width:15.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaRAHsp3wJex3IyQPJtsFGk4SM5s173 { top:2.5625rem;left:32.5rem;width:15.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHg7vtnIShtFE9iTN20JfLkZAxvh6M3i { top:5.5rem;left:32.5625rem;width:15.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZot61EVg9TE7yOo76b7QGEPC7r6Zu3a { top:0rem;left:0rem;width:13.25rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQVnsob4d3SBlNgwwBpZVoVG5F4TbnEz { top:0.4375rem;left:23.875rem;width:13rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A { display:block; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZvQzkn8IVTP4fHmx52NMqo3ruIKplJ6 { top:0.75rem;left:0rem;width:12.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv110W7Jn5mGyMep3rZ5oUpfqnKiauV8 { top:2.5625rem;left:8.3125rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6HtvIsT0c23HEH472gKL7OuH4QR6og { top:7.4375rem;left:8.34375rem;width:15.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTTuPLTWvNDnDgbap44ySAiaxdUs1PK { top:2.5625rem;left:27.125rem;width:20.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alGOmVL7O5O2VnuAA4lFQbkMOJI6rkRJ { top:7.4375rem;left:32.5625rem;width:15.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqkRsrC7LsN99Tfy4I8TpsetMQsQeFT { top:0rem;left:23.875rem;width:13.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpiw5TwOzvNihms7J3gy0mwK6OCiof8e { display:block; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulhh7LdukASGiglTNTDqiFvHnECOaskp { top:4.25rem;left:8.3125rem;width:15.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zatGiWZt5nEgm7VePnkuWLLe4ucT6QVC { top:2.5625rem;left:32.5rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKFU0NNVCoPvT5au1Wk9cgwDWOUweGWS { top:7.4375rem;left:32.5625rem;width:15.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6xpG76aJkeKXyM2k8qpRAOcQBI8xTLi { top:1.625rem;left:0rem;width:12.5625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcT9FZg5bbDiOtcPTPrtF76hD0UBuMv { top:1.6875rem;left:23.875rem;width:13.8125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9gIJSK3dUGW0Tk3XiXAHybxbxaHWZd { top:4.25rem;left:5.25rem;width:18.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX24drkS4NSfXmq57vDOd2JwuzSJeOrx { display:block; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8ueQWbDOJVZT5CiwPaGxn5lIBr6SZk6 { top:1.625rem;left:0rem;width:12.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLWKNUhZHkDpWKaUwoTadMtOfD2bKgC { top:2.5625rem;left:8.3125rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV8v5Ja6qEm0MvkrxGLbPpG0TXnhkXeo { top:7.4375rem;left:8.34375rem;width:15.1875rem;height:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdrb2rHcGoLIzy50r3aNR0T2PaBk4z0L { top:2.5625rem;left:32.4375rem;width:15.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQzHicA6qsLewXOlNHxQS11WLs3sLQz0 { top:8.25rem;left:32.46875rem;width:15.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahzwHIUuFNldqenu9T4iJiWkyczTJDAg { top:1.625rem;left:23.875rem;width:13.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa { display:block; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw0y2HqBJlU4T8VN3dE435so3Gr8Ef2W { top:45.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPpAht8r21XdlwNwfMftltVIhTJHNP5p { top:52.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNP71xFmB0Fuux2Ald8x1htGUVTDXMP { width:46.9375rem;height:4.75rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs31FJ7zTQEpax9MNG7xo0rMxTW556Na { display:block; }
 }@media only screen and (max-width: 763px) { #ElGF2inMu8ihlynKk3bfROtZhKP3E0vC { top:70.6875rem;left:0rem;width:47.75rem;height:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHqzCaHsCPi0n4U8zUsHDP8J2av1W2T { top:57.4375rem;left:11.53125rem;width:24.6875rem;height:4.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLvuP8q3gNkQDNHrWv370tkxJ0ySNSNG { top:5.0625rem;left:0rem;width:47.75rem;height:23.118958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL { display:block; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7B71MJRFCo4PgbRpCogeIEBHVFrSZUV { top:1.1875rem;left:0rem;width:46.5rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOA5W60mMB1D3T7U3XoRPG4UKkZb8lNV { top:3.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsTmztHqcpNLvna8vf9ww72oSi0KzzQI { top:6.625rem;left:0rem;width:29.3125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRRJf7MfB1hcinJPbE27Xd39c2H481v { top:8.75rem;left:22.625rem;width:25.125rem;height:20.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWXW34LLrLfyzJAuozfDZX7CTDOVLpn { top:26.625rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5wuVrTSguoKB4T5UK8orJP68i9OSleQ { display:block; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTc8z5iJDdICAOlnvOwILKhmbHBnSRh0 { top:1.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkTJXuZhQXs340LRMe22yAynl22VHJiH { display:block; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq4VTRulHFsMv3VPltIyeSgo9p0WKSo1 { top:2rem;left:0rem;width:27.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E { top:6.125rem;left:0rem;width:36.75rem;height:;font-size:1.25rem;display:block; }#xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4279e2a-acf1-4e9b-8226-6fd5e720ed63/screenshotaliciaclickfunnelscom2022090122_22_46.png); }
 }@media only screen and (max-width: 763px) { #yIQTgwBA7fXsc3EDgLDOCQQNpXPzzlJO { top:2rem;left:26.1875rem;width:19.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V { top:6.9375rem;left:26.6875rem;width:21.0625rem;height:7.9375rem;font-size:1.375rem;display:block; }#BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
 }@media only screen and (max-width: 763px) { #KiM6qVdcrUFNbMWllk4W8QewhpT90cRD { top:41.6875rem;left:10.375rem;width:37.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4q23f96d2CiKWVHT40EaLvr6yhr7tC { top:6.125rem;left:23.875rem;width:11.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDoT60IDlPEEudeknUqBBsHlW8Z2iwTk { top:23.875rem;left:23.875rem;width:11.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX { top:25.125rem;left:25.5625rem;width:22.1875rem;height:8.75rem;font-size:1.375rem;display:block; }#cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
 }@media only screen and (max-width: 763px) { #HQqmBVEI5rBFtO4tnGDFMJGX57dUSnCn { top:48.125rem;left:16.1875rem;width:0.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi5pZSedKiDI9mWs48S4zmDR2ALfWGkq { top:53.375rem;left:29.421875rem;width:10.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AMrIJvqWdrIJLtNOGi9EDUPm0XDHoV { top:53.0625rem;left:34.375rem;width:11.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onz5CrPNOLokOhPP2vkgA138T3g1BxwJ { top:12.6875rem;left:32.5625rem;width:15.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySTEK6hbqpEQ2Quy5UdfS8u3RcXu2eMg { top:31.5625rem;left:32.5625rem;width:15.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMa80wCX7P1u8ELx69xEM0uWefXHWmTk { top:53.375rem;left:0rem;width:36.75rem;height:5.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEEeVdV7GhyF0QimSVvHmOPrL3OeadTZ { top:55.75rem;left:3.90625rem;width:16.9375rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl { display:block; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEGBuuVMlEl3UXS7CwTdsV8SnXJAeVMD { width:46.9375rem;height:4.5625rem;top:2.25rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImXSOlvX9UShZWSqr2STqAKH4p6fSZa { display:block; }
 }@media only screen and (max-width: 763px) { #lT9yfvNmRdqqzhyOTT8TzBoNckLxtH4B { top:8.25rem;left:0rem;width:47.75rem;height:11.056208053691rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx { display:block; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm { display:block; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ2u5zuCXKrcKSN7nMTKzSLAJeEGg7zD { top:3.125rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiozBCL9MDcnGfZBem7rOHfsw8hEyeCR { top:3.875rem;left:9.75rem;width:28.25rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo { display:block; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwNyQvzr2aeJ2mbDpD6gdHopZcb7ZxWv { top:7.875rem;left:0rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJb4mGLtmBJ4GDDgODgzB2mfvaq3aMus { top:0.625rem;left:24.3125rem;width:18.125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbI6Z3iOvi16qlO0ZZ1QtD8t37pHVx2p { top:5.5rem;left:20.6875rem;width:27.0625rem;height:43.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFm5xO1T9NC2H8NVbF04lO13ngiLhfVb { top:42.25rem;left:23.875rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq { display:block; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iId55wnwC54k7kWIglD8B0i2677Kvlc3 { display:block; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzMT0z5r5D8xq7ppM8zuoLazBNoePu7k { top:2.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfq79KFOQZ6ugq4aZ0FSiesundzAxzK { top:7.3125rem;left:12.8125rem;width:18.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltK9L9QzrIbAi70PDvfHVRksFQ2viTrC { top:13.75rem;left:0rem;width:29.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrpWx8WWT4mfAV23dCGWo1E9UnrzhDp5 { top:13.0625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNDXRbW6DpngkBbRxsN1BukVImVbB8E { top:16.875rem;left:0rem;width:46.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW1diZXqI9iD9hBfsvnXkqFAfqm7PkxS { top:21.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gPC8lBTc39ZqaF8E4lnLlAKdq8o5Jl { top:21.4375rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBnmG9EaVNrSCnGHgtt8vC6nMZSNGP4 { top:25.125rem;left:0rem;width:45.5625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6iQ0pRf3fq9gLMzVaIuZcHfhvidlQkH { top:33.6875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNGfduGmUBMzCTlvOuf5TgkgRTrTQAu { top:34rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqx5oloeqKiKGZQwR4bpMdJtX3vR5lv { top:37.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MySfIbFe6cEQ56cLXxJs7T4Zba9CPbmL { top:42.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlXkFfZ9pgodALTdRxETogneMm4ebKzM { top:43.1875rem;left:0rem;width:44.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUdkTXXWEILFiBePAlhhI3LXGJUV2thm { top:46.375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqOXEFe9TC4NVlJTE09OGk6AXPqqoU2l { top:53.4375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIdXhK1Fpfbk292nmAaPmVPrsU9Z8yb { top:53.75rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHANdf1nEA8b0khq5Hq1L7RpATln3Umr { top:57.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7B1X3JsCZmraiRbcqzi6yHXKRbR1nFk { top:62.875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQgubyACOotG52fDaHVEo3Hyxs9IEaH8 { top:63.1875rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azxavKd2BC5uOTm5cwsQRT9PXOdFiWZO { top:66.625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmKbrOQMaHLNFTwzTR9EKU4NpncO4mR { top:74.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJLPQQrqzFapn6hiTRowAias92HKXdx0 { top:75.3125rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxoxJHWaO83OSPWDiNbvdcTiJhM1lMvw { top:78.25rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFcCdHB3ezuFxXnTZSSrTTZuu9BPJmm { top:85.4375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNnJaruBL2QQEZutUI643iJzw1MOh9x { top:86.125rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALcH8fccTRTI9liQ9RR3kTS2a5qrq4q { top:89.1875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6IftLbDnFAOTlV6BEML3nIBKbtLvuJi { top:94.25rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf40BZ1TMDmwStlQl3bMd9IfJPzU5pIQ { top:94.5625rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtoIWeVTIOU0DhO7UrAgAN0dt2RLNAPR { top:98.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toArpZQ9bByiyzJI8hZySTZ3vxHehutX { top:102.75rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG0qG3g5OiWWk7McgJ1CWx2aUJ9XprzF { top:103.0625rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk1iTmTJF8zS5m3Tl5UtPPXBcFlJuTAJ { top:107rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWdIbiUHWnWkzf3QTg9K88MRq7fU4LNE { top:111.25rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9xrPAto9KC3BKxHTSnBRARateOV4C9 { top:111.5625rem;left:0rem;width:34.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytbltZWucQWEBOeA5nceoG4DH2iTtSV { top:115.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSazEsSz5Qp0LgJD6VNTEPvPorbJvTRu { top:119.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrg4BNl8nDg3FNnTwNgn8i3MUTSpbaL { top:119.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOzPxxqW7708VI0Kn5bQqKbaU9vTctT { top:123.5625rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pGefBOTQRzJGVSfJdFKswzn5HaoERA { display:block; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 { display:block; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Ug7V2LkvAvRCqMwimzNeGi3ywkOHlA { top:1.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0DLnDOuHf8WBpKr0F09SiUbftmWT2lL { top:24.3125rem;left:16.125rem;width:15.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWsv0SGHyuaGaBgZXV2JWybSV9qryGUO { top:27.8125rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyIi9soyeqKk5TQI5d9fxJD7Ppw2TnbJ { width:24.0625rem;height:5.0625rem;top:32.5rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTo7BVO7ExgJl6eRcphgbIlHKFTiaCrE { display:block; }
 }@media only screen and (max-width: 763px) { #dTX5MCvtnaBUcKwAqAgz2Xri0UHiQRMh { top:7.625rem;left:0rem;width:47.75rem;height:11.181458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Hf3uHQMD9Gi21Vi10WCLlhqdc7IPaK { top:6.8125rem;left:2.875rem;width:9.625rem;height:7.875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw { display:block; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMb8eJe2cKNGT26TyCO9ox1kxZA0eUIJ { top:3.1875rem;left:5.09375rem;width:37.5625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 { display:block; }#U8AHc22iFCzMTmNfNIU5NJggU4AeV5v9 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIae82JEXmTiQUyM0LZWTCff23DzFSMO { width:20rem;height:3.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PeGhQV6O0y8H1roGmic5VTmrFOT6ke { width:20rem;height:2.25rem;top:1.9249999523163rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyStmMliTomi5cNX7G944LkwIgzwfXvC { width:12.6875rem;height:2.25rem;top:13.82421875rem;left:0rem;font-size:0.625rem;line-height:.9;color:#f3d3eb;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2ZauPXt6TiFo22kkeZEUC3xpAx1X7k { width:6.4375rem;height:1.3125rem;top:14.69921875rem;left:13.426630434782rem;font-size:0.5625rem;line-height:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASIv2egN2FSlfpzkBUBqJre6ZHR7Q2R { display:block; }
 }@media only screen and (max-width: 763px) { #PiQ4xV0gdfgesPHFKmLVTTpBfMOlR9O4 { width:20rem;height:9.625rem;top:6.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVA7rFHbHTORnCho1xgTNAAfRUqJNgSE { width:20rem;height:2.375rem;top:16.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSkyUBSEXstKkz3yc5FiBkeqLXsascfk { display:block; }#OSkyUBSEXstKkz3yc5FiBkeqLXsascfk > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1M5g7XR7kmpHeLOhMQFaR9sHQX4wrom { width:20rem;height:12.25rem;top:1.7744140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3Do7mcACoUXq0JQ5bKbuOsUknlkVtZ { width:20rem;height:4.5rem;top:16.3369140625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #untVVJJCEt4PP9CPgNG370DrTge1opTg { width:20rem;height:17.25rem;top:21.57421875rem;left:0rem;font-size:1.375rem;display:block; }#untVVJJCEt4PP9CPgNG370DrTge1opTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/aa1a504c-8aed-41fa-ae43-ae58d381f84d/Untitleddesign20210713T163246017.png); }
 }@media only screen and (max-width: 763px) { #JszTxTwrrkeEFZw3txw0I6TO1A9zLTcB { width:20rem;height:10.5rem;top:40.912109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB { display:block; }#TTCk4ZFagAoGb1TCtRKqPCJwXg06SZfB > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTE6A3Tr4UrbKGEI20wrgCgqqxvwmJTg { width:20rem;height:22rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu { display:block; }#TwUuZi7E3LdKQ63R0HM2qh9CElpaSlUu > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaV4amytc9ky0LV6Hl7O5mCblPxg5oIy { width:18.75rem;height:5.75rem;top:2.19921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlcBsoMIWno1WOwZBT4EfTZH71EMVRZO { width:20rem;height:20rem;top:7.94921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JteEy5bfTaHN6Th1Js2Z6OPMoUBmut4g { width:19.8125rem;height:9.625rem;top:34.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUBTycr6MXuGOo6CgxhrEcz97461QHq { width:20rem;height:22.75rem;top:51.7431640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgl6qzPO0yOGhOuDeoFTKmukhkuTdXbE { width:16.3125rem;height:3.875rem;top:87.923828125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vhfGOk1Xou5qE38v7dQtOMKkzEKeQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #hFQ4TV1hR7FBcJBs3dfgeaIrX2S3VFeQ { width:20rem;height:4.599609375rem;top:29.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HarWhWFtvrFsSUVIPggiZKXLN3W3Gg7T { width:20rem;height:4.5625rem;top:46.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiqTKmHOh66sOMKzdqbShmJrE58BZAv { width:20rem;height:2.5625rem;top:44.873046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2eL5TATX0XWOhakCZl0JRedgEoWLGS3 { width:20rem;height:8.125rem;top:76.7431640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc { display:block; }#ltKlKJSsc1BQOyMAw4KcCUpdLPSJdNkc > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZbZms7vzcbfSJrbRWVfkBCKqCvUXET6 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZmVGys5zMrIZeKw6hfr0UDbhtfEifwN { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyM0ICty7PFCCKXp0bMy9Fb2VuOlXpHQ { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 { display:block; }#QQKOKyV0rZFvlBzBXZduVkUTc9Ptgx90 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQLqMaNF9lqH5dXva7M3ThcApZZ60xoE { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdESaNA12QU1TXfhfB6lyT2OTWRZklfV { display:block; }
 }@media only screen and (max-width: 763px) { #WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 { display:block; }#WsRlmlcWSnNfTfzxHvcwHI3TZ7g7WWa4 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsqHETk7klKnc01WOTVtDquHEDQLcfKT { width:20rem;height:15.375rem;top:1.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 { display:block; }#MSA55c9hpSBZ3TnaWJyCnCzMX4pR35R0 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wky0qoPKP9uZsZEdE0qykMEUIKkKoayn { width:20rem;height:10.25rem;top:1.3625001907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk { display:block; }#f9fWhHyHIsmDx8MMzFpMz0sGDiHo9mmk > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiLDBmXX8Cxqx5xq66hQI5TuK3uJkyT2 { width:20rem;height:27.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMpGtRkZHKESkfEkhVkiMT5MxfwMr14T { width:20rem;height:15rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF { display:block; }#m1kMvVFlfSioEcTU7sQXhMfcZiRR75JF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCfWxTLHkgyp36RhEd2T7X7c2iqusm9U { width:20rem;height:5.125rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ { display:block; }#wR7VSXLgObQxGKBmCQstFXdkbvzMlHLZ > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR4Qi7FxZ4TMw0CA4XAaWqBbB5LcRO9L { width:17.75rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn { width:20rem;height:32.625rem;top:16.95703125rem;left:0rem;font-size:1.25rem;display:block; }#BGI5MIMqrIGIBX3wqfgDyXgqRQPvFfAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/85ba852c-00e7-4f22-ac6a-8c1da434a2a5/ezgifcomgifmaker4.jpg); }
 }@media only screen and (max-width: 763px) { #IvI4qtQRVHCusqMUgeJvHuqFine26SFS { display:block; }#IvI4qtQRVHCusqMUgeJvHuqFine26SFS > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3LWm7PyDunPihrNI8XyqzKD2DPwHckR { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnqw7o0SVcukffl4sL2rnIydsRqzlCO { display:block; }
 }@media only screen and (max-width: 763px) { #H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN { display:block; }#H2hk3CgFlRz9o0eexfwaLbIx4wgu6HgN > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ6uD4yNMocIT9e7zVi9kCl4RNapsWR3 { width:20rem;height:12.8125rem;top:0.8154296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 { display:block; }#XQaIJZ4u8JqWB50lbVXuyyma6T62eVZ0 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJdtCMk5O5EQJOQbL4l3T9GTLcWF9uM0 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0SiTOcGsTo7MT6w7Et0GL4LSDyAqzC { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyOTilPrvTlLK61q8QOTD8zHcrFxG60L { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv1hvoh4UpENRXglSVwfElmzaipVTKQa { display:block; }#Uv1hvoh4UpENRXglSVwfElmzaipVTKQa > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0lOVT0fRZhvLHkhbr7oONUVFAV3Xl3W { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe1laO1KwTWxdrLTMkqq2wsWF3VAT1u { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luH5P6ErsXnNrH83VyAomMgRHTpd0eOM { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT { display:block; }#rBtUpzcLgiyOzikAPZUpCKJNdgfJh0AT > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPXpzMuGAvv3L3Iu7lFoiwgUIlawrB3 { width:20rem;height:5.125rem;top:1.3687500953674rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf1VQlM0pZcdZUo6HX9qF25TMCmOPK4i { width:20rem;height:7rem;top:6.4931640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW { display:block; }#mGAedeQ6qVDnWkyWgSGCH58Cf0xIVEBW > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gupdCUBDHeXBUPvFaEqL6UFsq4W0op8W { width:12.375rem;height:18.875rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06gHAKTdlDBxnbokaXtesIlautbFyoS { width:15.25rem;height:7.3125rem;top:17.25rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTQsR93q8QKZ58rAyE30PGeka7p1UAbL { width:15.1875rem;height:9.625rem;top:25.6875rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKkpwqJW0QOhbokpvmw9B8viXkGLrz2N { width:11.875rem;height:18.4375rem;top:36rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAo6vOLNBufDzh9ci6KTL5GAPb2JngK4 { width:15.25rem;height:2.4375rem;top:53.66796875rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8JBP6n02frtt0T87f34pAgoCQ2Lp7qM { width:15.1875rem;height:11rem;top:57.16796875rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 { display:block; }#t2XD3Ekq34wfMBT9DGC7Qstg7LQmSIq2 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5mdsygyenTaDdqXBoHewvXVy6T5px2y { width:15.25rem;height:4.875rem;top:17.875rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb4JsRoNQddmDSPaghl2gdC7E3rc4QKV { width:15.1875rem;height:9.625rem;top:24rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0nf5pfrp0zc5GnuEQT7mle09qxsufpk { width:11.75rem;height:17.875rem;top:34.91796875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEBGHM8g87BqsQdshTV0XabgsLmPpX1 { width:15.25rem;height:4.875rem;top:51.54375rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5F4b4KbQX47RcRMOocLMZtVsxfZV8wf { width:15.1875rem;height:8.25rem;top:57.66875rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJoKqHJvNovJSVzQPNJZJ9f09I3rIwPD { width:12.0625rem;height:18.5rem;top:0.5625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN { display:block; }#TJCVsZDFivBtVFzdPt2zZNJ1tfGteVQN > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5TpmPc5W7LGP33zZTn2XTSwNHauJaR9 { width:15.25rem;height:4.875rem;top:17.875rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4rTCCMfg4Bmdivg77wGn434ct5cDGz { width:15.1875rem;height:9.625rem;top:24rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTaRAHsp3wJex3IyQPJtsFGk4SM5s173 { width:15.25rem;height:2.4375rem;top:51.54375rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHg7vtnIShtFE9iTN20JfLkZAxvh6M3i { width:15.1875rem;height:9.625rem;top:55.04296875rem;left:1.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZot61EVg9TE7yOo76b7QGEPC7r6Zu3a { width:12.625rem;height:19.1875rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQVnsob4d3SBlNgwwBpZVoVG5F4TbnEz { width:12.375rem;height:18.8125rem;top:33.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A { display:block; }#HPyJrLvOgPTacWXqJ2C4IE8Fa2vdEH4A > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZvQzkn8IVTP4fHmx52NMqo3ruIKplJ6 { width:12.6875rem;height:19.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv110W7Jn5mGyMep3rZ5oUpfqnKiauV8 { width:15.25rem;height:4.875rem;top:17.875rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #io6HtvIsT0c23HEH472gKL7OuH4QR6og { width:15.1875rem;height:11rem;top:22.75rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkTTuPLTWvNDnDgbap44ySAiaxdUs1PK { width:15.25rem;height:7.3125rem;top:52.925rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alGOmVL7O5O2VnuAA4lFQbkMOJI6rkRJ { width:15.1875rem;height:11rem;top:60.7998046875rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVqkRsrC7LsN99Tfy4I8TpsetMQsQeFT { width:12.875rem;height:19.625rem;top:33.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpiw5TwOzvNihms7J3gy0mwK6OCiof8e { display:block; }#rpiw5TwOzvNihms7J3gy0mwK6OCiof8e > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulhh7LdukASGiglTNTDqiFvHnECOaskp { width:15.1875rem;height:11rem;top:22.15625rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zatGiWZt5nEgm7VePnkuWLLe4ucT6QVC { width:15.25rem;height:4.875rem;top:56.5556640625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKFU0NNVCoPvT5au1Wk9cgwDWOUweGWS { width:15.1875rem;height:12.375rem;top:62.3056640625rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6xpG76aJkeKXyM2k8qpRAOcQBI8xTLi { width:13.0625rem;height:19.625rem;top:1.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcT9FZg5bbDiOtcPTPrtF76hD0UBuMv { width:13.5rem;height:20.0625rem;top:36.40625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9gIJSK3dUGW0Tk3XiXAHybxbxaHWZd { width:18.625rem;height:2.4375rem;top:21rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX24drkS4NSfXmq57vDOd2JwuzSJeOrx { display:block; }#vX24drkS4NSfXmq57vDOd2JwuzSJeOrx > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8ueQWbDOJVZT5CiwPaGxn5lIBr6SZk6 { width:13.125rem;height:20rem;top:0.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLWKNUhZHkDpWKaUwoTadMtOfD2bKgC { width:15.25rem;height:4.875rem;top:20.9375rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qV8v5Ja6qEm0MvkrxGLbPpG0TXnhkXeo { width:15.1875rem;height:15.125rem;top:26.75rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdrb2rHcGoLIzy50r3aNR0T2PaBk4z0L { width:15.25rem;height:4.875rem;top:64.5625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQzHicA6qsLewXOlNHxQS11WLs3sLQz0 { width:15.1875rem;height:12.375rem;top:70.5rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahzwHIUuFNldqenu9T4iJiWkyczTJDAg { width:13.75rem;height:20.8125rem;top:43.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa { display:block; }#VFtOIKvGFcAeNgwiNNIy3WZlNNPo8GFa > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw0y2HqBJlU4T8VN3dE435so3Gr8Ef2W { width:20rem;height:5.5rem;top:13.19921875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPpAht8r21XdlwNwfMftltVIhTJHNP5p { width:20rem;height:7.5rem;top:19.76171875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNP71xFmB0Fuux2Ald8x1htGUVTDXMP { width:19rem;height:4.5625rem;top:32.755859375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs31FJ7zTQEpax9MNG7xo0rMxTW556Na { display:block; }
 }@media only screen and (max-width: 763px) { #ElGF2inMu8ihlynKk3bfROtZhKP3E0vC { width:20rem;height:32.5rem;top:40.818359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHqzCaHsCPi0n4U8zUsHDP8J2av1W2T { width:20rem;height:3.6875rem;top:28.07421875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLvuP8q3gNkQDNHrWv370tkxJ0ySNSNG { width:20rem;height:9.6833333333333rem;top:1.630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL { display:block; }#V0Cq49b70y25Ewz8H6T5Sl7kNh2VF8rL > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7B71MJRFCo4PgbRpCogeIEBHVFrSZUV { width:18.75rem;height:47.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOA5W60mMB1D3T7U3XoRPG4UKkZb8lNV { width:18.75rem;height:4.875rem;top:20.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsTmztHqcpNLvna8vf9ww72oSi0KzzQI { width:17rem;height:17rem;top:3.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRRJf7MfB1hcinJPbE27Xd39c2H481v { width:18.75rem;height:17.5rem;top:27.0341796875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWXW34LLrLfyzJAuozfDZX7CTDOVLpn { width:9.25rem;height:9.25rem;top:42.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5wuVrTSguoKB4T5UK8orJP68i9OSleQ { display:block; }#P5wuVrTSguoKB4T5UK8orJP68i9OSleQ > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTc8z5iJDdICAOlnvOwILKhmbHBnSRh0 { width:20rem;height:5.125rem;top:1.9000005722046rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkTJXuZhQXs340LRMe22yAynl22VHJiH { display:block; }#WkTJXuZhQXs340LRMe22yAynl22VHJiH > .row .container { width:20rem;height:155.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xq4VTRulHFsMv3VPltIyeSgo9p0WKSo1 { width:20rem;height:5.125rem;top:1.8369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E { width:20rem;height:50.5rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }#xLsh8KsRUiFsoUemHsJZbXLCUFJHmC0E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4279e2a-acf1-4e9b-8226-6fd5e720ed63/screenshotaliciaclickfunnelscom2022090122_22_46.png); }
 }@media only screen and (max-width: 763px) { #yIQTgwBA7fXsc3EDgLDOCQQNpXPzzlJO { width:19.25rem;height:2.5625rem;top:60.287109375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V { width:20rem;height:7.9375rem;top:80.787109375rem;left:0rem;font-size:1.375rem;display:block; }#BeMzcfVQvaJUSxRL3HC1nr5p42SxdO8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
 }@media only screen and (max-width: 763px) { #KiM6qVdcrUFNbMWllk4W8QewhpT90cRD { width:19.6875rem;height:9.5rem;top:125.474609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4q23f96d2CiKWVHT40EaLvr6yhr7tC { width:11.6875rem;height:17.4375rem;top:63.412109375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDoT60IDlPEEudeknUqBBsHlW8Z2iwTk { width:11.75rem;height:17.8125rem;top:93.037109375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX { width:20rem;height:8.75rem;top:111.537109375rem;left:0rem;font-size:1.375rem;display:block; }#cblQG8r3vlVKuTfsl2Hc7sOGhmqn3WwX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/89befcaf-e1d0-4bc5-a2f3-9f21b9f6f006/screenshotaliciaclickfunnelscom2022090122_33_58.png); }
 }@media only screen and (max-width: 763px) { #HQqmBVEI5rBFtO4tnGDFMJGX57dUSnCn { width:0.875rem;height:0.625rem;top:78.474609375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi5pZSedKiDI9mWs48S4zmDR2ALfWGkq { width:8.3125rem;height:6.125rem;top:133.787109375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AMrIJvqWdrIJLtNOGi9EDUPm0XDHoV { width:8.5625rem;height:6.25rem;top:133.724609375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onz5CrPNOLokOhPP2vkgA138T3g1BxwJ { width:15.1875rem;height:4.125rem;top:86.412109375rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySTEK6hbqpEQ2Quy5UdfS8u3RcXu2eMg { width:15.1875rem;height:4.125rem;top:117.474609375rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMa80wCX7P1u8ELx69xEM0uWefXHWmTk { width:20rem;height:7.875rem;top:141.037109375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEEeVdV7GhyF0QimSVvHmOPrL3OeadTZ { width:16.9375rem;height:3.875rem;top:150.412109375rem;left:1.53125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl { display:block; }#w2OWH7qKESS74Tt3W5Zi0VorTSzdKvPl > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEGBuuVMlEl3UXS7CwTdsV8SnXJAeVMD { width:19rem;height:4.5625rem;top:1.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImXSOlvX9UShZWSqr2STqAKH4p6fSZa { display:block; }
 }@media only screen and (max-width: 763px) { #lT9yfvNmRdqqzhyOTT8TzBoNckLxtH4B { width:20rem;height:4.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx { display:block; }#ABA3Bw8yQlh8wRJSmZnd5Kq40B4IqJVx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm { display:block; }#PkFiq1SbOV1gNoP7nvuPQgFkWsDqbxsm > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ2u5zuCXKrcKSN7nMTKzSLAJeEGg7zD { width:20rem;height:5.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiozBCL9MDcnGfZBem7rOHfsw8hEyeCR { width:20rem;height:2.5625rem;top:2.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo { display:block; }#GknTTBJfuZFOByTvXxgwKcWqxVmPKtzo > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwNyQvzr2aeJ2mbDpD6gdHopZcb7ZxWv { width:14.625rem;height:14.625rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJb4mGLtmBJ4GDDgODgzB2mfvaq3aMus { width:18.125rem;height:2.5625rem;top:14.8125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbI6Z3iOvi16qlO0ZZ1QtD8t37pHVx2p { width:20rem;height:53.625rem;top:18.474609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFm5xO1T9NC2H8NVbF04lO13ngiLhfVb { width:15.25rem;height:15.25rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq { display:block; }#pGNZfzccdQxyoWdT7lGGrgFw1B1LSOPq > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iId55wnwC54k7kWIglD8B0i2677Kvlc3 { display:block; }#iId55wnwC54k7kWIglD8B0i2677Kvlc3 > .row .container { width:20rem;height:279.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzMT0z5r5D8xq7ppM8zuoLazBNoePu7k { width:20rem;height:5.125rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfq79KFOQZ6ugq4aZ0FSiesundzAxzK { width:18.125rem;height:2.5625rem;top:6.1875rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltK9L9QzrIbAi70PDvfHVRksFQ2viTrC { width:20rem;height:2.25rem;top:13.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrpWx8WWT4mfAV23dCGWo1E9UnrzhDp5 { width:2.875rem;height:2.875rem;top:11rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNDXRbW6DpngkBbRxsN1BukVImVbB8E { width:18.5rem;height:7.1875rem;top:17.0625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW1diZXqI9iD9hBfsvnXkqFAfqm7PkxS { width:2.875rem;height:2.875rem;top:29.4873046875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gPC8lBTc39ZqaF8E4lnLlAKdq8o5Jl { width:20rem;height:4.5rem;top:32.2998046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzBnmG9EaVNrSCnGHgtt8vC6nMZSNGP4 { width:19.0625rem;height:15.8125rem;top:37.5498046875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6iQ0pRf3fq9gLMzVaIuZcHfhvidlQkH { width:2.875rem;height:2.875rem;top:102.1494140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNGfduGmUBMzCTlvOuf5TgkgRTrTQAu { width:20rem;height:4.5rem;top:61.01171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnqx5oloeqKiKGZQwR4bpMdJtX3vR5lv { width:19rem;height:7.1875rem;top:66.26171875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MySfIbFe6cEQ56cLXxJs7T4Zba9CPbmL { width:2.875rem;height:2.875rem;top:58.13671875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlXkFfZ9pgodALTdRxETogneMm4ebKzM { width:20rem;height:6.75rem;top:80.662109375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUdkTXXWEILFiBePAlhhI3LXGJUV2thm { width:19.125rem;height:8.625rem;top:88.537109375rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqOXEFe9TC4NVlJTE09OGk6AXPqqoU2l { width:2.875rem;height:2.875rem;top:77.787109375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIdXhK1Fpfbk292nmAaPmVPrsU9Z8yb { width:20rem;height:4.5rem;top:105.7744140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHANdf1nEA8b0khq5Hq1L7RpATln3Umr { width:19.375rem;height:8.625rem;top:111.40625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7B1X3JsCZmraiRbcqzi6yHXKRbR1nFk { width:2.875rem;height:2.875rem;top:124.4619140625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQgubyACOotG52fDaHVEo3Hyxs9IEaH8 { width:20rem;height:2.25rem;top:127.9619140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azxavKd2BC5uOTm5cwsQRT9PXOdFiWZO { width:19.3125rem;height:14.375rem;top:131.2744140625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmKbrOQMaHLNFTwzTR9EKU4NpncO4mR { width:2.875rem;height:2.875rem;top:149.84375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJLPQQrqzFapn6hiTRowAias92HKXdx0 { width:20rem;height:4.5rem;top:153.34375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxoxJHWaO83OSPWDiNbvdcTiJhM1lMvw { width:19.5rem;height:12.9375rem;top:158.8369140625rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFcCdHB3ezuFxXnTZSSrTTZuu9BPJmm { width:2.875rem;height:2.875rem;top:175.7744140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNnJaruBL2QQEZutUI643iJzw1MOh9x { width:20rem;height:4.5rem;top:178.6494140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TALcH8fccTRTI9liQ9RR3kTS2a5qrq4q { width:19.4375rem;height:11.5rem;top:184.2744140625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6IftLbDnFAOTlV6BEML3nIBKbtLvuJi { width:2.875rem;height:2.875rem;top:199.6494140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf40BZ1TMDmwStlQl3bMd9IfJPzU5pIQ { width:20rem;height:4.5rem;top:202.5244140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtoIWeVTIOU0DhO7UrAgAN0dt2RLNAPR { width:19.25rem;height:7.1875rem;top:208.0869140625rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toArpZQ9bByiyzJI8hZySTZ3vxHehutX { width:2.875rem;height:2.875rem;top:219.3994140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG0qG3g5OiWWk7McgJ1CWx2aUJ9XprzF { width:20rem;height:2.25rem;top:222.2744140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk1iTmTJF8zS5m3Tl5UtPPXBcFlJuTAJ { width:19.4375rem;height:7.1875rem;top:225.2119140625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWdIbiUHWnWkzf3QTg9K88MRq7fU4LNE { width:2.875rem;height:2.875rem;top:235.0869140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9xrPAto9KC3BKxHTSnBRARateOV4C9 { width:20rem;height:2.25rem;top:237.8994140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RytbltZWucQWEBOeA5nceoG4DH2iTtSV { width:19.625rem;height:5.75rem;top:240.7744140625rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSazEsSz5Qp0LgJD6VNTEPvPorbJvTRu { width:2.875rem;height:2.875rem;top:250.8369140625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSrg4BNl8nDg3FNnTwNgn8i3MUTSpbaL { width:20rem;height:6.75rem;top:253.7119140625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAOzPxxqW7708VI0Kn5bQqKbaU9vTctT { width:19.5rem;height:17.25rem;top:261rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pGefBOTQRzJGVSfJdFKswzn5HaoERA { display:block; }#D4pGefBOTQRzJGVSfJdFKswzn5HaoERA > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 { display:block; }#GAk64uMa353C6LwpGoiZI4dVnr8T3qt7 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Ug7V2LkvAvRCqMwimzNeGi3ywkOHlA { width:20rem;height:7.6875rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0DLnDOuHf8WBpKr0F09SiUbftmWT2lL { width:15.5rem;height:2.4375rem;top:17.375rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWsv0SGHyuaGaBgZXV2JWybSV9qryGUO { width:12.5rem;height:2.5625rem;top:26.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyIi9soyeqKk5TQI5d9fxJD7Ppw2TnbJ { width:19rem;height:5.0625rem;top:20.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTo7BVO7ExgJl6eRcphgbIlHKFTiaCrE { display:block; }
 }@media only screen and (max-width: 763px) { #dTX5MCvtnaBUcKwAqAgz2Xri0UHiQRMh { width:20rem;height:4.6826171875rem;top:12.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Hf3uHQMD9Gi21Vi10WCLlhqdc7IPaK { width:20rem;height:2.5625rem;top:10.3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw { display:block; }#S4raiuDTbXGJ5tbyzWaXKEdKwtmonKEw > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMb8eJe2cKNGT26TyCO9ox1kxZA0eUIJ { width:20rem;height:6.25rem;top:1.9367198944092rem;left:0rem;font-size:1rem;display:block; }
 }